BODY ,TABLE,TD,TH,INPUT,TEXTAREA,SELECT
{
    FONT-FAMILY: Verdana,sans-serif;
    /*FONT-SIZE: 10pt;*/
    
}
BODY
{
    font-size: 68.5%;
    MARGIN-TOP: 0pt;
    PADDING-TOP: 0pt; 
    /*
    scrollbar-face-color:#0066cc;
    scrollbar-shadow-color: darkgrey;
    scrollbar-arrow-color:cornsilk;*/
}
PRE
{
    BACKGROUND: LightGray;
    COLOR: DarkBlue;
    FONT-FAMILY: Courier New;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
}
H1
{
    BACKGROUND-COLOR: #eeeeee;
    COLOR: navy;
    FONT-SIZE: 16pt;
    height: 25pt;
    FONT-WEIGHT: bold;
    MARGIN-BOTTOM: 0pt;
    MARGIN-TOP: 0pt;
    PADDING-BOTTOM: 0px;
    PADDING-TOP: 3pt;
    TEXT-ALIGN: center
}
H2
{
    COLOR: maroon;
    FONT-SIZE: 14pt;
    FONT-WEIGHT: bold;
    MARGIN-BOTTOM: 0pt;
    MARGIN-TOP: 0pt;
    PADDING-BOTTOM: 0pt;
    PADDING-TOP: 0pt
}
H3
{
    COLOR: navy;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold;
    MARGIN-BOTTOM: 0pt;
    MARGIN-TOP: 0pt;
    PADDING-BOTTOM: 0pt;
    PADDING-TOP: 0pt
}
FORM
{
    MARGIN-BOTTOM: 0pt;
    MARGIN-TOP: 0pt;
    PADDING-BOTTOM: 0pt;
    PADDING-TOP: 0pt
}
TABLE
{
	BORDER-COLLAPSE: Collapse;
	BORDER-COLOR: Black;
}
TH
{
	font-weight: bold;
	text-align: center;
}
A
{
    color: #000082;
    font-weight: bold;
}
A:visited
{
    color: #336699;
    font-weight: bold;
}
A:hover 
{ COLOR:000082;}
HR 
{ color:#000082; Height:1;}
/*
UL 
{
    MARGIN-BOTTOM: 0pt;
    MARGIN-TOP: 3pt;
    PADDING-BOTTOM: 0pt;
    PADDING-TOP: 0pt;
}*/	
.smallbody 
{
    FONT-FAMILY: Verdana,Helvetica;
    FONT-SIZE: 8pt;
}
.errormessage
{
	font-weight: bold;
	color: Maroon;
}


/* Block backgrounds for headers etc. */
.menuband, .gridheader, .buttonlinks, .blockheader
{
	color: Cornsilk;
	background-color: #003399;
}
/* Alternate background color Color to offset the background
   used for the category list and banner strips for color
   variety. Should be a companion color to the block background
   colors (previous tag
*/
.alternatebackground 
{
	color: White;
	background-color: #0066cc
}

/* used for any block tags like headers on tables etc. */
.blockheader
{
}

/* Used on the category list as a standard link */
.menulink
{
    COLOR: White;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none ;
    display:block;
    width:155px;
    text-align:left;
    padding:2px
}
.menulink:visited { color:lightblue }
.menulink:hover { COLOR:DarkBlue;text-decoration:none; font-weight:normal;background:white;}
.menuband
{
	font-weight: bold;
}


.buttonlinks 
{
    FONT-WEIGHT:bold;
    TEXT-DECORATION: none;
    display: block;
    padding:2px;
}
.buttonlinks:visited { color: cornsilk; }
.buttonlinks:hover { COLOR:DarkBlue; text-decoration:none; background:white;} 


.gridheader
{
	font-weight: bold;
	text-decoration: none;
}
.gridnormal
{
	background-color: WhiteSmoke;
}
.gridalternate /* Alternating grid color */
{
	background-color: #ccccff;
}
/*CUSTOM STYLES*/
 * html .clear {
  height: 1px;
  }
 .clear {
  min-height: 1px;
  }
 .clear:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
  }
 p {
  margin: 0;
  padding: 0 0 10px;
  }
 #maincontainer {
    width: 910px;
    margin:auto;
 }
#maincontent {
  font-size: 1.1em;
  line-height: 130%;
  background-image: url(../images/bkg_images/sectionnav-bkg.gif);
  background-repeat: repeat-y;
  background-position: left top;
  text-align: left;
  display: block;
  margin: 0;
  padding: 5px;
  padding-bottom: 50px;
  width: 907px;
  min-height: 380px;
  border-bottom: solid 2px gray;
  }
#mainnav
{
    border-color: #000066;
    padding: 5px;
    margin: 10px 0px;
    border-style: solid none solid none;
    border-width: 2px;
    background-color: #B1D0F3;
}
.f100 {
  text-align: left;
  vertical-align: top;
  width: auto;
  margin: 0;
  padding: 0;
  display: block;
  }
  .l33 {
  text-align: left;
  vertical-align: top;
  width: 32%;
  float: left;
  margin: 0;
  padding: 0;
  display: block;
  }
 .l50 {
  text-align: left;
  vertical-align: top;
  width: 48.5%;
  float: left;
  margin: 0;
  padding: 0;
  display: block;
  }
 .l67 {
  text-align: left;
  vertical-align: top;
  width: 66%;
  float: left;
  display: block;
  }
 .m33 {
  text-align: left;
  display: block;
  margin: 0;
  padding: 0 0 0 2%;
  width: 32%;
  float: left;
  vertical-align: top;
  }
 .r33 {
  text-align: left;
  width: 32%;
  float: right;
  vertical-align: top;
  display: block;
  }
 .r50 {
  text-align: left;
  vertical-align: top;
  float: right;
  width: 48.5%;
  margin: 0;
  padding: 0;
  display: block;
  }
 .r67 {
  text-align: left;
  vertical-align: top;
  width: 66%;
  float: right;
  display: block;
  }
.bold{
    font-weight: bold;
}

.redbold{
    color: #b22222;
    font-weight: bold;
}
  
.mmGrid{

  line-height: 140%;
  background-color: #fff;
  width: 100%;
  margin: 0 0 8px;
  padding: 0;
  border: solid 1px #a8a7aa;
  border-collapse: collapse;
}
.mmGrid td{
  text-align: center;
  margin: 0;
  padding: 2px !important;
  border: solid 1px #a8a7aa;
  display: table-cell !important;
}
.mmGrid .mmGridheader td,
.mmGrid th
{
  /*color: #fff;*/
  font-weight: bold;
  /*background-color: #a8a7aa;*/
  background-color: #e1e1e1;
  text-align: center;
  vertical-align: middle;
  margin: 0;
  padding: 2px !important;
  border: solid 1px #a8a7aa;
  display: table-cell;
  
  text-decoration: none;
}
table.mmGrid tr {
  margin: 0;
  padding: 0;
  display: table-row;
  }
table.mmGrid tr:hover {
  background-color: #f5f5f5;
  display: table-row;
}
div.options {
    background-color: #f1f1f1;
    padding: 10px;
    border: solid 1px black;
}
img.logo {
	padding-right: 20px;
}
.mainheader {
	font-weight: bold;
	color:#00A5E3;
	font-size: 130%;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}
.footer {
    color: #A0A0A0; text-align:center;
}
#nav {
    margin: 10px 0px;
    background-color: #B1D0F3;
    padding: 1px 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#mainmenu {

}

/*Tabs*/
ul.tabs { list-style: none; margin: 0px; z-index: 100; position: absolute;}
ul.tabs li {
    border-style: solid solid solid solid;
    border-width: 1px;
    float: left;
    padding: 5px 10px;
    background-color: #D1D1D1;
    margin: 0px 2px;
}
ul.tabs li.selected { background-color: #f1f1f1; border-bottom-color:#f1f1f1; }
ul.tabs a { text-decoration: none; }

div.ReportViewer { border: solid 1px #000082; margin-top: 30px;}
.tabContent { padding: 10px; margin-top: 27px; border: solid 1px #000082; background-color: #f1f1f1; }

.section {
  color: #00AEEF;
  font-weight: bold;
  background-color: #ECECEC;
  width: auto;
  margin: 8px 0;
  padding: 4px 8px;
}