div#background_fader {
	background-color: black;
	opacity: 0.5;
	position: fixed;
	left: 0; top: 0;
	width: 100%; height: 100%;
	z-index: 1
}
div#content_overlay, div#content_container {
	position: absolute;
	width: 580px;
	height: 600px;
	left: 212px;
	top: 90px;
}
div#content_overlay {
	background-color: white;
	opacity: 0.9;
	z-index: 2;
}
div#content_overlay h1.title {
	background-color: #00ABEC;
}
div#content_container {
	z-index: 3;
}

div#content_overlay h1.title, div#content_container h1.title {
	font-size: 150%;
	padding: 5px 12px;
	height: 24px;
	color: white;
	overflow: hidden;
}
div#content_scroll {
	overflow: auto;
	height: 566px;
}
div#content {
	padding: 1em;
}
a#content_close {
	float: right;
	color: white;
}
div#content_container h1.title span {
	float: left;
}

div#content,
.mceContentBody {
	line-height: 150%;
}
div#content h1,
.mceContentBody h1 {
	font-size: 120%;
}
div#content h2,
.mceContentBody h2 {
	font-size: 105%;
}
div#content p,
.mceContentBody p {
	margin-bottom: 1em;
}
div#content hr,
.mceContentBody hr {
	margin-bottom: 1em;
	height: 1px;
	border: none;
	background-color: #333;
}
div#content a,
body.mceContentBody a {
	color: #009;
}
div#content a:hover,
body.mceContentBody a:hover {
	color: blue;
	text-decoration: underline;
}

div#content ul,
div#content ol,
body.mceContentBody ul,
body.mceContentBody ol {
	margin: 0 0 1em 2em;
}
div#content li ul,
div#content li ol,
body.mceContentBody li ul,
body.mceContentBody li ol {
	margin-bottom: 0;
}

div#content blockquote,
body.mceContentBody blockquote {
	margin-left: 2em;
}

div#content sup,
.mceContentBody sup,
div#content sub,
.mceContentBody sub {
	font-size: 60%;
	position: relative;
	vertical-align: baseline;
}

div#content sup, .mceContentBody sup {
	bottom: 0.5em;
}
div#content sub, .mceContentBody sub {
	top: 0.5em;
}

div#content .download_button *,
div#content .download_button *:hover,
div#content a.download_button,
div#content a.download_button:hover,
body.mceContentBody .download_button *,
body.mceContentBody .download_button *:hover,
body.mceContentBody a.download_button,
body.mceContentBody a.download_button:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FB14B2;
	vertical-align: middle;
}

div#content small,
.mceContentBody small {
	font-size: 80% !important;
}

div#content_overlay.page_login {
	height: 290px;
}
div#content_scroll.page_login {
	height: 256px;
}