body {
	height: 95%;
	width: 98%;
	background-color: #eeeeee;
	font-family: 'Tahoma';
	font-size: 9pt;
}

div.dhtmlxLeftDiv {
	float: left;
	width: 47%;
	height: 80%;
	padding-left: 0%;
	padding-top: 2%;
}

div.dhtmlxRightDiv {
	float: right;
	width: 47%;
	height: 80%;
	padding-right: 0%;
	padding-top: 2%;
}

div.dhtmlxBottomDiv {
	width: 100%;
	height: 30%;
	padding: 10px;
	padding-left:0%;
	padding-right:0%;
}

div.dhtmlxAccessDiv {
	width: 96%;
	padding-left: 0%;
	padding-top: 2%;
}

div.dhtmlxSettingPanel {
	border: 1px solid #aaaaaa;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
}

div.dhtmlxSettingPanelLabel {
	font-family: 'Tahoma';
	font-weight: bold;
	font-size: 10pt;
	position: relative;
	top: -20px;
	left: 0px;
	background-color: #eeeeee;
	overflow-x: visible;
	text-align: left;
	padding-left: 8px;
	padding-right: 8px;
	display: inline;
}

.dhtmlxInputText {
	width: 30%;
	float: right;
	height: 21px;
}

.dhtmlxTextarea {
	width: 100%;
	height: 42px;
	padding-left: 20px;
}

.dhtmlxInputText_customfields{
	width: 60%;
	display: block;
	float: right;
	height: 21px;
}

label.dhtmlxInputLabel {
	width: 60%;
	float: left;
	height: 18px;
	text-align: left;
	padding-top: 2px;
	padding-left: 10px;
}

label.dhtmlxInputLabel_customfields {
	width: 36%;
	float: left;
	height: 18px;
	text-align: left;
	padding-top: 2px;
	padding-left: 10px;
}

div.dhtmlxInputCheckbox {
	padding-left: 5px;
	height: 20px;
	float: left;
}

select.dhtmlxInputSelect {
	width: 40%;
	padding-left: 5px;
	height: 20px;
}

div.clr {
	clear: both;
	height: 4px;
	font-size: 1px;
}

div.clr_label {
	clear: both;
	height: 1px;
	font-size: 1px;
}

div.clr_ch {
	clear: both;
	height: 1px;
	font-size: 1px;
}

table.dhtmlxAccessTable {
	width: 100%;
	font-size: 9pt;
	font-family: 'Tahoma';
}

table.dhtmlxAccessTable td.dhtmlxViewCol, table.dhtmlxAccessTable th.dhtmlxViewCol, table.dhtmlxAccessTable td.dhtmlxAddCol, table.dhtmlxAccessTable th.dhtmlxAddCol,
	table.dhtmlxAccessTable td.dhtmlxEditCol, table.dhtmlxAccessTable th.dhtmlxEditCol, table.dhtmlxAccessTable td.dhtmlxViewColBottom,
	table.dhtmlxAccessTable td.dhtmlxAddColBottom, table.dhtmlxAccessTable td.dhtmlxEditColBottom	{
	width: 20%;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}

table.dhtmlxAccessTable td.dhtmlxLeftCol, table.dhtmlxAccessTable th.dhtmlxLeftCol, table.dhtmlxAccessTable td.dhtmlxLeftColBottom {
	text-align: left;
	padding-left: 50px;
	vertical-align: middle;
	border-bottom: 1px solid #dddddd;
}

table.dhtmlxAccessTable td.dhtmlxViewColBottom, table.dhtmlxAccessTable td.dhtmlxAddColBottom, 
	table.dhtmlxAccessTable td.dhtmlxEditColBottom, table.dhtmlxAccessTable td.dhtmlxLeftColBottom {
	border-bottom: none;
}

select.dhtmlxSelectCustomField {
	width: 102px;
	margin-top: 20px;
	height: 162px;
}

.dhtmlxInvalidValue {
	background-color: #FF3F3F;
}

div.hint {
	padding-left: 10px;
	padding-top: 20px;
	font-size: 8pt;
	text-align: right;
}

div.hint a {
	color: #058CB6;
}

input.customfields_delete_btn {
	float: right;
	height: 20px;
	font-size: 11px;
}

input.customfields_addnew_btn {
	font-size: 11px;
	height: 20px;
	width: 104px;
}

/*Remove button padding in FF*/
input.customfields_addnew_btn::-moz-focus-inner, input.customfields_delete_btn::-moz-focus-inner {
    border: 0;
    padding: 0;
}
