/* Javadoc style sheet */

/* Define colors, fonts and other style attributes here to override the defaults  */

body, th, td
{
  font-family: Helvetica, Arial, sans-serif;
}

body
{
  background-color: #f6f6f6;
}


html body, body th, body td
{
 /* font-size: small */
 font-size: 12px;
}

a:link, a:visited
{
 color: #1F354D;
}

a:active, a:hover, #leftcol a:active, #leftcol a:hover
{
 color: #f30 !important;
}

a:link.selfref, a:visited.selfref
{
 color: #1F354D !important;
}

.a td
{
 background: #ddd;
 color: #000;
}

/* Table colors */

/* .TableHeadingColor     { background: #E5E3DB; color:#686868 } */ /* Dark blue */
/* .TableSubHeadingColor  { background: #E5E3DB; color:#686868 } */ /* Dark grey */
/* .TableRowColor         { background: #F5F4F1; color:#686868 } */ /* White */
.TableHeadingColor     { background: #525D73; color:#f0f0f0 }
.TableSubHeadingColor  { background: #A2ADC3; color:#f0f0f0 }
.TableRowColor         { background: #f6f6f6; color:#000000 }


/* Font used in left-hand frame lists */
.FrameTitleFont   { font-size: normal; color:#000000 }
.FrameHeadingFont { font-size: normal; color:#1F354D }
.FrameItemFont    { font-size: normal; color:#FFFFFF }

/* Navigation bar fonts and colors */
.NavBarCell1    { background-color:#E0E0E0;}
.NavBarCell1Rev { background-color:#828DA3;}
.NavBarFont1    { font-family: Arial, Helvetica, sans-serif; color:#000000;}
.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;}

.NavBarCell2    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
.NavBarCell3    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
