@CHARSET "UTF-8";
@IMPORT url("compiled_style_box.css");
@IMPORT url("compiled_style_buttonContainer.css");
@IMPORT url("compiled_style_cal.css");
@IMPORT url("compiled_style_quote.css");
@IMPORT url("compiled_style_tag.css");
@IMPORT url("compiled_style_form.css");
@IMPORT url("compiled_style_link.css");
@IMPORT url("compiled_style_navigation.css");
@IMPORT url("compiled_style_pageSelect.css");
@IMPORT url("compiled_style_table.css");
@IMPORT url("compiled_style_toc.css");

body {
	font-family: Arial, Verdana, Tahoma;
	font-size: 0.8em;
	font-style: inherit;
	font-weight: inherit;
	text-decoration: inherit;
}

#layout {
	position: relative; margin: 0px auto;
}

#con_h, #con_m, #con_t, #con_b {
	border: 10px solid #FFFFFF !important;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}

div.small, div.small select, div.small input, span.small, p.small, div.small, span.small, label.small {
	font-size: 0.9em;
	font-style: inherit;
	font-weight: inherit;
	text-decoration: inherit;
}

div.small a {
	text-decoration: underline;
}

div.small a:hover {
	text-decoration: inherit;
}

iframe {
	border: solid 1px;
}



/*
 * Containers - Layout & Header 
 */

#layout {
	margin: auto;
}

#con_ml {
	border-right: 3px solid #CCCCCC;
	padding-right: 5px !important;
}

#con_mr {
	border-left: 3px solid #CCCCCC;
	padding-left 5px !important;
}

#con_ht, #con_hb {
	height: 35px;
	overflow: visible;
}

#con_hb.big, con_ht.big {
	height: 35px;
}

#con_ht div.content, #con_hb div.content {
	padding: 9px;
}

#con_hm {
	font-size: 3em;
	margin-bottom: 1px;
}

#con_m {
	border-collapse: separate !important;
}


/*
 * Progress bars
 */
 
div.progressBar {
	border: solid 1px #C0C0C0;
	padding: 1px;
}
