/* r.a.d.grid AWI skin */

.RadGrid_AWI
{
    background: #003667;
    border: solid 1px #c7cbb6;
    font: normal 11px Arial, Verdana, Sans-serif;
    font-weight: bold;
    text-align: left;
    cursor: default;
	 color: #ffffff;
}

.RadGrid_Pager
{
    background: transparent;
    border: solid 1px #c7cbb6;
    font: normal 11px Tahoma, Arial, Verdana, Sans-serif;
    text-align: right;
    cursor: default;
	 color: #ffffff;
	 font-weight: bold;
}

.RadGrid_AWI_Void
{
    background: #003667;
    font: normal 11px Arial, Verdana, Sans-serif;
    text-align: left;
    cursor: default;
    text-decoration: line-through;
}

.RadGrid_AWI th, .RadGrid_AWI th a
{ 
	font: bold 11px Tahoma;
	color: white;
}

.RadGrid_AWI td,
.RadGrid_AWI td a
{ 
	font: 11px tahoma;
	color: #ffffff;
}

.MasterTable_AWI
{
	border: 0px !important;
	width: 100%;
}

th.GridHeader_AWI
{
    color: white;
    height: 34px;
    background: #003667;
    padding: 0px 2px;
}

.GridHeader_AWI a
{
	color: white;
}

.GridRow_AWI td, .GridRow_AWI td a
{
	background-color: #f7f6eb;
	height:20px;
	border-bottom:1px solid #c7cbb6;
	padding: 0px 2px;
	color: #000000;
}

.SelectedRow_AWI td
{
    background-color: #4187c3 !important;
    height: 20px;
    border-bottom: 1px solid #c7cbb6;
    padding: 0px 2px;
}

.ActiveRow_AWI td
{
	background-color: #c9cfb7 !important;
	height:20px;
	border-bottom:1px solid #c7cbb6;
	padding: 0px 2px;
}

.GridAltRow_AWI td, .GridAltRow_AWI td a
{
	background-color: #e5e7d8;
	height:20px;
	border-bottom:1px solid #c7cbb6;
	padding: 0px 2px;
	color: #000000;
}

.GridPager_AWI TD
{
	background-color: #003667;
	height: 18px;
	padding-left: 11px;
	color:white;
}

.GridPager_AWI a
{
	color: white;	
}

.GridHeader_AWI img,
.GroupPanelItems_AWI input
{
	vertical-align: middle;
}

/* grouping button */
.GroupPanelItems_AWI
{
	background: #809e72;
	color: white !important;
	border: solid 1px #d2d5c6;
	white-space:  nowrap;
	font-size: 11px;
}

tr.GroupHeader_AWI
{
	background: #c9cfb7;
	font-weight: bold;
	height:20px;
	border-bottom:1px solid #c7cbb6;
}

.GroupPanel_AWI
{
	height: 30px;
	width: 100%;
	text-align: left;
	background: #667e5b;
	border-bottom: 1px solid #c7cbb6;
	border-collapse: collapse;
	color: white;
}

.GroupPanel_AWI td
{
	color: white;
	padding-left: 4px;
}