/*body
{
	background-color:#ACC0E9;
	font-family: Tahoma;
	font-size: 11px;
}*/
a 
{
    color: black;
	font-size: 9px;
	text-decoration: none;
}

a.Content:link
{
	color:black; 
	font-size:12px
}

a.Content:Visited
{
	color:blue; 
	font-size:12px
}

a.Content:active
{
	color:red; 
	font-size:12px
}

.itemStyle 
{
	height:20px;
	padding:0px; 
	padding-left:5px;
	border-style:none;
	border-bottom-color: #CDD4E3;
	border-bottom-width:1px;
	border-bottom-style:solid;
	vertical-align:middle;
}
.itemStylePadding
{
	height:20px;
	padding:0px; 
	padding-left:5px;
	border-style:none;
	border-bottom-color: #CDD4E3;
	border-bottom-width:0px;
	border-bottom-style:solid;
	background-color:#FFFFFF;
}
.headerStyle 
{
	padding:0px; 
	padding-left:5px;
	border-style:none; 
	border-top-color:#466094; 
	border-top-style:solid;
	border-bottom-color:#A0A0A4; 
	border-bottom-width:1px;
	border-bottom-style:solid;
	background-color:#E0E3E8;
}
.pagerStyle 
{
	height:22px;
	vertical-align:middle;
	background-color:#E0E3E8;
	color:#485673;
}
SPAN.crmLabel
{
	font-family : Tahoma;
    font-size : 11px;
}
INPUT.crmTextBox
{
	font-family : Tahoma;
    font-size : 11px;
    color : Black 
}
INPUT.crmButton
{
	font-family : Tahoma;
	font-size : 11px;
	border-bottom-color : #7B9EBD;
	border-top-color : #7B9EBD;
	border-right-color : #7B9EBD;
	border-left-color: #7B9EBD;
	width : 100px;
	height : 19px;
	border-width : 1px;
	filter:"progid:DXImageTransform.Microsoft.Gradient(GradientType = 0, StartColorStr = '#FAFAFC', EndColorStr = '#D8D8E4')";

}
INPUT.ToolbarButton
{
	font-size:11px;
	font-family:Tahoma;
	color:#000000;
	height:23px;
	background-color:transparent;
	border-style:none;
		
}
SELECT.DropDownList
{
	font-family : Tahoma;
	font-size : 11px;
	height : 19px;
}
.DataGridTable
{
	font-family: Verdana;
	font-size: xx-small;
	color: #000000;
	width:100%;
}

.DataGridTable A:link
{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

.DataGridTable A:visited 
{
	font-family: Arial;
	font-size: 12px;
	color: Red;
}

.DataGridTable A:hover
{
	font-family: Arial;
	font-size: 12px;
	color: Blue;
}

.DataGridTH 
{
	padding: 6px;
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-top: solid 1px #CCCCCC;
	FONT-WEIGHT: bold;
	color:#000000;
	background-color:#F7F7F7;
	background-position: center;
}
.DataGridTD 
{
	border-right: solid 1px #CCCCCC;
	border-top: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	padding: 6px;
}
#dgScrollDiv
{
	overflow:auto;
	vertical-align: top;
}
#dgScrollStatusDiv
{
	border-top: solid 1px #0a6cce;
	background-image:url(images/drag.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:2px;
	cursor: s-resize;
	position:relative;
	display:block;
	FONT-WEIGHT: bold;
	color:#000000;
	background-color:#F7F7F7;
	text-align: center;
}

