﻿/* CSS Document */
*{margin:0 auto; padding:0}

body
{
	margin: 0px;
	background-image: url(images/atgx20150720-back.jpg);
	background-repeat:repeat-x;
	background-color:#ECECEC;
	color: #666;
}

a:hover{color: #CC3300;text-decoration:underline;}
a{color: #006699;text-decoration: none;}

td{line-height:30px;}


/* 上方 */
#top{
	background-image:url(images/atgx20150720-top.jpg);
	background-repeat:no-repeat;
	height:198px;
	}
	
#top p
{
    display:none;
}

	
#top_bar{
	background-image:url(images/atgx20150720-top-bar.jpg);
	background-repeat:no-repeat;
	height:75px;
	text-align:right;
	padding-right:50px;
	}

#top_bar a{
	background-position:left;
	background-repeat:no-repeat;
    margin-right:10px;
    padding-left:26px;
    line-height:46px;
	font-size: 1em;
	font-family:"微軟正黑體", Verdana, Geneva, sans-serif; 
	font-weight:bold;
	text-decoration:none;
    color:#000;
}
    #top_bar a:hover {
        color: #900;
        text-decoration: none;
    }

#top_bar_btns{width:760px; float:left;}
#top_bar_logout{width:70px;float:right;}

a:hover.a-logout{color: #F00;}
a.a-logout{color:#930; }
  
.button{text-align:center; vertical-align:bottom;}

/* 主內容 */
/* 活動資訊*/
#contents { clear:both; width:80%;	min-height:260px; }
#contents fieldset{border:2px solid #8dc220; margin:0px;}
#contents legend { padding-left:1px; margin:0px 20px;}
#contents legend #Img_Subtitle1 {background-repeat:no-repeat; background-image:url(images/atgx20150720-subtitle-1-info.png); width:141px; height:160px; border:0px; }
#contents legend #Img_Subtitle2 {background-image:url(images/atgx20150720-subtitle-2.png); width:150px; height:160px; border:0px; background-repeat:no-repeat; vertical-align:middle;}
#contents legend #LBLTitle {vertical-align:baseline;}
#contents #Img_Subtitle3 {background-image:url(images/atgx20150720-subtitle-3.png); width:150px; height:112px; border:0px;background-repeat:no-repeat; margin-top:20px;}

#Img_Subtitle1_schedule {background-image:url(images/atgx20150720-subtitle-1-schedule.png); width:141px; height:110px; border:0px; background-repeat:no-repeat;}
#Img_Subtitle1_teacher {background-image:url(images/atgx20150720-subtitle-1-teacher.png); width:141px; height:110px; border:0px; background-repeat:no-repeat;}
#Img_Subtitle1_attach {background-image:url(images/atgx20150720-subtitle-1-attach.png); width:175px; height:42px; border:0px; background-repeat:no-repeat;}
#Img_Subtitle1_connect {background-image:url(images/atgx20150720-subtitle-1-connect.png); width:140px; height:36px; border:0px; background-repeat:no-repeat;}
#Img_Subtitle1_notes {background-image:url(images/atgx20150720-subtitle-1-notes.png); width:140px; height:37px; 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: #eaeaea;
	border-bottom: solid 1px #DBDBDB;
	border-top: solid 1px #DBDBDB;
	padding-top: 3px;
	color: #355993;
	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/atgx20150720-foot.png);
	background-repeat: no-repeat;
	height: 125px;
}
	
#foot p
{
	margin-left: 50px;
	padding-top:70px;
	color: #630;
	text-align:center;
	font-family: Verdana;
	font-size: 0.8em;
}	
	
a:hover.a-foot
{
	text-decoration: underline;
	color:#360;
}
a.a-foot
{
	text-decoration: none;
	color: #FF3;
}
a:hover.a-pm
{
	text-decoration: underline;
	color:#930;
}
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/atgx20150720-popup.jpg);  margin:0px auto; background-repeat:no-repeat;}
#showpop p
{
	padding-top:220px;
	padding-left:120px;
	padding-right:50px;
	text-align: left;
	line-height: 26px;
	color: #355993;
}
#showpop div{margin-right:100px; margin-left:60px; margin-top:30px; text-align:right; line-height:30px;}   /* button 位置 */
#showpop .spacial
{
	color: #930;
	font-weight: bold;
}




/* for writer used 徵稿 */
#contents #Img_Subtitle_Writer {background-image:url(images/atgx20150720-subtitle-writer.png); width:131px; height:29px; border:0px;background-repeat:no-repeat; margin-top:20px;}
