﻿body {margin-left:0px; margin-top:0px; font-size:10pt; margin-right:0px;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	  background-color: #3e3219;}

/*--------------Main Page Layout Cells -------------*/
td.leftCell
{
	background-color:#363e0e; vertical-align: top;
	border-bottom:solid 1px #000000;
}
/*NOTE: this is the thin cell with the red wood between the left nav and main content cells*/
td.middleCell
{
	background-color:#3e3219; vertical-align:top; width:23px;
	border-bottom:solid 1px #000000;
}
td.rightCellTop
{
	background-color:#3e3219; vertical-align:top; width:766px;
}
td.rightCellBottom
{
	padding-right: 5px; padding-left: 5px; padding-bottom: 5px; padding-top: 5px;
}
td.bottomCell
{
	background-color:#3e3219;
}
td.topNavTabs{color:#CCCCCC;  font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10pt; text-align:center; vertical-align:middle}
/*----------End Of Main Page Layout Cells-----------*/


/*NOTE: this is the cell containing each indvidual menu item in the left nav*/
td.navCell{background-image:url(../images/navCell3.gif); 
	background-repeat:no-repeat; 
	background-position:center; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-weight:300; 
	font-size:10px; 
	color:#363E0E; 
	text-align:center; 
	vertical-align:middle;
	height:26px;
}
div.mainContent
{
	border-right: #000000 1px solid; border-top: #000000 1px solid; 
	border-left: #000000 1px solid; width: 730; border-bottom: #000000 1px solid;
	min-height: 550px; 
	background-color: #ffffff; padding:10px 10px 10px 10px;
}

/*header row styles*/
hr.Head{background-color:#666633;color:#666633;height:1px; width:740;}

/*text style*/
.HeaderRed16{font-size:16px; color:#cc6666; font-weight:600;}
.HeaderBlack16{font-size:16px; color:#000000; font-weight:600;}
.Red8{font-size:8pt; color:#C00000;}
.Black8{font-size:8pt; color:#000000;}

.txtBoldBlack{color:#000000; font-size:10pt; font-weight:600}
.txtBoldRed{color:#990000; font-size:10pt; font-weight:600}
.txtBoldGrn{color:#356732; font-size:10pt; font-weight:600}

.textRed{color:#990000; font-weight:300; font-size:10pt; }
.textGrn{color:#356732; font-weight:300; font-size:10pt; }
.textBlk{color:#000000; font-weight:300; font-size:10pt; }
.textSm{color:#000000; font-weight:300; font-size:8pt; }
.credits{color:#000000; font-weight:300; font-size:8pt;  font-style:italic }
.textError{color:#ff3300; font-weight:600; font-size:10pt;}



/*grid view styles*/
.gridViewCenter{margin-left: auto; margin-right:auto;}/*used to center gridview*/
.gridViewRowStd{color:#333333; background-color:#ffffff; font-weight:300; font-size:8pt;
	text-decoration:none; font-family:Verdana, Arial, Helvetica, sans-serif;
	vertical-align:top;}
.gridviewUline{border-bottom:solid 1px #999999}
.gridViewHeader{font-size:8pt; font-weight:600; padding:5px 0px 5px 0px; border-bottom:solid 1px #999999;
	border-top:solid 1px #999999}

/*links styles*/
a.leftNav{color:#363E0E;text-decoration:none; font-weight:600}
a.leftNav:hover{color:#FFFFFF;text-decoration:none; font-weight:600}
a{color:#363E0E;text-decoration:underline;}
a:hover{color:#363E0E;text-decoration:underline;}

a.itemReturn{color:#363E0E;text-decoration:None;}
a.itemReturn:hover{color:#363E0E;text-decoration:None;}

a.topNavTabs{ text-decoration:none; color:#eaeae8;  font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10pt; font-weight:600; }
a.topNavTabs:hover{ text-decoration:none; color:#FFFFFF;  font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10pt; font-weight:600}

/* button styles */
.btnRed{ background-color:#990000; color: #FFFFFF; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:8pt; font-weight:600; border:solid 1px #000000;}
.btnRed:Hover{ background-color:#356732; color: #FFFFFF; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:8pt; font-weight:600; border:solid 1px #000000}
.btnGrey{ background-color:#666666; color: #FFFFFF; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10pt; font-weight:600; border:solid 1px #000000; padding: 2px 4px 2px 4px; margin-top:0px}

