@CHARSET "UTF-8";
@IMPORT url("layout_box.css");
@IMPORT url("layout_breadCrumb.css");
@IMPORT url("layout_buttonContainer.css");
@IMPORT url("layout_dropDown.css");
@IMPORT url("layout_form.css");
@IMPORT url("layout_link.css");
@IMPORT url("layout_navigation.css");
@IMPORT url("layout_pageSelect.css");
@IMPORT url("layout_redirect.css");
@IMPORT url("layout_table.css");
@IMPORT url("layout_perm.css");
@IMPORT url("layout_userEntries.css");

body {
	margin-top: 10px;
	text-align: justify;
	font-family: "Time"Times New Roman", Times, serif;"
	font-size: 1em;
}

div.boxContent {
	overflow: visible !important;
}


div.small.indent {
	margin-left: 10px;
}



h2 a span, h2 a {
	font-size: 12px;
}

#comments, div.buttonContainer, #lin, #softwareInfo, div.orderSelect, div.orderSelectInner,
#messagebox {
	display: none;
}

div.box
{
	border: solid 1px #404040;
}

/*
 * Containers - Layout & Header 
 */

#layout {
	margin: auto;
	width: 950px;
}

#con_h, #con_ml, #con_mr, div.bottomnav, #debug, img.icon, img.fold, #con_mmt, #con_mmb, #con_t, #con_b {
	display: none;
}

#con_m {
	clear: both;
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

#con_m td {
	padding: 0px;
	vertical-align: top;
}

#con_mmm {
	clear: both;
}



/*
 * Tooltips
 */
 
div.tooltip {
	font-size: 11px;
	border: solid 1px black;
	display: none;
	position: absolute;
	background-color: #ffffe1;
	padding: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: left;
	left: 0px;
	top: 0px;
}

div.boxContent {
	page-break-inside: inherit;
	widows: 2;
	orphans: 2;
}


/*
 * Progress bars
 */
 
div.progressBar {
	position: relative;
}
 
div.progressBar div {
	padding-top: 2px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
}
