@charset "UTF-8";
/* CSS Document */

body{
	text-align:center;
	font-size:12px;
	line-height:150%;
	font-family:Helvetica, Arial, sans-serif;
	color:#333333;
	background:#CCCCCC;
	}

body a{
	text-decoration:none;
	color:#660000;
	}
	
body a:hover{
	text-decoration:underline;
	}

#container {
	margin:0 auto;
	margin-top:-8px;
	width:900px;
	text-align:left;
	height:auto;
	}
	
#heading {
	padding:0px 91px 0px 91px;
	background: #CCCCCC url(../images/layout/BG_gradient.jpg) repeat-y top center;
	}

#heading div.headerRule{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:14px;
	color:#660000;
	padding:5px 20px 5px 20px;
	display:block;
	background:#000000 url(../images/layout/wwib_bar_gradient.jpg) top repeat-x;
	border-bottom:1px #666666 solid;
	border-top:1px #666666 solid;
	}

#content{
	padding:0px 91px 0px 91px;
	min-height:438px;
	background: #CCCCCC url(../images/layout/BG_gradient.jpg) repeat-y top center;
	}
	
#navbar{
	/*display:none;*/
	float:left;
	width:200px;
	margin-right:20px;
	color:#CCCCCC;
	background-color:#660000;
	}
	
#contentInfo {
	/*float:left;*/
	padding:1px 20px 20px 220px;
	background:url(../images/layout/contentInfoBg.jpg) top left repeat-y;
	}
	
#footer{
	/*clear:both;*/
	padding:0px 91px 93px 91px;
	background: #CCCCCC url(../images/layout/BG_gradient_bottom.jpg) no-repeat bottom center;
	}

#footer div{
	padding:5px 0px 5px 0px;
	line-height:100%;
	font-size:12px;
	text-align:right;
	}

#contentInfo ul.panelist{
	margin:0px 0px 50px 10px;
	padding:0px;
	list-style:none;
	font-size:10px;
	}

#contentInfo ul.panelist li{
	float:left;
	padding:0px 5px 0px 5px;
	border-right:1px solid #CCCCCC;
	}
	
#contentInfo ul.panelist li:first-child{
	padding-left:0px;
	}
	
#contentInfo ul.panelist li:last-child{
	border-right:none;
	}

/*********************************************

Text Styles

*********************************************/

/*Content Information Styles*/
#contentInfo p {
	margin:10px 10px 15px 10px;
	}
	
#contentInfo h1 {
	padding:10px 0px 0px 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	color:#660000;
	}
	
#contentInfo h2 {
	margin:50px 0px 10px 0px;
	padding:10px;
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#660000;
	background:#FFFFFF url(../images/layout/table-top.jpg) top repeat-x;
	/*background:#660000 url(../images/layout/table-gradient.jpg) top repeat-x;*/
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	line-height:130%;
	}

h2 em{
	font-weight:normal;
	color:#666666;
	}

h2 span,
#contentInfo h1 span{
	display:block;
	margin-top:5px;
	font-weight:normal;
	font-family: Helvetica, Arial;
	font-size:14px;
	color:#333333;
	}

#contentInfo h3 {
	margin:50px 0px 0px 0px;
	padding:10px 10px 0px 10px;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
	width:400px;
	}
	
#contentInfo h3.first {margin-top:25px;}

#contentInfo h3 em{
	color:#666666;
	font-weight:normal;
	}

#contentInfo h1 span{
	font-size:18px;
	}

#contentInfo h4{
	font-family:Georgia, Times;
	margin:0px 0px 5px 8px;
	padding:2px;
	color:#660000;
	border-bottom:1px solid #CCCCCC;
	font-size:12px;
	}	

iframe{border:1px solid #660000;}

p.toggle,
p.togglePanelist{
	font-family:Georgia, Times;
	font-size:12px;
	display:none;
	}

strong.name{font-family:Georgia, Times;font-size:14px;}
	
strong.name em{
	display:block;
	font-weight:normal;
	margin-bottom:10px;
	font-size:12px;
	color:#666666;
	}
	
.footnote{
	/*display:block;*/
	font-size:12px;
	color:#666666;
	}
	
.smallCap{
	font-variant: small-caps;
	}

div.portrait-block{
	width:140px;
	display:inline-block;
	margin-left:10px;
	}
	
div.portrait-block strong.name{font-size:12px;}

span.roomnumber{display:block;}

span.roomnumber,
span.roomnumber a{
	font-family:Georgia, Times;
	color:#666666;
	font-size:10px;
	}
	
div.panelistBio{margin-bottom:50px;}
div.panelistBio strong.name{font-size:12px;}

.moreInfo{
	border-bottom:1px solid #CCCCCC;
	margin-bottom:5px;
	}
	
div.homeKeynotePanel h3 {margin:0px 0px 15px 0px !important;}
div.homeKeynotePanel div.portrait-block{width:105px;}

/*********************************************

IMAGE STYLES

*********************************************/
img.runAround{
	margin:5px 10px 0px 10px;
	float:left;
	border:1px solid #660000;
	}

a:hover img.runAround{
	border:2px solid #660000;
	margin:4px 9px 0px 9px;
	opacity:.75;
	-moz-opacity: 0.75;
	}

img.logo{
	margin:0px 40px 0px 10px;
	}
	
div.portrait-block img,
div.homeKeynotePanel img{
	border:1px solid #660000;
	display:block;
	margin:1px 1px 10px 1px;
	}
	
div.portrait-block a:hover img{
	border:2px solid #660000;
	margin:0px 0px 9px 0px;
	opacity:.75;
	-moz-opacity: 0.75;
	}
	
/*********************************************

TABLE STYLES

*********************************************/

table.confTable{
	width:468px;
	padding:0px;
	border:1px solid #660000;
	margin-top:50px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background:#FFFFFF url(../images/layout/table-bottom.jpg) bottom center no-repeat;
	}
	
table.confTable tr td{
	vertical-align: top;
	padding:5px;
	border-bottom:1px solid #CCCCCC;
	}

table.confTable tr:last-child td{
	border:none;
	}

table.confTable tr td:first-child{
	color:#660000;
	font-weight:bold;
	}

table.confTable tr td ul{
	list-style:square;
	padding:0px;
	margin:5px 0px 0px 15px;
	}
	
table.confTable tr td ul li{
	margin-bottom:5px;
	}	

table.confTable tr td:first-child{
	width:150px;
	}

table.confTable tr th{
	padding:5px;
	background:#660000 url(../images/layout/table-gradient.jpg) bottom repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	padding-bottom:5px;
	color:#FFFFFF;
	}

table.confTable tr td ul{
	font-size:12px;
	line-height:130%;
	}
table.confTable tr td ul li em{font-family:Georgia;font-size:10px;display:block;}

ul.confTeam{
	list-style:none;
	margin:15px;
	padding:0px;
	width:150px;
	}

/*********************************************

NAVIGATION STYLES

*********************************************/

#navbar ul li ul a,
#navbar ul li ul li{
	color:#CCCCCC;
	text-decoration:none;
	padding:2px;
	background:url(../images/layout/nav_button.gif) top repeat-x;
	}

#navbar ul li ul li.currentLink,
#navbar ul li ul li.currentLink:hover{
	color:#660000;
	background:url(../images/layout/wwib_bar_gradient.jpg) top repeat-x;
	}
	
#navbar ul li ul li a:hover,
#navbar ul li ul li:hover,
#navbar ul li ul li:hover a{
	color:#FFFFFF;
	background-position:bottom;
	}
	

#navbar h1{
	margin-top:25px;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	}
	
#navbar ul{
	list-style:none;
	padding-left:10px;
	}
	
#navbar ul li ul{
	border-top:#FFFFFF 1px solid;
	padding-top:10px;
	padding-bottom:10px;
	}
	
/*********************************************

FACEBOX OVERRIDES

*********************************************/

.panels{
	width:550px;
	color:#333333;
	}
	
.panels h1 {
	margin:0px 0px 10px 0px;
	padding:10px;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#660000;
	background:#FFFFFF url(../images/layout/table-top.jpg) bottom center no-repeat;
	/*background:#660000 url(../images/layout/table-gradient.jpg) top repeat-x;*/
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	}

.panels h1 em{
	font-weight:normal;
	color:#666666;
	}
	
.panels h1 span{
	display:block;
	margin-top:5px;
	font-weight:normal;
	font-family: Helvetica, Arial;
	font-size:14px;
	color:#333333;
	}

.panels h1 span.thumbTitle{
	font-size:16px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#660000;
	}

.panels h1 img{display:none;}

.panels img.runAround{
	border:1px solid #660000 !important;
	margin:5px 10px 0px 10px !important;
	}

.panels p{
	margin:10px 10px 15px 10px;
	}

.panels div.moreInfo{border:none;}

/*********************************************

Temporary Overrides

*********************************************/
h3 span{display:none;}
/*strong span{height:123px;}*/