﻿
#Leaderboard {
	top:150px;
	width:767px;
	height:243px;
	margin-bottom:10px;
	min-height: 243px;
}	
.topicHeaderBar 
{
	background-image: url(../images_gen/TopicBar.png);
	width: 518px;
	height: 41px;
	margin-bottom: 20px;
}

.topicHeaderText {
	position:absolute;
	font-size: 14px;
	font-family: Verdana;
	color: #ffffff;
	margin-top:10px;
	margin-left:15px;
}
.topicHeaderTextShadow {
	position:absolute;
	font-size: 14px;
	font-family: Verdana;
	color: #000000;
	margin-top:12px;
	margin-left:17px;
	text-align:left;
}

.featureText, .featureTextImgLeft, .featureTextImgRight
{
	position: relative;
	font-size: 11px;
	font-family: Verdana;
	padding-left: 110px;
	padding-right: 100px;
	font-weight: normal;
	color: #0b0b0b;
	text-decoration: none;
}

.featureTextImgLeft 
{
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: none;
}

.featureTextImgRight
{
	background-position: right center;
	background-repeat: no-repeat;
	text-decoration: none;
}

.featureText b, .featureTextImgLeft b, .featureTextImgRight b
{
	color: #0b0b0b;
	font-weight: bold;
}

.featureText a, .featureTextImgLeft a, .featureTextImgRight a
{
	color: #440000;
	font-weight: bold;
}

.featureText a:hover, .featureTextImgLeft a:hover, .featureTextImgRight a:hover
{
	text-decoration: underline;
}

ul li
{
	color: #0b0b0b;
	margin-left: -10px;
}

#stage {
	background-color: #f9f9f9;
	background-image: none;
}

.columnTable {
	width: 970px;
	margin-left: 10px;
	margin-right: 15px;
	padding: 10px;
	table-layout: fixed;
}

.column {
	padding-right: 10px;
	vertical-align: top;
}

#columnLeft {
	width: 196px;
}

#columnCenter {
	width: 537px;
}
#columnRight {
	width: 217px;
}

#columnLeft .headerText, #columnLeft .headerText a{
	color: #2c2c2c;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
}
	
#columnLeft ul {
	margin:0px;
}

#columnLeft li {
	list-style: none;
	margin: 0px;
	margin-left: 2px;
	margin-top: 10px;
	margin-right:10px;
	font-size: 11px;
	font-weight: normal;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
}

#columnLeft ul a, #columnLeft li a
{
	line-height: 150%;
	color: #440000;
}

#columnLeft a:hover {
	text-decoration: underline;
}

#columnCenter p 
{
	font-size: 11px;
	color: #0b0b0b;
	font-family: Verdana;
	margin-right: 25px;
	margin-left: 15px;
}

#columnCenter p a 
{
	font-size: 11px;
	color: #440000;
	font-family: Verdana;
	font-weight: bold;
}

#columnCenter p a:hover 
{
	text-decoration: underline;
}

