/* Grid glassy skin */

Grid
{
}

.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*/
}

.GridHeader_Glassy,
.ResizeHeader_Glassy
{
	font-weight: bold;
	color: #fff; /*#fff*/
	padding-top: 7px;
	padding-bottom: 7px;
	background: url('../Glassy/Img/headerBg.gif');
    text-align:center;
    height: 18px;
    font: arial, helvetica 12px bold; color:white;
}
.GridHeader_Glassy a
{
	text-decoration: none;
	color: #fff;
}
.GridHeader_Glassy a:hover
{
	text-decoration: underline;
}

.GridRow_Glassy td,
.GridAltRow_Glassy td,
.SelectedRow_Glassy td,
.ActiveRow_Glassy td,
.GridEditRow_Glassy td
{
	padding-left:5px;
	line-height: 18px;
}

/*all except IE5/6*/
tbody>.GridRow_Glassy
{
	background: #ddf2fc url('../Glassy/Img/rowBg.gif') repeat-x;
	font: arial, helvetica 12px normal; color:black;
}
/*IE5/6 - apply to the table to resolve rendering bottleneck*/
* html .MasterTable_Glassy,
* html .MasterTable_Glassy table .GridRow_Glassy
{
	background: #ddf2fc url('../Glassy/Img/rowBg.gif') repeat-x;
}

.GridAltRow_Glassy
{
	background: #c6e3f1 url('../Glassy/Img/altRowBg.gif') repeat-x;
	font: arial, helvetica 12px normal; color:blue;
}

.GridPager_Glassy
{
	background:#ddf2fc url(../Glassy/Img/pagerBg.gif); 
	background-repeat: repeat-x;
	color: #333;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}
