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

INPUT, SELECT, TEXTAREA { color: #777; }
TEXTAREA { overflow: auto; }

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

H1 { font-size: 18px; font-weight: normal; font-family: Arial, Helvetica, sans-serif; margin: 0; color: #545454; }
H1 SPAN { color: #999; }
H2 { font-size: 13px; font-weight: bold; }
H2 A { font-weight: normal; font-size: 11px; }
H2 SPAN { color: #ccc; font-weight: normal; }
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: #e40000; 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; }

.monospace { font-family: "Courier New", monospace; letter-spacing: 1px; }

.left { text-align: left !important; }
.right { text-align: right !important; }
.justify { text-align: justify !important; }
.center { text-align: center !important; }
.middle { vertical-align: middle; }
.nopadding { padding: 0 !important; }
.nomargin { margin: 0 !important; }
.nowrap { white-space: nowrap !important; }
.hidden { display: none; }
.ihidden { display: none !important; }
.tmp_hidden { display: none; }
.strike { text-decoration: line-through; color: #aaa; }

.wdate { width: 56px; }
.wdate2 { width: 56px; }
SELECT.wdate2 { width: 62px; }
.w1p { width: 1%; }
.w10p { width: 10%; }
.w15p { width: 15%; }
.w20p { width: 20%; }
.w25p { width: 25%; }
.w30p { width: 30%; }
.w35p { width: 35%; }
.w40p { width: 40%; }
.w50p { width: 50%; }
.w60p { width: 60%; }
.w70p { width: 70%; }
.w80p { width: 80%; }
.w90p { width: 90%; }
.w100p { width: 100% !important; }
.wauto { width: auto !important; }

.w1 { width: 1px; }
.w50 { width: 50px; }
.w150 { width: 150px; }
.w80 { width: 80px; }
.w100 { width: 100px; }
.w130 { width: 130px; }
.w200 { width: 200px; }
.w250 { width: 250px; }
INPUT.w80 { width: 74px; }
INPUT.w100 { width: 94px; }
INPUT.w130 { width: 124px; }
INPUT.w150 { width: 144px; }
INPUT.w200 { width: 194px; }
INPUT.w250 { width: 244px; }

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

.req,
.error,
.red { color: #e40000; }

.green { color: #4bbe4b; }

P.img-left { float: left; clear: both; margin: 1em 1em 1em 0; border: 1px solid #ececec; padding: 2px; background: #fff; }
P.img-left IMG { float: left; }
P.img-right { float: right; clear: both; margin: 1em 0 1em 1em; border: 1px solid #ececec; padding: 2px; background: #fff; }
P.img-right IMG { float: left; }
P.img-right2 { float: right; clear: both; margin: -2em 0 1em 1em; border: 1px solid #ececec; padding: 2px; background: #fff; }

.content { line-height: 17px; }

.r20-80 TH { width: 20%; }
.r20-80 TD { width: 80%; }
.r20-30 TH { width: 20%; }
.r20-30 TD { width: 30%; }
.r20-30 .default { width: 180px !important; }
.r20-30 INPUT.default { width: 174px !important; }
.r20-30 TEXTAREA.default { width: 174px !important; }
.r30-70 TH { width: 30%; }
.r30-70 TD { width: 70%; }
.r30-70 .max { width: 450px !important; }
.r30-70 INPUT.max { width: 444px !important; }
.r30-70 TEXTAREA.max { width: 444px !important; }
.r40-60 TH { width: 40%; }
.r40-60 TD { width: 60%; }

IMG.ico { cursor: pointer; }

.f-right { float: right; }

.mt2 { margin-top: 2px !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt1em { margin-top: 1em !important; }

.fs11 { font-size: 11px !important; }

.defaultcursor { cursor: default; }

.bold { font-weight: bold; }
.normal { font-weight: normal; }
.strike { text-decoration: line-through; }

/* Messages */

P.msg-error { border: 2px solid #e40000; color: #e40000; padding: 8px 12px; background: #fff; line-height: normal; text-align: center; }
P.msg-ok { border: 2px solid #4ca82e; color: #4ca82e; padding: 8px 12px; background: #fff; line-height: normal; text-align: center; }
P.msg-info { border: 2px solid #dad4a6; color: #807f48; padding: 8px 12px; background: #fdfbe2; line-height: normal; text-align: center; }
P.msg-info A { color: #807f48; text-decoration: underline; }
P.msg-small { background: #eee; color: #aaa; padding: 5px 10px; line-height: normal; font-size: 10px; }

/* Mozilla form element styling recovery */
INPUT[type="checkbox"] { padding: 0; margin: 4px; -moz-appearance: checkbox; }
INPUT[type="radio"] { padding: 0; margin: 4px; -moz-appearance: radio; }
*:first-child+HTML INPUT[type="checkbox"] { margin: 0; }
*:first-child+HTML INPUT[type="radio"] { margin: 0; }

.f-left { float: left; }

SELECT { padding: 2px; }
