/*** RESET ****/
body, html, h1, h2, h3, h4, p, form, ul, ol, li{ padding:0px; margin:0px; }
ul,ol { list-style: none; }
table { border-collapse: collapse; }
td{ padding:5px; }
body, html { width:100%; height:100%; }
fieldset,img { border: none; }
a{ outline:none; text-decoration:none; }

body{
	background-color: #000000;
	background-image: url(/eventfiles/images/sitebgr.jpg);
	background-repeat: repeat-x;
}

input, textarea, select, body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
}

#site{
	width:100%;
	height:100%;
	min-width:960px;
	min-height:620px;
	position:absolute;
	top:0px;
	left:0px;
}

#container{
	width:940px;
	height:auto;
	margin: 0px auto;
	background-color:#FFFFFF;
	padding:10px;
	position:relative;
}

#topimg{
	width:940px;
	height:300px;
	margin-bottom:10px;
}

#rescheduledme{
	position:absolute;
	top:140px;
	left:10px;
	width:170px;
	height:170px;
	background-image:url(../middleeast/images/rescheduled.png);
	background-repeat:no-repeat;
}

#rescheduledna{
	position:absolute;
	top:140px;
	left:10px;
	width:170px;
	height:170px;
	background-image:url(../northamerica/images/rescheduled.png);
	background-repeat:no-repeat;
}

#pri{
	position:absolute;
	top:200px;
	left:20px;
	width:280px;
	height:102px;
}


#logo{
	position:absolute;
	top:20px;
	left:20px;
	width:280px;
	height:110px;
}

#regnow{
	position:absolute;
	top:180px;
	left:20px;
	width:300px;
	height:80px;
}

#cpanel{
	width:250px;
	height:auto;
	position:absolute;
	top:20px;
	left:620px;
	background-image: url(/images/cpanelbgr.png);
	background-repeat: repeat;	
	line-height:19px;
	padding:10px;
	padding-left:60px;
	color:#FFFFFF;
}

#flag{
	position:absolute;
	top:10px;
	left:10px;
	width:40px;
	height:20px;
}



#nav{
	height:34px;
	margin-bottom:10px;
	border:solid 1px #CCCCCC;
	background-image: url(/eventfiles/images/nav.jpg);
	background-repeat: repeat-x;
	padding-left:5px;
	position:relative;
}

#logos{
	width:100%;
	height:auto;
}	

.navcellr{
	height:35px;
	background-image: url(/eventfiles/images/navred.jpg);
	background-repeat: repeat-x;
	text-align:center;
	padding-top:1px;
	position:absolute;
	width:130px;
	top:-1px;
	left:100%;
	margin-left:-129px;
}

.navcell{
	float:left;
	height:34px;
	background-image: url(/eventfiles/images/nav.jpg);
	background-repeat: repeat-x;
	margin-right:20px;
	text-align:center;
}
.navcell-on{
	float:left;
	height:34px;
	background-image: url(/eventfiles/images/nav_o.jpg);
	background-repeat: repeat-x;
	margin-right:20px;
	text-align:center;
}



a.nav{
	font-weight:bold;
	color:#555555;
	display:block;
	padding-left:5px;
	padding-right:5px;
	line-height:12px;
	font-size:10px;
	padding-top:4px;
	padding-bottom:6px;
}

#left{
	width:220px;
	float:left;
	min-height:400px;
}

.leftcell{
	background-color:#F5F5F5;
	padding:10px;
	margin-bottom:10px;
}

.leftcellnp{
	margin-bottom:10px;
	height:auto;
}

#right{
	float:right;
	width:700px;
	padding-bottom:50px;
}

#footer{
	width:960px;
	height:41px;
	margin: 4px auto;
}

#smartarts{
	float:right;
	width:400px;
	text-align:right;
	height:41px;
}

#privacy{
	padding-top:18px;
	float:left;
	width:400px;
	text-align:left;
	height:41px;
	color:#cccccc;
	font-size:10px;
}

#privacy a{
	color:#CCCCCC;
	text-decoration:underline;
	font-weight:normal;
	font-size:10px;
}
#privacy a:hover{
	color:#FFFFFF;
}

#speakersholder{
	float:right;
	width:130px;
	margin-left:20px;
	background-color:#EA222A;
	line-height:15px;
	height:auto;
	margin-bottom:20px;
}

.speakers{
	background-color:#FFFFFF;
	margin-left:5px;
	margin-right:5px;
	padding:5px;
	margin-bottom:5px;
	position:relative;
	min-height:105px;
}

.spklrg{
	position:absolute;
	top:-30px;
	left:-46px;
	width:200px;
	height:auto;
	display:none;
	padding:5px;
	background-color:#FFFFFF;
	border:solid 1px #EA222A;
}

.spkholderswf{
	float:left;
	width:130px;
	height:200px;
}

div.formtop{
	padding-left:10px;
	height:24px;
	line-height:24px;
	font-weight:bold;
	background-image: url(../images/formtopbgr.jpg);
	background-repeat: repeat-x;
	color:#FFFFFF;
	font-size:12px;
	margin-top:20px;
}

div.formholder{
	padding:10px;
}

.submit{
	background-color:#EA232A;
	color:#FFFFFF;
	font-weight:bold;
	border:1px ridge #9D2311;
	padding-left:4px;
	padding-right:4px;
}

div.formerror{
	padding:10px;
	background-image: url(../images/error.png);
	background-repeat: no-repeat;
	background-position: 10px 11px;
	padding-left:40px;
	line-height:19px;
	background-color:#FEECDA;
	font-weight:bold;
	border:solid 1px #FDE1C6;
	margin-top:20px;
}

div.formok{
	padding:10px;
	background-image: url(../images/success.png);
	background-repeat: no-repeat;
	background-position: 10px 11px;
	padding-left:40px;
	line-height:19px;
	background-color:#F1FFEC;
	font-weight:bold;
	border:solid 1px #D3FFC1;
	margin-top:20px;
}



h1{
	font-size:16px;
	margin-bottom:6px;
	font-weight:bold;
}

h2{
	font-size:12px;
	margin-bottom:6px;
	color:#EA222A;
	padding-top:6px;
}

h3{
	color:#CC5D01;
	font-size:12px;
}

#right p{
	margin-bottom:10px;
	line-height:17px;
}

#left p{
	line-height:14px;
	margin-bottom:10px;
	font-size:10px;
}

a{
	color:#555555;
	font-weight:bold;
}

a:hover{
	color:#000000;
}


a.bg{
	color:#EA222A;
	text-decoration:underline;
	font-weight:bold;
	padding-left:2px;
	padding-right:2px;
}

a.bg:hover{
	color:#333333;
	text-decoration:underline;
	font-weight:bold;
}

a.bgnp{
	color:#EA222A;
	font-weight:bold;
}

a.bgnp:hover{
	color:#FFFFFF;
	background-color:#EA222A;
	font-weight:bold;
}


ul {
	margin-bottom:20px;
	margin-top:5px;
	margin-left:10px;
}

li {
	background-image: url(/eventfiles/images/bullet.jpg);
	background-repeat: no-repeat;
	padding-left: 12px;
	line-height:16px;
	height:auto;
}

#bordtable{
	padding-top:10px;
}

#bordtable td{
	padding:5px;
	border-bottom:solid 1px #CCCCCC;
	padding-bottom:8px;
	padding-top:8px;
}

td.shade{
	background-color:#EFEFEF;
}

li.pdf, li.doc, li.zip, li.www{
	line-height:16px;
	margin-bottom:8px;
	padding-left:25px;
}

li.pdf { background-image: url(/eventfiles/images/b_pdf.jpg); }
li.doc { background-image: url(/eventfiles/images/b_doc.jpg); }
li.zip { background-image: url(/eventfiles/images/b_zip.jpg); }
li.www { background-image: url(/eventfiles/images/b_www.jpg); }

.header{
	padding-left:10px;
	height:24px;
	line-height:24px;
	font-weight:bold;
	background-image: url(/eventfiles/images/headerbgr.jpg);
	background-repeat: repeat-x;
	color:#FFFFFF;
	font-size:12px;
	margin-top:20px;
	margin-bottom:10px;
}

.boxout{
	background-color:#FEECDA;
	border:solid 1px #FDE1C6;
	padding:10px;
	line-height:16px;
}

#mask{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#000000;
	display:none;
	z-index:10;
	-moz-opacity:.90; 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; 
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90); 
	opacity:.90;
}

#flashgallery{
	position:absolute;
	top:50%;
	left:50%;
	width:900px;
	height:600px;
	margin-left:-450px;
	margin-top:-300px;
	background-color:#FFFFFF;
	display:none;
	z-index:20;
	border:solid 1px #FFFFFF;
}

