﻿.mainTable 
{
	font: 14px arial, helvetica, sans-serif !important;
	width: 100% !important;
	/*background-color: White !important;*/
	float: left !important;
	padding-top: 20px !important;
	padding-bottom: 20px !important;

}
.mainTableAdminGrid 
{
	font: 14px arial, helvetica, sans-serif !important;
	width: 100% !important;
	/*background-color: White !important;*/
	float: left !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	line-height: normal;
	margin: 0px;

}
.AdminButton 
{
	margin-left: 4px !important;
	margin-top: 4px !important;
}
.EditedItem
{
	width: 50px !important;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
	margin-left: 20px !important;
}
.EditedItem TABLE TR INPUT
{
	
	width: 200px;
	float: left;
}

.EditedItem TABLE TR INPUT[type="checkbox"]
{
	
	width: 15px;
	float: left;
}
.EditedItem TABLE TR TEXTAREA
{

	width: 200px;
	float: left;
}
.EditedItem TABLE TR SELECT
{

	width: 200px;
	float: left;
}
.EditedItem TABLE TR LABEL
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.FormTable
{
	margin-right: 20px;
	width: 400px !important;

}
.GridEditForm_Vista
{
	background-image: url(img/popup_grid_bg.jpg) !important;
	background-color: #f5f9fc !important;
	background-repeat: no-repeat !important;
	background-position: left bottom !important;
} 

.radInput_Vista .radEnabledCss_Vista
{
	float: left !important;
	width: 200px !important;
}

.pickerWrapper_Vista .radInput_Vista .radEnabledCss_Vista
{
	float: none !important;
	width: 100% !important;
}


.RadGrid_Vista .rgMasterTable
{
	width: 100% !important;		
	min-width: 325px !important;	
}
.RadGrid_Vista .rgHeader, .RadGrid_Vista th.rgResizeCol
{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#f1f2f4 url(img/TelerikGrid_bg.gif) repeat-x scroll 0 -2600px !important;
	border-color: #fff #e7e8ea #d5d5d5 !important;
	border-style:none solid solid;
	border-width:0 1px 1px;
	font-weight:normal;
	padding-bottom:4px;
	padding-top:5px;
	text-align:left;
}
.RadGrid_Vista .rgSelectedRow 
{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#ddf1fc url(img/TelerikGrid_bg.gif) repeat-x 0 -3900px !important;
}
.RadGrid_Vista .rgSelectedRow td
{
	border-bottom: solid 1px #9edffc !important;
}
