﻿/* r.a.d.grid default / embedded skin */

div.RadGrid_Default
{
	background: #f7f7f7;
	border: solid 1px #e5e5e5;
	border-right: solid 2px #e5e5e5;
	border-top: 0px;
	font: normal 11px Arial, Verdana, Sans-serif;
	text-align: left;
	cursor: default;
	scrollbar-face-color: #E9E9E9;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: #E9E9E9;
	scrollbar-3dlight-color: #DBDBDB;
	scrollbar-arrow-color: #787878;
	scrollbar-track-color: #F5F5F5;
	scrollbar-darkshadow-color: #AEAEAE;
}

.RadGrid_Default td,
.RadGrid_Default td a
{ 
	/*font: 11px tahoma;
	color: #000000;*/
}

.MasterTable_Default
{
	border: 0px !important;
	border-collapse: separate !important;
	width: 100%;
}

.MasterTable_Default td,
.MasterTable_Default th
{
	padding-left: 4px;
}

th.GridHeader_Default,
th.ResizeHeader_Default
{
	font: bold 10px Verdana, Arial, Sans-serif;
	background: white url('Img/GridHeaderBg.gif') repeat-x bottom;
	border-top: solid 1px #e5e5e5;
	border-bottom: solid 1px #bbb;
	padding-left: 6px; /*more than items to compensate for item borders!*/
	height: 22px;
}
.GridHeader_Default a
{
	/*color: black;
	font: bold 10px Verdana, Arial, Sans-serif;
	text-decoration: none;*/
}

.GridRow_Default td
{
	background: #f7f7f7;
	line-height: 22px;
	border: solid 1px #f7f7f7;
	border-top: solid 1px #e9e9e9;
	border-bottom: solid 1px white;
}

.GridAltRow_Default td
{
	background: #f7f7f7;
	line-height: 22px;
	border: solid 1px #f7f7f7;
	border-top: solid 1px #e9e9e9;
	border-bottom: solid 1px white;
}

.SelectedRow_Default td
{
	background: #e5e5e5 !important;
	height: 22px;
	border: solid 1px #e5e5e5;
	border-top: solid 1px #e9e9e9;
	border-bottom: solid 1px white;
}

.ActiveRow_Default td
{
	background: white !important;
	height: 22px;
	border: solid 1px white;
	border-top: solid 1px #e9e9e9;
	border-bottom: solid 1px white;
}

.GridPager_Default td
{
	background: white;
	border: solid 1px white;
	border-top: 1px solid #c7c7c7;
	height: 21px;
	color: #999;
}

.GridFooter_Default td
{
	background: #fbfbfb;
	border: solid 1px #fbfbfb;
	border-top: 1px solid #e8e6e6;
	height: 21px;
	color: #666;
}

.GridFooter_Default td a
{
	color: #666;
}

.GridPager_Default td a
{
	color: #999;
}

.GridPager_Default td a:hover, .GridFooter_Default td a:hover
{
	color: #333;
}


tr.GroupHeader_Default td
{
	background: white;
	height: 22px;
	border: solid 1px white;
}

.GroupPanel_Default
{
	background-color: #e5e5e5;
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #c6c6c6;
	border-bottom: 1px solid #aeaeae;
}

.GroupPanelItems_Default
{
	background: #efefef;
	color: #999999;
	border: solid 1px white;
	border-right: solid 1px #c6c6c6;
	border-bottom: solid 1px #c6c6c6;
	white-space:  nowrap;
	font-size: 11px;
}
td.GridHeader_Default 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;
}

.EditFormHeader td
{
	background: #dadec8;
	padding: 5px 0px;
}