/*
Document   : colors.css
Created on : Jan 23, 2009
Author     : Erick Schmitt
Description:
Define the colors for the styles, so things are easy to change
*/

.outline {border:dashed 0px;}
.quiet {
            color:#737373;
            font-size:inherit;
            font-size: 80%;
      }

.quietLink a:visited , .quietLink a:link, .quietLink a:hover, .quietLink a:active{
      color:inherit;
      font-weight:normal;
      text-decoration:none;
}
.quietLink a:hover{color:#111;}

body {
      background: #d5dacd url(/images/bg2.png) 0 0 repeat-x;
      color:#111;
}

a:visited , a:link, a:hover, a:active{
      color:#006449;
      font-weight:bold;
      text-decoration:none;

      }

a:hover {
      color:#111;
}

a:active{
      color:#000;
}

#header a:visited , #header a:link, #header a:hover, #header a:active{
      font-weight:bold;
      color: white;
}


#container {

}

#header {color:white;}



.navBox {border-color: #aaa;}

#content {
      background-color:white;
      background: white url(/images/content_bg.png)  repeat-y top right;
      border-color: #5c0100;
      color:#444;
}
#contentDropShadow{
      position:relative;
      background: url(/images/drop_shadow.gif)  no-repeat bottom right;
      margin-right:-5px;
      padding-right:5px;
      margin-bottom:-5px;
      padding-bottom:5px;
}

#sidebar {
      border-color:#ddd;
}

#copywrite{
      padding-top:20px;
      /*background: #d5dacd url(/images/bg_flipped.jpg) 0 -370px repeat-x;*/
      height: 25px;
}

#content div.disabled{
      background-color:#EEE;
      color: #666;
}
