/* index.html */
*{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: White;
	text-align: center;
	
	margin: 0px;
	padding: 0px;
	
	border: 0px;
}

body{
	background-color: #c8e3f1;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: White;
	text-align: center;
	
	margin: 0px;
	padding: 0px;
	
	border: 0px;
}

a{
	color: Orange;
	font-weight: bolder;
	
	text-decoration: none;
}

a:hover{
	color: Red;
}

div{
	

}

table {
	border-collapse: collapse;
	border-spacing: 1px;
	
	border: 1px solid black;
}
thead th{
	background-color: #154868;	
	background-image: url(images/TitleTdBg.png);
	background-repeat: repeat-x;
	background-position: left;
	
	white-space: nowrap;
	padding-left: 1em;
	padding-right: 1em;
	
	color: Black;
	
	border: 1px solid black;
	
	line-height: 28px;
	
	width: 100%;
	
}


tbody th{
	background-color: #154868;	
	
	white-space: nowrap;
	padding-left: 1em;
	padding-right: 1em;
	
	border: 1px solid #1E72A7;
	
	line-height: 28px;
	
	color: White;
}

tbody td{
	background-color: #16567E;
	
	color: Black;
	
	border: 1px solid #1E72A7;

	line-height: 28px;
	
}


span.red-font{
	color: Red;
}

input.text{
	line-height: 24px;
	border: 1px solid black;
	text-align: left;
}

input.submit{
	color: Black;
	line-height: 24px;
	border: 1px solid black;
}

div#PageTopBg{
	background-image: url(images/PageTopBg.png);
	background-position: top left;
	background-repeat: repeat-x;
}

div#PageBottomBg{
	background-image: url(images/PageBottomBg.png);
	background-position: bottom ;
	background-repeat: repeat-x;
	
	height: 780px;
	
	margin-bottom: 0px;
	margin-top: auto;
	
	text-align: center;
}

div#PageContentBg{
	background-color: #1E72A7;
	
	background-image: url(images/PageContentBg.png);
	background-repeat: repeat;
	background-position: top;
	
	/*
	background-image: url(images/fg_bg_xy.gif);
	background-repeat: repeat;
	background-position: left top;
	height: 740px;
	*/
	
	width: 900px;	
	height: 740px;
	
	margin-left:auto; 
	margin-right: auto;
	position:relative;
	
	border: 1px ridge white;
	
	padding-top: 10px;
	padding-bottom: 15px;
	
	text-align: center;
	
}


div#PageTopNavBg{
	height: 200px;
	width: 900px;
	
	background-image: url(images/PageTopNavBg.png);
	background-repeat: repeat-x;
	background-position: top;
	
	border: 1px ridge white;
	border-top: 0px;
	
	padding-top: 20px;
	
	margin-left: auto;
	margin-right: auto;
	
	margin-bottom: 10px;
}

div#PageTopNavBg a{
	color: White;
	font-weight: bolder;
	
	text-decoration: none;
}

div#PageTopNavBg a:hover{
	color: Red;
}


div#TitleTopNav{
	background-image:	url(images/TitleTopNavBg.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	
	line-height: 28px;
	
	text-align: right;
}

div#TitleTopNav ul#TitleTopNavMenu{
	display: inline;
	text-align: right;
	list-style: none;
	
	margin-right: 60px;
}

div#TitleTopNav li{
	display: inline;
	
	background-image:	url(images/leTopNavLiBg.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	
	line-height: 28px;
	vertical-align: middle;
	
	width: 134px;
	height: 28px;
}
div#TitleBottomNav{
	background-image: url(images/TitleBottomNavBg.png);
	background-position: top center;
	background-repeat: no-repeat;
	
	line-height: 28px;

	text-align: right;
}
div#TitleBottomNav ul#TitleBottomNavMenu{
	display: inline;
	list-style: none;
	margin-right: 60px;
}
div#TitleBottomNav ul#TitleBottomNavMenu li{
	display:	inline;
	
	background-image: url(images/TitleBottomNavLiBg.png);
	background-position: left top;
	background-repeat: no-repeat;
	
	line-height: 28px;
	vertical-align: middle;
	
	width: 134px;
	height: 28px;
	
	
}

div#MainInfoZone{
	clear: both;
	width: 840px;
	
	background-color: #1E72A7;
	border: 1px solid black;
	border-collapse: collapse;
	
	padding: 0px;
	
	margin: 0px;
	
}

div#MainInfoZone div#ConfTitle{
	
	
	font-weight: bolder;
	color: Black;
	
	background-image: url(images/TitleTdBg.png);
	background-repeat: repeat-x;
	background-position: top;
	
	line-height: 28px;
	border-bottom: 1px solid black;
	
	padding: 0px;
	margin: 0px;
	
}
div#MainInfoZone div#MainInfo{
	
	text-align: left;
	font-weight: bold;
	
	padding: 1em;
	
	float: left;
	clear: left;
	
	background-color: #1E72A7;
	
}

div#MainInfoZone div#MainInfo p{
	text-align: left;
	
	text-indent: 2em;
	line-height: 20px;
}
div#MainInfoZone div#PhotoSlide{

	float: right;
	
	background-image: url(images/PhotoShadow.png);
	background-repeat: no-repeat;
	background-position: top right;
	
	background-color: #1E72A7;
	
	width: 210px;
	height: 160px;
	
	margin-left: 10px;
	text-align: left;
}

div#MainInfoZone div#PhotoSlide img{
	
	border: 1px ridge silver;
}

div#HotelZone {
	float: left;
	clear: left;

	width: 460px;
	
	margin-top: 10px;
	margin-left: 15px;
	text-align: left;
	margin-bottom: 5px;
}

div#HotelZone div#HotelTitel{
	width: 452px;
	height: 28px;

	background-color: #16567E;
	background-image: url(images/TitleTdBg.png);
	background-repeat: repeat-x;
	
	color: Black;
	
	font-weight: bolder;
	
	line-height: 28px;
	
	border: 1px solid Gray;
	border-bottom: 0px;
	border-color: Black;
	
}

div#HotelZone img{
	border: 1px solid Black;
	
	border-collapse: collapse;
}

div#HotelZone div#HotelPic{
	background-image: url(images/HotelShadowBg.png);
	background-position: top left;
	background-repeat: no-repeat;
	
	height: 190px;
	text-align: left;
}

div#SponsorZone{
	float: right;
	clear: right;
	
	width: 360px;
	
	line-height: 28px;
	
	text-align: left;
	
	margin-top: 10px;
	margin-right: 15px;
}


div#SponsorZone table{
	background-color: #1E72A7;
	
	border-collapse: collapse;
	border-spacing:   1px;   
	
	border: 1px solid black;
	
	
	

}
div#SponsorZone tr{
	line-height: 28px;
}


div#SponsorZone tbody th{
	background-color: #154868;	
	
	white-space: nowrap;
	padding-left: 1em;
	padding-right: 1em;
	
	border: 1px solid #1E72A7;
	
	color: White;
}

div#SponsorZone tbody td{
	background-color: #16567E;
	
	color: Black;
	
	border: 1px solid #1E72A7;
	padding-bottom: 1em;
	padding-top: 1em;
	
	margin-bottom: 10px;
	margin-top: 1px;
	
}

div#ConfInfoZone{
	float: left;
	
	margin-left: 15px;
	
	width: 452px;
}

div#ConfInfoZone dt{
	background-image: url(images/TitleTdBg.png);
	background-repeat: repeat-x;
	background-position: left;
	
	font-weight: bold;
	color: Black;
	line-height: 28px;
	
	border: 1px solid black;
}
div#PresentationZone{
	float: left;
	
	width: 452px;
	
	margin-left: 15px;
	margin-top: 10px;
	
}

div#SupportOrgZone{
	float: right;
	
	width: 360px;
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 8px;
	
}

div#SupportOrgZone table{
	border-collapse: collapse;
	border-spacing: 1px;
}

div#SupportOrgZone tbody td{
	padding-top: 1em;
	padding-bottom: 1em;
}

div#CopyrightZone{

	clear: both;
	width: 900px;
	height: 60px;
	
	background-image: url(images/CopyrightBG.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	
	color: black;
	font-weight: bold;
	
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	
	padding-bottom: 1em;
	padding-top: 1em;
	
	border: 1px ridge white;
	border-bottom: 0px;
}

div#CopyrightZone li{
	color: White;
	font-weight: bold;
	
	list-style: none;
}


/* for CallForPaper-zh_CN.html */
div#MainContent{
	background-color: #16567E;
	height: 700px;
	
	margin: 15px;
	
	border: ridge 1px Silver;
	
	padding: 2em;
	padding-left: 4em;
}
div#MainContent p{
	text-align: left;
}

div#MainContent span.title{
	font-weight: bold;
	color: Black;
	
	text-align: center;
	line-height: 40px;
	
	font-size: medium;
}

div#MainContent table{
	width: 700px;
}

div#MainContent td{
	text-align: left;
	padding-left: 10px;
	
	color: White;
}

div#MainContent dl{
	text-align: left;
}

div#MainContent dt{
	text-align: left;
	font-weight: bold;
}

div#MainContent dd{
	text-align: left;
	text-indent: 2em;
}

/* For Sponsor.html */
div#MainContent table#SponsorZone{
	border: 0px;
	border-collapse: collapse;
}

div#MainContent table#SponsorZone td{
	padding: 0px;
}

div#MainContent table#SponsorZone table{
	border: 0px;
	border-collapse: collapse;
}

div#MainContent table#SponsorZone table td {
	padding-left: 10px;
	text-align: center;
}
div#MainContent table#SponsorZone table th{
	width: 150px;
	
}
