/* AJILE Color Scheme by Michael Lee*/

@import url("ajile-layout.css");

* {
   color: #000;
   font-family: tahoma, verdana, sans-serif, monospace, georgia;
   font-size: 12px;
}

body {
   background-color: #D1D7DC;/*#F2F8FF;/*#D4D0C8;*/
   overflow: hidden;
   border: none;
   margin: 0;
   padding: 0;
}

div, iframe, #divTitle, #lnkSFLogo {
   background-color: #D4D0C8;
   border: 1px solid #556DA9;
   overflow: hidden;
   text-align: center;
}

#divTitle {
   background-color: #6986D2;
   border: #556DA9 1px solid;
   color: #fff;
   display: block;
   font-size: 130%;
   font-weight: bold;
   line-height: 150%;
   text-align: center;
   text-decoration: none;
   vertical-align: baseline;
   white-space: nowrap;
}

#divMenu {
   background-color: #6986D2;
   border: 1px #777 solid;
   text-align: center;
}#divMenu a {
   background: #efefef url(../images/vertical.gradient.silver.gif) repeat-x;
   border: #777 1px solid;
   color: #555;/*#92DC00;*/
   font-weight: bold;
   line-height: 200%;
   overflow: hidden;
   text-align: center;
   text-decoration: none;
   white-space: nowrap;
}#divMenu a:active,#divMenu a:focus,#divMenu a:hover {
   background: url(../images/vertical.gradient.black.gif) #000 repeat-x;
   color: #efefef;
   font-weight: bold;
}#divMenu a:hover {
   color: #E7FEB6;
}#divMenu hr {
   background-color: transparent;
   border: 1px dashed #aaa;
   color: inherit;
   height: 1px;
   width: 95%;
}

#lnkSFLogo {
   background-color: #fff;
}

#divContent {
   background-color: #fff;
   overflow: hidden;
}

#divTitleShadow,#divMenuShadow,#divContentShadow {
   background-color: #BCC0C6;/*#8A8A8A;/*#CFD4DA;*/
   border-color: #B7B7B7;/*#aaa;*/
}
