/*borders*/
table.bordered-table td, table.bordered-table th,.bordered-div{
	border-color:#ccc;
}

body{
	height:auto;
	position:relative;
}

#master_table{
	margin-top:10px;
	border:1px solid #bbb;
	-moz-box-shadow:    2px 6px 15px 0px #bbb;
	-webkit-box-shadow: 2px 6px 15px 0px #bbb;
	box-shadow:         2px 6px 15px 0px #bbb;
}
.edge-td{
	display:none;
}

.main-banner-div{
	background:#000 url(images/header.jpg) right center no-repeat;
	height:auto;
	height:85px;
}
.main-nav-div{
	background:#000;
	padding:7px;
}
.standard_margin{
	padding:7px;
}
.subnav{
	position:absolute;
	top:0px;
	right:0px;
	color:#fff;
}
.subnav a{
	color:#fff;
}
#header_eventTitle,#header_eventDate,#header_confTitle{
	display:inline;
	font-size:14px;
	color:#fff;
}
#header_confTitle{
	font-weight:bold;
	font-size:16px;
}
#header_eventDate{
	font-size:12px;
}
.left_button{
	margin:2px;
	padding:2px;
	padding-left:20px;
	background:#eee url(/images/arrow.png) 5px center no-repeat;
	color:#333;
}
.left_button:hover{
	background-color:#f6f6f6;
}
#tab-0{
	display:none;
}
.playerNavColumnSpeakerColumn{
	height:135px;
}
.fontstandardbold{
	font-size:11px;
}
#speakers_tab ul li{
	padding-bottom:5px;
}
.fontsmallghost{
	color:#666;
}
#player_footer,#reg_footer{
	background:url(images/footer_v2.jpg) right center no-repeat;
	height:104px;
}