﻿/*--- Fields ---*/
.horiz-controls { width:100%; clear:both; margin:0 auto; /*field container background and border*/ }
.horiz-controls:after { display: block; clear: both; content: " "; height:0; visibility:hidden; }

.horiz-controls .field, .horiz-controls .customField, .horiz-controls .uploaderField, .horiz-controls .uploadField,
.horiz-controls .smallField, .horiz-controls .medField, .horiz-controls .largeField, .horiz-controls .xLargeField, .horiz-controls .weatherField,
.horiz-controls .xxLargeField, .horiz-controls .memoField, .horiz-controls .radioField, .horiz-controls .stretchField
{
	float:left; margin: 5px 10px 0px 0px;
}

.horiz-controls .field label, .horiz-controls .customField label, .horiz-controls .uploaderField label, .horiz-controls .uploadField,
.horiz-controls .smallField label, .horiz-controls .medField label, .horiz-controls .largeField label, .horiz-controls .xLargeField label, .horiz-controls .weatherField,
.horiz-controls .xxLargeField label, .horiz-controls .memoField label, .horiz-controls .radioField label, .horiz-controls .stretchField label
{
	padding:0; display:block; 
}

.horiz-controls .customField { /*set width & height in aspx*/ }

.horiz-controls .field { width:150px; height:45px; }
.horiz-controls .field input { width:150px; }
.horiz-controls .field select { width:150px; }
.horiz-controls .field .RadComboBox { width:145px !important; }

.horiz-controls .smallField { width:65px; height:45px; }
.horiz-controls .smallField input { width:65px; }
.horiz-controls .smallField select { width:65px; }
.horiz-controls .smallField .RadComboBox { width:60px !important; }

.horiz-controls .medField { width:110px; height:45px; }
.horiz-controls .medField input { width:110px; }
.horiz-controls .medField .RadComboBox { width:105px !important; }

.horiz-controls .largeField { width:200px; height:45px; }
.horiz-controls .largeField input { width:200px; }
.horiz-controls .largeField .RadComboBox { width:195px !important; }

.horiz-controls .xLargeField { width:300px; height:45px; }
.horiz-controls .xLargeField input { width:300px; }
.horiz-controls .largeField .RadComboBox { width:295px !important; }

.horiz-controls .xxLargeField { width:500px; height:45px; }
.horiz-controls .xxLargeField input { width:500px; }

.horiz-controls .memoField { width:100%; height:120px; margin-right:0px; }
.horiz-controls .memoField input { width:100%; }
.horiz-controls .memoField textarea { height:80px; }

.horiz-controls .radioField { height:45px; float:none; }

.horiz-controls .checkField { height:30px; margin-top:10px; }

.horiz-controls .weatherField { width:300px; height: 106px; }
.horiz-controls .weatherField input { width:300px; }

.horiz-controls .stretchField { width:100%; height:45px; }
.horiz-controls .stretchField input { width:100%; }

.horiz-controls .multiUploaderField { /*set width & height in aspx*/ }
.horiz-controls .multiUploaderField input { margin:5px 0 -10px 0 !important; }

.horiz-controls .uploadField { width:150px; height:45px; }


.riTextBox { width:99% !important; }
.selectCtrl { width:100% !important; }

/* Grid Fields */
.grid_largeField { width:250px; }
.grid_memoHeight { height:50px; }