/*
	BWDEC2007 Template
	CSS StyleSheet by David Herreman
	http://www.cssmoban.com
*/

body {
padding : 0;
margin : 0;
font : 10pt verdana;
line-height : 1.5em;
background : #F8F8F8;
color : #454545;
}

a {
color : #FF6603;
background : inherit;
text-decoration : none;
}
a:hover {
color : #FF6603;
background : inherit;
text-decoration : underline;
}
p {
margin : 5px 0;
}
h1 {
font : bold 1.8em Arial, Sans-Serif;
padding : 8px 0 4px 0;
margin : 0;
letter-spacing : -1px;
}

h2 {
font : bold 10pt Arial, Sans-Serif;
letter-spacing : -1px;
}
h3 
{

	font-size:10pt;
	font-weight:bold;
padding : 4px 0;
margin : 10px 0px 0px 0px;
}



img { border : 0 }
.right { float: right }


ul {
margin : 0;
padding : 0;
list-style : none;
}

hr {
height : 1px;
border-style : none;
color : #d0d0d0;
background-color : #c0c0c0;
margin : 10px 0;
}
ol {
padding : 0;
margin : 0;
}
.code {
padding : 3px 5px 3px 35px;
border : 1px solid #ccc;
list-style-type : decimal-leading-zero;
font-family : Courier;
}
.code code {
font-family : Monaco, "Courier New", Tahoma;
font-size : 1.2em;
}
.code li {
margin : 2px 0;
padding : 0 5px;
background : #F6F6E3;
}
.code li.t1 {
padding-left : 4ex;
}
.code li.t2 {
padding-left : 8ex;
}
.code li.t3 {
padding-left : 12ex;
}
.code li.t4 {
padding-left : 16ex;
}
.code li.t5 {
padding-left : 20ex;
}
.code li.t6 {
padding-left : 24ex;
}
.code li.t7 {
padding-left : 28ex;
}
.code li.t8 {
padding-left : 32ex;
}


.content {
margin : 0 auto;
width : 1200px;
}

#topbar {
height : 51px;
background : #000;
width : 100%;
color: #FFF;
}

#topbar .wrap {
	background: #3F4040;
	height: 51px;
	width: 1200px
	
} 

#topbar h1 {
	font : bold 2.0em Arial, sans-serif;
	color: #FFF;
	line-height: 51px;
	padding: 0 0 0 10px;
	background: inherit;
}
#topbar h1 a { color: #FFF }
#topbar h1 a:hover { color: #FFF; text-decoration: none }

#topbar .se {
	float: right;
	padding: 12px 10px 0 0;

}

#subbar {
	background: #F4F4F3;
	height: 34px;
	border-bottom: 1px solid #D6D6D6;
	width: 100%;
}

#subbar .rss {
	position: relative;
	right: 20px;
	top: 7px;
	width: 21px;
	height: 21px;
}

.menu {
	background: #F7F7F6;
	height: 34px;
	line-height: 34px;
	border-left: 1px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
	padding: 0;
	margin: 0;
}

.menu a {
color : #74797E;
background : inherit;
text-decoration : none;
padding: 0 6px 0 8px;
line-height : 23px;
font-size:9pt;
}

.menu a:hover, .menu .current {
color : #000;
background : inherit;
height : 23px;
text-decoration: underline
}
.menu ul {
list-style : none;
padding : 0;
margin : 0;
}
.menu li {
float : left;
margin : 0 0 0 0px;
display: inline;
padding: 5px 5px 0px 5px;
}

#main {
width : 1200px;
background: #FFF;
margin : 0px 0 0 0;
border-left: 1px solid #D6D6D6;
border-right: 1px solid #D6D6D6;
border-bottom: 1px solid #D6D6D6;
padding: 10px 0 0 0;
}
#main .padding {
	padding: 10px;
}

.right_side
{
float : right;
width : 450px;
background : inherit;
overflow : hidden;
}

.right_side .pad {
padding : 0 0 10px 0px;


}
.right_side p {
padding : 0 0 5px 5px;
}


.right_side ul {
padding : 3px 0 12px 0px;
}

.right_side li {
line-height : 24px;
list-style : none;
background: #fbfbf8;
margin-bottom: 2px;
border-bottom: dotted 1px gray;
}
.right_side li a{

	color: #74797E;
	
}


.right_side a:hover {
text-decoration : underline;
color: #000;
background: inherit;
}



.right_side h3 {
color : #eee;
font : bold 1.0em Arial, Sans-Serif;
background : #3F4040;
width : 100%;
height : 24px;
line-height : 22px;
text-indent : 10px;
font-weight: normal;
}

.right_side .sponsors {
	margin-bottom: 5px;
	width : 450px;
	overflow: hidden;
	
}
.right_side .sponsors img.ml { margin-right: 4px; overflow: hidden }

.right_side .ls {
	float: left;
	width: 240px;
}

.right_side .rs {
	float: right;
	width: 200px;
	
}

.right_side .extra {
	background : #F4F4F3;
	color : #454545;
	border-top: 4px solid #e5e5e5;
	border-bottom: 4px solid #e5e5e5;
	margin-bottom: 10px;
}

.right_side .extra .padding { padding: 10px }

#left_side
{
float : left;
background : inherit;
margin-bottom : 10px;
width : 710px;
color: #454545;
padding-right:20px;
}

#left_side .intro {
background : #fff;
/*color : #454545;
border-bottom: 1px solid #F6F6E3*/
}

#left_side .intro .pad {
padding : 10px 0px 10px 1px;
text-align:justify; 
line-height:20px;
}
#left_side .intro a {
color : #FF6603;
text-decoration : none;
}
#left_side .intro a:hover {
color : #FF6603;
text-decoration : underline;
}
#left_side .mpart {
padding : 20px 0 0 0;
}
#left_side h2 {
background : inherit;
padding : 0;
margin : 0px 0px 5px 0px;
font : 1.3em verdana, Arial, Sans-Serif;
color: #ff6600;
font-weight:bold;
}
#left_side .mpart h3 {
background : inherit;
padding : 0;
margin : 0 0 15px 0;
font : 0.9em verdana, Arial, Sans-Serif;
color : #a5a5a5;
}
#left_side p {
color : #454545;
padding : 0;
text-align : justify;
}


#left_side blockquote {
padding-left : 10px;
border-left : 3px solid #a7cc44;
margin : 10px 0 10px 25px;
}
.date {
padding : 7px 10px 0 0;
margin : 10px 0 20px 0;
text-align : right;
background : #F4F4F3;
height : 26px;
width: auto;
}
.date a {
color: #74797E;
background : inherit;
}
#left_side .rs {
float : right;
margin : 0 0 0 10px;
border : 1px solid #888;
padding : 5px;
background : inherit;
}
#left_side ul {
list-style-position : inside;
margin-left : 2px;
}
#left_side ul li {
list-style-type : square;
margin-left : 15px;
}
#left_side ul ul li {
list-style : none;
margin-left : 10px;
list-style-type : lower-alpha;
list-style-position : inside;
}


#footer {
width :1100px;
height:50px;
margin : 0px 0px 0px auto;
padding : 15px 0px 0 0px;
color : #777;
background : inherit;
text-align:right;
line-height:22px;
color:Black;
}



#footer a {
text-decoration : none;
background : inherit;
}


#footer a {
color : #74797E;
background : inherit;
text-decoration : none;
padding: 0 10px 0 0px;
}
#footer  a:hover {
color : #000;
background : inherit;
text-decoration: underline
}
#footer  ul {
list-style : none;
padding : 0;
 margin: 0 auto;
 width:400px;
text-align:center;

height:30px;
}

#footer li {
float : left;
margin : 0 10px 0 0px;
display: inline;
}

input.text { border: 1px solid #CCC; padding: 2px 5px 2px 5px; }

.clear { clear:both }

.PartnerCont img
{ height:68px; margin-right:2px; margin-bottom:10px;}


#left_side .intro div
{
	text-align:justify;
    line-height:20px;
}


#left_side .intro .cfpStyle
{
	margin-left:0px;
	padding:0px;
	 list-style-type:disc;
}

#left_side .intro .cfpStyle li
{
	padding:0px;
	margin-left:0px;
	 list-style-type:disc;
	 line-height:20px;
	 
}


#left_side .intro .newsStyle
{
	margin:0px;
	padding:0px;
	 list-style-type:none;
}

#left_side .intro .newsStyle li
{
	padding:0px;
	margin-left:0px;
	 list-style-type:none;
	 line-height:20px;
	  text-decoration:underline;
}










.Program
{
line-height:20px;
border-collapse:collapse; 
border:solid gray;
border-width:1px 0 0 1px;
}

.Program td,th 
{
	border:solid gray;
	border-width:0 1px 1px 0;
	text-align:left;
    padding-left:5px;
    height:25px;
}


.ablutFrankfurt
{
	font-family:Aril;
    font-size:9pt;
    line-height:22px;
    text-align:justify;
}

.ablutFrankfurt img
{
   height:150px;
   margin-right:20px;
}

#left_side .intro .aboutWuhan
{
	width: 100%;
	line-height:22px;
	text-align:justify;
}

#left_side .intro .aboutWuhan img
{
  margin-right:18px;
  height:160px;
}





#topNews
{ /*background-image:url(../images/XW-bj1.png);background-repeat:no-repeat;*/
	
	width:140px;
	height:100px;
	position: absolute;
	top:0px;
	left:0px;
	font-family: Î¢ÈíÑÅºÚ;
	border: solid 8px #ff6600;
	background-color:#fff;
}

#topNews h5
{
	font-size:11pt;
	margin:0px;
	padding: 5px 0px 5px 5px;
 background-color:White;
 border-bottom: solid 4px #ff6600;
 font-family:Verdana;
}

#topNews .en
{
	font-family:Verdana;
	font-size:10pt;
    text-align:left;
	line-height:20px;
    background-color:White;
    padding:0 5px 0px 5px;
    	background-color:#fff;
}


#topNews .en a
{
	font-family:Verdana;
	font-size:10pt;
	text-decoration:underline;
}


#topNews .ch
{
	font-family:ËÎÌå;
	font-size:15px;
		line-height:22px;
    text-align:justify;
    background-color:White;
    padding:0px 5px 0px 5px;
   color:Red;
}

#topNews .ch a
{
	font-family:ËÎÌå;
	font-size:14px;
	text-decoration:underline;
}






.newContent
{
	width:98%;
}


.newList
{
	width: 595px;
	line-height:25px;
}




.newContent .newstitle
{
	text-align:center;
	font-size:13pt;
	font-weight:bold;
	color:#ed6d00;
	height:40px;
	padding-top:15px;
}


.newContent .newsdate
{
	text-align:right;
}

.newContent .content
{
    text-align:justify;
    line-height:25px;
    width:100%;
}

.newContent img
{
   margin-right:5px;
}

.newContent .end
{
    text-align:right;
    margin-top:10px;
}








#keynote
{
    padding-left:10px;
    padding-right:10px;
    padding-top:30px;
    line-height:22px;
    min-height:500px;
    background-color:White; 
}

#keynote #name
{
	margin: 0px auto;
}

#keynote #resume
{
	margin-top:10px;
	text-align:justify;
}


#keynote #resume p
{
   margin-top: 8px;
}


#keynote ul
{
	padding:0px;
	margin:0px 0px 0px 0px;
    list-style-type:disc;
}

#keynote ul li
{
	padding:0px;
	margin:0px;
    list-style-type:disc;
}


.speaker_left
{
	float:left; 
	text-align:left;
}

.speaker_right
{
	float:left; 
	width:auto; 
	vertical-align:top;
	line-height:25px;
	width:580px;
	
	margin-left:10px;
}

.speaker_right a
{
	font-weight:bold; 
	text-decoration:none; 
	font-style:italic;
}


.newList2
{
width: 700px;

 margin-bottom:0px;
 list-style:none;
 list-style-type:none;
 padding-left:0px;
}

.newList2 li
{
	background: url(../images/news.gif) no-repeat;
	background-position: left center;

    border-bottom: dotted  1px black;
    list-style:none;
    list-style-type:none;
 padding-left:15px;
   line-height:25px;
}

.newList2 li a
{
	background: none;
    text-decoration:none;
    font-family:Verdana;
    font-size:10pt;
    padding-left:0px;
}

.tpcStyle td
{
	width:110px;
	text-align:center;
	vertical-align:top;
	line-height:16px;
}

.tpcStyle img
{
	width:100px;
   height:130px;
   margin-top:10px;
   margin-bottom:5px;
}



.mySubmission
{ 
	width:185px;
	height:36px;
	margin: 0 auto;
}

.mySubmission a:link,.submission a:visited
{
	
	background-image: url(../images/submission.png);
	width:185px;
	height:36px;
	display:block;
}

.mySubmission a:hover
{
	background:url(../images/submission-hover.png);
}