/* global */

* {
	font-family: sans-serif;
}

* { box-sizing : border-box}
* { -moz-box-sizing : border-box}

/* define HTML tag */

table { margin: 0px; }

a:link { color: #0000ff;text-decoration: none; } 
a:visited { color: #0000a0;text-decoration: none; } 
a:hover { color: #ff0000; text-decoration: underline; } 
a:active { color: #ff8000; } 

/* page */

/* header */

div#header {
	margin: 0px;
	padding: 0px;
	width: 760px;
}

div#headersubmenu {
	width: 130px;
	font-size: 0.7em;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

div#headersubmenu ul {
	margin: 0 0 0 5px;
	padding: 0px;
	list-style: none;
}

div#headersubmenu ul li {
	background-image: url(images/tri_mark_2.gif) ;
	background-position: left center ;
	background-repeat: no-repeat ;
	padding-left: 10px ;
	
}

div#headcaption em {
	font-size: 1.0em;
	color: #ccc;
	display: none;
}

/* header end  */

/* main body */

div#main {
	width: 760px;
	font-size: 100%;
}


/* toppage messages */

div#topmes {
	width: 750px;
	border:1px solid #bdbd83;
	background-color:#BDBE83;
	color:#555555;
	font-size: 0.7em;
	margin-top: 0px;
	padding: 5px 0 5px 5px;
}

div#topmes strong {
	font-size: 1.1em;
}

/* toppage messages end */


div#mainbody {
	font-size: 0.9em;
	width: 700px;
	margin-top: 10px;
	margin-left: 20px;
	padding: 10px;

}

div#mainbody em  {
	font-style: normal;
	font-weight: normal;
}

/* main body end */

/* section header */

#pagetitle {
	font-size: 1.5em;
	display: block;
	width: 350px;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 25px;
	border-bottom:2px solid #cccccc;
}

#pagetitle_ppinst {
	font-size: 1.4em;
	display: block;
	width: 550px;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 25px;
	border-bottom:2px solid #cccccc;
}

/* section header end */


/* committee */

div#committee {
	font-size: 0.9em;
	width: 700px;
	margin-top: 10px;
	margin-left: 20px;
	padding: 10px;

}

div#committee h1 {
	display: block;
	width: 350px;
	padding-left: 5px;
	margin-bottom: 5px;
	border-bottom:2px solid #cccccc;
	font-size: 1.2em;
}


div#committee ul ul {
	margin-left: 5px;
	line-height: 1.2em;
	list-style: none;
}

div#committee strong {
	font-style: italic;
	font-weight: normal;
}


/* committee  end */

/* contactbody */

div#contactbody {
	font-size: 0.9em;
	width: 700px;
	margin-top: 10px;
	margin-left:20px;
	padding: 5px;

}

div#contactbodyaddr {
	font-size: 0.9em;
	width: 500px;
	margin-top: 10px;
	margin-left: 5px;
	padding: 10px;
	border: 1px solid #ccc;

}

div#contactbodyaddr em {
	font-size: 1.2em;
	
}

div#contactbodyaddr img {
	vertical-align: middle;
}


div#contactbody h1 {
	display: block;
	width: 350px;
	padding-left: 5px;
	margin-bottom: 5px;
	border-bottom:2px solid #cccccc;
	font-size: 1.2em;
}

/* contactbody  end */


div#generalinfo {
	font-size: 0.9em;
	width: 700px;
	margin-top: 10px;
	margin-left: 20px;
	padding: 10px;
}

div#generalinfo h2 {
	display: block;
	width: 350px;
	padding-left: 5px;
	margin-bottom: 5px;
	border-bottom:2px solid #cccccc;
	font-size: 1.2em;
}

div#generalinfo ul {
	list-style: square;
	line-height: 1.2em;
}

/* top page whatsnew */

div#whatsnew {
	width: 450px;
	height: 100px;
	overflow: auto;
	padding-left: 6px;
	padding-right: 6px;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 5px;
	border:1px solid #cccccc;
	background-color:#eeeeee;
	color:#555555;
	font-size: 0.875em;
}

div#whatsnew ul {
	list-style: none;
	margin: 0.2em 0 0 1em;
	padding: 0;
}


div#whatsnew ul li {
	background-image: url(images/tri_mark.gif) ;
	background-position: left center;
	background-repeat: no-repeat ;
	padding-left: 10px ;
	
}
div#whatsnew h1 {
	display: block;
	width: 350px;
	padding-left: 5px;
	margin: 5px 0px 0px 0px;;
	border-bottom:2px solid #cccccc;
	font-size: 1.2em;
}

/* top page whatsnew end */

div#footer {
	width: 760px;
	height: 50px;
	clear:both;
	background-color:#ccc;
	line-height: 50px;
	text-align: center;
}

div#footermenu {
	font-size: 100%;
	margin-top: 5px;
	margin-bottom: 0px;
	width: 760px
}

div#footermenu ul {
	margin-left:0;
	padding-left:0;
	list-style-type:none;
	width:760px;
}

div#footermenu li {
	float:left;
}

div#footermenu a {
	display:block;
	padding-left:6px;
	padding-right:6px;
	margin-bottom: 6px;
	border:1px solid #cccccc;
	text-align:center;
	text-decoration:none;
	background-color:#eeeeee;
	color:#555555;
	font-size: 0.8em;
}

div#footermenu a:hover {
	background-color:#aaaaaa;
}

/* Important Date */
div#importantDate {
	width: 450px;
	padding-left: 6px;
	padding-right: 6px;
	margin-top: 15px;
	margin-left: 20px;
	margin-bottom: 5px;
	border:1px solid #fad09e;
	background-color:#f6e5cc;
	color:#555555;
	font-size: 0.875em;
}

div#importantDate h1 {
	display: block;
	width: 350px;
	padding-left: 5px;
	margin: 5px 0px 0px 0px;;
	border-bottom:2px solid #f3981d;
	font-size: 1.2em;
}

td.importantDateTableTdLeft {
	text-align:right;
	font-size: 0.85em;
}
td.importantDateTableTdRight {
	text-align:right;
}

/* class */

.textright {
	float: left;
	margin: 5px;
}

.listSeparaterLower {
	margin-bottom: 20px;
}

.listSeparaterUpper {
	margin-top: 20px;
}

.listTitle {
	font-size: 1.1em;
}

/* invited speakers */


div#invitedSpeakers {
	font-size: 0.9em;
	width: 750px;
	margin-top: 10px;
	margin-left: 20px;
	padding: 10px;
}

div.invitedSpeakersLists {
	font-size: 1em;
	margin-top: 10px;
	margin-left: 10px;
	padding: 5px;
}


div.invitedSpeakersLists em {
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
}

div#invitedSpeakers em {
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
}

div.speakerName {
	font-size: 1.2em;
	margin-left: 5px;
}

div.speakersTalkTitle {
	font-size: 1.1em;
	font-style: oblique;
	font-family: serif;
	margin-left: 20px;
	background-color:#ECE3E8;
}

div.speaker {
	margin: 10px 0 10px 10px;
/*	padding: 3px;
	border: 1px solid #f3f3f3;
*/
}


/*-----------------------------------
  abstract 
-------------------------------------*/

div#abstractSubmission {
	font-size: 0.9em;
	width: 710px;
	margin-top: 10px;
	margin-left: 20px;
	padding: 10px;
}

div#abstractSubmission img {
	border: 0;
}

div.abstractDeadline {
	width: 500px;
	font-size: 1.2em;
	border: 1px solid #333;
	background-color: #d3cbc6;
	padding: 3px;
}

div#abstractSubmission em {
	font-weight: bold;
	font-style: normal;
}

div#abstractSubmissionPrivacy {
	width: 500px;
	padding: 5px;
	background-color:#EEE;
	font-size: 0.9em;
	color:#333333;
}

/* --------------------------------------
  Access 
-----------------------------------------*/

div#access {
	font-size: 0.9em;
	width: 710px;
	margin-top: 10px;
	margin-left: 20px;
	padding: 10px;
}

div#access em {
	font-weight:bold;
	font-style:normal;	
}#access img {
	border: 0px;
}

div.accessFreeSuttleBusTimetable {
	margin: 0 0 0 15px;
}
#access .accessFreeSuttleBusTimetableMor {
	margin: 0 0 3px 10px;
	padding: 0 0 0 5px;
	font-size: 1.2em;
	background-color: #eaf4fc;
}
#access .accessFreeSuttleBusTimetableEve {
	margin: 20px 0 3px 10px;
	padding: 0 0 0 5px;
	font-size:1.2em;
	background-color:#f0cfa0;
}

.accessFreeSuttleBusTimetable td.sep {
	border-top: 1px solid #ccc;
	padding: 2px 2px 2px 5px;
	text-align:center;
}

.accessFreeSuttleBusTimetable td.nosep {
	padding: 2px 2px 2px 5px;
	font-weight:bold;
	text-align:center;

}
.accessRoute {
	font-size: 0.9em;
	margin: 3px 0 5px 10px;
	padding: 0 0 0 5px;
}

div#access .accessMethodDesc {
	line-height: 150%;
    color: #333;
}

/*div#access ol {
	width: 550px;
	display: block;
	
}
*/
div#access ol li {
	border-bottom: 1px solid #ccc;
	margin: 0 0 5px 10px;
	padding: 0 0 2px 0;
	list-style-type: lower-alpha;
}
p.accessMethodDesc img {
	padding: 2.5em 0; /* for IE line-height BUG */
	vertical-align: middle;
}

p.accessMethodDesc>img {
	padding: 0;
}
div#train ol li  {
	border: 0;
	margin: 0 0 5px 10px;
	padding: 0 0 2px 0;
	list-style-type: decimal;
}

span.train {
	font-size: 1.1em;
	font-weight: bold;
}


/* ------------------------------------
   Accommodation
---------------------------------------*/

div#accommodation {
	font-size: 0.9em;
	width: 710px;
	margin-top: 10px;
	margin-left: 20px;
	padding: 10px;
	}

div.outerFrame {
	width: 700px;
	margin-bottom: 20px;
	border: 1px solid #7d7d7d;
	background-color: #fbdac8;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}

div.innerFrame {
	width: 640px;
	text-align: left;
	margin: 20px 0 20px 20px;
}

div.accommodationHotelList {
	margin: 10px;
}
	
div.accommodationHotelName {
	width: 300px;
	float:left;
	margin: 0px;
	padding: 2px 0px 2px 5px;
/*	background-color: #f3f3f3;
	border: 1px dotted #c9171e; */
	line-height: 1.3em;
}

div.accommodationHotelRoomFee {
	width: 310px;
	margin: 0 0 0 320px;

}

.roomFee {
	border: 1px solid #999999;
	margin: 0px;
	padding: 2px;
	font-size: 0.9em;
	border-collapse: collapse;
}

.roomFeeContentRight {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	background-color: #f7f7f7;
}	
.roomFeeContentCenter {
	border-top: 1px solid #999999;
	background-color: #f7f7f7;
	padding: 0px;
	text-align: center;
}	
.roomFeeContentLeft {
	border-top: 1px solid #999999;
	text-align:center;
	background-color: #f7f7f7;
}	
.roomFeeContentHeadLeft {
	background-color:#CCCCCC;
	border-bottom: 1px solid #999999;
	padding: 2px;
	font-weight:bold;

}	
.roomFeeContentHeadRight {
	background-color:#CCCCCC;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	padding: 2px;
	font-weight:bold;
}

.roomUse {
	font-size: 0.8em;
}

span.hotelName {
	font-size: 1.2em;
	font-weight:bold;
}

/*------------------------------------------
      Registration  
-------------------------------------------*/

span.regDeadLine {
	font-size: 1.5em;
	padding: 3px;
/*	background-color: #f4b3c2; */
}

div.redDeadLine {
	width: 500px;
	padding: 5px 0px 5px 10px;
	border: 1px solid #f00;
}

div#registration {
	font-size: 0.9em;
	width: 710px;
	margin-top: 10px;
	margin-left: 20px;
	padding: 10px;
}

div#registration img {
	border: 0;
}

div.registrationDeadline {
	width: 500px;
	font-size: 1.2em;
	border: 1px solid #333;
	background-color: #d3cbc6;
	padding: 3px;
}

div#registration em {
	font-weight: bold;
	font-style: normal;
}

div#registrationPrivacy {
	width: 500px;
	padding: 5px;
	background-color:#EEE;
	font-size: 0.9em;
	color:#333333;
}

.regFee {
	border: 1px solid #7d7d7d;
	margin: 0px;
	padding: 2px;
	font-size: 1.2em;
	border-collapse: collapse;
}

.regFeeContentHead {
	background-color: #fddac8;
	border-bottom: 1px solid #7d7d7d;
	padding: 2px 5px 2px 3px;
}

.regFeeContentUp {
	border-left: 1px solid #7d7d7d;
	padding: 0 5px 0 5px;
}
.regFeeContentBottom {
	border-left: 1px solid #7d7d7d;
	border-top: 1px solid #7d7d7d;
	padding: 0 5px 0 5px;
}

div.regEncInfo {
	width: 500px;
	font-size: 0.9em;
	color: #999999;
	border: 1px dotted #CCCCCC;
}

.regBankInfo {
	border: 1px solid #7d7d7d;
	margin: 0px;
	padding: 2px;
	font-size: 1.2em;
	border-collapse: collapse;
}

td.regBankInfoLeft {
	background-color: #e7e7eb;
	border-bottom: 1px solid #7d7d7d;
	border-right: 1px solid #7d7d7d;
	padding: 2px 5px 2px 3px;
	text-align: right;
}

td.regBankInfoRight {
/*	background-color: #fddac8; */
	border-bottom: 1px solid #7d7d7d;
	padding: 2px 5px 2px 3px;
	t
}

div#registration img {
	vertical-align: middle;
}

/* --------------------------------------------------
   Program
-----------------------------------------------------*/

div#program {
	font-size: 0.9em;
	width: 710px;
	margin-top: 10px;
	margin-left: 20px;
	padding: 10px;
}

div#program h2 {
	display: block;
	width: 350px;
	padding-left: 5px;
	margin-bottom: 5px;
	border-bottom:2px solid #cccccc;
	font-size: 1.2em;
}

/* ----------------------------------------------------
   Group photos
-------------------------------------------------------*/

div#group_photo {
	width: 466px;
	margin: 10px 0 5px 20px;
}

div#group_photo img {
	border: 0;
}

div#group_photo_caption {
	background-color: #ccc;
	font-size: 0.8em;
	border: 1px solid #bbb;
	padding: 0 0 1px 5px;
	margin: 0 0 1px 0;
}

/* -------------------------------------------------------
  questionnaire
  --------------------------------------------------------*/
  
div#questionnaire_body {
	width: 800px;
	margin: 0;
	padding: 0;	
}
div#questionnaire_content {
	margin: 5px;
	border: 1px solid #dfdfdf;
}

div#questionnaire_content p{
	margin: 5px;
}


div.q_title {
	margin: 5px;
	padding: 2px;
	padding-left: 20px;
	font-size: 150%;
	font-weight:bold;
	background-color: #dfdfdf;
		
}
div.q_item_title {
	font-size: 110%;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	padding: 3px 0 3px 0;
	background-color: #cfcfcf;

}
div.q_item {
	background-color: #efefef;
	padding: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}
div.q_item em {
	font-size: 100%;
	font-style:normal;
	font-weight:bold;
}
div.photopage_link dl dd {
	display:inline;
	border: 1px solid #999999;
	margin: 10px;
	padding: 5px;
	font-size: 115%;
	color:#CC0033;
}
option.q_item_each {
	background-color:#FFCCCC;
	padding-left: 20px;
}

div.q_item dl {
	margin: 0 0 0px;
	padding: 0 10px 10px;
}
div.q_item dl dt {
	float: left;
	width: 0.5em;
	padding: 10px 0;
}
div.q_item dl dd {
	padding: 10px 0 10px 0.5em;
}