@charset "utf-8";
/* CSS Document */

.uv_form {
	width:700px;
}

.uv_form fieldset {
	padding: 10px 8px;
	margin-top: 20px;
	border: 2px double #006600 !important;
/*	background-color:#EFD675;
	background-image:url(/_images/layout/tunnel-back.png);
	background-position: center -150px;
	background-repeat:repeat-x;*/
}

.uv_form fieldset:first-child {
	margin-top: 0;
}

.uv_form legend {
	font-style:italic;
	padding: 0 10px;
	background-color:#006600;
	text-align:center;
	color:#FFFFFF;
}

.uv_form .full_length{
	width: 660px;
	padding: 0 10px;
	margin: 15px 0;
	clear: both;	
}

.toggle_element .uv_form,
.process_element .uv_form{
	width:auto;
}

.toggle_element .uv_form .full_length,
.process_element .uv_form .full_length {
	padding: 0 !important;
	width:auto;
}

.uv_form .half_length{
	width: 320px;
	padding: 0 10px;
	margin: 15px 0;
	float:left;
}

.uv_form .tiny_length{
	padding: 0 10px;
	margin: 15px 0;
	float:left;
}

/* input widths */
.uv_form .full_length textarea,
.uv_form .full_length input[type~="text"],
.uv_form .full_length input[type~="password"] {
	width: 652px;
}
.uv_form .full_length select,
.uv_form .full_length option {
	width: 660px;
}
.uv_form .half_length textarea, 
.uv_form .half_length input[type~="text"], 
.uv_form .half_length input[type~="password"]{
	width: 312px;
}
.uv_form .half_length select, 
.uv_form .half_length option {
	width: 320px;
}
.uv_form .tiny_length textarea, 
.uv_form .tiny_length input[type~="text"], 
.uv_form .tiny_length input[type~="password"]{
	width: 12px;
}
.uv_form .tiny_length select, 
.uv_form .tiny_length option {
	width: 20px;
}

/* input heights */
.uv_form textarea {
	height: 75px;
}
.uv_form input[type~="text"],
.uv_form input[type~="password"] {
	height: 10px !important;
}
.uv_form select {
	height: 16px !important;
}
.uv_form option {
	height: 10px !important;
}

/* input padding */
.uv_form textarea,
.uv_form input[type~="text"],
.uv_form input[type~="password"] {
	padding: 3px !important;
}
.uv_form select {
	padding: 0px !important;
}
.uv_form option {
	padding: 3px !important;
}

/* input margins and display */
.uv_form textarea,
.uv_form input[type~="text"],
.uv_form input[type~="password"],
.uv_form select,
.uv_form option {
	margin: 0 !important;
	display:block !important;
}


/* radios */
.uv_form .radios label {
	float: left;
	width: 320px !important;
	margin-left:20px;
}
.uv_form .radios p+label {
	margin-left: 0;
}
.uv_form .radios .app_note{
	clear:both;
}


/* checkboxes */
.uv_form .cbox label {
}
.uv_form .cbox input[type~="checkbox"] {
	float:left !important;
	width:auto !important;
	margin-right: 15px !important;
}


/* buttons */
.form_buttons {
	clear:both;
	text-align:center;
}
.uv_form button {
	width: 205px;
	margin-left:20px;
}
.uv_form button:first-child{
	margin-left: 0;
}


/* text styles */
.uv_form textarea, .uv_form input, .uv_form select, .uv_form option, .radios label {
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.uv_form .app_note {
	padding: 0 !important;
	margin: 0 !important;
}
.uv_form p {
	padding: 0 !important;
	margin: 0 !important;
}
.greyed {
	color:#666666;
}


/* disabled */
.form_disabled, .form_disabled input, .form_disabled textarea, textarea[disabled~="disabled"], input[disabled~="disabled"], textarea[readonly~="readonly"], input[readonly~="readonly"] {
	color:#666666 !important;
}	
.form_disabled input, .form_disabled textarea, textarea[disabled~="disabled"], input[disabled~="disabled"], textarea[readonly~="readonly"], input[readonly~="readonly"]  {
	background-color:#EFEFEF;
}



/* misc */

.label_checked {
	background-color: #060;
	color: #FFF !important;
}



/* OTHER OLD AND MISC BITS */


/* small inputs */

.uv_form div.small_inputs {
	width: 315px !important;
	text-align: right;
	float:left;
	padding: 10px 15px;
}

.uv_form .small_inputs input[type~="text"] {
	width: 30px !important;
	display: inline !important;
}

.uv_form .small_inputs label {
	float:left; 
}

/* text count */

.uv_form input.text_count {
	padding: auto !important;
	text-align:right !important;
	border: solid 0 black !important;
    background: transparent !important;
	font-size: inherit !important;
	font-style:italic !important;
	text-decoration:inherit !important;
	color: #006600 !important;
	display:inline !important;
	width:auto !important;
	font-family:Arial, Helvetica, sans-serif;
	height: auto !important;
	margin: auto !important;
	}
	
.uv_form span.text_count {
	color: #006600 !important;
	}


.uv_form .text_count_div {
	display:inline !important;
	text-align:right;
	float:right !important;
	font-size:12px !important;
	font-style:italic;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	}


/* calendar */

.calendar {
	width:305px !important;
	display:block !important;
	float:left;
	padding: 10px 15px;
	margin-left: 0px;
	}

.calendar table {
	width: 305px;
}

/* mini form */

.mini_form {
	font-size: 12px !important;
	line-height: 18px !important;
	text-align:center;
}

.mini_form input, .mini_form select, .mini_form p, .mini_form label, .mini_form option, .mini_form button {
	font-family: inherit !important;
	line-height: inherit;
	font-size: inherit !important; 
	text-align: inherit;
}



/* auth form */

.auth_form {
	font-size: 10px !important;
	background-color: #FFFFCC;
	color: #000;
	height: auto;
	width: 290px;
	display: block;
	padding: 5px;
	border: 1px #006600 solid;
}

.auth_form input, .auth_form select, .auth_form p, .auth_form label, .auth_form button, .auth_form option {
	line-height: 13px !important;
	baseline: 13px !important;	
	height: 13px !important;
	margin: 2px;
	padding: 0 !important;
	display: inline;
	font-family: inherit !important;
	font-size: inherit !important; 
}

.auth_form p, .auth_form label, .auth_form button {
	background-color: transparent;
	background:none;
	border: 0px solid #000000;
}

.auth_form input, .auth_form select {
	border: 0px solid black;
	background-color: #e6ac31;
	text-align:center;
	width: 75px;
}

.auth_form button {
	 text-align: left;
}

.auth_form button:hover, .auth_form button:active {
	background-color: #e6ac31;
}

.auth_form select option[selected=true] {
	background-color: #FFFFCC;
}