/*body
{
	font-family: Arial, Tahoma;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}*/

/*a:hover, a:active, a:link, a:visited
{
	color: Red;
	text-decoration: none;
}*/

.dgrd
{
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	border: solid 1px DimGray;
}

.dgrdHead
{
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: White;
	background-color: #5577EE;
	text-decoration: none;
	border: none;
	position:relative; 
    top:expression(this.offsetParent.scrollTop); 
    z-index: 10;
    padding-top: 4px;
    padding-bottom: 4px;
}

.dgrdHead a, .dgrdHead a:link, .dgrdHead a:visited, .dgrdHead a:hover, .dgrdHead a:active
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: White;
	text-decoration: underline;
}

.dgrdHeadNoScroll
{
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: White;
	background-color: #5577EE;
	text-decoration: none;
	border: none;
    padding-top: 4px;
    padding-bottom: 4px;
}

.dgrdHeadNoScroll a, .dgrdHeadNoScroll a:active, .dgrdHeadNoScroll a:hover, .dgrdHeadNoScroll a:visited, .dgrdHeadNoScroll a:link
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: White;
	text-decoration: underline;
}

.dgrdCol
{
    border: solid 1px DimGray;
    padding-left: 4px;
    padding-right: 4px;
}

.dgrdItem
{
	background-color: White;
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: Black;
}

.dgrdItem a, .dgrdItem a:hover, .dgrdItem a:visited, .dgrdItem a:active, .dgrdItem a:link
{
	color: Blue;
	text-decoration: underline;
	font-family: Arial;
	font-size: 8pt;
}

.dgrdAltItem
{
	background-color: Lavender;
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: Black;
}

.dgrdAltItem a, .dgrdAltItem a:hover, .dgrdAltItem a:visited, .dgrdAltItem a:active, .dgrdAltItem a:link
{
	color: Blue;
	text-decoration: underline;
	font-family: Arial;
	font-size: 8pt;
}

.dgrdSelItem
{
	background-color: Gray;
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	font-weight: Bold;
	color: White;
}

.dgrdSelItem a, .dgrdSelItem a:hover, .dgrdSelItem a:visited, .dgrdSelItem a:active, .dgrdSelItem a:link
{
	color: Blue;
	text-decoration: underline;
	font-family: Arial;
	font-size: 8pt;
}

.dgrdFoot
{
	background-color: White;
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #000066;
}

.colHidden
{
    display: none;
}

