HTML, BODY { padding: 0; margin: 0; background: #fff; }
BODY, INPUT, SELECT, TEXTAREA, BUTTON, TD, TH { font-family: Tahoma, Arial, Helvetica, sans-serif; color: #555; font-size: 11px; }

H1, H2, H3, H4, H5, H6 {
	margin: 1em 0 0 0;
	padding: 0;
	color: #d93b04;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: normal !important;
	text-decoration: none;
}

H1 { font-size: 24px; color: #a0a0a0; font-weight: normal; font-family: Arial, Helvetica, sans-serif; }
H2 { font-size: 13px; font-weight: bold; }
H3 { font-size: 12px; font-weight: bold; }
H4 { font-size: 11px; font-weight: bold; }
H5 { font-size: 11px; font-weight: bold; }
H6 { font-size: 11px; }

IMG { border: 0; }

A { color: #00458c; text-decoration: none; }
A:hover { text-decoration: underline; }

P { padding: 0; margin: 1em 0 0 0; }
FORM { padding: 0; margin: 0; }

TABLE { border-collapse: collapse; border-spacing: 0; margin: 1em 0 0 0; }
TH, TD { text-align: left; vertical-align: top; }

.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }

.middle { vertical-align: middle; }

.nopadding { padding: 0 !important; }
.nomargin { margin: 0 !important; }
.nowrap { white-space: nowrap; }
.hidden { display: none; }

.w100p { width: 100%; }

.clear { overflow: hidden; }
* HTML .clear { overflow: visible; height: 1px; }

.req,
.orange { color: #d93b04; }

P.img-right { float: right; clear: both; margin: 1em 0 0 1em; }


.content TABLE { width: 100%; }
.content TABLE TH { padding: 4px 7px; border: 1px solid #d4d4d4; background: #ececec; font-weight: normal; line-height: normal; }
.content TABLE TD { padding: 4px 7px; border: 1px solid #d4d4d4; background: #fff; line-height: normal; }
.content TABLE TR.even TD { background: #fafafa; }

TABLE.form { line-height: normal !important; border: none !important; border-top: 1px solid #eee !important; }
TABLE.form TD { border-width: 1px 0 !important; line-height: normal !important; }
TABLE.form TD.name { width: 30%; padding: 5px 10px 5px 0 !important; text-align: right; }
TABLE.form TD.text { width: 70%; padding: 5px 0 5px 0 !important; }
TABLE.form TD.name-inpt { width: 30%; padding: 2px 10px 2px 0 !important; text-align: right; }
TABLE.form TD.inpt { width: 70%; padding: 2px 0 2px 0 !important; }
TABLE.form TD.data { width: 70%; padding: 5px 0 5px 0 !important; }
TABLE.form TD.tbl { width: 70%; padding: 5px 0 5px 0 !important; }
TABLE.form INPUT,
TABLE.form SELECT { vertical-align: middle; }
TABLE.form TR.subheading TD { font-weight: bold; padding: 25px 10px 5px 0 !important; }
TABLE.form .submit { margin-right: 2px; border: 1px solid; border-color: #cbcbcb #939393 #939393 #cbcbcb; background: #ebebeb; color: #626262; font-size: 10px; overflow: visible; padding: 0 10px; cursor: pointer; }
TABLE.form .disabled { background: #ebebeb; color: #868686; }
TABLE.form .max { width: 400px; }
TABLE.form .norm { width: 300px; }
TABLE.form .small { width: 100px; }
TABLE.form .min { width: 30px; }
TABLE.form .date { width: 70px; }
TABLE.form .time { width: 55px; }
TABLE.form TABLE { margin: 0; }
TABLE.form TABLE TD { border: 1px solid #d4d4d4 !important; }
TABLE.form TABLE TD.inpt { width: auto; padding: 0 !important; }
TABLE.form UL { margin: 0; padding: 0; }
TABLE.form UL LI { padding: 2px 0 2px 12px; background-position: 0 7px; }

/** formtabs **/
div.formtab fieldset, div.formtab table td { border: 0; }
div.formtab table { border: 1px solid #EEE; }
	div.formtab table .col1 { width: 35%; text-align: left; }
	div.formtab table td { border-bottom: 1px solid #EEE; text-align: right; line-height: 2em; }
		div.formtab table td + td { text-align: left; }
		div.formtab table td input, div.formtab table td select { vertical-align: middle; }
	div.formtab table .col2 { }
	div.formtab table label { }
	div.formtab table caption { text-align: left; font-weight: bold; margin-top: 10px; }
	div.formtab dfn { font-weight: bold; font-style: normal; padding: 0; }
	
	div.formtab .mini { width: 30px; }
	div.formtab .twothirds { width: 66%; }
	