/* start of aug 2010 changes */

#formWidth sup span.required {
	color:#CC0000;
}
#formWidth sup {
	clear: both; 
	font-size: 11px;
}

.disabledTextInput {
	background-color: #ccc8c0;
}

span#showTerms {
	color: #007dc3;
	text-decoration: underline;
	cursor: pointer;
}

.formSection {
	border: solid 1px black;
	margin-top: 15px;
	padding-bottom: 5px;
	width: 600px;
}

#titleSection h1 {
	color:#226B8C;
	font-family:arial;
	font-size:20px;
	font-weight:bold;
	margin:0;
	padding:0;
}


#titleSection h2 {
	color:#226B8C;
	font-family:arial;
	font-size:18px;
	font-weight:bold;
	margin:0 0 5px;
	padding:0;
}

.sectionHeader {
	background: #226B8C;
	padding: 3px;
}

.sectionHeader h2 {
	color: #ffffff;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

div.basicElement2 {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

div.formElementLeftClmn {
	padding-top: 5px;
	padding-left: 5px;
	/*padding-bottom: 4px;*/
}

div.formLabelLeftClmn {
	padding-top: 3px;
	padding-left: 5px;
	text-align: right;
	width: 150px;
	padding-bottom: 2px;
}

div.formFieldLeftClmn {
	text-align: left;
	padding-left: 10px;
}

div.formElementRightClmn {
	width: 200px;
	padding-left: 5px;
}

div.formLabelRightClmn {
	padding-top: 3px;
	text-align: right;
	width: 75px;
	padding-bottom: 2px;
}

div.formLabelRightClmnSup {
	text-align: right;
	width: 75px;
	padding-top: 3px;
}

div.formFieldRightClmn {
	text-align: left;
	padding-left: 10px;
}

div.formRadialOption {
	padding-top: 5px;
	padding-left: 20px;
}

div.formElementCenter {
	width: 590px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 2px;
}

div.formLabelCenter {
	padding-top: 3px;
	padding-right: 15px;
	text-align: right;
	width: 315px;
	padding-bottom: 2px;
}

div.formFieldCenter {
	text-align: left;
	width: 250px;
	padding-left: 2px;
}

div.formLabelLeft {
	padding-top: 3px;
	text-align: right;
	width: 315px;
	padding-bottom: 2px;
}

div.formLabelMiddle {
	padding-top: 3px;
	text-align: right;
	width: 15px;
	padding-bottom: 2px;
}

div.formDataCenter {
	font-weight: bold;
	padding-left: 10px;
	padding-top: 5px;
	text-align: left;
	width: 250px;
}

div.dollarSign {
	margin-left: -7px;
}

div.formReviewElementClmn {
	padding-left: 5px;
}

div.formReviewLabelClmn {
	text-align: left;
	width: 270px;
	padding-top: 5px;
}

div.formReviewDataClmn {
	width: 300px;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 5px;
	text-align: left;
}

.ui-widget-header {
	background: #226B8C none repeat scroll 0 0;
	border: none;
	color: #ffffff;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}

.ui-dialog .ui-dialog-titlebar {
	padding: 3px 3px 3px 10px;
}

.ui-dialog .ui-dialog-buttonpane {
	background-image: none;
	margin: 5px 0 0;
	padding: 0;
	text-align: center;
}

.ui-dialog .ui-dialog-buttonpane button {
	float: none;
	background: #226B8C none repeat scroll 0 0;
	border: 1px solid black;
	color: #FFFFFF;
	font-weight: bold;
	margin-right: 7px;
	padding: 0 3px 0 3px;
	font-size: 12px;
	font-family: arial;
}

.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus {
	border: none;
	background: #808080 none repeat scroll 0 0;
	font-weight: bold;
	color: #002A5C;
}

.ui-corner-all {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

/* end of aug 2010 changes */

/*forms.css*/
div.basicElement {
	padding-top: 5px;
}

div.required {
	padding-top: 15px;
	padding-bottom: 15px;
}

div.padding {
	padding-top: 15px;
}

div.field {
	width: 250px;
	text-align: left;
}

div.fieldInput {
	width: 250px;
	text-align: left;
}

.float {
	float: left;
}

div.clear {
	clear: both;
}

div.basicElementSmallPadding {
	padding-top: 10px;
	clear: both;
}

#button {
	color: black;
	background-color: gray;
	text-decoration: none;
	width: 50px;
	height: 20px;
	text-align: center;
}

/* mamta added on 03/23/2010 */
.errortext {
	color: #CC0000;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

.bold {
	font-weight: bold;
}

.buttonpad {
	color: #ffffff;
	background: #226B8C;
	font: arial;
	font-weight: bold;
	border: 1px solid black;
	margin-right: 7px;
}

div#formWidth {
	width: 600px;
}

div.clear {
	clear: both;
}

div.leftColumn {
	width: 275px;
	float: left;
}

div.rightColumn {
	width: 275px;
	float: left;
	display: block;
}

.hide {
	display: none;
}

div.buttonnav {
	text-align: left;
	padding-top: 20px;
	clear: both;
}


h7 {
	font-weight:bold;
}