@charset "utf-8";
/* CSS Document */

/* --------------------
		Reset Styles
-------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #FFF;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;	
}

p {
	padding-bottom: 10px;	
}

/* --------------------
		Main Styles
-------------------- */

html, body {
	background-image:url(../../images/public/bg.gif);
	background-repeat: repeat-x;
	background-color: #0e0a04;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	line-height: 13px;
}

.wrapper {
	width: 1020px;
	margin: 0 auto;
}

.header {
	background-image:url(../../images/public/header-bg.jpg);
	height: 277px;
	position: relative;
}

.header .login {
	background-image: url(../../images/public/login-bg.gif);
	background-repeat: no-repeat;
	width: 297px;
	height: 159px;
	position: absolute;
	float: left;
	top: 107px;
	left: 31px;
}

.header .login input {
	position: absolute;
	width: 135px;
	background: none;
	border: none;
	color: #FFF;
}

.header .login input.username {
	left: 26px;
	top: 39px;
}

.header .login input.password {
	left: 25px;
	top: 76px;
}

.header .login input.submit {
	left: 93px;
	top: 112px;
	width: 73px;
	cursor: pointer;
	height: 26px;
}

.header .login .forgotten-password {
	position: absolute;
	width: 87px;
	height: 23px;
	float: left;
	left: 186px;
	top: 101px;
}

.header .banner {
	position: absolute;
	top: 16px;
	left: 267px;
	height: 60px;
	width: 468px;
}

.header .register {
	position: absolute;
	background-image: url(../../images/public/register-bg.gif);
	width: 148px;
	height: 96px;
	background-repeat: no-repeat;
	top: 116px;
	right: 38px;
}

.header .status {
	width: 420px;
	position: absolute;
	left: 372px;
	top: 250px;
	text-align: center;
}

.header .status .left {
	float: left;	
}

.header .status .right {
	float: right;
	color: #585858;
}

.header .status .green {
	color: #12ff00;
	font-weight: bold;
}

.header .status .red {
	color: #900;
	font-weight: bold;
}

.main {
	overflow: hidden;
}

.main .left {
	float: left;
	width: 204px;
}

.main .content {
	float: left;
	width: 524px;
}

.main .sidebar {
	float:right;
	width: 254px;
	margin-right: 18px;
}

* html .main .sidebar {
	margin-right: 9px;	
}

.navigation {
	width: 204px;
	height: 317px;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

.main .left .banner {
	text-align: center;
	padding: 0 44px 0 40px;
	margin-bottom: 8px;
}

.content .block {
	width: 524px;
	margin-bottom: 19px;
	clear: both;
}

.content .block h1 {
	background-image: url(../../images/public/h1-bg.gif);
	background-repeat: no-repeat;
	height: 49px;
	padding: 13px 0 0 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #FFF;
	font-weight: bold;
}

.content .block .date {
	position: relative;
	margin: -26px 0 0 16px;
	height: 26px;
	font-size: 10px;
}

.content .block .block-content {
	background-image:url(../../images/public/block-bg.gif);
	background-repeat: repeat-y;
	background-position: bottom left;
	padding: 10px 14px;
}

.content .block .block-content img.left {
	width: auto;
	margin: 0 12px 7px 0;
	border: 1px solid #0f0a05;
}

.content .block .bottom {
	background-color: #1f1008;
	border: 1px solid #412f13;
	padding: 0 11px;
	height: 17px;
	line-height: 17px;
	overflow: hidden;
}

.content .block .bottom .left {
	float: left;
	width: auto;
}

.content .block .bottom .right {
	float: right;
	width: auto;
}

.sidebar .block {
	width: 254px;
	margin-bottom: 19px;	
}

.sidebar .block h3 {
	background-image: url(../../images/public/h3-bg.gif);
	height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 12px;
	line-height: 35px;
	color:#FFF;
	overflow: hidden;
}

.sidebar .block .block-content {
	background-image: url(../../images/public/sidebar-block-bg.gif);
	background-repeat: repeat-y;
	background-position: bottom left;
	padding: 10px 14px;
	text-align: justify;
}

.sidebar .block .bottom {
	background-color: #1f1008;
	border: 1px solid #412f13;
	padding: 0 11px;
	height: 17px;
	line-height: 17px;
	overflow: hidden;
	text-align: right;
}

.block-content a {
	text-decoration: underline;	
}

.block-content a:hover {
	text-decoration: none;	
}

.pager {
	float: right;
	clear: both;
	color: #5d5d5d;
}

.pager ul {
	text-align: right;
}

.pager ul li {
	float: left;
	margin-left: 4px;
}

.pager ul li a {
	width: 13px;
	height: 14px;
	line-height: 14px;
	border: 1px solid #5d5d5d;
	color: #FFF;
	float: left;
	text-align: center;
}

.pager ul li a:hover, .pager ul li.selected a {
	background-color: #5d5d5d;
	text-decoration: none;
}

.footer {
	background-image: url(../../images/public/footer-bg.gif);
	background-position: 190px 0;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 11px;
	color: #878582;
	padding-top: 30px;
	padding-bottom: 15px;
	clear: both;
	margin-top: 20px;
}

.footer a {
	color: #878582;
	font-weight: bold;
}

.spacer {
	clear: both;
}