@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;
	margin: 30px 20px 0px 10px;
	background-repeat: repeat-x;
	background-position: 0% 20%;
	background-attachment: fixed;
}

#layout {
	position: relative; margin: 0px auto;
	background-color: #ffffff;
	padding: 10px;
	border: 5px solid #e0e0e0;
}

div.small, div.small select, div.small input, span.small, p.small, div.small, span.small, label.small {
	font-size: 0.8em;
	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_h {
	margin-bottom: 15px;
}


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

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

#con_hb, #con_ht {
	border-bottom: 3px solid #d0d0d0;
	border-top: 2px solid #d0d0d0;	
	padding: 5px 0px 5px 0px;
}

#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;
}

