/* r.a.d.grid glassy skin */

.RadGrid_Glassy
{
	font: normal 11px Arial, Verdana, Sans-serif;
	background: white;
	cursor: default;
}

.RadGrid_Glassy table
{
	font: normal 11px Arial, Verdana, Sans-serif;
	width: 100%;
}

.MasterTable_Glassy
{
	border-left: 1px solid #319AEA;
	border-right: 1px solid #319AEA;
	border-collapse: separate !important;
	/*-moz-user-select: none;*/ /*disables text selecting in Firefox to combat unpleasant visual appearance*/
}

/*paging*/

.GridPager_Glassy
{
	background:#e1e1e1 url('Glassy/sprite.gif') 0 -600px repeat-x;
	line-height:20px;
}

.GridPager_Glassy td
{
	border-top:1px solid #828282;
	border-bottom:1px solid #f2f2f2;
	padding:0 5px;
}

.GridPager_Glassy div span,
.GridPager_Glassy a,
.GridPager_Glassy .sliderPagerLabel_Glassy
{
	color:#242424;
	vertical-align:top;
}

.PagerLeft_Glassy
{
	float:left;
	vertical-align:top;
}

.PagerRight_Glassy
{
	float:right;
	vertical-align:top;
}

.PagerCenter_Glassy
{
	text-align:center;
	vertical-align:top;
}

.PagerCenter_Glassy span
{
	vertical-align:middle;
}

.RadGrid_Glassy .rgPagePrev
{
	background-position:5px -993px;
}

.RadGrid_Glassy .rgPageNext
{
	background-position:-21px -993px;
}

.RadGrid_Glassy .rgPageFirst
{
	background-position:4px -961px;
}

.RadGrid_Glassy .rgPageLast
{
	background-position:-20px -961px;
}

.GridHeader_Glassy,
.ResizeHeader_Glassy
{
	font-weight: bold;
	color: white;
	line-height: 41px;
	padding-left: 5px;
	background: #1DBCF3 url('glassy/Img/headerBg.gif') repeat-x;
	text-align:left;
}
.GridHeader_Glassy a
{
	text-decoration: none;
	color: white;
}
.GridHeader_Glassy a:hover
{
	text-decoration: underline;
}

.GridRow_Glassy
{
	background: #ddf2fc url('glassy/Img/rowBg.gif') repeat-x;
	height: 29px;
}
/*all except IE5/6*/
tbody>.GridRow_Glassy
{
	height: 29px;
}
/*IE5/6 - apply to the table to resolve rendering bottleneck*/
* html .MasterTable_Glassy
{
	background: #ddf2fc url('glassy/Img/rowBg.gif') repeat-x;
	height: 29px;
}


.GridRow_Glassy td,
.GridAltRow_Glassy td,
.SelectedRow_Glassy td,
.ActiveRow_Glassy td,
.GridPager_Glassy td,
.GridEditRow_Glassy td
{
	padding-left: 5px;
}

.GridAltRow_Glassy
{
	background: #c6e3f1 url('glassy/Img/altRowBg.gif') repeat-x;
	height: 29px;
}

.SelectedRow_Glassy,
.GridEditRow_Glassy
{
	background: #fce00f url('glassy/Img/selRowBg.gif') repeat-x;
	height:29px;
}

.GridEditRow_Glassy input
{
	font-size: 11px;
}

.ActiveRow_Glassy
{
	background: #fff;
}

.ActiveRow_Glassy td,
.GridEditRow_Glassy td
{
	border-top: solid 1px #d4d4b3;
}

.GridPager_Glassy
{
	background:#ddf2fc url('glassy/Img/pagerBg.gif') repeat-x bottom;
	color: #333;
	height: 20px;
}
.GridPager_Glassy a
{
	color: #333;
}


/* filtering direction input[image] */
.GroupPanelItems_Glassy input
{
	vertical-align: middle;
}

.GroupPanel_Glassy
{
	background: #ffdf00 url('glassy/Img/groupHeaderBg.gif') repeat-x;
	border-left: 1px solid #b69759;
	border-right: 1px solid #b69759;
	color: #9d6b0b;
	height: 20px !important;
	border-collapse: collapse; 
}

.GroupPanel_Glassy td
{
	padding: 2px;
}

.GroupPanelItems_Glassy
{
	font-weight: bold;
	white-space: nowrap;
	background: white;
	margin: 0px;
	color: #9d6b0b;
}

.GroupPanel_Glassy TABLE TABLE 
{ 
     border-collapse: collapse; 
}


/* filtering table row */
tr.GroupHeader_Glassy
{
	color: #fff;
	background: #4998d4;
	font-weight: normal;
	height: 24px;
}

.GroupPanelItems_Glassy
{
	background: #ffae00;
	color: #fff;
	border: solid 1px #ce5d30;
	white-space:  nowrap;
	font-size: 11px;
	padding-left: 4px;
}

.GroupPanelItems_Glassy td
{
	padding: 2px;
}
