﻿body
{
	font-size: 12px;
	font-family: Arial;
}

h4
{
	color: #1F482C;
	margin: 0px;
}

h3
{
	margin: 0px;
}

.hr
{
	border-top: 1px dotted black;
	height: 4px;
	margin: 3px;
}

#midBarLinks
{
	float: right;
	font-size: 80%;
	color: White;
	margin-right: 30px;
}

#midBarLinks a, #midBarLinks span
{
	display: inline-block;
	border-right: 1px dotted #F5C607;	
	height: 25px;
	padding: 6px 10px 4px 10px;
	color: White;

}

#menuAndPic #links a
{
	display: block;
	color: White;
	font-size: 13px;
	font-weight: bolder;
	margin: 0px 0 14px 5px;
	text-decoration: none;
}

#menu #links a
{
	display: inline-block;
	color: White;
	font-size: 9pt;
	font-weight: bolder;
	margin: 5px 10px 5px 10px;
	text-decoration: none;
}

#footerLinks a
{
	display: inline-block;
	color: #666666;
	font-size: 7pt;
	padding: 10px 10px 5px 10px;
	text-decoration: none;
	font-weight: 900;
}

img, a
{
	border: 0px;
}

.bottomHR
{
	margin: 0px;
	width: 80%;
	color: #336600;
	border: 0px;
	background-color: #336600;
}

.bold
{
	font-weight: bold;
}

.boldRed
{
	font-weight: bold;
	color: Red;
}

.boldLarge
{
	font-size: 105%;
	font-weight: bold;
}

.textbox
{
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
}

.alignLeft
{
	text-align: left;
}

.backToTop
{
	float: right;
}

.dgHeader
{
	background-color: #1F482C;
	color: White;		
}

.dgRow
{
}

.dgAlternatingRow
{
	background-color: #ccc;/* yellow #F5C607; */
}

.gvRow
{
	background-color: White;
}
.gvRow:hover
{
	background-color: #CCC;
}

.gvAltRow
{	
	background-color: #CCC;
}

.gvAltRow:hover
{
	background-color: #C1DAD7;
}

.gvHdr
{
	color: White;
	background-color: #1F482C;
	font-weight: bold;
	font-size: 105%;
}
.gvHeader th
{
	padding-left: 5px;
}

.gvDetails
{
	font-size: 90%;	
}

.gvFooter
{
	background-color: #7E92B3;
	border: 1px solid #808080;	
}

.gvFooter td
{
	border: 0px none;
}

.tblDetails
{
  background-color:#2F5077;
  font-weight:bold;
  color:White;  
  border:1px solid black;
  border-collapse:inherit;
}
