/* CSS Document */

/* ------------ text ------------*/
body,table,td,p
{
color: #333333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-style: normal;
font-size: 11px;
}

H1, .heading
{
color: #666666;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-style: normal;
font-size: 14px;
}


H2, .subheading
{
color: #999999;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-style: normal;
font-size: 12px;
}

h3, .smallbold
{
color: #666666;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-style: normal;
font-size: 10px;
}

.copyright
{
color: #999999;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-style: normal;
font-size: 10px;
padding-right:5px;
}

.caption
{
color: #666666;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-style: italic;
font-size: 10px;
}

.footer
{
color: #999999;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-style: normal;
font-size: 10px;
padding-right:5px;
padding-left:10px;
border-top:thin solid #CCCCCC;
border-top-width:1px;
}



.greencaption
{
color:#008000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-style: italic;
font-size: 10px;
}

.menutitle 
{
font-family:verdana,arial;
font-size:12x;
background-color:#ffffff;
font-weight : bold; 
color:#363636;
padding-left:6px;
vertical-align:middle; 
padding-top:2px; 
line-height:20px;
background-image: url(bg_grid_fadeleft.gif); 
background-repeat:no-repeat; 
background-position:right;
}

/* ------------- borders ---------------------*/

.greyborder
{
border: solid 1px #999999;
}

.menubutton
{
background-color: #666666;
color:#ffffff;
border-top: solid 1px #FFFFFF;
border-left: none;
border-right: solid 1px #FFFFFF;
border-bottom: solid 1px #FFFFFF;
}

.infoboxtitle
{
border-top: solid 1px #999999;
border-left: solid 1px #999999;
border-right: solid 1px #999999;
border-bottom: none;
background-color: #FFFFFF;
background-image: url(navimages/boxtitle_grid.gif);
background-repeat: repeat-y;
padding-top:2px;
padding-left:4px;
padding-bottom:2px;
color: #333333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-style: normal;
font-size: 12px;
}

.infobox
{
border: solid 1px #999999;
background-color: #FFFFFF;
padding-top:2px;
padding-left:2px;
padding-right:2px;
padding-bottom:2px;
}

/* ------------- tiles ---------------------*/

.leftgrid
{
background-image: url(navimages/left_grid_tile.gif);
background-repeat: repeat-y;
}


/* --------------------------------- links ----------------------------*/


a,a:visited,a:link
{ 
color: #666666;
text-decoration: none;
font-weight: bold;
}
a:active, a:hover
{
color: #000;
text-decoration: none;
font-weight: bold;
}
          
   


/* -----------------------breadcrumb------------------------------- */


.breadcrumblight
{ 
color: #999999;
text-decoration: none;
font-weight: bold;
font-size: 9px;
padding:10px 170px;
}

.breadcrumbdark
{ 
color: #666;
text-decoration: none;
font-weight: bold;
font-size: 9px;
}

a.breadcrumb,a.breadcrumb:link,a.breadcrumb:visited
{ 
color: #999999;
text-decoration: none;
font-weight: bold;
font-size: 9px;
}

a.breadcrumb:active,a.breadcrumb:hover
{
color: #333333;
text-decoration: underline;
font-weight: bold;
font-size: 9px;
}
          

/* --------------------------palegreyblack---------------------------- */

a.palegreyblack,a.palegreyblack:visited,a.palegreyblack:link,a.palegreyblack:active
{ 
color: #999999;
text-decoration: none;
font-weight: bold;
font-size: 11px;
}
a.palegreyblack:hover
{
color: #000000;
text-decoration: none;
font-weight: bold;
font-size: 11px;
}
          

/* --------------------------------- padding -------------------------------- */

.5pxleft
{
padding-left:5px;
}

.copycell
{

padding-left:20px;
padding-right:20px;
padding-bottom:20px;
vertical-align:top;
}


/* --------------------------------- img -------------------------------- */


img
{
border:none;
}

input,select,textarea,radio,checkbox
{
border: solid;
border-width:1px;
border-color: #666666;
color: #333333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-style: normal;
font-size: 11px;
}

input.radio {border: none;border-color: #ffffff;}
input.checkbox {border: none;border-color: #ffffff;}


/* ----------------------- form validation ------------------------------------ */

 td.info   { color: #666666; background-color: transparent; font-weight: NORMAL; }

  .info   { color: #666666; background-color: transparent; font-weight: normal; }
  .warn   { color: rgb(120,0,0); background-color: transparent; font-weight: normal; }
  .error  { color: red; background-color: transparent; font-weight: bold }


