/*=======================================================*/
/*             Search and replace targets                */
/*=======================================================*/

/* Main Color #811  */
/* Button Color #611 - TD.link this page */
/* background:#AAB also style="background:#EEF" or sometimes BGCOLOR=#AAAABB which requires six digits */
/* default font = TD this page */
/* 3D effect style="border:inset 1px #DDDDDD" */
/* test menu groups style="border:solid 1px #DDDDDD" */
/* TD.localtitle {color:#811;...background:#EEF;} */

a:link   { color: #800;}
a:active { color: #800;}
a:visited{ color: #800;}
a:hover  { color: #F41;}
a.nav:link   { color: #888; text-decoration: none;
               font-weight:normal; font-size:10pt;
               font-family: sans-serif;
}

a.nav:visited{ color: #611; text-decoration: none;
               font-weight:normal; font-size:10pt;
               font-family: sans-serif}
a.nav:hover  {
               color: #FFF; text-decoration: none;
               font-weight:normal; font-size:10pt;
               font-family: sans-serif;
               }
EM {
     color:#C00;
     font-style: normal;
     font-weight:normal;
   }

TD {
  font-size:8pt;
  color:#800;
}

TD.m2 {
     text-align:center;
     background:#811;
     font-size:8pt;
     font-weight:normal;
     color:#FFFFFF;
     font-family: 'arial',sans-serif;
     align:center;
   }
TD.footer {
     text-align:center;
     background:#811;
     font-size:8pt;
     font-weight:normal;
     color:#FFFFFF;
     font-family: 'arial',sans-serif;
     align:center;
   }
TD.edits {
     text-align:center;
     background:#EEF;
   }
TD.m3 {
     text-align:center;
     background:#811;
   }
TD.toptitle {
     font-weight:bold;
     text-align:center;
     background:#811;
     color:white;
   }
TD.titledirections {
     font-weight:bold;
     text-align:justify;
     background:#811;
     color:white;
   }
TD.links {
     font-weight:bold;
     text-align:left;
     background:#800;
     color:#811;
     valign:center;
   }
TD.itemdirections {
     font-weight:normal;
     text-align:center;
     background:#EEF;
     color:#811;
     valign:center;
   }
TD.itemdirectionsleft {
     font-weight:bold;
     text-align:left;
     background:#EEF;
     color:#811;
     valign:top;
   }
TD.misseditems {
     text-align:left;
     background:#EEF;
     color:#811;
   }
H3{
     color:#811;
     font-weight:bold; 
     font-size:12pt;
     font-family: 'Arial';
  }
TD.link {color:#FFF;
         font-weight:bold;
         font-size:12pt;
         text-align:center;
         font-family:sans-serif;
         background:#800;
         border:outset 1px #DDD;}

/* 

rounded version started 2-23-2011

colors from state seal
Light Tan = #EFC9A0
Light Blue = #9ACFDE
Dark Tan = #080
Orange = #E0922F
Dark Fields = #6CB35E (dark green)
Light Fields = #6CB35E (light green one is wrong)
salmon = #6A6
teal = #18C
bluesteel = 18B


Board Webpage
Red = 174,27,6 #AE1B06
Blue = 33,70,112 #214670
*/
*/

div.container { /* required to size window */
  overflow:hidden;
}

div.newheader {
  font-size:12pt;
  color:#33A;
  font-weight:bold;
  text-align:center;
  font-family:sans-serif;
  margin-bottom:0.5em;
}

div.directions {
  font-size:10pt;
  color:#FFF;
  background:#33A;
  font-weight:normal;
  text-align:center;
  padding:0.5em;
  font-family:sans-serif;
  /*background-image: url("images/background1.GIF");
  background-attachment: fixed;
  background-repeat: repeat;*/
  border-top-left-radius:10px;
  border-top-right-radius:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
}

div.insidecontainer {
  /*background:#FCF8EF;*/
  /*background:#EFC9A0; /* darker tan*/
  background:#FFFFDD;
  border-left:solid 1px #33A;
  border-right:solid 1px #33A;
}

div.newcontrols {
  color: #18B;
  font-family: arial,helvetica,sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding:1.0em;
}

div.newfooter {
  font-size:8pt;
  color:white;
  font-weight:normal;
  text-align:center;
  font-family:sans-serif;
  background:#33A;
  padding: 2px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
}


div.clearfooter {
  font-size:8pt;
  color:#008;
  font-weight:normal;
  text-align:center;
  font-family:sans-serif;
  margin-top:0.5em;
}

a.newlink:link, a.newlink:visited {   
  display: inline-block;
  background-color: #BFECF2;
  border:#400 solid 1px;
  color: #33A;
  font-family: arial,helvetica,sans-serif;
  font-size: 12px;
  padding: 5px;
  margin: 2px;
  text-decoration: none;
  width: 300;
  text-align:center;
  border-radius: 5px;
-moz-border-radius: 5px;
}

a.newlink:hover {   
  position: relative;
  color: #33A;
  background-color: #fff;
  border-top: #888 solid 1px;
  border-right: #EEE solid 1px;
  border-bottom: #EEE solid 1px;
  border-left: #888 solid 1px;
}

a.shortlink:link, a.shortlink:visited {   
  display: inline-block;
  background-color: #BFECF2;
  border:#400 solid 1px;
  color: #33A;
  font-family: arial,helvetica,sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
  margin: 2px;
  text-decoration: none;
  /*width: 300;*/
  text-align:center;
  border-radius: 5px;
-moz-border-radius: 5px;
}

a.shortlink:hover {   
  position: relative;
  color: #33A;
  background-color: #fff;
  border-top: #888 solid 1px;
  border-right: #EEE solid 1px; 
  border-bottom: #EEE solid 1px;
  border-left: #888 solid 1px;
}

TD.menu {            /* couldn't align without tables */
  text-align:center;
  color: #18B;
  font-family: arial,helvetica,sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.pageheader {  /* required for top of page */
  /*color: #FEF2D2;*/
  color:#008;
  font-weight:bold;
  font-size:10pt; 
  font-family:sans-serif;
  margin:0.0em 0;
}

EM.menu {            /* override the old one */
  color:#800;
  font-weight:bold;
}

.alignleft {
float: left;
}

.aligncenter {
float: center;
}

.alignright {
float: right; 
}

BODY {
  background-color : #FFF;
  /*background-image: url("images/beige078.gif");*/
  /*background-image: url("images/misc078.gif");
  /*background-image: url("images/dblue031.jpg"); /*favorite*/
  background-image: url("images/drock084.jpg");
  background-attachment: fixed;
  background-repeat: repeat; 
}

BODY.confirm {
  background-color : #FFFF99;
  /*background-image: url("images/beige078.gif");*/
  /*background-image: url("images/misc078.gif");
  /*background-image: url("images/dblue031.jpg"); /*favorite*/
  /*background-image: url("images/drock084.jpg");*/
  /*background-attachment: fixed;*/
  /*background-repeat: repeat;*/
}
