.tsFormRows {
	display: block;
	text-align: left;
	width: 100%;
}

.tsFormMsgs{
	font-size:14px;
	font-weight:bold;
}

.tsFormMsgs_error{
	color:#F00;
}

.tsFormMsgs_success{
	color:#0C3;
}

.tsFormMsgs_warning{
	color:#F90;
}

.tsFormErrorMessages{
	color: red;
	font-weight: bold;
}
	
.tsFormLabels{
	padding-right: 4px;
	margin-bottom: 2px;
	margin-top: 2px;
	display: inline-block;
	text-align: left;
	vertical-align:top;
}
	
.tsStandAloneLabels{
	padding-right: 4px;
	margin-bottom: 2px;
	margin-top: 2px;	
	display: inline-block;
	text-align: left;
}

.tsTextBoxes{
	margin-right: 4px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 4px;
	border:1px solid #999;
}

.tsDropDownLists{
	margin-left: 4px;
	border:1px solid #999;
}

.tsValidationSummaryMessages{
	color:red;
}

.tsCustomValidationSummaryMessages{
	color:red;
    margin-top: 0;
}

.tsVal_itemMarker{
	margin-right: 4px;
	color:red;
}
	
.ts_required{
	color:Red;
	display:none;
}
	
.tsFormFooterButtons{
	display: block;
	text-align: center;	
	width: 100%;
}
	
.tsReadOnlyFields{
	display: block;
	padding-right: 2px;
	margin-bottom: 8px;
}

.tsFormJavascriptDisabledPanel{
	text-align:center;
	font-weight:bold;
	color:red;
	margin-bottom:5px;
}

/*RAD TAB CONTROLER STYLING*/
.ts_ui_radTab_page{
	border-top:1px solid #999;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
/*RAD TAB CONTROLER STYLING*/

.hidden {
    display: none !important;
    position: absolute !important;
    left: -9999px !important;
}