/************************************
 *
 *  Replace these colors as needed
 *  
 *  #3a393e - default font
 *  #8480A8 - background
 *  #534367 - background shadow
 *  #FFF5CE - header main
 *  #FFCC00 - header shadow
 *  #FFF5CE	- left main
 *  #FFCC00 - left shadow
 *  #AFA6CA - left color
 *          - left links
 *  #ebf0f7 - left hilite main
 *  #ced3d9 - left hilite shadow
 *  #ffffff - body main
 *  #D6D8EF - body shadow
 *  #AFA6CA - mid modules main
 *  #3A0075 - mid modules shadow
 *  #FFF5CE - right main
 *  #FFCC00 - right shadow
 *  #dde1e9 - right hilite main
 *  #c2c6cd - right hilite shadow
 *  #C7C9D6 - footer main
 *  #AAADC1 - footer shadow
 *  #74777c - footer color
 *
 ************************************/

/* font colors */

body {
  color: #3a393e;
  background: #8480A8; 
}

td.left {
  color: #3a393e;
}

div.botbox {
  color: #dddddd;
}

td.left a:link, 
td.left a:visited {

}

td.left a.mainlevel:hover {
  color: #fff;
}

a.mainlevel { 
	border-bottom:  1px solid #FFCC00;
}

td.right a:link,
td.right a:visited,
div.midbox a:link,
div.midbox a:visited,
div.botbox a:link,
div.botbox a:visited {
  color: #fff;
}

td.left div.moduletable h3 {
	color: #666;
	background: #FFCC00;
}

td.right div.moduletable h3 {
	color: #333;
	background: #FFCC00;
}

td.left div.moduletable-hilite {
	background: #ebf0f7;
	border-color: #FFCC00;
}

td.left div.moduletable-hilite h3 {
	color: #666;
	background: #ced3d9;
}

td.right div.moduletable-hilite {
	background: #dde1e9;
	border-color: #FFCC00;
}

td.right div.moduletable-hilite h3 {
	color: #333;
	background: #c2c6cd;
}

td.middle div.moduletable h3 {
	color: #666;
	background: #D6D8EF;
}

div.midbox div.moduletable h3 {
	color: #fff;
	background: #3A0075;
}

div.moduletable h3 {
  background: #D6D8EF;
	color: #fff;
}

table.outer td.sectiontableheader {
  color: #AAADC1;
  background: #D6D8EF;
}

div#outer-border {
	border-color: #534367;
}

div#top-head {
	border-color: #FFCC00;
	background: #FFF5CE;
}

div#access-bar {
	background: #FFCC00;
}

table.outer td.left {
	border-color:  #FFCC00; 
	background:  #FFF5CE; 
}

table.outer td.middle {
	border-color:  #D6D8EF; 
	background:  #ffffff;
}

table.outer td.right {
	border-color:  #FFCC00; 
	background:  #FFF5CE; 
}

div.midbox {
	border-color:  #3A0075; 
	background:  #AFA6CA;
	border-bottom:  6px solid #D6D8EF;
}

div#bot-footer{
	border-color:  #AAADC1;
	background: #C7C9D6;
	color: #74777c;
}

div#bot-footer a:link,
div#bot-footer a:visited {
	color: #74777c;
}

span.rocket {
	background:  url(../images/light/rocket.png) no-repeat;
}

#logo {
	background: url(../images/light/pixel_logo.gif) no-repeat;
}

#nav li.active a,
#nav li.active a:hover {
	background: #FFCC00;
	color: #333;
}

#nav li.active li a:hover {
	color: #fff;
}

/* medium accessibility */
a.light .button {
	background:  url(../images/light/access_light.png);
}

a.med .button {
	background:  url(../images/light/access_med.png);
}

a.dark .button {
	background:  url(../images/light/access_dark.png);
}

a.red .button {
	background:  url(../images/light/access_red.png);
}

a.blue .button {
	background:  url(../images/light/access_blue.png);
}

a.green .button {
	background:  url(../images/light/access_green.png);
}

a.orange .button {
	background:  url(../images/light/access_orange.png);
}

a.large .button {
	background: url(../images/light/access_large.png);
}

a.small .button {
	background: url(../images/light/access_small.png);
}

a.default .button {
	background: url(../images/light/access_normal.png);
}

a.thin .button {
	background: url(../images/light/access_thin.png);
}

a.wide .button {
	background: url(../images/light/access_wide.png);
}

a.fluid .button {
	background: url(../images/light/access_fluid.png);
}

/* typography */
h2 {
  color: #666;
}

blockquote {
  background: #fcfcfc;
  border-top: 6px solid #D6D8EF;
  border-bottom: 6px solid #D6D8EF;
}

pre {
  background: #FFF5CE;
}
