@charset "UTF-8";

#content .cLeft {
	width: 480px;
	float: left;
}

#content .cLeft .header {
	width: 480px;
	height: 36px;
	float: left;
}

#content .cLeft .header .left {
	width: 11px;
	height: 36px;
	background: url(../images/bheader_left.png);
	float: left;
}

#content .cLeft .header .content {
	width: 458px;
	height: 26px;
	background: url(../images/bheader_bg.png);
	float: left;
	font-size: 1em;
	text-align: center;
	padding-top: 10px;
	color: #ffffff;
}

#content .cLeft .header .content a {
	font-size: 1em;
	color: #ffffff;
	text-decoration: none;
}

#content .cLeft .header .content a:hover {
	text-decoration: underline;
}

#content .cLeft .header .content a.active {
	font-weight: bold;
}

#content .cLeft .header .content a.active:hover {
	text-decoration: none !important;
}

#content .cLeft .header .right {
	width: 11px;
	height: 36px;
	background: url(../images/bheader_right.png);
	float: left;
}

#content .cLeft .body {
	background: #f8f8fa;
	border: 2px solid #333399;
	width: 446px;
	padding: 15px;
	padding-top: 0px;
	float: left;
}

#content .cLeft .body a {
	color: #000099;
	font-weight: bold;
	text-decoration: none;
}

#content .cLeft .body a:hover {
	text-decoration: underline;
}


#content .cLeft .header .content a:visited, #content .cLeft .header .content a:active {
	outline: 0;
	border: 0;
	
}

#content .cRight {
	width: 251px;
	float: right;
}

#content .postModern {
	margin-top: 20px;
}

#content .cRight .header {
	width: 251px;
	height: 36px;
	float: left;
}

#content .cRight .header .left {
	width: 11px;
	height: 36px;
	background: url(../images/rheader_left.png);
	float: left;
}

#content .cRight .header .content {
	width: 229px;
	height: 26px;
	background: url(../images/rheader_bg.png);
	float: left;
	font-size: 1em;
	text-align: center;
	padding-top: 10px;
	color: #ffffff;
}

#content .cRight .header .content a {
	font-size: 1em;
	color: #ffffff;
	text-decoration: none;
}

#content .cRight .header .right {
	width: 11px;
	height: 36px;
	background: url(../images/rheader_right.png);
	float: left;
}

#content .cRight .body {
	background: #f8f8fa;
	border: 2px solid #cc6666;
	width: 247px;
	float: left;
}

table.stats {
	border-collapse: collapse;
}

table.stats tr td {
	padding: 2px 15px;
}

table.stats tr {
	border-bottom: 1px solid #cc6666;
}


table.stats tr.last {
	border-bottom: 0px none;
}

