body
{
	font-size: 12px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #e0ead7;
}
td 
{
	font-size: 12px;
}


.verticalBorder1px 
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #ffffff;
}


.topHorizontalBorder1px 
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.txtWhite 
{
	color: #FFFFFF;
}


.bottomHorizontalBorder1px 
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}


TD.NavHeader
{
	background-color:#b72025;
	color: White;
}

TD.NavBody
{
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFF4EA;
}


.tdNavBody 
{
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFF4EA;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}



H4.Title
{
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom: #000000 1px solid;
	background-color: lightblue;
	text-align: center;
}

H5.SubTitle
{
	display: block;
	padding-left: 2px;
	padding-bottom: 2px;
	color: white;
	padding-top: 2px;
	position: static;
	background-color: lightslategray;
	text-align: center;
	width: 75%;	
}

.sectionTitle
{
    margin-bottom:10px;
    padding:5px;
    font-weight:bold;
    background-color:#fef4ea;
    
}


UL
{
	list-style-position: outside;
	list-style-type: disc;
}

LI
{
	padding-bottom: 0.5em;
}
LI LI
{
	padding-bottom: 0;
}

OL LI
{ 
	padding-bottom: 2em;
}


div.frm 
{
	width: 30em;
	text-align: left;
}

.required
{
	color: Red;
}

.button
{
	border-right: black 1px solid;
	border-top: white 1px solid;
	font-size: 0.8em;
	border-left: white 1px solid;
	cursor: hand;
	color: #000000;
	border-bottom: black 1px solid;
	background-color: #cccc99;
}

.textbox
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	font-size: 0.95em;
	border-left: #000000 1px solid;
	color: #000000;
	border-bottom: #000000 1px solid;
	background-color: #fffaf0;
}

select
{	
	font-size: 11px;
	color: #000000;
	}


/* Datagrid */
.Grid 
{
	border: solid 1px #000000;
	font-size: 11px;
	color:Black;
}

.Grid td 
{
    border: solid 1px #000000;	margin: 3px 3px 3px 3px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 5px; font-size: 11px;
}

.GridHeader
{
	font-weight: bold;
	color: white;
	background-color: dimgray;
	text-align: center;
}

.GridHeader a 
{
	text-decoration: none; 	color: Black;  padding: 0px 15px 0px 15px;
}

.GridHeader a:hover 
{
	text-decoration: underline;
}

.GridItem, .GridAltItem 
{
	font-size: 11px;
	vertical-align: top;
}

.GridItem a, .GridAltItem a
{
	color: mediumblue;
	text-decoration: none;
}

.GridItem
{
	background-color: palegoldenrod;
}

.GridAltItem
{
	background-color: #ffffff;
}

.GridEditItem
{}

.GridPager 
{
	font-size: 11px;
	background-color: LightGoldenrodYellow;
	text-align: center;
 }
 	
.GridFooter 
{
	background-color: #E2FDE1;
	font-size: 11px;
}
