/* 共用樣式 */
html, body {
	margin: 0;
	padding: 0;

	font-family: 'Verdana', 'Arial', 'sans-serif';
}

img	{
	border-width: 0;
	behavior: url("../js/iepngfix.htc");
}

/* 顏色 */
.red {
	color: red;
}
.green {
	color: green;
}
.gray {
	color: gray;
}
.silver {
	color: silver;
}
.lightblue {
	color: lightblue;
}
.white {
	color: white;
}
.black {
	color: black;
}


.notice {
	color: red;
}


.hand {
	cursor: pointer;
}
.nohand {
	cursor: '';
}



.style1 {
	color: #333333;
	font-size: 12px;
}
.style2 {
	color: #333333;
	font-size: 12px;
}
.style4 {
	color: #006633;
	font-weight: bold;
	font-size: 16px;
}
.style5 {
	color: #FF6600;
	font-weight: bold;
	font-size: 16px;
}
.style9 {
	font-size: 21px;
	color: #990000;
	font-weight: bold;
}
.style10 {
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}
.style6 {
	color: #c48384;
	font-weight: bold;
	font-size: 16px;
}
.style8 {
	color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.style3 {
	color: #333333
}
.style11 {
	color: #333333;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
}



.tinymce_body {
	font-size: 13px;
}


/****** 基本架構設定 ******/
/* 三層架構 */
#baseX {
	width:100%; height:172px;
	background-image:url('../images/banner-bg.gif'); background-repeat:repeat-x;
	position:absolute; top:0; left:0;
}
#baseY {
	width:100%;
	position: absolute; top:172px; left:0;
}
#baseZ {
	width:100%; height:50px; position:absolute; top: -1000px; left:0;
}

body.mainContent {
	background-image: url('../images/banner-bg.png'); background-repeat: repeat-x;
}


/* 上方橫幅區 */
#branding {
	position: relative; width: 993px; height: 172px; overflow: hidden; margin: 0 auto;
}
#slogan {
	position: absolute; top: 0px; left: 10px; z-index: 10;
}
#season {
	position: absolute; top: 0px; left: 250px; z-index: 9;
}
#sitePath {
	position: absolute; bottom: 0; left: 0; z-index: 3;
	color: rgb(32,192,130); font-size: 13px; line-height: 1.5; font-family: "Verdana", "Arial", "sans-serif";
}
#sitePath a {
	color: rgb(32,192,130);
	text-decoration: none;
}
#sitePath a:hover {
	color: rgb(32,192,130);
	text-decoration: underline;
}

#searchSite {
	position: absolute; bottom: 0; right: 0; z-index: 3;
	color: rgb(5,165,62); font-size: 13px; line-height: 1.5; font-family: "Verdana", "Arial", "sans-serif";
}
#searchSite input {
	vertical-align: middle;
}
#searchSite input.keyword {
	width: 115px;
	border: 1px solid rgb(65,165,211);
	font-size: 13px; line-height: 1.5; font-family: "Verdana", "Arial", "sans-serif";
	margin: 0 5px;
	vertical-align: middle;
}
#searchSite a {
	color: rgb(5,165,62); text-decoration: none;
}
#searchSite a:hover {
	color: rgb(5,165,62); text-decoration: underline;
}
#memberLogin {
	position: absolute; top: 0; right: 0; z-index: 3;
	width: 241px; height: 126px;
	color:rgb(91,91,91); font-size: 13px; line-height: 1.5; font-family: "Verdana", "Arial", "sans-serif";
}
#memberLogin .mLtxt {
	position:absolute; top:0; left:20px;
	font-weight: bold;
}
#memberLogin .mLaccount {
	position:absolute; top:5px; left:50px;
}
#memberLogin .mLaccount input {
	width: 80px;
}
#memberLogin .mLpassword {
	position:absolute; top:35px; left:50px;
}
#memberLogin .mLpassword input {
	width: 80px;
}
#memberLogin .mLgo {
	position:absolute; top:7px; left:180px;
}
#memberLogin .mLjoin {
	position:absolute; top:65px; left:90px;
}
#memberLogin .mLjoin a {
	color:rgb(91,91,91); text-decoration: none;
}
#memberLogin .mLjoin a:hover {
	color:rgb(91,91,91); text-decoration: underline;
}
#memberLogin .mLforgot {
	position:absolute; top:65px; left:165px;
}
#memberLogin .mLforgot a {
	color:rgb(91,91,91); text-decoration: none;
}
#memberLogin .mLforgot a:hover {
	color:rgb(91,91,91); text-decoration: underline;
}


/* 下方頁尾 */
#copyright {
	width: 900px; height: 40px;
	overflow: hidden;
	margin: 2px auto;
	text-align: center;
	font-size: 13px; line-height: 1.5; color: rgb(16,144,221); font-family: "Verdana", "Arial", "sans-serif";
}
#copyright a {
	color: rgb(16,144,221);
	text-decoration: none;
}
#copyright a:hover {
	color: rgb(16,144,221);
	text-decoration: underline;
}
#copyrighti {
	width: 900px; height: 40px;
	overflow: hidden;
	margin: 2px auto;
	text-align: center;
	font-size: 13px; line-height: 1.5; color: rgb(16,221,108); font-family: "Verdana", "Arial", "sans-serif";
	background-image: url('../images/logo-s.gif'); background-repeat: no-repeat; background-position: top 10px;
}
#copyrighti a {
	color: rgb(16,221,108);
	text-decoration: none;
}
#copyrighti a:hover {
	color: rgb(16,221,108);
	text-decoration: underline;
}


/* 中央主架構 */
#skeleton {
	width: 993px;
	margin: 0 auto;
	position: relative;
}

/* 側邊欄 */
#sidebar {
	width: 170px;
	position: absolute; left: 0; top: 5px;
}
#sidebar ul.first {
	width: 170px; height: 245px;
	text-align: center;
	list-style-type: none;
	margin: 20px 0 0 0; padding: 0 0 0 0;
	background-image: url(../images/menu-bg.png); background-repeat: no-repeat;
	position: relative; top: 0; left: 0;
}
#sidebar ul.first li {
	line-height: 35px;
	width: 170px;
	position: relative; top: 0; left: 0;
}
#sidebar ul.second {
	text-align: center;
	list-style-type: none;
	margin: 0; padding: 0;
	position: absolute; left: 130px; top: 0;
	width: 120px;
	display: none;
	background-color: #f9fdf0;
	border: 1px solid #c9e49e;
}
#sidebar ul.second li {
	width: 120px;
}
#sidebar ul.second li a {
	font-size: 15px; line-height: 1.8; color: #676767; font-family: "Verdana", "Arial", "sans-serif";
	text-decoration: none;
}
#sidebar ul.second li a:hover {
	color: #0fa471;
	text-decoration: underline;
}

#sidebar ul.third {
	text-align: center;
	list-style-type: none;
	margin: 0; padding: 0;
	position: absolute; left: 110px; top: 0;
	width: 200px;
	display: none;
	background-color: #f9fdf0;
	border: 1px solid #c9e49e;
}
#sidebar ul.third li {
	width: 200px;
	text-align:left;
}
#sidebar ul.third li a {
	font-size: 13px; line-height: 1.8; color: #676767; font-family: "Verdana", "Arial", "sans-serif";
	text-decoration: none;
}
#sidebar ul.third li a:hover {
	color: #0fa471;
	text-decoration: underline;
}

div.mAds {
	margin: 5px auto;
}


/* 中央內容 */
#content {
	position: absolute;
	left: 180px;
	top: 0;
	width: 630px;
}

/* 側邊欄 */
#ads {
	width: 170px;
	position: absolute;
	left: 820px;
	top: 5px;
}
/****** 基本架構設定 End ******/



/****** 系統訊息 ******/
#sysMsg {
	width: 630px; height: 300px;
	margin: 20px auto; padding-top: 20px;
	border: 1px solid rgb(213,233,181);
}
#sysMsg ul {
	font-size: 15px; line-height: 1.8; color: red; font-weight: bold; font-family: "Verdana", "Arial", "sans-serif";
	list-style-type: none;
}
#sysMsg ul li {
	font-size: 15px; line-height: 1.5; color: rgb(117,117,117); font-family: "Verdana", "Arial", "sans-serif";
}
/****** 系統訊息 End ******/



/****** 內容列表 ******/
div.posts {
	width: 630px;
}
div.posts h4 {
	height: 25px;
	margin: 2px auto;
	font-size: 21px; line-height: 1.2; color: rgb(25,167,111); font-family: "Verdana", "Arial", "sans-serif";
}
div.posts h4 a {
	color: rgb(25,167,111);
	text-decoration: none;
}
div.posts h4 a:hover {
	color: white;
	background-color: rgb(25,167,111);
	text-decoration: underline;
}

div.posts h5 {
	margin: 2px auto;
	font-size: 13px; line-height: 1.2; color: rgb(149,149,149); font-family: "Verdana", "Arial", "sans-serif"; font-weight: normal;
}

div.postsFoot {
	width: 630px;
	font-size: 13px; line-height: 1.5; color: rgb(25,167,111); font-family: "Verdana", "Arial", "sans-serif";
	border-bottom: 2px solid rgb(222, 222, 222);
	margin-bottom: 20px;
}
div.postsFoot div.postsFootReplyNo {
	float: right;
}
div.postsFoot a {
	color: rgb(25,167,111);
	text-decoration: none;
}
div.postsFoot a:hover {
	color: rgb(25,167,111);
	text-decoration: underline;
}

div.postsPages {
	width: 630px;
	font-size: 13px; line-height: 1.5; color: rgb(32,192,130); font-family: "Verdana", "Arial", "sans-serif";
	text-align: center;
}
div.postsPages ul {
	margin: 0;
	padding: 0;
}
div.postsPages ul li {
	display: inline;
	padding-right: 20px;
}
div.postsPages ul li a {
	color: #666666;
	text-decoration: none;
}
div.postsPages ul li a:hover {
	color: rgb(32,192,130);
	text-decoration: underline;
}
div.postsPages ul li.now {
	color: orange; font-weight: bold;
}

/****** 內容列表 End ******/



/****** 內容 ******/
div.post {
	width: 785px;
}
div.post h4 {
	height: 25px;
	margin: 2px auto;
	font-size: 21px; line-height: 1.2; color: rgb(25,167,111); font-family: "Verdana", "Arial", "sans-serif";
}
div.post h5 {
	margin: 2px auto;
	font-size: 13px; line-height: 1.2; color: rgb(149,149,149); font-family: "Verdana", "Arial", "sans-serif"; font-weight: normal;
}
div.postReplyList {
	width: 785px;
	font-size: 13px; line-height: 1.5; color: rgb(25,167,111); font-family: "Verdana", "Arial", "sans-serif";
	margin-top: 20px; margin-bottom: 20px;
}
#replyList {
	width: 785px;
	background-color:#FFFDDF;
	border:1px dashed #DFDA6A;;
	font-size: 13px; line-height: 1.5; font-family: "Verdana", "Arial", "sans-serif";
}
#replyList table td.date {
	color: gray;
}
#replyList table td.hits {
	color: darkgreen;
}
#replyList table td.member {
	color: navy;
}


#replyForm {
	width: 600px; height: 250px;
	font-size: 13px; line-height: 1.5; color: rgb(25,167,111); font-family: "Verdana", "Arial", "sans-serif";
	background-color: #E5E7CC;
	text-align: center;
	position: absolute; top: 100px; left: 100px; z-index: 15;
	display: none;
	border: 2px double lightblue;
}
#replyForm dl {
	margin: 10px auto; padding: 0;
}
#replyForm dl dt {
	float: left; width: 100px; text-align: right;
}
#replyForm dl dd {
	text-align: left; margin-bottom: 5px;
}
#replyForm input.title {
	width: 400px;
}
#replyForm textarea.content {
	width: 400px; height: 100px;
}
#replySend {
	border: 1px solid black;
	font-size: 13px; line-height: 1.2; font-family: Verdana, Arial, sans-serif;
}
#replyNo {
	border: 1px solid black;
	font-size: 13px; line-height: 1.2; font-family: Verdana, Arial, sans-serif;
}
#replyForm ul {
	list-style-type: none;
	margin: 5px auto;
	width: 200px; height: 20px;
}
#replyForm ul li {
	display: inline;
	margin-left: 30px;
}
/****** 內容 End ******/



/****** 上天下地 ******/
#content.clubs {
	position: absolute; left: 180px; top: 0;
	width: 813px;
}

#clublistbg{
	position:absolute;
	margin-left:-20px;*margin-left:-70px;_margin-left:-70px;
	margin-top:10px;
	width:120px; height:727px;
}
#clubLists {
	float: right;
	width: 100px; height: 750px;
	text-align: center;
}

#clubImages {
	position: relative; left: 10px; top: 0;
	width: 670px; height: 274px;
	text-align: center;
	background-image: url('../images/clubs-ad-bg.gif');
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 18px;
}
div.clubImageDesc {
	position: absolute; left: 12px; bottom: 34px; z-index: 15;
	color: lightcoral; font-weight: bold; font-size: 15px; line-height:1; font-family: Verdana, Arial, sans-serif;
	background-color: black; padding: 3px;width:639px;
}
#clubImageLists {
	position: relative; left: 10px; top: 5px;
	width: 670px; height: 100px;
	text-align: center;
	background-image: url('../images/clubs-bg.gif');
	background-repeat: no-repeat;
	background-position: center top;
}

div.bbsPostList {
	width: 670px;
	font-size: 13px; line-height: 1.5; color: rgb(25,167,111); font-family: "Verdana", "Arial", "sans-serif";
	margin-top: 20px; margin-bottom: 20px;
}
#replyList {
	width: 780px;
	background-color:#FFFDDF;
	border:1px dashed #DFDA6A;;
	font-size: 13px; line-height: 1.5; font-family: "Verdana", "Arial", "sans-serif";
}
#replyList table td.date {
	color: gray;
}
#replyList table td.hits {
	color: darkgreen;
}
#replyList table td.member {
	color: navy;
}
/****** 上天下地 End ******/


/****** 上天下地 文章發表 ******/
#postForm {
	width: 670px; height: 500px;
	font-size: 13px; line-height: 1.5; color: rgb(25,167,111); font-family: "Verdana", "Arial", "sans-serif";
	text-align: center;
}
#postForm dl {
	margin: 10px auto; padding: 0;
}
#postForm dl dt {
	float: left; width: 100px; text-align: right;
}
#postForm dl dd {
	text-align: left; margin-bottom: 5px;
}
#postForm input.title {
	width: 550px;
}
#postForm textarea.content {
	width: 550px; height: 400px;
}
#postSend {
	border: 1px solid black;
	font-size: 13px; line-height: 1.2; font-family: Verdana, Arial, sans-serif;
}
#postNo {
	border: 1px solid black;
	font-size: 13px; line-height: 1.2; font-family: Verdana, Arial, sans-serif;
}
#postForm ul {
	list-style-type: none;
	margin: 5px auto;
	width: 200px; height: 20px;
}
#postForm ul li {
	display: inline;
	margin-left: 30px;
}
/****** 上天下地 文章發表 End ******/

/****** 上天下地 文章檢視 ******/
div.bbsPost {
	width: 670px;
}
div.bbsPost h4 {
	font-size:24px;
	color:#80621C;
	font-weight:bold;
	line-height: 1.1;
	margin: 3px;
}
div.bbsPostContent {
	width: 658px;
	margin: 0 auto; padding:5px;
	border:1px solid #FFCC33; 
	background-color:#edd594;	
	font-size:15px;
	font-weight:bold;
	color:#7B5A35;
	line-height: 1.5;
}
div.bbsPostContent ul {
	list-style-type: none;
	margin: 2px auto 10px auto; padding: 2px;
	font-size:13px;
	width: 650px; height: 20px;
	font-size:13px; font-weight:bold; line-height: 1.1;
}
div.bbsPostContent ul li {float: left;}
div.bbsPostContent ul li.author {width: 300px;}
div.bbsPostContent ul li.time {width: 210px;}
div.bbsPostContent ul li.hits {width: 100px; text-align: right;}

#bbsReplyForm {
	width: 600px; height: 250px;
	font-size: 13px; line-height: 1.5; color: rgb(25,167,111); font-family: "Verdana", "Arial", "sans-serif";
	background-color: #E5E7CC;
	text-align: center;
	position: absolute; top: 100px; left: 220px; z-index: 15;
	display: none;
	border: 2px double lightblue;
}
#bbsReplyForm dl {
	margin: 10px auto; padding: 0;
}
#bbsReplyForm dl dt {
	float: left; width: 100px; text-align: right;
}
#bbsReplyForm dl dd {
	text-align: left; margin-bottom: 5px;
}
#bbsReplyForm input.title {
	width: 400px;
}
#bbsReplyForm textarea.content {
	width: 400px; height: 100px;
}
#bbsReplySend {
	border: 1px solid black;
	font-size: 13px; line-height: 1.2; font-family: Verdana, Arial, sans-serif;
}
#bbsReplyNo {
	border: 1px solid black;
	font-size: 13px; line-height: 1.2; font-family: Verdana, Arial, sans-serif;
}
#bbsReplyForm ul {
	list-style-type: none;
	margin: 5px auto;
	width: 200px; height: 20px;
}
#bbsReplyForm ul li {
	display: inline;
	margin-left: 30px;
}

/****** 上天下地 文章檢視 End ******/


/****** 加入會員 ******/
#memberAgree {
	width:600px; height:400px;
	overflow:auto;
	border: 1px solid rgb(0,128,0);
	margin:10px; padding:10px;
	font-size: 13px; line-height: 1.5; font-family: Verdana, Arial, sans-serif;
}
#agreeSend {
	list-style-type: none;
	margin: 5px auto;
	width: 200px;
	height: 40px;
}
#agreeSend li {
	display: inline;
	font-size: 15px; line-height: 1.8; font-family: Verdana, Arial, sans-serif;
	margin-left: 30px;
	margin-bottom: 3px;
}
#agreeSend li a {
	border: 1px solid black;
	padding: 3px 3px 2px 3px;
	color: black;
	text-decoration: none;
}
#agreeSend li a:hover {
	color: black;
	text-decoration: none;
	background-color: #EEEEEE;
}
/****** 加入會員 End ******/

/****** 加入會員 填寫個人資料 End ******/
span.joinNotice {
	font-size: 11px;
	color: rgb(116,116,116);
}
span.must {
	color: red;
}
#memberJoin {
	font-size: 13px; line-height: 1.5; font-family: Verdana, Arial, sans-serif;
}
#memberJoin dl.first {
	margin: 5px 0 0 0; padding: 5px 0 0 0;
	border-top: 1px dotted rgb(116,116,116);
}
#memberJoin dl.second {
	margin: 5px 0 0 0; padding: 5px 0 0 0;
	border-top: 1px dotted rgb(116,116,116);
	border-bottom: 1px dotted rgb(116,116,116);
}
#memberJoin dl dd {
	float: left;
	width: 100px;
	text-align: right;
}
#memberJoin dl dt {
	margin-bottom: 5px;
}
#memberJoin dl dt input {
}
#memberJoin input.inTxt {
	font-size: 13px; line-height: 1.5; font-family: Verdana, Arial, sans-serif;
	width: 100px; height: 15px;
	vertical-align: middle;
}
#memberJoin input.inTxt3 {
	font-size: 13px; line-height: 1.5; font-family: Verdana, Arial, sans-serif;
	width: 50px; height: 15px;
	margin-right: 10px;
	vertical-align: middle;
}

#memberJoin select.inTxt {
	font-size: 13px; line-height: 1.2; font-family: Verdana, Arial, sans-serif;
	vertical-align: middle;
}

#joinSend {
	list-style-type: none;
	margin: 5px auto;
	width: 250px; height: 50px;
}
#joinSend li {
	display: inline;
	margin-left: 30px;
}
#joinSend li input {
	font-size: 13px; line-height: 1.2; font-family: Verdana, Arial, sans-serif;
	border: 1px solid black;
	padding: 3px;
	color: black;
}
/****** 加入會員 填寫個人資料 End ******/



/****** 忘記密碼 ******/
#memberForgot {
	font-size: 13px; line-height: 1.5; font-family: Verdana, Arial, sans-serif;
}
#memberForgot input.email {
	width: 300px;
	vertical-align: middle;
}
#memberForgot input.submit {
	font-size: 13px; line-height: 1.5; font-family: Verdana, Arial, sans-serif;
	margin-left: 20px; padding: 0 20px;
	border: 1px solid #ccc;
	vertical-align: middle;
}
/****** 忘記密碼 End ******/

/* 討論區表單 */
.stripeMe{border:1px solid #C0E4E1; border-collapse:collapse;}
.stripeMe a{font-size:13px; color:#666666; text-decoration:none;}
.stripeMe a:hover{color:#990000; text-decoration:underline;}
.stripeMe th{background-color:#D6FBCC; padding:5px; font-size:13px; font-weight:bold; color:#666666; border:1px solid #FFFFFF; border-collapse:collapse;}
.stripeMe td{background-color:#ffffff; padding:5px; font-size:13px; color:#666666; border:1px solid #FFFFFF; border-collapse:collapse;}
tr.alt td {background-color:#F2FFF0;}
tr.over td {background-color:#DCFCCD;}
.forum_title{font-size:24px; color:#80621C; font-weight:bold;}
.forumlink a{font-size:13px; color:#666666; text-decoration:none;}
.forumlink a:hover{color:#990000; text-decoration:underline;}

.fontbase{color:#666666; font-size:13px;}
.fontbase a{color:#0099CC; font-size:13px; text-decoration:none;}
.fontbase a:hover{ text-decoration:underline;}
.fontcamtitle{font-size:18px; font-weight:bold; color:#800000}

/* 校園專案 */
#forcampub{ line-height:1.8em;}
#forcampub table{border-collapse:collapse; border:1px solid #CCCCCC;}
#forcampub td{border-collapse:collapse; border:1px solid #CCCCCC;}

.imgborder{border:1px solid #CCCCCC;}
.fontsubtitle{ font-size:15px; font-weight:bold; color:#666666;}

/* 校園專案 台大物理 */
#campusPosts {
}
#campusPosts td {
	font-size: 13px;
	font-family: "Verdana", "Arial", "sans-serif";
	line-height: 1.5;
	color: black;
	text-align: center;
}
#campusPosts td.even {
	background-color: rgb(229,229,229);
}
#campusPosts td.postSubject {
	text-align: left;
}

#campusPosts td div.postSubject {
	margin-left: 2px;
	margin-right: auto;
	width: 100%;
	cursor: pointer;
}
#campusPosts td div.postContent {
	display: none;
}

/* 校園專案 台大物理 - 發問 */
#campusAsks {
	font-size: 13px;
	font-family: "Verdana", "Arial", "sans-serif";
	line-height: 1.5;
}
#campusAsks th {
	font-weight: normal;
	text-align: right;
}



/* 校園專案 台大物理 - 問題檢視 */
#campusReply {
	font-size: 13px;
	font-family: "Verdana", "Arial", "sans-serif";
	line-height: 1.5;
}
#campusReply th {
	font-weight: normal;
	text-align: right;
}
#campusReply span.ask {
	font-weight: normal;
	color: lightcoral;
}