/* CSS Document */
body{
	margin:0px;
	padding:0px;
	color:#0d1216;
	background-color: #FFFFFF;
	background-image: url(../images/mainbg.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}
a{
	color:#0d1216;
	text-decoration: underline;
}
a:hover{
	color:#006e53;
}	
div, p, ul, h1, h2, h4, img, form, label{
	padding:0px; 
	margin:0px;
}
ul{
	list-style-type:none;
}

/*----MAIN PANEL----*/
#mainPan{
	width:800px; 
	position:relative; 
	margin:0 auto;
	padding:0px;
}
/*----Left Panel----*/
#leftPan{
	width:240px; 
	float:left;
}
#leftTopPan{
	width:240px;
	height:125px;
	position:relative;
	background-image: url(../images/left-top.jpg);
	background-repeat: no-repeat;
	background-position: 0 9px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 9;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#leftTopPan img{
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 75px;
}

#leftPan ul{
	width:240px;
	height:300px;
	display:block;
	background-image: url(../images/memu-bg.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
	background-color: #FFFFFF;
	padding-top: 28px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 10px;
}
#leftPan ul li{
	font-weight:bold;
	text-decoration:none;
	width:200px;
	height:27px;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 26px;
	display: block;
}
#leftPan ul li a{
	color:#1a3d73;
	width:180px;
	height:27px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(../images/arrow-normal.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	display: block;
	text-decoration: none;
}
#leftPan ul li a:hover, #leftPan ul li .current{
	color: #006e53;
}
#leftPan ul li .current{
	font-size: 15px;	
}
#leftPan form, #leftPan .account{
	background-image: url(../images/formbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 222px;
	padding: 0px;
	height: 173px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#leftPan .account div{
	margin-bottom: 5px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#leftPan .account label{
	text-decoration: underline;
	font-weight:bold;
}

#leftPan h2{
	width:150px;
	color:#fff;
	font-size:18px;
	line-height:47px;
	padding:0 0 5px 65px;
}
#leftPan form label{
	width:143px;
	margin:0 0 0 35px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#leftPan form input{
	width:143px; 
	margin:3px 0 2px 35px; 
}
#leftPan form input.button{
	border:none;
	font-size:12px;
	font-weight:bold;
	width: 143px;
	text-align: right;
	background-color: #FFFFFF;
}
#leftPan form input.button:hover{
	color:#006e53;
	text-decoration: underline;
}
#leftPan .video{
	text-align: center;
	margin-top: 20px;
}
#leftPan .video img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*----Right Panel----*/
#rightPan{
	width:530px; 
	float:left;
}
#rightTopPan img{
	color:#fff;
	padding-left: 13px;
	padding-top: 9px;
}
#rightPan .headline{
	color:#1a3d73;
	font-size:18px;
	font-weight: bold;
	margin-top:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d3d3d3;
}
#rightPan .content{
	width:100%;
	padding-left: 20px;
	padding-top: 20px;
}
#rightPan .contentext{
	margin:0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#rightPan .contentext div{
	margin-bottom: 8px;	
}
#rightPan .contentext .mentor select{
	width:100%;
	border: 1px solid #0d1216;
	padding: 0 5px 0 5px;
}
#rightPan .contentext .bullet{
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
}
#rightPan .contentext .bullet_right{
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 20px;
}
#rightPan .contentext .bullet_d{
	background-image: url(../images/arrow_download.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
}
#rightPan .contentext .image{
	margin-left: 10px;
	border:none;
}
#rightPan .contentext .bold{
	color:#1a3d73;
	font-size:15px;
	font-weight: bold;
}
#rightPan .contentext .sponsor{
	margin-top: 20px;
}
#rightPan .contentext .sponsor #header{
	color:#1a3d73;
	font-size:15px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d3d3d3;
}
#rightPan .contentext .sponsor #image{
	text-align:center;
}
#rightPan .contentext .sponsor #image img{
	margin-top:10px;
	margin-right: 2px;
	margin-left: 2px;
	border: none;
}
#rightPan .contentext .cochairs #image{
	text-align: center;
	vertical-align: top;
}
#rightPan .contentext .cochairs #image img{
	margin-right: 12px;
	border: none;
}
#rightPan .contentext .erform label{
	width:143px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#rightPan .contentext .erform input{
	width:143px; 
	margin:0px 0 0px 15px; 
}
#rightPan .speaker img{
	margin-top: 10px;
	width: 120px;
	float: right;
}
#rightPan .speaker div{
	margin-right: 140px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-top: 15px;
	padding-bottom: 5px;
}
#rightPan .agenda{
	margin-top: 10px;
	font-weight: bold;
	height: 50px;
	background-image: url(../images/download.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#rightPan .agenda span{
	font-style: italic;
	font-weight: normal;
	padding-left: 10px;
}
#rightPan .agenda div{
	margin-left: 40px;
}
#separator{
	width:100%;
	height:5px;
	background-image: url(../images/pattern1.gif);
	background-repeat: repeat;
	background-position: 0 0;
}
/*--- press --*/
#press td{
	font-size: 9pt;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#press th{
	color: #FFFFFF;
	background-color: #6d6e71;
}
/*--- multimedia --*/
.photo{
	width:100%;
}
.photo td{
	width:150px;
	text-align: center;
}
.photo img{
	border: none;
    padding: 1px;
}
.photo img:hover{
	background-color:#006e53;
}
.videos{
	width:100%;
}
.videos td{
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom:10px;	
}
.videos .image{
	width:120px;
	text-align:center;
}
.videos .title{
	font-weight: bold;
	font-size:9pt;
}
.videos .watch{
	font-weight: bold;
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	float: right;
}
/*----scrollnews---*/
.news{
	width:530px;
	/*border:#ccc 1px solid;*/
	overflow:hidden;
	line-height: 30px;
	height: 30px;
}
.news ul{
	list-style-type: none;
}
.news ul li {
	text-align:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:30px;
	padding-left:10px;
	font-size: 12px;
	color:#000000;
	font-weight: bold;
	background-image: url(../images/pattern1.gif);
	background-repeat: no-repeat;
	background-position: left 12px;
	margin-left: 0px;
}
/*
.news span {
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px 5px 0px 0px;
	PADDING-TOP: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0d1216;
}*/
/*----form-----*/
.form{
	width: 100%;
}
.form td{
	width: 130px;
	padding-bottom: 10px;
}
.form input{
	width: 400px;	
}
.form textarea{
	width: 400px;
	height:100px;
}
.form label{
	color: #bd5959;	
}
.form select{
	width:200px;
}
.form .th{
	font-weight: bold;
	color:#1a3d73;
}
.form2 td{
	padding-bottom: 10px;
}
.form2 td .button{
	margin-left:15px;
	background-color:#006e53;
	color:#FFFFFF;
	width:50px;
}
.form3 td{
	width: 100%;
}
.form3 textarea{
	width: 520px;
	height:80px;
}
.form4 textarea{
	width: 520px;
	height:80px;
}
.form4 td{
	width: 50%;
}
.form4 span{
	padding-right: 20px;
	padding-left: 10px;
}
/*sponsor menu */
.invertedshiftdown2{
	padding: 0;
	width: 100%; /*Highlight red color theme*/
	background: transparent;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #1a3d73;
	height: 35px;
}

.invertedshiftdown2 ul{
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.invertedshiftdown2 li{
display: inline;
margin: 0 5px 0 0;
padding: 0;
text-transform:uppercase;
}

.invertedshiftdown2 a{
float: left;
display: block;
font: bold 12px Arial;
color: black;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px 5px 10px; /*Padding within each menu item*/
background-color: #CCCCCC; /*Default menu color*/
border-bottom: 8px solid white;
}

.invertedshiftdown2 a:hover{
background-color: #1a3d73; /*Highlight red color theme*/
padding-top: 5px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0px; /*Set padding-bottom value to 0 */
border-bottom-color: #1a3d73; /*Highlight red color theme*/
color: white;
}

.invertedshiftdown2 .current a{ /** currently selected menu item **/
background-color: #1a3d73; /*Highlight red color theme*/
padding-top: 5px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0px; /*Set padding-bottom value to 0 */
border-bottom-color: #1a3d73; /*Highlight red color theme*/
color: white;
}
/*----Footer Panel----*/
#footermainPan{
	color:#fff;
	position:relative;
	height:110px;
	clear:both;
	background-color: #1a3d73;
	background-image: url(../images/footerbg.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#footerPan{
	width:800px;
	margin:0 auto;
	font:12px/15px "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align: center;
}

#footerPan ul{
	padding-top: 45px;
}
#footerPan li{
	display: inline;
}
#footerPan ul li a{
	color:#fff; 
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-decoration:none;
}
#footerPan ul li a:hover{
	text-decoration:underline;
}
#footerPan .copyright{
	margin-top:10px;
}

