﻿#stage {
	background-color: #f9f9f9;
	background-image: none;
}

.columnTable {
	width: 970px;
	height: 950px;
	margin-left: 10px;
	margin-right: 15px;
	padding: 10px;
	table-layout: fixed;
}

.column {
	padding-right: 10px;
	vertical-align: top;
}

#columnLeft {
	width: 205px;
}

#columnCenter {
	padding-left: 10px;
	width:520px;
}
#columnRight {
	width: 217px;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari 3.0 and Chrome rules here */
	#columnRight {
		padding-left: 10px;
	}
}

@-moz-document url-prefix()
{
	#columnRight {
		padding-left: 0px;
	}

	#columnCenter {
		padding-left: 10px;
		width:510px;
	}
}

#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;
}

#Leaderboard {
	position:relative;
	top:0px;
	width:740px;
	height:237px;
	padding-left:0px;
	padding-right:16px;
	padding-top: 0px;
	padding-bottom: 5px;
	background-color: #000000;
	margin-top:0px;
	margin-bottom:0px;
	margin-right: -5px;
	display:block;
}	

#Leaderboard img {
	position:relative;
	top: 0px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari 3.0 and Chrome rules here */
	#Leaderboard
	{
		margin-right: 0px;
	}

}


@-moz-document url-prefix()
{
	#Leaderboard
	{
		margin-right: 0px;
	}
}

#LeaderboardText {
	position:absolute;
	font-size: 25px;
	font-family: Verdana;
	color: #ffffff;
	top:20px;
	left:27px;
	font-weight: normal;
}

#LeaderboardTextShadow {
	position:absolute;
	font-size: 25px;
	font-family: Verdana;
	color: #000000;
	top:21px;
	left:27px;
	font-weight: normal;
}

.topicHeaderBar 
{
	background-image: url(../images_gen/TopicBar.png);
	width: 518px;
	height: 41px;
}

.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;
}

.presentationHeader
{
	font-family:Verdana;
	font-size:14px;
	font-weight: normal;
	color: #ffffff;
}

.presentationContent
{
	font-family: Verdana;
	font-size: 12px;
	font-style: italic;
	color: #ffffff;
	font-weight: normal;
	margin-left: 10px;
}

.presentationFooter
{
	font-family: Verdana;
	font-size: 10px;
	color: #8f8f8f;
	text-align: right;
}

.presentationRule
{
	color: #8f8f8f;
	height:2px;
}

.conferencePanel
{
	margin-top:20px;
	margin-left:10px;
	margin-right:10px;
	overflow:visible;
}

#conferencePanelTable 
{
	width: 500px;
}

#conferencePanelTable td
{
	width: 100%;
}

.conferenceContent
{
	min-height: 110px;
	width: 100%;
	background-position:right center;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	cursor: pointer;
}

.conferenceContentText
{
	font-family: Verdana;
	font-size: 13px;
	font-weight: normal;
	color: #424242;
	text-align: left;
	margin-top: 10px;
	left: 3px;
}

.conferenceContent a
{
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #0000aa;
	text-align: left;
	margin-top: 10px;
}

.conferenceContent a:hover
{
	text-decoration: underline;
}
