/* @override http://localhost:9014/css/screen.css */

* {
	padding:0;
	margin:0;
}

.reset {
	clear:both;
	height:0;
}
.dp50{width:50%;float:left;display:inline;*margin-right:-1px;}

img {
	border-width:0;
}

body {
	text-align:center;
	color:#000;
	font:14px/1.618 Helvetica, Arial, Verdana, Sans-Serif;
	background:#eaf5da url(/images/wrapBg.png) repeat-y 50% 0;
}


#wrapper {
	margin:0 auto;
	width:959px;
	text-align:left;
}

#header {
	position:relative;
	margin:0 auto 25px auto;
	width:960px;
	overflow:hidden;
	background:#000 url(/images/banner.jpg) no-repeat 0 33px;
	padding-top:335px;
}

#header h1 {
	display:block;
	height:33px;
	width:960px;
	background:#000 url(/images/header.png) no-repeat left top;
	text-indent:-9999px;
	text-decoration:none;
	position:absolute;
	left:0;
	top:0;
}
#hlogo {  
    height:104px;  
    width:165px;  
	position:absolute;
	top:33px;
	left:35px;
	z-index:100;
}
#header p{
	margin:0;
	padding:8px 25px 6px 50px;
	color:#fff;
	font-size:16px;
	font-family:georgia,serif;
	font-style:italic;
}
#header p strong{
	margin-left:12px;
	color:#ffd;
	font-weight:normal;
	text-transform:uppercase;
}
#slideshow {  
    height:250px;  
    width:700px;  
	position:absolute;
	top:0;
	left:200px;
}
 
#slideshow img {  
	height:250px;  
	width:700px;  
    top:0; 
    left:0;
} 

#sideBar {
	width:200px;
	float:left;
	padding-left:20px;
	padding-right:20px;
	border-right:1px dashed #000;
}

#nav {
	text-align:left;
	list-style:none;
}

#nav li {
	line-height:120%;
	height:100%;
}

#nav li a, #nav li a:link, #nav li a:visited {
	display:block;
	text-decoration:none;
	color:#000;
	height:100%;
	padding:6px 12px;
	background:transparent url(/images/navBullet.png) no-repeat 0 10px;
	font:11px/1.5 verdana, sans-serif;
}
#nav li a#navLast, #nav li a#navLast:link, #nav li a#navLast:visited {
}

#nav li a:hover {
	color:#00f;
}

#nav li a.here, #nav li a.here:link, #nav li a.here:visited, #nav li a.here:hover {
	color:#000;
	font-weight:bold;
}

#sponsors {
	margin-top:30px;
	text-align:left;
}

#sponsors dl {
	margin:0 0 25px 0;
}

#sponsors dt {
	border-bottom:1px dotted #dedede;
	color:#c00;
	border-bottom:1px dotted #ccc;
	margin-top:20px;
}

#sponsors dd {
	color:#262626;
	margin:12px 0 0 0;
	line-height:130%;
	padding:0 5px;
}

#sponsors dd a {
	color:#262626;
	text-decoration:none;
	border-bottom:1px dotted #ccc;
}
#sponsors dd a:hover {
	color:#25f;
	border-bottom:1px dotted #999;
}


#content {
	width:670px;
	float:right;
	padding-right:20px;
	margin-top:-15px;
}

.right {
	width: 325px;
	float: right;
}

.left {
	width: 325px;
	float: left;
}
#content h2 {
	color:#000;
	margin:15px 0;
	text-transform:uppercase;
	letter-spacing:-1px;
	font:bold 32px/1.2 georgia, serif;
}

#content h3 {
	color:#000;
	font:normal 24px/1.2 georgia, serif;
	margin:20px 0 -10px 0;
	padding:0 0 5px 0;
	text-align: left;
}

#content h4, #content h4 a, #content h4 a:visited {
	color:#000;
	text-decoration:underline;
	margin:15px 0 -10px 0;
}

#content a, #content a:link, #content a:visited {
	color:#25f;
	text-decoration:none;
	border-bottom:1px dotted #89f;
}

#content a:hover, #content h4 a:hover {
	color:#029;
	border-bottom:1px dotted #666;
}

#content strong {
	color:#000;
}

#content p, #content ol, #content ul, #content dl, #content blockquote {
	line-height:1.45;
	margin:18px 0;
}

#content ol, #content ul {
	margin-left:25px;
}
#content ul {
	list-style:square;
}
#content li {
	margin-bottom:5px;
}

.commList li {
	margin-bottom:8px;
}

#content ul.commList {
	margin-bottom:40px;
}

#content ol.guideList {
	color:#960;
	margin-left:20px;
}

#content ol.guideList ol, #content ol.guideList ul{
	margin-left:30px;
	color:#444;
}
.commList em {
	color:#666;
}
#content dl.commList {
	margin-top:25px;
}

.dateList dt, .commList dt {
	color:#000;
	font:normal 16px/1.2 georgia, serif;
	margin-top:20px;
	margin-bottom:3px;
}

.dateList dd, .commList dd {
	margin-left:20px;
	font-weight:normal;
}

.tableReg {
	text-align:center;
	margin:20px 0 30px 0;
	font-size:13px;
	border-bottom:1px solid #666;
}
.tableReg small {
	font-size:10px;
}
.tableReg th {
	padding:5px 10px;
	background:#000;
	color:#fff;
}

.tableReg th em {
	font-style:normal;
	font-weight:normal;
	line-height:130%;
}

.tableReg th.tableTDleft {
	text-align:left;
	color:#000;
	background:#efefef;
}

.tableReg td {
	padding:5px 10px;
}

.tableReg th, .tableReg td, .tableReg {
	border:1px solid #666;
	border-collapse:collapse;
}

.tableReg th#tableTD1, .tableReg th#tableTD2, .tableReg th#tableTD3 {
	border:1px solid #fff;
	color:#000;
	background:#fc0;
	width:25%;
	border-bottom:1px solid #666;
}

.tableReg th#tableTD1 {
	background:#fff;
	border-bottom:1px solid #666;
}

.timeTable {
	border-collapse:collapse;
	margin:20px 0 30px 0;
	border:1px solid #8ad;
	border-width:2px 0;
}

.timeTable td, .timeTable th {
	padding:6px 10px;
	border:1px solid #bcf;
	border-width:1px 0;
	border-collapse:collapse;
	vertical-align:top;
}

.timeTable .timeMain th {
	background:#def;
}

.timeTable .timeTwo th, .timeTable .timeTwo td {
	background:#eee;
}

#content .timeTable p {
	margin:0;
	font-style:italic;
}

.speakerList {
	border-top:1px solid #cdf;
	padding-top:6px;
	margin-top:20px;
}

.speakerPos {
	border:1px solid #fd0;
	border-width:1px 0;
	background:#FEFFC5;
	padding:10px 5px;
}


.formTable {
	border:none;
	margin:20px 0 0 0;
	border-collapse:collapse;
}

.formTable td {
	border:1px solid #fff;
	background:#dfefff;
	border-width:5px 0;
	padding:7px 10px;
	border-collapse:collapse;
	margin:0;
}

#paper_subject {
	width:100%;
}

.required {
	color:#f00;
}

.formTDleft {
	text-align:right;
	width:220px;
}

#footer {
	border-top:1px solid #000;
	padding:15px 0 5px 0;
	text-align:center;
	color:#000;
	font-size:11px;
	margin:50px 20px 10px 20px;
}
#footer p.copyr{
margin:15px 0 0 0;
border-top:1px solid #000;
padding:15px 0 5px 0;
}
.flogo{width:100%;overflow:hidden;line-height:1.3;}
.flogo img {margin:8px 0 4px;}

.highlight{background:#ffffcc;}