/* Fonts*/

.cssForm {
	background:#fff;
	/*padding:1em;*/
	/*border:1px solid #eee;*/
	/*margin:1em;*/
	/*width:27em;*/
}
.cssForm .formDiv {
	margin:1em 0;
	clear:both;
	/*height:30px;*/
}
.cssForm label, .cssForm .radio label.r_legend{
	float:left;
	width:20%;
	text-align:right;
	margin:0 1em 0 0;
	padding-top:5px;
}
.cssForm legend {
	color:#0b77b7;
	font-size:1.2em;
	margin:0px 4px;
	padding:0px 4px;
}
.cssForm legend formSpan {
	width:10em;
	text-align:right;
}
.cssForm input.text_input, .cssForm select {
	padding:0.15em;
	/*width:18em;*/
	border:1px solid #B4B4B4;
	background:#fafafa;
	height:28px;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
.cssForm input.text_input {
	height:24px;
	width:270px;
	font-size:120%;
}
.cssForm .select_input{
	height:28px;
	width:274px;
	padding-top:3px;
}
.cssForm .text_area_input {
	width:270px;
	font-size:120%;
}
.cssForm .text_input:hover{
	border:1px solid #51A4EB;
	background:#EFF7FF;
}
.cssForm input:focus {
	border:1px solid #51A4EB;
	background:#EFF7FF;
}
.cssForm textarea {
	padding:0.15em;
	width:18em;
	border:1px solid #B4B4B4;
	background:#fafafa;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}

.cssForm textarea:hover{
	border:1px solid #51A4EB;
	background:#EFF7FF;
}
.cssForm .select_input:hover{
	border:1px solid #51A4EB;
	background:#EFF7FF;
}

.cssForm textarea:focus, .cssForm .select_input:focus {
	border:1px solid #51A4EB;
	background:#EFF7FF;
}
.cssForm fieldset {
	border:1px solid #ddd;
	padding:0 0.5em 0.5em;
}
.cssForm .radio, .cssForm .date {
	/*position:relative;*/
}
.cssForm .radio fieldset, .cssForm .date fieldset {
	border:none;
	width:auto;
	padding:1px 0 0 11em;
}
.cssForm .radio legend, .cssForm .date legend {
	font-size:1em;
	color:#000;
}
.cssForm .radio legend span, .cssForm .date legend span {
	position:absolute;
	left:0;
	top:0.3em;
	width:10em;
	display:block;
	text-align:right;
}
.cssForm .radio label, .cssForm .radio input {
	vertical-align:middle;
	display:inline;
	float:none;
	width:auto;
	background:none;
	/*border:none;*/
	margin:0 4px 0 0;
}
.cssForm .radio div {
	float:left;
	white-space:nowrap;
	clear:none;
}
.cssForm .radio fieldset div {
	margin:0.3em 0;
}

.cssForm .email {
	width:14em;
}

.cssForm input.default {
	color:#bbb;
}

.cssForm #submit-go {
	margin-top:1em;
	width:69px;
	height:26px;
	/*text-indent:-9999px;*/
	color:#fff;
	overflow:hidden;
	border:0;
	background:url(submit-button1.gif) no-repeat 0 0;
	display:block;
	cursor:pointer !important; cursor:hand;
}
.cssForm #submit-go:hover {
	background-position:0 -26px;
}

.cssForm .manadatoryMSG {
	text-align:right;
}
.cssForm .subscript {
	padding:0px;
	padding-left:135px;
	margin-top:-2px;
	margin-bottom:10px;
	/*font-size: 9px;*/
}

.dropdown {
	/*background:#dad9d4 url(/img/gfx/calendar.gif) no-repeat 2px 2px;*/
	/*padding:0.2em;
	cursor:default;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
	-moz-border-radius:0.5em;
	-khtml-border-radius:0.5em;
	border-radius:0.5em;
	width:21em;
	border:1px solid #B4B4B4;*/

}

.dropdown .month {
	margin-left:48px;
	width:37%;
}
.dropdown .year {
	margin-left:1em;
	width:25%;
}
.dropdown .close {
	display:block;
	overflow:hidden;
	border:0;
	position:absolute;
	top:0.5em; right:1em;
	/*background:url(/img/gfx/close.png) no-repeat 50% 50%;*/
	width:16px; height:16px;
	border:none;
	text-indent:-9999px;
}

.dropdown table {
	border-spacing:0;
	table-layout:fixed;
	empty-cells:show;
	margin-top:0.5em;
	width:100%;
}
.dropdown thead th {
	width:14%;
}

.dropdown tbody td {
	background:#fff;
	text-align:center;
	line-height:2;
	border:1px solid #dad9d4;
}
.dropdown tbody td.hover {
	background:#748098;
	color:#fff;
	cursor:pointer;
}
.dropdown .weekend {
	color:#f00;
}
.dropdown .today {
	border:1px solid #f00;
}
.dropdown .selected {
	background:#748098;
	color:#fff;
}

/*
input[type=checkbox], input[type=radio] { visibility: hidden; width:0; height:0; padding:0; margin:0; }
input[type=checkbox] + label, input[type=radio] + label { padding-left:18px; }
input[type=checkbox] + label{ background: url(../gfx/check_radio.png) 0 0 no-repeat; }
input[type=checkbox]:focus + label{ background-position: 0 -16px; }
input[type=checkbox] + label:hover{ background-position: 0 -32px; } 
input[type=checkbox]:checked + label{ background-position: 0 -48px; }

input[type=radio] + label{ background: url(../gfx/check_radio.png) 0 -64px no-repeat; }
input[type=radio]:focus + label{ background-position: 0 -80px; }
input[type=radio] + label:hover{ background-position: 0 -96px; } 
input[type=radio]:checked + label{ background-position: 0 -112px; }
*/



/*New form styles starts here*/
.formMain{
	padding:10px;
	border:5px solid #E5E5E5;
}
.formMain h3{
	color:#698528;
	font-size:140%;
	font-weight:normal;
	border-bottom:2px solid #698528;
	padding:0px 0px 1px 0px;
	margin:0px;
}
/*New form styles ends here*/

.cssForm .sectionHead{
	border-bottom:1px solid #ddd;
	margin-bottom:20px; 
	float:left; 
	width:100%;
}

.cssForm .sectionHead h3{
	font:18px 'Open Sans',sans-serif;
	color:#0092C6;
	width:350px; 
	float:left; 
	border:none; 
	margin:0px; 
	padding:15px 0px 2px 0px; 
	vertical-align:bottom;
}

/*Steps left styles starts here*/
.steps_left{
	float:right;
	font-size:110%;
	text-align:left;
}
.steps_left .step_1{
	background:url(/img/steps_1.gif) left top no-repeat;
	padding:10px 0px 10px 37px;
	color:#000;
	float:right;
	margin-right:20px;
}
.steps_left .step_1_inactive{
	background:url(/img/steps_1.gif) top no-repeat;
	background-position:0px -63px;
	padding:10px 0px 10px 37px;
	color:#ccc;
	float:right;
	margin-right:20px;
}

.steps_left .step_2{
	background:url(/img/steps_2.gif) left top no-repeat;
	padding:10px 0px 10px 37px;
	color:#000;
	float:right;
	margin-right:20px;
}
.steps_left .step_2_inactive{
	background:url(/img/steps_2.gif) top no-repeat;
	background-position:0px -63px;
	padding:10px 0px 10px 37px;
	color:#ccc;
	float:right;
	margin-right:20px;
}
.steps_left .step_3{
	background:url(/img/steps_3.gif) left top no-repeat;
	padding:10px 0px 10px 37px;
	color:#000;
	float:right;
	margin-right:20px;
}
.steps_left .step_3_inactive{
	background:url(/img/steps_3.gif) top no-repeat;
	background-position:0px -63px;
	padding:10px 0px 10px 37px;
	color:#ccc;
	float:right;
	margin-right:20px;
}
.steps_left .step_4{
	background:url(/img/steps_4.gif) left top no-repeat;
	padding:10px 0px 10px 37px;
	color:#000;
	float:right;
	margin-right:20px;
}
.steps_left .step_4_inactive{
	background:url(/img/steps_4.gif) top no-repeat;
	background-position:0px -63px;
	padding:10px 0px 10px 37px;
	color:#ccc;
	float:right;
	margin-right:20px;
}
.steps_left .step_5{
	background:url(/img/steps_4.gif) left top no-repeat;
	padding:10px 0px 10px 37px;
	color:#000;
	float:right;
	margin-right:20px;
}
.steps_left .step_5_inactive{
	background:url(/img/steps_4.gif) top no-repeat;
	background-position:0px -63px;
	padding:10px 0px 10px 37px;
	color:#ccc;
	float:right;
	margin-right:20px;
}
.steps_left .step_6{
	background:url(/img/steps_4.gif) left top no-repeat;
	padding:10px 0px 10px 37px;
	color:#000;
	float:right;
	margin-right:0px;
}
.steps_left .step_6_inactive{
	background:url(/img/steps_4.gif) top no-repeat;
	background-position:0px -63px;
	padding:10px 0px 10px 37px;
	color:#ccc;
	float:right;
	margin-right:0px;
}
/*/*Steps left styles ends here*/

#formFieldHelperBlk {
	position:absolute;
	z-index:99;
	display:none;
}
span.helpInfo {
	display:none;
}

/**/
#formFieldHelperBlk{
	width:350px;
	background:url(/img/form_help_message_bg.gif) top left no-repeat;
	display:none;
}
#formFieldHelperBlk p{
	padding:10px 0px 10px 20px;
	margin:0px;
}
#formFieldHelperBlk .bottom_bg{
	background:url(/img/form_help_message_bg.gif) bottom left no-repeat;
	height:3px;
}
.RptFilterSitter h3 {
	padding:2px 0px;
}
#RptDiv .formDiv{
	margin:0.3em 0;
}
.c_label {
	float:none;
	padding:0px 0px 0px 4px;
	margin:0px 0px 0px 4px;
	text-align:left;
}
div.formElement a {
	margin:0px 2px;
}
div.formElement button {
	margin:0px 2px;
}
.formDiv span.error {
	*clear:both;
	*position:relative;
	*display:block;
	*clear:both;
	*float:left;
	*padding-left:22%;
}
/*#setupBody .formDiv span.error {
	*clear:both;
	*margin-left:22%;
}*/

.formDiv label.sibling{
	float:none;
	position:relative;
	top:4px;
	vertical-align:top;
	padding-left:4px;
}
/*.varFormLeft .formDiv span.error {
	*clear:both;
	*margin-left:22%;
}*/

.formDiv .text_display{
	padding-top:5px;
	font-size:12px;
	float:left;
}
.due_at{
	background:#F5E9C3;
	padding:2px 5px 2px 5px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.cssForm .select_input { width: auto; }
.inputForm .label, .cssForm .label {
	background-color: #fff;
	color:#333333;
}

.dropdown .btn {
	font-size:100%;
	font-weight: 500;
}

.wizard-top{
	padding:0px 20px;
}
.wizard-main {
	padding: 5px;
	position: relative;
	overflow: hidden;
	width: 100%;
	clear:both;
	z-index: 5;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
}
.wizard-main .step {
	float: left;
	margin: 0px 35px 0px 0px;
	padding: 0px 0px 0px 3px;
}
.wizard-main .step .numberStep {
	background: #ddd;
	color: #666;
	width: 22px;
	height: 22px;
	text-align: center;
	float: left;
	line-height:20px;
	font-size:14px;
}
.wizard-main .selected .numberStep {
	background: #00bbff;
	color:#fff;
}
.wizard-main .selected .wizard-label {
	color: #0795C9;
	background-color: none;
}
.step .wizard-label {
	padding: 3px 5px;
	float: left;
	background-color: none;
}
.wizard-main-right .step {
	float: right;
}
