BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/static/ext/System/AdminTheme/img/background.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin: 0;
	padding: 16px 36px;
	font-size: 9pt;
}

H1 {
	font-size: 14pt;
	background-color: #b1c9e6;
	width: 100%;
	padding: 3px;
}

H2 {
	font-size: 14pt;
	color: #3c78c1;
}

H3 {
	font-size: 10pt;
	color: #3c78c1;
	/* background-color: #b1c9e6;
	width: 100%;
	padding: 1px; */
}

H1.title {
	margin-bottom: 6px;
}

HR {
	width: 75%;
	color: #3c78c1;
}

P, LI, DIV, TD, INPUT, SELECT {
	font-size: 9pt;
}

IMG {
	border: none;
}

DIV.dtp-icon IMG {
	vertical-align: middle;
}

DIV.inline {
	display: inline;
}

DIV.disabled, P.disabled, SPAN.disabled {
	color: #666666;
	/*font-style: italic;*/
}

IMG.disabled, DIV.disabled IMG, P.disabled IMG {
	/*filter: alpha(opacity = 50);*/
	/*opacity: 0.50;
	-moz-opacity: 0.50;*/
}

A {
	color: #3c78c1;
}

A.tooltip {
}

FORM {
	margin: 0px;
}

FORM DIV {
	margin-bottom: 9px;
	margin-top: 9px;
}

FORM DIV.dynarch-horiz-menu {
	margin: auto;
	padding: auto;
	height: 21px;
}

FORM DIV.dynarch-horiz-menu DIV {
	margin: auto;
	padding: auto;
}

FORM LABEL {
	font-weight: bold;
}

FORM LABEL.error {
	color: red;
}

FORM LABEL DFN {
	color: #999;
	font-style: italic;
	font-weight: normal;
	font-size: 8pt;
}

FIELDSET {
	padding: 12px;
	border: 1px solid #dfe8f3;
}

LEGEND {
	font-size: 10pt;
	color: #3c78c1;
	font-weight: bold;
}

FIELDSET LABEL {
	font-weight: normal;
}

TEXTAREA.annotation {
	background-color: #f5f5f5;
}

INPUT.submit, INPUT.button, INPUT.reset {
	background-color: #80a7d8;
	color: white;
	font-weight: bold;
	padding: 2px;
	border: thin solid #80a7d8;
}

.buttonset {
	text-align: center;
}

.buttonset INPUT {
	margin-left: 6px;
	margin-right: 6px;
}

DIV.module-error {
	margin: 8px;
	margin-bottom: 0px;
	padding: 6px;
	border: 1px solid #AAA;
	background-color: #EEE;
	color: red;
}

DIV.module-error P {
	font-weight: bold;
	font-style: italic;
	margin: 0px auto 0px auto;
}

DIV.module-error UL {
	margin: 0px auto 0px auto;
}

DIV.module-error LI {
	margin-top: 6px;
}

DIV.diff INS {
	color: green;
	text-decoration: underline;
}

DIV.diff DEL {
	color: red;
	text-decoration: line-through;
}

DIV.icon-button IMG {
	vertical-align: middle;
	margin-right: 2px;
}

DIV.icon-button {
	font-weight: normal;
	font-size: 7pt;
	color: #999999;
}

DIV.icon-button A {
	text-decoration: none;
	color: #3c78c1;
}

DIV.icon-button A:Hover {
	text-decoration: underline;
}

DIV.content-section, DIV.content-section-toc {
	padding: 0px 6px 6px 6px;
	border: 1px solid #dfe8f3;
	border-top: none;
	margin-bottom: 6pt;
}

DIV.content-section HR, DIV.content-section-toc HR {
	color: #dfe8f3;
	background-color: #dfe8f3;
	border: 0;
	width: 100%;
	height: 1px;
}

DIV.content-section LI, DIV.content-section-toc LI {
	margin-bottom: 6px;
}

DIV.content-section DIV.toolbar, DIV.content-section-toc DIV.title {
	margin: 0px -6px 6px -6px;
	padding: 3px;
	background-color: #dfe8f3;
	font-size: 10pt;
	color: #3c78c1;
	font-weight: bold;
}

DIV.content-section DFN, DIV.content-section-toc DFN {
	color: #999;
	font-style: italic;
	font-weight: normal;
	font-size: 8pt;
	margin-left: 6px;
}

DIV.content-section DIV.toolbar IMG,
DIV.content-section-toc DIV.toolbar IMG {
	vertical-align: bottom;
}

DIV.content-section DIV.toolbar DIV.title IMG,
DIV.content-section-toc DIV.toolbar DIV.title IMG {
	margin-right: 3px;
}

DIV.content-section DIV.toolbar DIV,
DIV.content-section-toc DIV.toolbar DIV {
	display: inline;
}

DIV.content-section DIV.toolbar DIV.icon-button,
DIV.content-section-toc DIV.toolbar DIV.icon-button{
	margin-left: 12px;
	white-space: nowrap;
}

DIV.content-section DIV.body P,
DIV.content-section-toc DIV.body P {
	margin: 0px;
}

DIV.content-section TABLE.pi-table,
DIV.content-section-toc TABLE.pi-table {
	border: none;
}

DIV.content-section TR {
	/* middle only looks good when the rows are striped */
	vertical-align: top;
}

DIV.content-section TR.pi-table-row-odd,
DIV.content-section-toc TR.pi-table-row-odd {
	background-color: white;
}

DIV.search-form {
	text-align: center;
	margin-bottom: 12px;
}

DIV.search-suggestion {
	margin-bottom: 12px;
}

DIV.search-result {
	margin: 4px;
}

DIV.search-result DIV.title {
	font-weight: bold;
}

DIV.search-result DIV.preview {
	font-style: italic;
}


DIV.dialog {
	margin-top: 36px;
	border: 2px solid #3c78c1;
	background-color: #dfe8f3;
	padding: 0px;
	width: 325px;
	text-align: left;
}

DIV.dialog DIV.title {
	background-color: #3c78c1;
	border-bottom: 2px solid #3c78c1;
	color: white;
	font-weight: bold;
	font-size: 8pt;
}

DIV.dialog IMG {
	display: block;
	float: left;
	margin: 6px 3px 3px 3px;
}

DIV.dialog DIV.body {
	padding: 3px;
}

DIV.dialog P {
	text-align: justify;
	padding: 3px;
	margin: 0px;
}

DIV.dialog P.buttonset {
	text-align: center
}

DIV.dialog P.button-group {
	clear: both;
}

P.notify {
	font-weight: bold;
	text-align: center;
}

TABLE#content-box {
	/*width: 760px;*/
	width: 100%;
	padding: 0;
	margin: 0 auto 0 auto;
}

TD#content-box {
	padding: 2px;
	background-color: white;
	/** MOZ **/
	overflow: hidden;
}

DIV#logo-area {
	background-color: #3c78c1;
	height: 60px;
	width: 100%;.
	/** IE **/
	overflow: hidden;
}

DIV#menu-area {
	height: 24px;
}

#menu {
	display: none;
}

DIV#title-area {
	background-color: #3c78c1;
	padding: 3px 0.5em 3px 0.5em;
	font-weight: bold;
	color: white;
	text-decoration: none;
	font-size: 14pt;
}

DIV#title-area IMG {
	vertical-align: middle;
}

DIV#content-area {
	border: 1px solid #80a7d8;
	border-bottom: 1px solid #3c78c1;
	padding: 0;
}

TABLE.content-area {
	height: 100%;
}

DIV#module-content {
	padding: 8px;
	min-height: 350px;
}


TD.toolbar {
	width: 110px;
	background-color: #dfe8f3;
	height: 100%;
}

DIV#toolbar {
	text-align: center;
	min-height: 100%;
	padding: 12px 4px;
}

DIV#toolbar DIV {
	padding: 4px;
	font-size: 8pt;
}

DIV#toolbar DIV.disabled {
	color: #AAAAAA;
}

DIV#toolbar DIV A {
	color: #3c78c1;
	text-decoration: none;
}

DIV#toolbar DIV A:Hover {
	text-decoration: underline;
}

DIV#toolbar HR {
	background-color: white;
	color: white;
	border: none;
	width: 75%;
	height: 1px;
}


DIV#foot-area {
	font-size: 7pt;
	color: #dfe8f3;
	background-color: #3c78c1;
	padding: 0.5em 18px 0.5em 18px;
	text-align: center;
}

DIV#foot-area ADDRESS {
	font-style: normal;
}

DIV#foot-area ADDRESS A {
	color: white;
	text-decoration: none;
}

DIV#foot-area ADDRESS A:Hover {
	text-decoration: underline;
}

DIV.breakall {
	clear: both;
}

.boxover-preview {
	width: 600px;
	background: white;
	border: 1px solid #3c78c1;
	padding: 6px;
	overflow: auto;
	
}

@media print {
	.no-print {
		display: none;
	}
	
	.print-only {
		display: block !important;
	}
	
	BODY {
		background: none !important;
	}
	
	DIV#logo-area, DIV#menu-area, DIV#foot-area, TD.toolbar, DIV.icon-button {
		display: none !important;
	}
	
	TABLE#content-box {
		width: 100%;
	}
	
	DIV#content-area {
		border: none;
	}
	
	A, A:Hover {
		color: black !important;
		text-decoration: none;
	}
	
	BODY, P, DIV, LI, TD, TH, INPUT, H1, H2, H3, H4 {
		color: black !important;
		background: none !important;
	}
	
	HR {
		color: black !important;
	}
	
	DIV.content-section {
		border: none;
	}
	
	DIV {
		background: none;
	}
	
	DIV.return-to, DIV.content-section-toc {
		display: none;
	}
}
