﻿.RadGrid th, .RadGrid th a
{ 
	font: bold 11px Tahoma;
	color: white;
}

.RadGrid td, .RadGrid td a
{ 
	font: 10px tahoma;
	color: #000000;
}

/*used for hiding the command display of the rad grid*/
.CommandHide
{
	display:none;
}

/*From here down is from the outlook skin.*/

.PanelItemsStyle
{
	color: White;
	white-space:nowrap;
	background-color:#5898C5;
	border:solid 1px black;
}

.PanelStyle
{
	background-image: url(../Img/topBg.gif);
	background-repeat: repeat-x;
	width: 100%;
}

.GroupHeaderItem td
{
	border-bottom: 2px solid #7BA4E0;
}

.RadGridAuto
{
    width:auto;
}
