﻿
#Leaderboard {
	top:150px;
	width:767px;
	height:243px;
	margin-bottom:10px;
}	

#topicHeaderImage 
{
	position:absolute;
	width: 762px;
	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;
}

.teamPanel 
{
	margin-top: 50px;
	margin-left: 20px;
}

.teamPanel td
{
	vertical-align: top;
	padding-left: 10px;
}

.teamContent p 
{
	margin-right:30px;
	color:#292929;
	font-family:Verdana;
	font-size: 12px;
}

.teamContent img {
	width: 169px;
	margin-top: 10px;
}

.teamContentHeader {
	color:#292929;
	font-family:Verdana;
	font-size: 14px;
	font-weight: bold;	
	margin-bottom: 5px;
}

.teamContentHeader2 {
	color:#292929;
	font-family:Verdana;
	font-size: 13px;
	font-weight: normal;	
}

.teamRule
{
	color: #8f8f8f;
	height:2px;
}

#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;
}

#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;
	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;
}

