﻿body
{
}
.divRow
{
	/*border-style: solid; 	border-width: thin;*/
	margin-bottom: 5px; /*background-color: #FFFCF4; 	background-color: #F0b2b2;*/
	display: inline;
	float: left;
	width: 100%;
	color: #CC0000;
}
.divRowAlt
{
	border-style: solid;
	border-width: thin;
	margin-bottom: 5px; /*border-style: solid; 	border-width: thin; 	background-color: #E3DDCD;*/
	background: #FFFCF4;
	border: 1px solid #E3DDCD;
	float: left;
	width: 100%;
	color: #582902;
	
}

.divRowDirect
{
	border-style: solid;
	border-width: thin;
	margin-bottom: 5px; /*border-style: solid; 	border-width: thin; 	background-color: #E3DDCD;*/
	background: Red;
	border: 1px solid #E3DDCD;
	float: left;
	width: 100%;
	color: #582902;
}

.divDataLink
{
	/*border-style: solid; 	border-width: thin;*/
	padding: 5px;
	display: inline;
	float: left;
	width: 5%;
}
.divData
{
	/*border-style: solid; 	border-width: thin;*/
	padding: 5px;
	display: inline;
	float: left;
	width: 14%;
}

.lblA
{
	display: inline;
	float: left;
	width: 90%;
}
.divDataLink a
{
	text-decoration: none;
	color: #582902;
}

.divDataLink a:hover
{
	color: Red;
}

.divControl
{
	float: left;
	display: inline;
	padding: 4px;
	margin: 3px;
	width: 25%; /*border:solid 1px black;*/
}

.divControlButton
{
	display: inline;
	padding: 3px;
	margin: 3px;
	width: 15%;
	float: right;
}

.divHeading
{
	margin: 5px 5px 15px 5px;
	padding: 2px 2px 2px 2px;
	display: block;
	float: left;
}

.asd
{
}

.trRow
{
	/*border-style: solid; 	border-width: thin;*/
	margin: 5px; /*background-color: #FFFCF4; 	background-color: #F0b2b2;*/ /*display: inline;	*/
	width: 100%;
	color: #CC0000;
}
.trRowAlt
{
	border-style: solid;
	border-width: thin;
	margin: 5px; /*border-style: solid; 	border-width: thin; 	background-color: #E3DDCD;*/
	background: #FFFCF4;
	border: 1px solid #E3DDCD;
	width: 100%;
	color: #582902;
	/*font-weight:bold;*/
}

.tblGrid
{
	width: 100%;
	border: none;
}

.trRow a
{
	color: #582902;
	text-decoration: none;
}

.trRow a:hover
{
	color: #cc0000;
}
.trRowAlt a
{
	color: #582902;
	text-decoration: none;
}

.trRowAlt a:hover
{
	color: #cc0000;
}

.trRowAlt td
{
	margin: 5px; /*border-style: solid; 	border-width: thin; 	background-color: #E3DDCD;*/
	padding: 5px;
}
.trRow td
{
	margin: 5px; /*border-style: solid; 	border-width: thin; 	background-color: #E3DDCD;*/
	padding: 5px;
}

.gridHF
{
	background-color: #cc0000;
	color: White;
	font-variant: small-caps;
	font-weight: bolder;
}
.gridHF a
{
	
	font-weight: normal;
	color: White;
	
}

