﻿
#Leaderboard {
	position:relative;
	top:10px;
	left: 10px;
	width:984px;
	height:83px;
	margin-bottom:10px;
}	

#LeaderboardText 
{
	position: absolute;
	margin-left: 20px;
	margin-top: 17px;
	font-size: 28px;
	color: #ffffff;
	left:0px;
	top:0px;
}

#LeaderboardTextShadow
{
	position: absolute;
	margin-left: 20px;
	margin-top: 17px;
	font-size: 28px;
	color: #000000;
	left:2px;
	top:2px;
}

.topicHeaderBar 
{
	background-image: url(../images_gen/TopicBar.png);
	width: 518px;
	height: 41px;
}

.topicAbout {
	left: 15px;
	top: 5px;
}

#topicHeaderImage, #topicHeaderImage2
{
	position:absolute;
	width: 758px;
	height: 44px;
}

.topicHeaderText {
	position:absolute;
	font-size: 14px;
	font-family: Verdana;
	color: #ffffff;
	margin-top:13px;
	margin-left:15px;
}
.topicHeaderTextShadow {
	position:absolute;
	font-size: 14px;
	font-family: Verdana;
	color: #000000;
	margin-top:15px;
	margin-left:17px;
	text-align:left;
}

#BDemo, #BDemoOver 
{
	width: 40px;
	height: 40px;
}

#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: 207px;
}

#columnRight {
	width: 750px;
}

#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;
	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;
}

#columnRight a 
{
	color: #440000;
	font-weight: bold;
}

#columnRight a:hover
{
	text-decoration: underline;
}

.featurePanel {
	margin-top: 20px;
	margin-left: 15px;
	margin-right: 30px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #424242;
}

.featurePanel b, .featurePanel a, .featurePanel ul, .featurePanel li {
	color: #424242;
}
 
b {
	text-decoration: underline;
	color: #424242;
}