.RadGrid
{
	border-left: 1px solid #319AEA;
	border-right: 1px solid #319AEA;
	font-size: 11px;
	font-family: Arial, Verdana;
	padding-right: 6px;
}
.titles
{
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
}

.standardTxt
{
	font-size: 11px;
	font-family: Verdana;
	font-weight:normal;
	
}

.RadGrid TABLE
{
	font-size: 11px;
	font-family: Arial, Verdana;
}
.GridHeader
{
	font-weight: bold;
	color: white;
	background-image: url(Images/table_header.gif);
	padding-right: 10px;
}

A.GridHeader 
{
	text-decoration: none;
	color: white;
}

.GridHeader A:hover
{
	text-decoration: underline;
	color: white;
}

.GroupPanel
{

            background-image: url(Images/groupHeaderBg.gif);
            background-repeat: repeat-x;
            background-color: #ffac00;
            border-left: 1px solid #b69759;
            border-right: 1px solid #b69759;
            color: #9d6b0b;
	    padding:0px;
}

.GroupPanelItems
{
	font-weight: bold;
	white-space:nowrap;
	background-color: white;
	margin: 0px;
	color: #9d6b0b;
}


.GridRow
{
	background-image: url(Images/rowBg.gif);
	padding-left: 5px;
	padding-right: 10px;
	background-repeat: repeat-x;
	background-color: #ddf2fc;
}

.GridAltRow
{
	background-image: url(Images/altRowBg.gif);
	padding-left: 5px;
	padding-right: 10px;
	background-repeat: repeat-x;
	background-color: #c6e3f1;
}

.GridPager
{
	background-image: url(Images/pagerBg.gif);
	color: #333333;
	padding-left: 6px;
	height: 20px;
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #ddf2fc;
}

.GridPager A
{
	color: #333333;
}

.button 
{
	border:1px solid #D5D5D5;
	border-bottom: 1px solid #C2C2C2;
	border-right: 1px solid #C2C2C2;
	font-family: Verdana, Arial;
	font-size:10px;
	font-weight:bold;
	color:#666666;
	background-image:url(Images/buttonBg.gif);
	background-position:top;
	background-color:white;
	height:20px;
	width:80px;
	vertical-align:top;
}
