﻿/*BEGIN DEFAULT STYLES*/
body, form
{
    margin: 0;
    font-size:10pt;
    font-family:Arial;
    font-family:arial,helvetica,sans-serif;
}
td
{
    font-size:10pt;
    vertical-align:top;
    font-family:arial,helvetica,sans-serif;
}
span
{
    font-size:10pt;
    font-family:arial,helvetica,sans-serif;
}
a
{
    font-size:10pt;
    font-family:arial,helvetica,sans-serif;
    text-decoration:none;
    color:#000000;
}
a:hover
{
    text-decoration:underline;
}
/*END DEFAULT STYLES*/


/*BEGIN Site Title*/
span.sitetitle
{
    color:#475217;
    font-size:24pt;
}
/*END Site Title*/

/*BEGIN Page Title*/
td.pagetitlesection
{
    padding-top: 15px; 
    padding-bottom: 15px;
}
span.pagetitle
{
    font-size : 14px;
    font-weight: bold; 
    color:#475217;
}
/*END Page Title*/

/*BEGIN Sub Title*/
td.subtitlesection
{
    padding-bottom: 10px;
}

span.subtitle
{
    font-size : 12px;
    vertical-align:top;
    padding-right:5px;
    padding-bottom:5px;
    padding-top:5px;
    font-weight:bold; 
    color:Black;
}

div.subtitle
{
    font-size : 12px;
    font-weight:bold; 
    color:Black;
    vertical-align:top;
    padding-right:5px;
    padding-bottom:5px;
    padding-top:5px;
}
/*END Sub Title*/


div.topwidthcontroller
{
    max-width: 960px; 
    width: expression(document.body.clientWidth > 960 ? "960px" : "100%");
}
div.bottomwidthcontroller
{
    max-width: 960px; 
    width: expression(document.body.clientWidth > 960 ? "960px" : "100%");
}
td.middleleft
{
    width:200px;
}
td.middleright
{
    padding-left:10px;
}

/*BEGIN Global Nav User Control*/
div.globalnavcontainer
{
    text-align:right;
    padding-right:10px;
}
/*END Global Nav User Control*/

/*BEGIN Top Nav Bar User Control*/
td.topnavcontainer
{
    background-color:#475217;
    padding-left:200px;
    vertical-align:middle;
    height:20px;
}
td.topnavcontainer a:hover
{
    text-decoration:none;
}
/*END Top Nav Bar User Control*/

/*BEGIN bread crumb*/
div.breadcrumbcontainer
{
    padding-top:5px;
}
/*END bread crumb*/

/*BEGIN list styles*/
td.listheadercell
{
    background-color:#475217;
    padding-left:5px;
    padding-right:5px;
    border:1px solid white;
}
td.listitemcell
{
    padding-left:5px;
    padding-right:5px;
    border:1px solid white;
}
td.listitemcellalternating
{
    padding-left:5px;
    padding-right:5px;
    background-color:#DBE0CD;
    border:1px solid white;
}
/*END list styles*/


/*BEGIN Message User Control styles*/
td.messagesection
{
    padding-left:5px;
}
/*END Message User Control styles*/

/*BEGIN VALIDATION SUMMARY SECTION*/
.validationSummaryPane
{
	padding :0px;
}

.validationSummaryPaneInnerBorder
{
	border:solid 1px red; 
	padding:5px;
}
.validatorPane
{
	padding-top:5px;
	width:100%;
	vertical-align:top;
}
/*END VALIDATION SUMMARY SECTION*/

/*BEGIN Report Quarter Search User Control styles*/
td.reportquartersearchsection
{
    padding-left:5px;
}
/*END Report Quarter Search User Control styles*/

/*BEGIN Form styles*/
tr.formSectionSeparator
{
	height:30px;	
}

.formButtons
{
	background-color:#475217;
	font-weight:bold;
	color:White;
}

td.fieldlabelcell
{
    width:200px;
    padding-bottom:5px;
}
td.fieldvaluecell
{
    padding-bottom:5px;
    padding-left:15px;
}
td.subfieldlabelcell
{

}
td.subfieldvaluecell
{
    padding-left:10px;
}

td.subfieldmetriccell
{
    padding-left:10px;
}
td.buttonsection
{
    padding-top:20px;
    padding-bottom:10px;
    padding-left:15px;
}
div.buttonsection
{
    padding-top:20px;
    padding-bottom:10px;
    padding-left:5px
}

.button
{
}
/*END Form styles*/

/*BEGIN Printable report styles*/
.bodyBold{padding-left:5px; font-family:arial; color:#000000; font-size:13px; font-weight:bold;}
.bodyCopy{padding-left:5px; font-family:arial; color:#000000; font-size:12px;}
/*END Printable report styles*/

/*BEGIN Tab Menu*/
.menuitem
{
   color:black;
   font-weight:bold;
   background-repeat:repeat-x;
   background-image: url(Images/2-olive-button.png);
   padding-top: 2px;
   padding-left:4px;
   padding-right:4px;
   background-position:bottom;
   height:25px;
   text-align:center;
  
}

.menuitemhover
{
   
   color:black;
   font-weight:bold;
   background-image: url(Images/2-green-button.png);
   padding-top: 2px;
   padding-left:4px;
   padding-right:4px;
   background-repeat:repeat-x;
   background-position:bottom;
   height:25px;
   text-align:center;
}
.menuitemhover a:hover
{
    text-decoration:none;
}


.menuitemselected
{
   color:black;
   font-weight:bold;
   background-image: url(Images/2-green-button.png);
   padding-top: 2px;
   padding-left:4px;
   padding-right:4px;
   background-repeat:repeat-x;
   background-position:bottom;
   height:25px;
   text-align:center;
}
/*END Tab Menu*/

a.linkbutton
{
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:10px;
	font-weight:bold;	
	font-size: 9pt;
	color:Black;
	text-decoration: none; 	
}

a.linkbutton:hover
{
    background-position:left top;
	background-repeat:no-repeat;
	padding-left:10px;
	font-weight: bold;	
	font-size: 9pt;
	color:Black;
	text-decoration: underline !important;	
}

.formSubmitResultPane
{
	padding:5px;
	vertical-align:top;
	margin-bottom:20px;
}

@media print
{
    
}