/* Telerik RadGrid blue skin */

.RadGrid_EZpower
{
	background: #5898c5;
	border: solid 1px #c6dddf;
	font: normal 11px Arial, Verdana, Sans-serif;
	text-align: left;
	cursor: default;
}

.RadGrid_EZpower th,
.RadGrid_EZpower th a
{ 
	font: bold 11px Tahoma;
	color: #fff;
}

.RadGrid_EZpower td,
.RadGrid_EZpower td a
{ 
	font: 11px tahoma;
	color: #000;
}

.MasterTable_EZpower
{
	border: 0px !important;
	border-collapse: separate !important;
	/*-moz-user-select: none;*/ /*disables text selecting in Firefox to combat unpleasant visual appearance*/
}

.GridHeader_EZpower
{
	color: #fff;
	height: 34px;
	background: #5898C5;
}
.GridHeader_EZpower a
{
	color: #fff;
}

.GridRow_EZpower,
.GridAltRow_EZpower,
.SelectedRow_EZpower,
.GridEditRow_EZpower,
.ActiveRow_EZpower
{
    height:20px;
}

.GridRow_EZpower
{
	background-color: #F2F9FF;
}
.GridRow_EZpower td
{
	border-bottom: solid 1px #c6dddf;
}

.GridAltRow_EZpower
{
	background: #fff;
}
.GridAltRow_EZpower td
{
	border-bottom: solid 1px #c6dddf;
}

.SelectedRow_EZpower,
.GridEditRow_EZpower
{
	background-color: #ffffe1 !important;
}
.SelectedRow_EZpower td,
.GridEditRow_EZpower td
{
	border-bottom:1px solid #c6dddf;
}

.ActiveRow_EZpower
{
	background-color: #c5dcf0 !important;
}
.ActiveRow_EZpower td
{
	border-bottom:1px solid #c6dddf;
}

.GridPager_EZpower
{
	background: #deeffe;
	height: 17px;
}
.GridPager_EZpower td
{
	border-top: 1px solid #c6dddf;
	padding-left: 11px;
}
.GridPager_EZpower a
{
	color: #333;	
}

tr.GroupHeader_EZpower
{
	background: #deeffe;
	font-weight: bold;
	height:20px;
}
tr.GroupHeader_EZpower td
{
	border-bottom: solid 1px #c6dddf;
}

.GroupPanel_EZpower
{
	background-color: #467a9e;
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #c6dddf;
}

.GroupPanel_EZpower td
{
	color: #fff;
}

.GroupPanelItems_EZpower
{
	background: #6ca7d2;
	color: #fff !important;
	border: solid 1px #bbd8e8;
	white-space:  nowrap;
	font-size: 11px;
}
td.GridHeader_EZpower 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;
}
