/* r.a.d.grid Web 2.0 skin */

.RadGrid_Medytek
{
	background: white;
	border: solid 1px #4EABA2;
	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_Medytek,
.RadGrid_Medytek table,
.GridFilterMenu_Medytek table
{
	font:12px Arial, Verdana, Sans-serif;
}

.MasterTable_Medytek
{
	border: 5px solid #fff;
	border-collapse: separate !important;
	color: #333;
	/*-moz-user-select: none;*/ /*disables text selecting in Firefox to combat unpleasant visual appearance*/
}

.RadGrid_Medytek td,
.RadGrid_Medytek td a
{ 
	/*color: #333;*/
}

.MasterTable_Medytek td,
.MasterTable_Medytek th
{
	padding:2px 4px;
}

th.GridHeader_Medytek,
th.ResizeHeader_Medytek
{
	background: #4EABA2;
	height: 21px;
	color: white;
	text-align: left;
	font-weight: bold;
}

.GridHeader_Medytek a
{
	color: white;
	font: bold 11px Verdana, Sans-serif;
	text-decoration: none;
}

.GridRow_Medytek td,
.GridAltRow_Medytek td,
.GridEditRow_Medytek td
{
	border-bottom: solid 1px #d8dde0;
	padding-top:5px;
	padding-bottom:6px;
}

.GridRow_Medytek,
.GridAltRow_Medytek
{
	background-color: Transparent;
}
.SelectedRow_Medytek
{
	background: #dcfc5c !important;
}
.SelectedRow_Medytek td
{
	border-bottom: solid 1px #accb2d;
}

.GridEditRow_Medytek
{
	background-color: #ffffe1;
}
.GridEditRow_Medytek input
{
	font-size: 11px;
}

.ActiveRow_Medytek
{
	background: #e7f1ff !important;
}
.ActiveRow_Medytek td
{
	border-bottom: solid 1px #a5bedf;
}

.GridPager_Medytek
{
	background: #DFEDE5;
}
.GridPager_Medytek td
{
	color: #666;
	padding-top:4px;
	padding-bottom:4px;
}

.GridFooter_Medytek
{
	background: #fbfbfb;
	height: 21px;
	color: #666;
}
.GridFooter_Medytek td
{
	border: solid 1px #fbfbfb;
	border-top: 1px solid #e8e6e6;
	padding:0 4px;
}

.GridFooter_Medytek a,
.GridPager_Medytek td
{
    font-size:11px;
     color:#049F43;
	/*font-weight: bold !important;*/
}

.GridPager_Medytek a
{
      color:#FF6000;
 }

.GridPager_Medytek td a:hover,
.GridFooter_Medytek td a:hover
{
	 text-decoration:underline;
}

tr.GroupHeader_Medytek
{
	background: #fff;
	height: 21px;
}
tr.GroupHeader_Medytek td
{
	background:url(Img/GroupHeaderBg.gif) 0 100% repeat-x;
	padding-bottom:4px;
}

table.GroupPanel_Medytek
{
	background: #ffebcc;
	width: 100% !important;
	height: 20px;
	border-collapse: collapse;
	border: dashed 1px #ff9900;
	margin-bottom: 12px;
	text-align: center;
	color: #333;
}

.GroupPanelItems_Medytek
{
	background: #544b58 url('Img/GroupPanelItemsButtonBg.gif') repeat-x;
	color: #ffebcc;
	border: solid 1px #8e827f;
	white-space:  nowrap;
	font-size: 11px;
	padding: 0px 30px;
	height: 18px;
}

td.GridHeader_Medytek input
{
	margin-top: 10px;
	width: auto;
	float: left;
	border: solid 1px #4EABA2;
	background: white;
	font: bold 11px Arial, Verdana, Sans-serif;
	color: #4EABA2;
	height: 14px;
	vertical-align: middle;
}

td.GridHeader_Medytek img
{
	margin-top: 10px;
	margin-left: 2px;
	float: left;
}

.GroupHeader_Medytek td div div
{
	top:-0.6em;
}

* html .GroupHeader_Medytek td div div{top:0.3em}
*+html .GroupHeader_Medytek td div div{top:0.3em}

.GroupHeader_Medytek td div div div
{
	top:0;
}

.TopReorderIndicator_Medytek
{
	background: url('MoveDown.gif') no-repeat;
}

.BottomReorderIndicator_Medytek
{
	background: url('MoveUp.gif') no-repeat;
}

.GridFilterMenu_Medytek
{
    cursor:default;
}

.GridFilterMenu_Medytek .GridFilterMenuSelectColumn_Medytek,
.GridFilterMenu_Medytek .GridFilterMenuTextColumn_Medytek
{
	padding:3px 4px;
}

.GridFilterMenu_Medytek .GridFilterMenuSelectColumn_Medytek
{
    background:#f5f5f5;
    text-align:center;
}

.GridFilterMenu_Medytek .GridFilterMenuTextColumn_Medytek
{
    background:#fff;
    color:#333;
}

.GridFilterMenu_Medytek .GridFilterMenuHover_Medytek
{
    background:#dcfc5c;
}

/*AJAX Loading*/

.GridLoadingTemplate_Medytek
{
	background:#fff !important;
	font:normal 24px/54px arial,sans-serif;
	color:#415079;
}


/* rtl support */

.RadGridRTL_Medytek th,
.RadGridRTL_Medytek td
{
    text-align:right;
}

.RadGridRTL_Medytek .GridPager_Medytek span
{
    float:none !important;
}
