@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;
}
/*
 * Redirect Messages
 */

div.msg.success {
    color:  #0066ff;
}

div.msg.error {
    color: red;
}

div.msg.warning {
    color: orange;
}

div.msg.info {
    color: grey;
}




#layout {
	position: relative; margin: 0px auto;
}

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;
         width: 98%; 
     max-width: 1440px; 
}

#con_h {
	border-style: solid;
	border-width: 1px;
	padding: 1px;
}

#con_ht, #con_hb {
	height: 22px;
}

#con_hb.big, con_ht.big {
	height: 35px;
}

#con_ht div.content, #con_hb div.content {
	padding: 3px;
}

#con_hm {
	font-size: 3em;
	margin: 1px 0px;
}


/*
 * Progress bars
 */
 
div.progressBar {
	border: solid 1px #C0C0C0;
	padding: 1px;
}








