/* r.a.d.grid windows skin */

.RadGrid_Windows
{
	/*background: #eaf2fd;
	padding: 7px;
	font: normal 11px Arial, Verdana;
	cursor: default;*/
}

.RadGrid_Windows table
{
	/*width:95%;*/
}

.RadGrid_Windows table td, 
.RadGrid_Windows table th 
{
	/*border:1px solid #FFFFFF;*/
}


.MasterTable_Windows
{
	/*font: normal 11px Arial, Verdana;
	border-left: 1px solid #b3c5e1;
	border-right: 1px solid #b3c5e1;
	border-top: 1px solid #b3c5e1;
	background: white;*/
	/*-moz-user-select: none;*/ /*disables text selecting in Firefox to combat unpleasant visual appearance*/
}

.radDataGridCommandPanel a
{
	color: #244272;
}


/*.GridRow_Windows table td
{
	padding: 10px;
}*/

.GridRow_Windows .ResizeItem,
.GridAltRow_Windows .ResizeItem
{
	border-bottom: 1px solid #d5d2cb;
	border-right: 0px;
}

.GridRow_Windows img,
.GridAltRow_Windows img
{
	/*padding: 5px;*/
	/*margin: 5px;*/
}

.GridHeader_Windows,
.ResizeHeader_Windows
{
	/*font-weight: bold;
	text-align: center;
	border:0px;
	background: url('Img/headerBg.gif') repeat-x;
	height: 31px;
	padding: 0 5px 0 5px;
	color: #244272;*/
	background:#BE9272 none repeat scroll 0%;
	color:White;
	height:25px;
	padding:3px;
	text-align:center;
}

.GridHeader_Windows a,
.GridHeader_Windows .SearchResultHeader a
{
	color: #FFFFFF;
}

.GridRow_Windows,
.GridAltRow_Windows
{
	height: 22px;
}
.GridRow_Windows td,
.GridAltRow_Windows td
{
	padding:1px 4px 2px;
	/*border-bottom: solid 1px #f1efe9;
	border-right: solid 1px #f1efe9;*/
	/*border-bottom: solid 2px #DEE6ED;*/
}

.SelectedRow_Windows,
.GridEditRow_Windows
{
	background: #ffffe1;
	height: 22px;
}
.SelectedRow_Windows td,
.GridEditRow_Windows td
{
	padding:1px 4px 2px;
	border-right: solid 1px #ffffe1;
	border-bottom: solid 1px #f1efe9;
}

.GridEditRow_Windows input
{
	font-size: 11px;
}

.ActiveRow_Windows
{
	background: #f3f7f9;
	height: 22px;
}
.ActiveRow_Windows td
{
	padding:0 4px;
}

.GridPager_Windows
{
	height: 20px;	
}

.GridPager_Windows td
{
	color: #242500;
	height: 20px;
	/*padding-left: 5px;*/
	/*margin-top: 10px;
	margin-bottom: 10px;*/
	/*border-bottom: 1px solid #b3c5e1;
	border-top: solid 1px #f1efe9;*/
}

.GridPager_Windows a
{
	/*color: #242500;*/
	padding:5px;
}

.GridPager_Windows span
{
   padding:5px;
}

.GridPager_Windows .selected
{
	background-color: #F8E5AA;
}


.GridPager_Windows .PropertyListContainer table
{
	border: thin 0px;
}

.GroupPanel_Windows
{
	background: #ecf5ff url('Img/GroupPanel.gif') repeat-x;
	height: 24px;
	border-collapse: collapse;
	border: solid 1px #d0e6f3;
	width: 100%;
	margin-bottom: 3px;
}

.GroupPanel_Windows td
{
	padding-left: 4px;
}

.GroupPanel_Windows Table Table
{
	border-collapse: collapse;
	border: 0;
}

.GroupPanelItems_Windows
{
	color: #7797c7;
	border: solid 1px #c3d9f9;
	background: #f1f8ff;
}

.GroupHeader_Windows
{
	background: #f1efe9;
}

.DropDownVerdana
{
	font: verdana;
	font-size: 12px;
	position: relative;
	top: 2px;
}

.Button
{
	color: #FFFFFF;
}