/* All left-to-right and right-to-left CSS is in seperate files */

/* Content */
body {
  background: #F0FEFF;
  color: #5A0808;
}

body.not-showable {
  border-color: #333 #333 #333 #333;
}

fieldset {
  border-color: #333 #333 #333 #333;
}

/* IE 6 on XP need the legend text colour setting */
legend {
  background: transparent;
  color: #5a0808;
}

/* Misc */
table caption {
  background: #666;
  color: #FFF;
}

tfoot td {
  background: #CCC;
  color: #333;
}

.error {
  color: #FFF;
  background: red;
}


/* Primary */
div.logo {
  background: #FFF;
  color: #5a0808;
  border-bottom: solid #008 1px;
}

div.logo a:link,
div.logo a:visited,
div.logo a:hover,
div.logo a:focus,
div.logo a:active {
  background-color: transparent;
  color: #FFF;
  text-decoration: none;
}

div.search form p input#q { 
  background: #FFF;
  color: #333;
}
div.search form p input#submit { 
  background: #CCC;
  color: #333;
}

/* The following CSS is for the divs within the sidebar. 
   If it's needed to have different settings for different 
   boxes then the unique class bames that each div has can 
   be used. */
div.sidebar div { 
  background: #FFF;
  color: #5A0808;
  border: solid #5A0808 1px;
}
div.sidebar div h2 {
  background: #A9C9CA;
  color: #5A0808;
  border-bottom: solid #5A0808 1px;
}
div.sidebar div h2 a:link, 
div.sidebar div h2 a:visited {
  color: #5A0808;
  background: transparent;
}

/* This is for the bars on the poll results page */
table td small.poll {
  background: red;
  color: red;
}
div.footnote {
  border-top-color: #008; 
}
a:link {
  background: transparent;
  color: #00F;
} 
a:visited {
  background: transparent;
  color: #C0C;
} 
a.not-showable:link {
  background: #FCF;
  color: #00F;
}
a.not-showable:visited {
  background: #FCF; 
  color: #C0C;
}
/* :active here is just for IE */
a[href]:hover, a[href]:focus, a[href]:active {
  background: #FFC;
  color: #333;
} 
/* The following is for Mozilla */
a[href]:active {
  background: #FFF;
  color: #F03;
} 
input[type=text], textarea, select {
  background: #FFF;
  color: #333;
}
input[type=text]:hover, input[type=text]:focus,
textarea:hover, textarea:focus,
select:hover, select:focus {
  background-color: #FFC;
  color: #333;
}
input[type=text]:active, textarea:active, select:active {
  background-color: #F7F7F7;
  color: #F63;
}
input[type=submit] {
  background: #CCC;
  color: #333;
  font-weight: bold;
}
input[type=submit]:hover, input[type=submit]:focus {
  background-color: #DDD;
  color: #333;
}
input[type=submit]:active {
  background-color: #F7F7F7;
  color: #F63;
}

/* dynamic sitemap expand and contract link styling */
ul.sitemap {
  color: #5A0808;
  background: transparent;
}
ul.sitemap tt {
  color: #F0FEFF;
  background: transparent;
}
ul.sitemap tt span.bullet {
  color: #5A0808;
  background: #F0FEFF;
}


