/* $Id: color.css,v 1.1.2.16.2.8 2010/02/01 16:47:04 psynaptic Exp $ */

/* Global */

body, table, td {
  color: #3F3F3F;
}

a:link, a:visited {
  color: #2A55AA;
}
a:hover, a:active {
  color: #557FD4;
}

tr.even, tr.odd {
  border: none;
}


tr.odd {
  background-color: transparent;
  background-image: url('/sites/all/themes/hexspace/img/space-50-vlb.png');
  background-repeat: repeat;
}

tr.even {
  background-color: transparent;
  background-image: url('/sites/all/themes/hexspace/img/space-50-ab.png');
  background-repeat: repeat;
}

thead {
  background-color: transparent;
  background-image: url('/sites/all/themes/hexspace/img/space-80-b.png');
  background-repeat: repeat;
  color: #FFFFFF;
}

th a:link,
th a:visited {
  color: #FFFFFF;
}

/* Fieldsets */

div.collapsible h2.fieldset-title,
div.collapsible h2.fieldset-title:hover {
  background-color: transparent;
  background-image: url('/sites/all/themes/hexspace/img/space-50-lb.png');
  background-repeat: repeat;
}

h2.fieldset-title,
div.collapsed h2.fieldset-title {
  background-image: none;
}

div.fieldset-content {
  border: 1px solid #557FD4;
}

/* Links */

ul.links li a:link,
ul.links li a:visited {
}

ul.links li a:hover,
ul.links li a.active {
  text-decoration: none;
  color: #557FD4;
}

/* Menus */

ul.menu li a:link,
ul.menu li a:visited,
ul.nice-menu li a:link,
ul.nice-menu li a:visited {
}

ul.menu li a:hover,
ul.nice-menu li a:hover,
ul.menu li a:active,
ul.nice-menu li a:active {
  background-image: url('/sites/all/themes/hexspace/img/space-80-b.png');
  background-repeat: repeat;
  color: #FFFFFF;
}

ul.menu li a.active,
ul.nice-menu li a.active {
  background-image: url('/sites/all/themes/hexspace/img/space-80-b.png');
  background-repeat: repeat;
  color: #FFFFFF;
}

.page-segment ul.menu a:hover, .hexmenu a:hover, .page-segment ul.menu a:active, .hexmenu a:active {
  background-position: center center;
  background-repeat: no-repeat;
  color: #FFFFFF;
}

.page-segment ul.menu a:hover, .hexmenu a:hover, .page-segment ul.menu a:active, .hexmenu a:active {
  background-image: url('/sites/all/themes/hexspace/img/home-menu-b.png');
}

ul.nice-menu,
ul.nice-menu ul,
ul.nice-menu li {
  border: none;
}

ul.tabs li a {
  background-color: transparent;
}

ul.tabs li a:hover, ul.tabs li a:active, ul.tabs li a.active {
  background-color: transparent;
  color: #557FD4;
}

/* Messages */

.status {
  background-image: url('/sites/all/themes/hexspace/img/space-50-lb.png');
  background-repeat: repeat;
}

.help {
  background-color: #D4D4FF;
}

.notice {
  background-color: #FFE9BF;
}

div.error {
  border: none;
  background-color: transparent;
  background-image: url('/sites/all/themes/hexspace/img/space-50-lb.png');
  background-repeat: repeat;
  color: #3F3F3F;
}

tr.error {
  background-color: #FFBFBF;
  color: #3F3F3F;
}

/* Nodes */

.submitted {
  color: #7F7F7F;
}

/* Comments */

.comment {
  border-bottom: 1px solid #E9E9E9;
}

/* Forms */

textarea,
input.form-text,
select {
  border: 1px solid #AAAAAA;
}

input,
textarea,
select {
  color: #3F3F3F;
  background-color: transparent;
  background-image: url('/sites/all/themes/hexspace/img/space-50-d4.png');
  background-repeat: repeat;
}

input.form-submit {
  color: #FFFFFF;
  background-image: url('/sites/all/themes/hexspace/img/space-80-b.png');
  border: none;
}

input.form-submit:hover {
  color: #FFFFFF;
  background-image: url('/sites/all/themes/hexspace/img/space-80-lb.png');
  border: none;
}

input.teaser-button {
  color: #2A55AA;
  background-image: none;
  border: none;
}

input.form-text:focus,
textarea:focus {
  background-image: url('/sites/all/themes/hexspace/img/space-50-ab.png');
  background-repeat: repeat;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 2px solid #FF7F7F;
}

.form-required {
  color: #AA552A;
}

/* Admin */

div.admin-dependencies,
div.admin-required {
  color: #AAAAAA;
}

/* Modules */

/*#admin-menu li li {
  opacity: 1;
}*/
