GridPager_White/* r.a.d.grid White / embedded skin */

div.RadGrid_White
{
	border-top: 0px;
	font: normal 11px Arial, Verdana, Sans-serif;
	text-align: left;
	cursor: default;
}

.RadGrid_White td,
.RadGrid_White td a
{ 	
	font-family: "Tahoma";
	cursor:hand;
	font-size:8pt;
}
.MasterTable_White
{
	/*border: 0px !important;
	border-collapse: separate !important;*/
	border-style:none;
	width: 100%;
	
}

.MasterTable_White td,
.MasterTable_White th
{
	padding-left: 4px;
	
}

th.GridHeader_White,
th.ResizeHeader_White
{
	font: bold 10px Verdana, Arial, Sans-serif;
	background: white url('Img/GridHeaderBg.gif') repeat-x bottom;
	border-top: solid 1px #e5e5e5;
	border-bottom: solid 1px #bbb;
	padding-left: 6px; /*more than items to compensate for item borders!*/
	height: 22px;
	
}

.GridHeader_White a
{
	color: black;
	font: bold 10px Verdana, Arial, Sans-serif;
	text-decoration: none;	
}

.GridRow_White td
{	
	line-height: 15px;
	border-bottom: solid 1px black;
}


.GridAltRow_White td
{

	line-height: 15px;
	border-bottom: solid 1px black;
}
.SelectedRow_White td
{
	height: 22px;
	border: solid 1px #e5e5e5;
	border-top: solid 1px #e9e9e9;
	border-bottom: solid 1px white;	
}

.ActiveRow_White td
{
	background: white !important;
	height: 22px;
}

/*removes White borders for custom inner tables*/
.GridRow_White td td, 
.GridAltRow_White td td,
.SelectedRow_White td td,
.ActiveRow_White td td
{
	border-top: none;
	border-bottom: none;
}

.GridPager_White td
{
	background: white;
	border: solid 1px white;
	border-top: 1px solid #c7c7c7;
	height: 21px;
	color: #999;
	
}

.GridFooter_White td
{
	background: #fbfbfb;
	border: solid 1px #fbfbfb;
	border-top: 1px solid #e8e6e6;
	height: 21px;
	color: #666;
}

.GridFooter_White td a
{
	color: #666;
}

.GridPager_White td a
{
	color: #999;
}

.GridPager_White td a:hover, .GridFooter_White td a:hover
{
	color: #333;
}

tr.GroupHeader_White td
{
	background: white;
	height: 22px;
	border: solid 1px white;
}

.GroupPanel_White
{
	background-color: #e5e5e5;
	width: 100%;
	/*border-collapse: collapse;
	border: solid 1px #c6c6c6;
	border-bottom: 1px solid #aeaeae;*/
}

.GroupPanelItems_White
{
	background: #efefef;
	color: #999999;
	border: solid 1px white;
	border-right: solid 1px #c6c6c6;
	border-bottom: solid 1px #c6c6c6;
	white-space:  nowrap;
	font-size: 11px;
}
td.GridHeader_White input
{
	width: auto;
	float: left;
	border: solid 1px #666;
	background: #fafafa;
	font: bold 10px Verdana, Arial, Sans-serif;
	color: #989cb0;
	height: 14px;
	vertical-align:middle;
}
