﻿/* CSS Document */
/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
table, td, th {
	vertical-align: middle;
}
td {
	padding: 3px;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: none;
}
body {
	background: #ffffff;
	margin: 0px;
	padding: 0px;
}
/* texts style */
P, table, TR, TD, DIV, OL, UL, form, input, select {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #949494;
	font-weight: normal;
}
OL, UL {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 18px;
}
.black {
	color: #000;
}
input[type=text], textarea {
	padding: 1px;
	border: 1px solid #d9d9d9;
	width: 250px;
	height: 14px;
	background-color: #eeeff3;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
input[type=submit] {
	padding: 3px;
	border: 1px solid #d9d9d9;
	width: 100px;
	height: 25px;
	background-color: #eeeff3;
}
A, A:active, A:visited, A:link {
	color: #900028;
	text-decoration: underline;
	font-weight: normal;
}
A:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}
input, textarea {
}
/* main container */
#container {
	width: 1000px;
	margin: 0;
}
/* header */
#header-container {
	width: 1000px;
	height: 56px;
}
.header-logo-container {
	float: left;
	width: auto;
}
.header-logo {
	padding: 0 0 0 0;
	position: relative;
}
.header-slogan-container {
	float: left;
	width: auto;
}
.header-slogan {
	text-align: right;
	padding: 0 0 0 0;
	position: relative;
}
/* sidebar */
#sidebar1-container {
	float: left;
	width: 130px;
	padding: 0px;
	position: fixed;
}
/* sub menu */
.sidebar1-submenu-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #c4c4c4;
}
.sidebar1-submenu-list ul li {
	margin-bottom: 5px;
	padding: 0;
	border-left: 1px solid #f0f0f0;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}
.sidebar1-submenu-list ul li a {
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
	padding: 6px 6px 6px 6px;
}
.sidebar1-submenu-list li.current {
	margin-bottom: 0px;
	border-right: 1px solid #570018;
	border-bottom: 1px solid #570018;
	border-left: 1px solid #bd667e;
	border-top: 1px solid #bd667e;
	background: #910028;
}
.sidebar1-submenu-list a.current {
	margin-bottom: 0px;
	font-weight: bold;
	text-decoration: none;
	padding: 6px 6px 6px 6px;
	color: #ffffff;
}
.sidebar1-submenu-list ul li a:hover {
	text-decoration: underline;
}
/* sub sub menu */
.sidebar1-submenu-list li.sub-submenu {
	background: #808284;
	border: none;
}
#sub-submenu-list {
	display: inline-block;
	background: #808284;
	padding: 5px 0px 5px 0px;
	margin: 0px;
}
#sub-submenu-list dd {
	margin: 0px;
	padding: 0px 5px 0px 6px;
}
#sub-submenu-list a {
	display: inline-block;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	text-decoration: none;
	font-weight: normal;
	color: #FFF;
}
#sub-submenu-list a:hover {
	text-decoration: underline;
}
/* content */
#content-container {
	margin: 0px 0px 0px 150px;
	padding: 0;
	width: 850px;
}
.content-header {
	height: 60px;
	background: #910028;
	margin-bottom: 20px;
}
.content-header-left {
	float: left;
	height: 60px;
	width: 70%;
}
.content-header-left-title {
	padding: 21px 10px 0px 13px;
	font-size: 22px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
.content-header-right {
	float: left;
	height: 60px;
	width: 30%;
}
.content-header-right-links {
	text-align: right;
	padding: 32px 13px 0px 13px;
	text-decoration: none;
	color: #fff;
}
.content-header-right-links a {
	text-decoration: underline;
	color: #fff;
}
.content-header-right-links a:hover {
	text-decoration: underline;
	color: #e3bfc9;
}
.sub-content-header-first {
	height: 40px;
	background: #808284;
	margin-top: 0px;
	margin-bottom: 20px;
}
.sub-content-header {
	height: 40px;
	background: #808284;
	margin-top: 30px;
	margin-bottom: 15px;
}
.sub-content-header-left {
	height: 40px;
	width: 100%;
}
.sub-content-header-left-title {
	padding: 15px 10px 0px 13px;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
.detailed {
	margin: 5px 0px 15px 0px;
}
.content .subtitle {
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #910028;
	padding: 2px;
	margin-bottom: 10px;
	border-left: 1px solid #f0f0f0;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	background-color: #e0e0e0;
}
.content .small {
	font-size: 11px;
}
.content .spacer {
	height: 20px;
}
.content .result-table-position-top {
	vertical-align: top;
}
.content .result-table-position-middle {
	vertical-align: middle;
}
.content .result-table-position-bottom {
	vertical-align: bottom;
}
.content .result-table-cell {
	background: #910028;
	padding: 10px;
	color: #FFF;
}
.content .result-table-cell-line {
	height: 1px;
	border: 0;
	color: #b04764;
	background: #b04764;
}
.content .table-cell-white {
	vertical-align: top;
	border-bottom: 1px solid #e0e0e0;
	background: #fff;
	padding: 3px 2px 2px 2px;
}
.content .table-cell-white-black {
	vertical-align: top;
	border-bottom: 1px solid #e0e0e0;
	background: #fff;
	padding: 3px 2px 2px 2px;
	color: #000;
}
.content .table-cell-white_nb {
	vertical-align: top;
	background: #fff;
	padding: 3px 2px 2px 2px;
}
.content .table-cell-white-black_nb {
	vertical-align: top;
	background: #fff;
	padding: 3px 2px 2px 2px;
	color: #000;
}
.content .table-cell-color {
	vertical-align: top;
	text-align: center;
	padding: 3px 2px 2px 2px;
	color: #fff;
}
.content .table-cell-arrow {
	background-image: url(img/rodykle_bcg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.content .table-cell-graph {
	vertical-align: top;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	background: #fff;
	padding: 3px 2px 2px 2px;
	color: #000;
}
.content .table-cell-graph-arrow {
	vertical-align: top;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	background: #fff;
	background-image: url(img/rodykle_bcg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.content .table-cell-graph-small {
	font-size: 11px;
	vertical-align: top;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	background: #fff;
	padding: 2px 2px 1px 2px;
}
.content .table-cell-graph-past {
	vertical-align: top;
	border-bottom: 1px solid #f0f0f0;
	border-left: 1px solid #f0f0f0;
	background: #e1e1e1;
	padding: 3px 2px 2px 2px;
	color: #000;
}
.content .table-cell-graph-current {
	vertical-align: top;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	background: #910028;
	padding: 3px 2px 2px 2px;
	color: #fff;
}
.content .table-cell-blank {
	vertical-align: top;
}
.content .table-cell-menu {
	vertical-align: top;
}
.content .table-cell-menu ul {
	list-style: outside;
	list-style-type: none;
	margin-left: 0px;
}
.content .table-cell-menu ul li {
	background-image: url("img/arrow_list.gif");
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 15px;
	padding-bottom: 10px;
}
.content p {
	margin-bottom: 3px;
}
/* print block */
.content .content-print {
	float: right;
}
.help-menu-ico {
	margin-right: 5px;
	padding-top: 4px;
	float: left;
}
.help-menu-link {
	padding: 6px 0 6px 0;
	float: left;
}
.help-menu-link a {
	font-size: 11px;
	color: #a5a5a5;
	text-decoration: underline;
}
.help-menu-link a:hover {
	text-decoration: underline;
	color: #900028;
}
/* footer */
#footer-container {
	float: left;
	width: 1000px;
	margin-top: 30px;
	margin-bottom: 20px;
}
.footer {
	background: #e1e1e1;
	padding: 10px;
	font-size: 11px;
	color: #828282;
}
.footer a {
	color: #828282;
	text-decoration: underline;
}
.footer a:hover {
	text-decoration: underline;
	color: #900028;
}
div.RegPane {
	margin: 10px auto 10px auto;
	width: 800px;
}
.allignRight {
	text-align: right;
}
input[type=text].validatorCalloutHighlight
{
    background-color: #FFFACD;
}
.ModalBackground
{
	background-color: #CCCCFF;
	filter: alpha(opacity=60);
	opacity: 0.5;
}
.ModalWindow
{
	border: solid 1px #c0c0c0;
	background: #f0f0f0;
	padding: 10px 10px 10px 10px;
	position: absolute;
	top: -1000px;
	min-height: 50px;
	width: 250px;
}
div.ModalWindowMessage
{
    max-height: 500px;
    overflow-y: scroll;
    margin-bottom: 10px;
    padding: 5px;
    border: solid 1px #c0c0c0;
}
div.questpane
{
    min-height: 200px;
}