@charset "utf-8";
/* CSS Document */

html, body, #container {height: 100%;}
body > #container {height: auto; min-height: 100%; width: 960px; margin: 0 auto; background: url(../images/structure/container_bg.jpg) repeat-y right;}


/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

body {
	background: url(../images/structure/body_bg.jpg) repeat-x top;	
	margin: 0;
	padding: 0;
}

#main {
	overflow:visible;
	padding-bottom: 200px; /* must be same height as the footer */
}

#header {
	height: 302px;
	width: 960px;
}

#navigation {
	background: url(../images/structure/nav_bg.png) repeat-x top;
	height: 40px;
	margin: 0;
	padding: 0px;
	width: 960px;
}

#navigation li {
	float: left;
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}

#navigation a { 
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	display: block;
	text-decoration: none;
	width: auto;
}

#navigation a:hover, #navigation a.hover {
	background: url(../images/structure/nav_hover.jpg) repeat-x;
	height: 36px;
	position: relative;
}

#navigation ul {
	position: absolute;
	left: 0;
	top: 36px;
	background: #89A1D1;
	padding: 0;
}

#navigation ul li {
	margin: 0;
	height: 36px;
	padding: 0;
}

#program-sub,
#general-sub {
	display: none;
}

#colLeft {
	float: left;
	padding: 0 20px;
	width: 620px;
}

#colRight {
	float: right;	
	padding: 0 12px;
	width: 250px;
}

#footer {
	background: url(../images/structure/footer_bg.png) repeat-x top;
	position: relative;
	margin-top: -200px; /* negative value of footer height */
	padding-top: 5px;
	height: 195px;
	clear:both;
} 

#footer_inner {
	background: url(../images/structure/footer_bg.jpg) no-repeat;
	height: 130px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
	width: 960px;
}

/* General classes */

.clear {
	clear: both;
}
	
.float300 {
	float: left;
	padding-right: 10px;
	width: 300px;
}

.floatleft {
	float: left;
	margin: 5px;
}

.floatright {
	float: right;
	margin: 5px;
}

a.button {
	background: #9fb1d7;
	border: 2px solid #87a0d7;
	color: #fff !important;
	font-size: 15px;
	font-weight: bold;
	padding: 5px;
	text-decoration: none;
}

a.button:hover {
	background: #87a0d7;
}

/* Default Speakers styles */

.speakerimage {
	float: left;
	width: 110px;
	margin-bottom: 20px;
}

.speaker {
	float: right;
	margin-left: 0px;
	margin-bottom: 20px;
	width: 500px;
}

/* Table Styling */

table.styledTable {
	border-collapse: collapse;
	border-left: 1px solid #87a0d7;
	border-top: 1px solid #87a0d7;
}

table.styledTable th {
	background: #87a0d7;
	border-bottom: 1px solid #87a0d7;
	border-right: 1px solid #87a0d7;
	color: #fff;
	font-weight: bold;
	padding: 8px;
}

table.styledTable td {
	border-bottom: 1px solid #87a0d7;
	border-right: 1px solid #87a0d7;
	margin: 0;
	padding: 4px;
}

table.styledTable p {
	margin: 0 !important;
	padding: 0 !important;
}

/* Program Table Styling */

table.programTable {
	border-collapse: collapse;
	border-left: 4px solid #87a0d7;
	border-top: 4px solid #87a0d7;
	border-right: 4px solid #87a0d7;
	border-bottom: 4px solid #87a0d7;
}

table.programTable th {
	background: #FFE7F5;
	font-size: 105%;
	border-bottom: 2px solid #87a0d7;
	border-right: 2px solid #87a0d7;
	color: #000;
	font-weight: bold;
	padding: 8px;
}

table.programTable td {
	border-bottom: 2px solid #87a0d7;
	border-right: 2px solid #87a0d7;
	margin: 0;
	padding: 4px;
}

table.programTable p {
	margin: 0 !important;
	padding: 0 !important;
}

.wha {
	background: #A5C3F2;
}

.cha {
	background: #E895C5;
}

.breaks {
	background: #FFE7F5;
}

.otherSessions {
	background: #94C6C6;
}
.textbox-message { margin: 10px 20px 10px 0px; padding: 10px 10px 10px 60px; background: #FFC url(../images/icons/info.png) no-repeat 20px; -webkit-box-shadow: 0px 0px 8px #333; -moz-box-shadow: 0px 0px 8px #333; box-shadow: 0px 0px 8px #333; }

