/* Telerik RadGrid Outlook / embedded skin */

.RadGrid_XMA
{
	background-color: #fff;
	color: #5B729B;
	border: 0;
	font-size: 11px;
	font-family: Verdana;
	text-align: left; 
}

.RadGrid_XMA a,
.GridPager_XMA a
{
	color: #5B729B;
}

.MasterTable_XMA
{
	background-color: Window;
	color: #5B729B;
		border: 0;
	/*-moz-user-select: none;*/ /*disables text selecting in Firefox to combat unpleasant visual appearance*/
}

.GridHeader_XMA,
.ResizeHeader_XMA
{
	background: silver url(Img/headerbg.gif) top left repeat-x;
	color: #fff;
	border-bottom: 1px solid #C9C9C9;
	font-weight:normal;
	padding: 4px 3px;
	font-weight: bold;
}

.GridHeader_XMA a
{
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

.GridHeader_XMA a:hover
{
	text-decoration: underline;
}

.GridHeader_XMA span
{
	text-decoration: none;
	padding-left: 3px;
	color: #5B729B;
}

.ResizeHeader_XMA
{
	background-image: url(Img/resizeHeader.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.GridRow_XMA td,
.GridAltRow_XMA td,
.GridEditRow_XMA td
{
	border-bottom: 1px solid #EAE9E1;
	padding: 2px 4px 2px 4px;
}

.GridRow_XMA .inputbox,
.GridAltRow_XMA .inputbox,
.GridEditRow_XMA .inputbox
{
	border: 1px solid #C9C9C9;
	padding: 0 2px;
	color: #5B729B;
	font-size: 11px;
	font-family: Verdana;
	text-align: left;
	width: 40px;
	margin: 4px 0 0 0;

}

/* IE6 can't use bottom borders, because they remain visible when collapsing groups of rows */
* html .GridRow_XMA td,
* html .GridAltRow_XMA td,
* html .GridEditRow_XMA td
{
	border-bottom: #EAE9E1 solid 2px;
	padding-bottom: 10px;
	padding-top: 10px;
}

* html .GridRow_XMA,
* html .GridAltRow_XMA,
* html .GridEditRow_XMA
{
    
}



.SelectedRow_XMA
{
	background: Highlight !important;
	color: white;
}
.SelectedRow_XMA td
{
	border-bottom: 1px solid #666;
}

.GridEditRow_XMA
{
	background-color: #ffffe1;
}
.GridEditRow_XMA input
{
	font-size: 11px;
}

.ActiveRow_XMA
{
	background: #ffffe1 !important;
	color: black;
}
.ActiveRow_XMA td
{
	padding: 2px 4px;
}

.GridPager_XMA
{
	background-color: #5B729B;
	background: url(Img/headerbg_rev.gif) top left repeat-x;
	color: #fff;
	font-size: 12px;
}
.GridPager_XMA td
{
	
	padding: 3px 9px;
	margin-bottom: 20px;
}

.GridPager_XMA span
{
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.GridPager_XMA a
{
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.GridPager_XMA a:hover
{
	color: #AAD52A;
	text-decoration: none;
}


.GroupPanelItems_XMA
{
	white-space:nowrap;
	color: white;
	padding-bottom:4px;
}

.GroupPanel_XMA
{
	background:url(Img/topBg.gif) 0 0 repeat-x #039;
	width: 100%;
	height: 20px;
	border-collapse: collapse;
	color: white;
}

.GroupPanel_XMA td
{
	padding-left: 4px;
}

.GroupPanel_XMA table table
{
	border-collapse: collapse;
}

.GroupHeader_XMA td
{
	border-bottom: 2px solid #7BA4E0;
	padding-top:3px;
	color: red;
	font-weight: bold;
}

.GridFooter_XMA td
{
    padding:0 4px;
}



 .PromotionGrid  td
{
	border-bottom: 2px solid #7BA4E0;
	padding: 10px 0 5px;
	
	
}

