/* Reset CSS
 --------------------------------------------------*/
html, body, span, applet, object, iframe, dl, h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, form, label, legend, table, caption, tbody, tfoot, thead { margin: 0; padding: 0; border: 0; outline: 0; background: transparent; }
:focus					{ outline: 0; }
body					{ }
ol, li					{ list-style: none; }
table					{ text-align: left; border-collapse: collapse; }

/* GLOBAL
 --------------------------------------------------*/
html					{ height: 100%; }
body {
    background-color: #ebebeb;
    height: 100%;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table 					{ vertical-align: top; }
div						{ font-size: 8pt; 	vertical-align: top; }
h1, h2, h3, h4, h5		{ font-weight: bold; }
h1						{ font-size: 18pt; }
h2						{ font-size: 14pt; }
h3						{ font-size: 12pt; }
h4						{ font-size: 10pt; }
ul						{ margin: 5px 0 10px 30px;}
li						{  }
span					{ padding-right: 10px; }
p						{ line-height: 15px; padding: 0;  margin: 0; text-align:justify; line-height: 18px; font-size: 12px;}
form					{ }
fieldset				{ }
legend					{ }
textarea				{ width: 440px; border: 1px solid #ccc; }
iframe					{ }
em						{ font-style: italic; }
pre						{ white-space: pre-wrap; font: 1.2em / 1em monospace; text-align: left; color: black; font-family: Courier New, Courier, monospace; }
hr						{ clear: both; border: 0; margin: 5px 0px 5px 0px; height: 1px; color: #000; background-color: #000; }

input					{ }
select					{ }
option					{ }
button					{ }

input[disabled], select[disabled], textarea[disabled] {
    background-color: #c0c0c0;
}

/* Classes
 * --------------------------------------------------*/
.b						{ font-weight: bold; }
.w5						{ width: 5%; }
.w10					{ width: 10%; }
.w15					{ width: 15%; }
.w20					{ width: 20%; }
.w25					{ width: 25%; }
.w30					{ width: 30%; }
.w35					{ width: 35%; }
.w40					{ width: 40%; }
.w45					{ width: 45%; }
.w50					{ width: 50%; }
.w55					{ width: 55%; }
.w60					{ width: 60%; }
.w65					{ width: 65%; }
.w70					{ width: 70%; }
.w75					{ width: 75%; }
.w80					{ width: 80%; }
.w85					{ width: 85%; }
.w90					{ width: 90%; }
.w95					{ width: 95%; }
.w100					{ width: 100%; }

.p10					{ padding: 0 0 10px 0;}
.p20					{ padding: 0 0 20px 0;}
.p30					{ padding: 0 0 30px 0;}
.p40					{ padding: 0 0 40px 0;}

/* Error levels
 * --------------------------------------------------*/
.error					{ color: #4e7b72; }
.warning				{ color: #41c941; }
.important				{ font-variant: small-caps; font-size: 1.5em; }
.errorfield				{ border: 1px solid #5997c0; }
.errormessage			{ color: #5997c0; padding: 0 0 0 4px; }

/* Div as table shortcodes
 * --------------------------------------------------*/
.fl						{ float: left; }
.fr						{ float: right; }
.ctr					{ text-align: center; }
.rgt					{ text-align: right; }
.small					{ font-size: 0.8em; }
.large					{ font-size: 1.3em; }
.middle					{ vertical-align: middle; }
.grey					{ color: #888; }
.lgrey					{ color: #ddd; }
.strike					{ text-decoration: line-through; }
.lft					{ float: left; }
.radio					{ border: 0px; background: transparent; }
.clear					{ clear: both; }
.scrollbar				{ overflow-y: auto; background-color: inherit; }
.line					{ border-top: 1px solid #000; height: 5px; }
.divloader				{ border: 1px solid green; }

/* Links
 * --------------------------------------------------*/
a:link					{ color: #4f4f4f; text-decoration: none; }
a:visited				{ color: #4f4f4f; text-decoration: none; }
a:hover					{ color: #333; text-decoration: underline; }
a:active				{ color: #4f4f4f; text-decoration: none; }
