﻿/* CSS Document */
*{margin:0 auto; padding:0}
body
{
	margin: 0px;
	background-image: url(images/english-back.gif);
	color: #666666;
}

a:hover{	color: #CC3300;	text-decoration: underline;}
a{	color: #006699;	text-decoration: none;}

td{ line-height:30px;}

/* 上方 */
#dv_home_version {
    font-size: 1.1em;
    font-family: Verdana 微軟正黑體;
    font-weight:bold;
}

#top{
	background-image:url(images/english-top.jpg);
	background-repeat:no-repeat;
	height:150px;
	}
	
#top p
{
	margin-left: 150px; /*	font-family: 標楷體;*/
	padding-top: 20px;
	font-family: 微軟正黑體;
	font-weight: bold;
	font-size: 1.6em;
	color: White;
	width:600px;
}
	
#top_bar{
    background-color:white;
    background-repeat:no-repeat;
	height:45px;
	text-align:right;
	}
	
#top_bar_btns{width:750px; margin-top:10px; float:left;}
#top_bar_logout{width:100px; margin-top:10px; margin-right:20px; float:right;}

#top_bar a{
	background-color:#DBDBDB;
    background-origin:border-box;
	width: auto;
	background-repeat: no-repeat;
	font-size: 0.9em;
	padding: 4px 10px;
	text-align: center;
	display:inline-block;
    border-radius:10px 10px 0px 0px;
    border:1px #999 dotted;


}

a.a-personal-info {
    background: none;
}

.button{text-align:right; vertical-align:bottom;}


/* 主內容 */
/* 活動資訊*/
#contents fieldset{border:2px solid #999;}
#contents {clear:both; width:80%;	min-height:260px;}
#contents legend {padding-left:10px; margin-top:30px;}
#contents legend #Img_Subtitle1 {background-image:url(images/english-subtitle-1-info.jpg); width:245px; height:45px; border:0px;}
#Img_Subtitle1_schedule {background-image:url(images/english-subtitle-1-schedule.jpg); width:165px; height:45px; border:0px; background-repeat:no-repeat;}
#Img_Subtitle1_teacher {background-image:url(images/english-subtitle-1-teacher.jpg); width:250px; height:45px; border:0px; background-repeat:no-repeat;}
#Img_Subtitle1_attach {background-image:url(images/english-subtitle-1-attach.jpg); width:170px; height:30px; border:0px; background-repeat:no-repeat;}
#Img_Subtitle1_connect {background-image:url(images/english-subtitle-1-connect.jpg); width:215px; height:35px; border:0px; background-repeat:no-repeat;}
#Img_Subtitle1_notes {background-image:url(images/english-subtitle-1-notes.jpg); width:110px; height:35px; border:0px; background-repeat:no-repeat;}

/*填寫報名資料標題*/
#contents legend #Img_Subtitle2 {background-image:url(images/english-subtitle-2.jpg); width:195px; height:50px; border:0px; background-repeat:no-repeat;}
#contents legend #LBLTitle {vertical-align:baseline;}
#contents #Img_Subtitle3 {background-image:url(images/english-subtitle-3.jpg); width:220px; height:45px; border:0px; margin:20px 0px 10px 0px;}


/*徵稿資料標題*/
#contents #Img_Subtitle_Writer{background-image:url(images/english-subtitle-writer.jpg); width:190px; height:40px; border:0px; background-repeat:no-repeat; margin-top:38px; margin-left:11px;}
#contents #Img_Subtitle_Submission {background-image:url(images/english-subtitle-submission.jpg); width:330px; height:30px; border:0px; background-repeat:no-repeat;}
#contents #Img_Subtitle_Contact {background-image:url(images/english-subtitle-contact.jpg); width:350px; height:30px; border:0px; background-repeat:no-repeat; font-size:0px;}


    /*投稿名單及徵稿通過名單（List for 投稿文章; List_A for  第一、二階段）*/
#contents #Img_Subtitle_Writer_List {background-image:url(images/english-subtitle-writer-list.jpg); width:250px; height:40px; border:0px; background-repeat:no-repeat;}
#contents #Img_Subtitle_Writer_List_A {background-image:url(images/english-subtitle-writer-list-a.jpg); width:325px; height:40px; border:0px; background-repeat:no-repeat;}
#contents #Img_Subtitle_Writer_List_A2 {background-image:url(images/english-subtitle-writer-list-a2.jpg); width:305px; height:40px; border:0px; background-repeat:no-repeat;}

/*個資公告標題*/
#Img_Subtitle_notify{background-image:url(images/english-subtitle-notify.jpg); width:275px; height:45px; border:0px; background-repeat:no-repeat; margin:20px 0px;}


#contents h3
{
	margin-top:20px;
	margin-left: 36px;
	color: #525252;
}
#contents p{margin-left:36px; margin-right:20px; line-height:30px;}
#contents .inline
{
	margin-left: 36px;
	font-size:large;
	font-weight:bold;
	line-height:50px;
	vertical-align:middle;
	color: #525252;
}

#contents .subtitle{	margin-top: 40px;}
#contents .p-inline{margin-left:36px; margin-right:20px; line-height:30px; float:left;}
#contents hr
{
	border-top-style: solid;
	border-top-color: #E8BFA5;
	margin-top: 30px;
	margin-bottom: 10px;
}



/* 議程 學者專家*/
#schedule table, #teacher table, #listing1 table
{
	width:100%;
}

#schedule table tr td, #teacher table tr td, #listing1 table tr td
{
	font-size: 1em;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	line-height: 160%;
	padding:6px;
	background-color:White;
}
	
#schedule table thead tr td a{
	font-size: 12px;
	text-align: right;
	color: #669999;
	margin-left: 5px;
	margin-right: 5px;
	}
	
#schedule table thead th, #teacher table thead th,  #listing1 table thead th
{
	font-weight: bold;
	background-color: #DBDBDB;
	border-bottom: solid 1px #DBDBDB;
	border-top: solid 1px #DBDBDB;
	padding-top: 3px;
	color: #5E5E5E;
	line-height: 160%;
	border-top-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
}
#schedule table tbody, #teacher table tbody, #listing1 table tbody
{
	color: #666666;
}

#attach, #connect, #notes{ margin-top:20px;}
#attach p, #connect p{line-height:140%;}


/* 報名 */

#formdata table th
{
	text-align:right;
	font-weight:normal;
	line-height:200%;
	width:30%;
}

#formdata table td
{
	text-align:left;
}




#filter{width:90%; margin-top:20px; margin-bottom:20px;}

/* 底部 */
#foot
{
	background-image: url(images/default-foot.jpg);
	background-repeat: no-repeat;
	background-color: #E05B04;
	height: 43px;
	line-height: 40px;
}
	
#foot p
{
	margin-left: 10px;
	margin-top:3px;
	color: #FFFF99;
	text-align: center;
	font-family:Verdana;
	font-size: 0.8em;
}	
	
a:hover.a-foot
{
	text-decoration: underline;
	color: #FFFFFF;
}
a.a-foot
{
	text-decoration: none;
	color: #FB7E33;
}
a:hover.a-pm{text-decoration: underline}
a.a-pm{text-decoration: none; color:#663300;}

/* 分頁 */
.ListPager
{
	width: 100%;
	background-color: White;
	font-size: 12px;
	text-align: right;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #808080;
}

.ListPager a{
	font-size: 12px;
	text-align: right;
	color: #669999;
	margin-left: 5px;
	margin-right: 5px;
}


/* 其它 */
.team-title{background-color:#996600; color:#FFFFCC; font-size:13px; line-height:140%;}	
.team-detail{background-color:#FFE4AC; color:#663300; font-size:13px; line-height:140%; padding:4px;}	



#showpop {width:800px; height:600px; background-image:url(images/default-popup.jpg); background-position:top; margin:0 auto;  border:1px gray solid;}
#showpop p
{
	margin: 300px 20px 20px 110px;
	text-align: left;
	line-height: 30px;
	color: #993300;
}
#showpop div{ margin:20px 20px 20px 500px; text-align:right; line-height:30px;}
#showpop .spacial{color:#330000; font-weight:bold;}

