/* Telerik RadGrid lime skin */

.MasterTable_Lime
{
	background: #F7F7F7;
	border-left: 0px solid #C7C8CA !important;
	border-right: 0px solid #C7C8CA !important;
	border-bottom: 0px solid #C7C8CA !important;
	border-top: 0px solid #C7C8CA !important;
	border-collapse: separate !important;
	/*-moz-user-select: none;*/ /*disables text selecting in Firefox to combat unpleasant visual appearance*/
	text-align:left;
}

.GridFilterRow_Lime td
{
	background: #C7C8CA;
	border-left: 0px solid #C7C8CA !important;
	border-right: 0px solid #C7C8CA !important;
	border-bottom: 0px solid #C7C8CA !important;
	border-top: 0px solid #C7C8CA !important;
	border-collapse: separate !important;
	text-align: center;
}

.RadGrid_Lime
{
	font: normal 10px Arial, Verdana;
	background: #97bd25;
}

.RadGrid_Lime_Lime table,
.RadGrid_Lime_Lime table td
{
	font: normal 10px Arial, Verdana;
	border: 0px;
}

th.GridHeader_Lime
{
	font-weight: bold;
	color: #5688A6;
	height: 25px;
	margin:0;
	border:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;	
	border-right: 0px solid #C7C8CA !important;
}

th.GridHeader_Lime,
th.ResizeHeader_Lime
{
	background: transparent url('Img/RadGridHeaderBg.gif') no-repeat right 0;
	padding:1px 0 0 1px;
	font-weight: bold;
	color: #5688A6;
	text-align: center;
}

td.GridHeader_Lime input
{
	width: 40px;
	float: left;
	border: solid 1px #474b38;
}

.GroupPanel_Lime
{
	background: #778e19 url('Img/groupPanelBg.gif') repeat-x;
	width: 100%;
	color: white;
}

.GroupPanel_Lime table table
{ 
     border-collapse: collapse; 
}

.GridHeader_Lime a
{
	color: #5688A6;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;	
}

.GridRow_Lime,
.GridAltRow_Lime,
.SelectedRow_Lime,
.ActiveRow_Lime,
.GridEditRow_Lime
{
	height: 33px;
	text-align: center;
}

.GridRow_Lime td,
.GridAltRow_Lime td,
.SelectedRow_Lime td,
.ActiveRow_Lime td,
.GridEditRow_Lime td
{  
    padding: 0 0 0 1px;  
    border-left: 1px solid #C7C8CA;  
    border-right: 1px solid #C7C8CA;  
    border-bottom: 1px solid #C7C8CA;  
    border-top: 1px solid #C7C8CA;  
    border-collapse: separate !important;  
} 


.GridRow_Lime
{
	background: #ffffff;
}
.GridAltRow_Lime
{
	background: #F7F7F7;
}
.SelectedRow_Lime
{
	background: #fcfcfc none;
	color: #6e9100;
}
.GridEditRow_Lime
{
	background: #ffffe1;
}

.GridEditRow_Lime input
{
	font-size: 9px;
}
.ActiveRow_Lime
{
	background: #b5baa5 none;
	color: #fff;
}

.GridPager_Lime
{
	color: #ffffff;
	height: 25px;
	background-color: #5688A6;
}
.GridPager_Lime td
{
	font: normal 10px Arial, Verdana;
	padding-left: 2px;
	border-bottom: 0px solid #C7C8CA;
	border-right: 0px solid #C7C8CA !important;
	text-align:center;
	font-weight: bold;
}

.GridPager_Lime a
{
	color: #edefe7;
	text-decoration:underline;
	
}

/* filtering button */
.GroupPanelItems_Lime
{
	background: #a3c82a url('Img/groupPanelItem.gif') repeat-x;
	color: #fff;
	padding-left: 2px;
	border-right: solid 1px #C7C8CA;
	border-bottom: solid 1px #C7C8CA;
	white-space:  nowrap;
	font-size: 10px;
	font-weight: bold;
	color: #5688A6;
	
}

/* filtering direction input[image] */
.GroupPanelItems_Lime input
{
	vertical-align: middle;
}
/* filtering table row */

tr.GroupHeader_Lime
{
	color: #000000;
	font-weight: bold;
	background-color: #C7C8CA;
}

.GridFooter_Lime td
{
    padding: 0 0 0 5px;
}