﻿/* CSS Document */
*{margin:0 auto; padding:0}

body
{
	margin: 0px;
	background-image: url(images/tiexm2010110910-back.gif);
	color: #666666;
}

a:hover{color: #CC3300;text-decoration:underline;}
a{color: #006699;text-decoration: none;}

td{line-height:30px;}

/*
#layout{background-image:url(images/tiexm2010110910-content-back.jpg); background-position:bottom right; background-repeat:no-repeat;}
*/

/* 上方 */
#top{
	background-image:url(images/tiexm2010110910-top.jpg);
	background-repeat:no-repeat;
	height:177px;
	}
	
#top p
{
	margin-left: 360px; 
	width:200px;
	font-family: 微軟正黑體;
	font-weight: bold;
	font-size: 0px;
	color: #FF7200;
	padding-top: 70px;
	padding-left: 80px;
}

	
#top_bar{
	background-image:url(images/tiexm2010110910-top-bar.jpg);
	background-repeat:no-repeat;
	height:40px;
	text-align:right;
	padding-right:40px;
	}

#top_bar a{
	background-image: url(images/tiexm2010110910-btn-back.jpg);
	font-size: 1em;
	font-weight:bold;
	text-decoration:none;
	margin-right:10px;
}

#top_bar_btns{width:480px; float:left; margin-left:280px;}
#top_bar_logout{width:80px;float:right;}

a:hover.a-activity{color:#F30;}
a.a-activity{margin-left:20px;	color:#FFF;}

a:hover.a-signup-local{color: #F30;}
a.a-signup-local{color:#FFF;}

a:hover.a-signup{color: #F30;}
a.a-signup{color:#FFF;}

a:hover.a-listing{color: #F30;}
a.a-listing{color:#FFF;}

a:hover.a-logout{
	color: #F00;
}
a.a-logout{color:#F90; }
  

/* 主內容 */
/* 活動資訊*/
#contents { clear:both; width:80%;	min-height:260px; }
#contents fieldset{border:2px solid #88b029;}
#contents legend { padding-left:1px; margin-top:0px;}
#contents legend #Img_Subtitle1 {background-image:url(images/tiexm2010110910-subtitle-1-info.jpg); width:148px; height:73px; border:0px; background-repeat:no-repeat;}
#contents legend #Img_Subtitle2 {background-image:url(images/tiexm2010110910-subtitle-2.jpg); width:194px; height:73px; border:0px; background-repeat:no-repeat; vertical-align:middle;}
#contents legend #LBLTitle {vertical-align:baseline;}
#contents #Img_Subtitle3 {background-image:url(images/tiexm2010110910-subtitle-3.jpg); width:148px; height:73px; border:0px;background-repeat:no-repeat; margin-top:20px;}

#Img_Subtitle1_schedule {background-image:url(images/tiexm2010110910-subtitle-1-schedule.jpg); width:148px; height:73px; border:0px; background-repeat:no-repeat;}
#Img_Subtitle1_teacher {background-image:url(images/tiexm2010110910-subtitle-1-teacher.jpg); width:148px; height:73px; border:0px; background-repeat:no-repeat;}
#Img_Subtitle1_attach {background-image:url(images/tiexm2010110910-subtitle-1-attach.jpg); width:174px; height:29px; border:0px; background-repeat:no-repeat;}
#Img_Subtitle1_connect {background-image:url(images/tiexm2010110910-subtitle-1-connect.jpg); width:174px; height:31px; border:0px; background-repeat:no-repeat;}
#Img_Subtitle1_notes {background-image:url(images/tiexm2010110910-subtitle-1-notes.jpg); width:174px; height:32px; border:0px; background-repeat:no-repeat;}

#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: #333;
	border-bottom: solid 1px #DBDBDB;
	border-top: solid 1px #DBDBDB;
	padding-top: 3px;
	color: #FFFFCC;
	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%;
}

#formdata table td
{
	text-align:left;
}

#filter{width:90%; margin-top:20px; margin-bottom:20px;}

/* 底部 */
#foot
{
	background-image: url(images/tiexm2010110910-foot.jpg);
	background-repeat: no-repeat;
	height: 80px;
	margin-top:40px;
}
	
#foot p
{
	margin-left: 50px;
	padding-top:50px;
	color: #9F9;
	text-align:center;
	font-family: Verdana;
	font-size: 0.8em;
}	
	
a:hover.a-foot
{
	text-decoration: underline;
	color:#FC0;
}
a.a-foot
{
	text-decoration: none;
	color: #FF3;
}
a:hover.a-pm
{
	text-decoration: underline;
	color:#CC3300;
}
a.a-pm
{
	text-decoration: none;
	color: #FF9;
}

/* 分頁 */
.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:540px; background-image:url(images/tiexm2010110910-popup.jpg);  margin:0px auto; background-repeat:no-repeat;}
#showpop p
{
	padding-top:200px;
	padding-left:100px;
	padding-right:50px;
	text-align: left;
	line-height: 30px;
	color: #333;
}
#showpop div{margin-right:50px; margin-left:370px; text-align:left; line-height:30px;}   /* button 位置 */
#showpop .spacial
{
	color: #600;
	font-weight: bold;
}




/* for writer used 徵稿 */
#contents #Img_Subtitle_Writer {background-image:url(images/tiexm2010110910-subtitle-2.jpg); width:180px; height:30px; border:0px;background-repeat:no-repeat; margin-top:20px;}
