@CHARSET "ISO-8859-1";

html, body, div {
	font-family: Arial, Helvetica, sans;
	font-size: 12px;
	color: #111111;
}

body { margin: 0px; padding: 0px; /* background-image: url('/Images/bg.png'); */ }

img { border: none; }

a { color: #0967a3; text-decoration: none; }
a:hover { color: #f89d32; text-decoration: underline; }

.color-orange {	color: #f89d32; }
.color-blue { color: #0967a3; }

.bg-orange { background-color: #f89d32 !important; color: #fff }
.bg-white { background-color: #fff !important; color: #f89d32 !important }

.ralign{ text-align: right; }

.item-title a { font-size: 12px; font-weight: bold }

input.text { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; border: 1px solid #898989; float: left; display: inline; }
select.combo { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; border: 1px solid #898989 }
select.combo { float: left; display: inline;  font-size: 8pt;}

.fieldlabel { margin-top: 15px !important; margin-left: 10px !important; text-align: right;
	font-size: 10pt !important; font-weight: bold; width: 120px;}

label { cursor: pointer; display: inline; float: left; margin: 3px 2px 0px 2px; padding: 0px;}
.editfieldlabel { font-weight: bold; text-align: left !important; float: left !important; }
input.fieldinput { display: inline;  margin: 5px auto 5px 10px; height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14pt; font-weight: normal; 
	border: 1px solid #C0C0C0; background-color: #FFF; color: #333; 
	padding: 5px 2px 0px 2px }
textarea.textarea { display: inline;  margin: 5px auto 5px 10px;
	font-family: Courier, monospace;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/ 
	font-size: 10pt; border: 1px solid #C0C0C0; background-color: #FFF; padding: 3px 2px 0px 5px }
input.checkbox { display: inline;  margin: 18px auto 5px 10px !important; }

select.combo1 { 
	font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal;
	font-size: 14pt;
	margin: 5px auto 5px 10px;
}

.large {
	font-size: 14pt !important; font-weight: normal; height: 30px
}
input.button { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; border: 1px solid #898989; cursor: pointer; float: left !important; display: inline !important; margin: 0px 0px auto 5px }

font.required { display: none; }