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

/* Content */
body {
  background: #FF66CE;
  color: #000;
}

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

h1 {
  color: #FF66CE;
  background: transparent;
}

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

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


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

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

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

div.logo {
}

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

div.search {
}

div.search form p input#q { 
  background: #FFF;
  color: #000;
}
div.search form p input#submit { 
  background: #CCC;
  color: #000;
}
div.menu a:link, div.menu a:visited,
div.next-prev a:link, div.next-prev a:visited,
div.menu-bottom a:link, div.menu-bottom a:visited {
  color: #000;
  background: transparent;
  text-decoration: none;
}
div.breadcrumb {
  color: #000;
  background: #FFF;
}

div.breadcrumb p {
  border-bottom: solid 0.4em #FF66CE;
}

div.content {
  color: #000;
  background: #FFF; 
}
div.mkdoc-content {
  color: #000;
  background: #FFF;
}

div.footer {
  border-top: solid 0.4em #FF66CE;
}

div.footnote address, div.footnote address a:link, div.footnote address a:visited {
  background: transparent;
  color: #FFF;
}



/* corners */
div.top-left-corner {
  color: #000;
  background: transparent url(/.static/css/24x24/home-top-left.png) no-repeat top left;
}
div.top-right-corner {
  color: #000;
  background: transparent url(/.static/css/24x24/home-top-right.png) no-repeat top right;
}
div.bottom-left-corner {
  color: #000;
  background: transparent url(/.static/css/24x24/home-bottom-left.png) no-repeat bottom left;
}
div.bottom-right-corner {
  color: #000;
  background: transparent url(/.static/css/24x24/home-bottom-right.png) no-repeat bottom right;
}


/* 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 {
  display: none;
}
div.sidebar div { 
}
div.sidebar div h2 {
}
div.sidebar div h2 a:link, 
div.sidebar div h2 a:visited {
}

/* This is for the bars on the poll results page */
table td small.poll {
  background: red;
  color: red;
}
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: #000;
} 
/* The following is for Mozilla */
a[href]:active {
  background: #FFF;
  color: #F03;
} 
input[type=text], textarea, select {
  background: #FFF;
  color: #000;
}
input[type=text]:hover, input[type=text]:focus,
textarea:hover, textarea:focus,
select:hover, select:focus {
  background-color: #FFC;
  color: #000;
}
input[type=text]:active, textarea:active, select:active {
  background-color: #F7F7F7;
  color: #F63;
}
input[type=submit] {
  background: #CCC;
  color: #000;
  font-weight: bold;
}
input[type=submit]:hover, input[type=submit]:focus {
  background-color: #DDD;
  color: #000;
}
input[type=submit]:active {
  background-color: #F7F7F7;
  color: #F63;
}

map area:link, map area:visited, map area:active {
  border: none;
  color: #FFF;
  background: #FFF;
}

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


