.GridStyle
{
	padding-right: 1px;
	padding-left: 1px;
	font-size: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: Tahoma;
	background-color: white;
	border-right-style: none;	
	border-bottom-style: none;		
}

.BaseGridStyle
{
	border-left:solid thin red ;
	border-right:none;
	border-left-width:0;
	border-style:double;
	border-collapse:separate;
	background-color:#EDEBED;	
}

.ToolbarItemCommand
{
	border-right: transparent 1px;
	padding-right: 9px;
	border-top: transparent 1px;
	padding-left: 9px;
	font-size: 8pt;
	padding-bottom: 5px;
	border-left: transparent 1px;
	cursor: hand;
	color: black;
	padding-top: 5px;
	border-bottom: transparent 1px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	white-space: nowrap;
	text-decoration: none;
}
.ToolbarItemCommandDisabled
{
	border-right: transparent 1px;
	padding-right: 9px;
	border-top: transparent 1px;
	padding-left: 9px;
	font-size: 8pt;
	padding-bottom: 5px;
	border-left: transparent 1px;
	cursor: hand;
	color: black;
	padding-top: 5px;
	border-bottom: transparent 1px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	white-space: nowrap;
	text-decoration: none;
}

.ToolbarItemCommandOver
{
	border-right: dimgray 1pt solid;
	padding-right: 8px;
	border-top: dimgray 1pt solid;
	padding-left: 8px;
	font-size: 8pt;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr= 'white' , endColorStr= 'LemonChiffon' , gradientType= '0' );
	padding-bottom: 4px;
	border-left: dimgray 1pt solid;
	cursor: hand;
	color: black;
	padding-top: 4px;
	border-bottom: dimgray 1pt solid;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	white-space: nowrap;
	text-decoration: underline;
}

.ToolbarStyle
{
	padding-left: 5px;
	font-weight: normal;
	font-size: 10px;
	padding-top: 2px;
	font-family: Tahoma;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr= '#ffffff' , endColorStr= '#668bb0' , gradientType= '0' );
	background-color:#6699CC; 
}

.Header
{
	background-color: #668bb0;
}

.HeaderStyle
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px;
	COLOR: #000000; 
	FONT-FAMILY: Arial, Verdana, Helvetica, Sans-Serif; 
	TEXT-DECORATION: none;	
	border-right: none;	
	border-left: none;			
	border-top:	none;
	border-bottom: "#b4b5b5 1px solid";	
}

.ItemStyle
{
	font-weight:normal;
	font-size: 11px;
	color: #000000;
	font-family: Tahoma;
	background-color: white;	
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;	
}

.SelectedItemStyle
{
	padding-right: 4px;
	padding-left: 4px;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 4px;
	color: #000000;
	border-top-style: outset;
	padding-top: 4px;
	font-family: Tahoma;
	border-right-style: outset;
	border-left-style: outset;
	background-color: #f0f1f1;
	border-bottom-style: outset;
}

.FooterStyle
{
	padding-left: 25px;
	font-weight: normal;
	font-size: 11px;
	color: black;
	padding-top: 5px;
	font-family: Tahoma;
	background-color: white;
}

.PagerStyle
{
	border-top: #6699cc thin solid;
	border-bottom: #6699cc thin solid;
	padding-left: 5px;
	font-weight: normal;
	font-size: 10px;
	padding-top: 2px;
	font-family: Tahoma;
}

.AlternatingItemStyle
{
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	padding-top: 2px;
	font-family: Tahoma;
	background-color: white;
}

A.SortHeaderStyle
{
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Arial, Verdana, Helvetica, Sans-Serif; TEXT-DECORATION: underline;
}

A.SortHeaderStyle:link,A.SortHeaderStyle:active,A.SortHeaderStyle:visited,A.SortHeaderStyle:hover {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Arial, Verdana, Helvetica, Sans-Serif; TEXT-DECORATION: underline;
}

A
{
	color: Black;
	text-decoration: none;
}
A:hover
{
	color: Black;
	text-decoration: underline;
}


