﻿.XGridViewStyle
{
}
.XGridViewHeaderStyle
{	
}
.XGridViewFooterStyle
{
}
.XGridViewEmptyDataRowStyle
{
	font-family: Tahoma;
	font-size: 12pt;
}
.XGridViewRowStyle
{
	cursor: pointer;
}
.XGridViewEditRowStyle
{
	cursor: pointer;
}
.XGridViewSelectedRowStyle
{
	cursor: pointer;
}
.XGridViewPagerStyle
{
	height: 16px;
	vertical-align:middle;
}
.XGridViewAlternatingRowStyle
{
	cursor: pointer;
}
.XGVSBS
{
	display:none;
}
.XGVPKHS
{
	display:none;
}
.XGVPKFS
{
	display:none;
}
.XGVPKIS
{
	display:none;
}
.XGridTitlebar
{
	height: 45px;
	width: 100%;
	background-color: #ADC3EF;
}       


.XGridBottomBorder
{
	border-bottom: solid 1px #CDD4E3;	
	border-left: solid 1px #CDD4E3;	
}
.XGridItemStyle
{
	color:Black;
	text-decoration:none;
	border-bottom: solid 1px #CDD4E3;
}
.XGridPageNumberStyle
{
	color:Black;
	text-decoration:none;
}
.XGridHeader
{
	/*background-image:url("../App_Themes/Default/Images/TB3DSeperator.gif");*/
	background-image:url("~/Images/ProductDown.gif");
    background-repeat:no-repeat;
    background-position:right;
	
}


.XGridImageLinkHeader
{
	background-image:url("/Web/App_Themes/Default/Images/TB3DSeperator.gif");
	/* change image path before upload in live site with the following back image*/
	/* background-image:url("/FL_Web/App_Themes/Default/Images/TB3DSeperator.gif");*/
    background-repeat:no-repeat;
    background-position:right;
	  	
}
.XGridColumnImage
{
	background-image:url("/Web/Images/colborder.gif");
    background-repeat:no-repeat;
    background-position:center;
	
}

.XGridOuterBorder
{
	border-left: solid 1px #CDD4E3;
	border-right: solid 1px #CDD4E3;
	
}
.XGridHeaderSeparator
{	
    background-repeat:no-repeat;
    background-position:right;
    
	border-bottom: solid 1px #CDD4E3;	
	border-left: solid 1px #CDD4E3;	
}

.hideColumn
{
	display:none;
}

.clientGridView
{
	border:0px;
	border-style:none;	
}

.gridHeader a
{
	font-family: Verdana;
	font-size: 10px;
	color: #f48110;
	text-decoration: none;
}

.gridHeaderWithoutSort
{
	font-family: Verdana;
	font-size: 10px;
	color: #f48110;
	text-decoration: none;
	background-repeat:no-repeat;
    background-position:right;
	border-bottom: solid 1px #CDD4E3;	
	border-left: solid 1px #CDD4E3;	
}