@charset "utf-8";

/* CSS For Site Forms */
form {
	margin: 0px;
	padding: 0px;
}

.FIELD,.FIELD_S,.off,.txt_off {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #999;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #DBDBDB;
	color: #333;
	background: #EFEFEF;
	padding: 3px 8px 3px 5px;
}

.REQUIRED,.ERROR,.REQUIRED_S,.ERROR_S {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #999;
	border-right: 2px solid #f00;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #DBDBDB;
	color: #333;
	background: #EFEFEF;
	padding: 3px 1px 3px 6px;
}

.REQUIRED {
	background: #eaeaea url("/images/bg_inputrequired.gif") right top no-repeat;
}

.ERROR {
	background: #ffffcb url("/images/bg_inputerror.gif") right top no-repeat;
}

.REQUIRED:focus,.ERROR:focus,.FIELD:focus,.REQUIRED_s:focus,.ERROR_s:focus,.FIELD_s:focus,.focus,.txt_focus
	{
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	border-top: 1px solid #6AB94B;
	border-right: 1px solid #94DA78;
	border-left: 1px solid #94DA78;
	border-bottom: 1px solid #AEDF9A;
	padding: 3px 8px 3px 5px;
}

.submit,.submit_s {
	color: #2b333c;
	border-right: #acb5b5 3px double;
	cursor: pointer;
	border-top: #c4cccc 3px double;
	border-left: #acb5b5 3px double;
	border-bottom: #6f7777 3px double;
	background: url("/images/bg_btn.gif") #fefefe repeat-x;
}

.submit_s {
	font-size: 12px;
	height: 35px;
}

input.on {
	border-right: #68b2d9 3px double;
	border-top: #68b2d9 3px double;
	border-left: #68b2d9 3px double;
	border-bottom: #68b2d9 3px double;
	background: url("/images/bg_btn_over.gif") #efefef repeat-x;
}

.submit-disabled {
	border-right: #acb5b5 3px double;
	border-top: #c4cccc 3px double;
	background: url("/images/bg_btn.gif") #fefefe repeat-x;
	border-left: #acb5b5 3px double;
	border-bottom: #6f7777 3px double;
}

a.submit {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	padding: 2px 5px;
	text-decoration: none;
}

#st {
	display: block;
}

select.FIELD_S {
	font-size: 10px;
	padding-right: 5px;
	padding-left: 0px;
}

td.errors {
	padding: 0px;
}

table.error_cont {
	font: normal 12px arial;
	color: #F00;
	padding: 0px;
	margin: 5px 0px;
}

.error {
	color: #CC0000;
	background: #FFFFCB;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.error .inner {
	border: 1px solid #CC0000;
	min-height: 20px;
	padding: 10px;
}

.error .inner div {
	width: 330px;
}

.error .inner p {
	line-height: 16px;
}

.error .inner p.btm {
	font-size: 10px;
	line-height: 12px;
}

#main .error a {
	color: #ff0000;
	border: 0px;
}

#main .error a:hover {
	border: 0px;
}

#main .error_formtitle,#main .error_formtitle a,#main .error_formtitle a:hover {
	font-weight: bold;
	color: #cc0000;
	text-decoration: none;
	border: 0px;
}

td.success,#main p.success {
	color: #009900;
	padding: 5px 0px;
}

.btm {
	margin-bottom: -50px
}

.flashalert {
	width: 100%;
	border-bottom: 1px solid #999;
	background: #FFFFE1;
}

.flashalert a {
	color: #0000FF;
}

.flashalert .inner {
	height: 40px;
	margin: 0px auto;
	width: 800px;
	font: normal 11px arial;
}

.flashalert img {
	position: absolute;
	margin-left: -17px
}

.flashalert .txt {
	margin-left: 30px;
	padding-top: 5px;
}

label {
	cursor: pointer;
	cursor: hand;
	padding: 3px;
}

label:hover { /*background-color: #FFFFCC;*/ /*border: 1px solid #EDEDED;*/ /*padding: 2px;*/
	
}

/* The hint to Hide and Show */
.hint {
	display: none;
	position: absolute;
	margin-top: -4px;
	border: 1px solid #c93;
	padding: 10px 12px;
	color: #996600;
	background: #ffc url('/images/pointer.gif') no-repeat -10px 5px;
}

/* The pointer image is hadded by using another span */
.hint .hint-pointer {
	position: absolute;
	left: -10px;
	top: 5px;
	width: 10px;
	height: 19px;
	background: url('/images/pointer.gif') left top no-repeat;
}