@charset "UTF-8";
/* CSS Document */
/* _給ie6*/
/*Zach原始CSS*/
body{
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}

img{
	border:none;
	text-decoration: none;
}

.mainBg{
	width:100%;
	background:url(../images/subpage_mainBg.gif) repeat-x;
	background-color: #8ebe38;
}

.header{
	float:left;
	height:164px;
	width:100%;
	text-align:center;
}

.mainContent{
	width:960px;
	margin:0 auto;
	clear: left;
	overflow: auto;
	padding:18px 0 80px 0;
	background:url(../images/mainContentBg.png) bottom no-repeat;
	_background:url(../images/mainContentBg_subpage.gif) bottom no-repeat;
}

/*btn style*/
.btnInput{
	cursor: pointer;
	padding: 3px;
	height: 25px;
	background-color: #2C805D;
	border: 1px solid #1F5B42;
	color: White;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 19px;
}

.btnInput:hover{
	background-color: #1F5B42;
}


/*登入區塊------------------------*/
.loginArea{
	width:210px;
	float:left;
}

.loginDiv{
	float:left;
	width:210px;
	height:182px;
	margin:0 0 15px 0;
	background-image:url(../images/loginBg.png);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.loginDiv .inputBg{
	width:156px;
	height:18px;
	float:left;
	margin:67px 0 0 24px;
	color:#3e3e3e;
	font-size:12px;
	padding:0 0 0 4px;
	font-family:Arial, Helvetica, sans-serif;
	
}

.loginDiv .inputBg2{
	width:156px;
	height:18px;
	float:left;
	margin:11px 0 0 24px;
	color:#3e3e3e;
	padding:0 0 0 4px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.loginDiv .forgetDiv{
	width:58px;
	height:21px;
	color:#257694;
	padding:0 0 0 24px;
	line-height:18px;
	margin:17px 0 0 22px;
	float:left;
	background:url(../images/forgetIcon.png) no-repeat;
	_background:url(../images/forgetIcon.gif) no-repeat;
}

.loginDiv .forgetDiv a{
	color:#257694;
}

.loginDiv .loginBtn{
	width:74px;
	height:23px;
	float:left;
	background: url(../images/loginBtn_outBg.jpg);
	display:block;
	margin:15px 0 0 7px;
	color: White;
	border: none;
	cursor: pointer;
}

.loginDiv .loginBtn:hover{
	float:left;
	background: url(../images/loginBtn_overBg.jpg);

}



.loginDiv_in{
	float:left;
	width:210px;
	height:182px;
	margin:0 0 15px 0;
	background-image:url(../images/loginBg_3.png);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.login_welcome{
	background: url(../images/loginBg_titleicon.png);
	width: 165px;
	height: 27px;
	padding: 23px 0 0 45px;
	color: #0e4c44;
}

.login_welcome span{
	font-weight: bold;
}

.login_info{
	height: 70px;
	padding: 15px 30px 0 30px;
	line-height: 20px;
	color: #0e4c44;
}

.loginDiv_in .logout{
	padding-right: 30px;
	text-align: right;
}

.loginDiv_in .logout input{
	width:74px;
	height:23px;
	background: url(../images/loginBtnBg.jpg) no-repeat ;
	border: none;
	color: White;
	line-height: 23px;
	cursor: pointer;
}

.joinDiv{
	width:210px;
	height:56px;
	float:left;
	display:table;
}

.joinDiv a{
	display: block;
	width: 210px;
	height: 56px;
}

/*.visitsCount{
	height:40px;
	width: 210px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #257694;
	font-weight: bold;
	padding-top: 3px;
	position: relative;
	top: 170px;
}*/

.visitsCount{
	height:40px;
	width: 210px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #257694;
	font-weight: bold;
	padding-top: 3px;
	margin-top:40px;
	display:block;
	float:left;
}

.visitsCount p{
	margin-left: 20px;
	line-height: 18px;
}

.visitsCount p span{
	display: inline-block;
	width: 75px;
	text-align: right;
}

/*登入區塊------------------------*/

.rightContent{
	width:726px;
	display:table;
	float:left;
	margin:0 0 0 16px;
	color:#3e3e3e;
	ont-size:12px;
	line-height:22px;
}

.rightContent p{
	color:#3e3e3e;
	line-height:22px;
	font-size:12px;
}

.pageTitleDiv{
	width:726px;
	height:50px;
	float:left;
	background:url(../images/pageTitle_bg.png);
}

.pageTitleDiv img{
	float:left;
	margin:20px 0 0 36px;
}

.siteMap{
	float:right;
	font-size:11px;
	color:#3e3e3e;
	margin:28px 24px 0 0;
}

.siteMap a{
	color: #3e3e3e;
	text-decoration: none;
}

.siteMap a:hover{
	color:#54734c;
}

.pageInfoDiv{
	width:726px;
	float:left;
	background:url(../images/pageInfoDiv_bg.png) repeat-y;
	
}

.pageInfoWideDiv{
	width:706px;
	padding:0 0 0 20px;
	float:left;
	display:table;
	background:url(../images/pageInfoDiv_bg.png) repeat-y;
}

.rightContent .pageInfoDiv h1{
	color: #54734c;
	line-height:22px;
	font-size:12px;
	font-weight:bold;
	margin:5px 0 0 0;
}

.rightContent .pageInfoWideDiv h1{
	color:#54734c;
	line-height:22px;
	width:100%;
	font-size:12px;
	font-weight:bold;
}

.rightContent .pageInfoWideDiv h3{
	
	color:#54734c;
	line-height:22px;
	font-size:16px;
	font-weight:bold;
	margin:30px 0 10px 0;
}

.pageInfoWideDiv ul {
	font-size:12px;
}

.pageInfoWideDiv ul li {
	color: #3e3e3e;
	font-size: 12px;
	line-height: 22px;
	padding:0 0 0 0;
}

.submenu{
	width:170px;
	/*height:300px;*/
	height:430px;
	float:left;
}

.pageRightInfo{
	width:510px;
	padding: 22px 0 0 16px;
	float:left;
}

.pageRightInfo ol{
	display: block;
	font-size: 12px;
	width: 455px;
	margin: 0 0 40px 20px;

}

.pageRightInfo ol li {

	margin: 0 0 5px 0;
	display: block;
	float: left;
	
}

.pageRightInfo ol li .rTxt{
	width: 441px;
	float: left;
	display: block;
}

.pageRightInfo ol li .lTxt{
	width: 14px;
	display: block;
	color: #609030;
	float: left;
	font-weight: bold;
}

.pageRightInfo ol li .rTxt{
	width: 441px;
	float: left;
}

.pageRightInfo ol li .rTxtBold{
	font-weight: bold;
}


.pageRightInfo ul li {
	font-size: 12px;
	line-height: 22px;
}
/* green text */
.pageRightInfo .greenText {
	color: #609030; 
	text-decoration: none;
}
/* green A B C D color */
.pageRightInfo .boldGreen {
	color: #609030;
	font-weight: bold;
	margin: 0 0 0 20px;
}

.pageRightInfo_content{
	padding-left: 10px;
}

.pageRightInfo_content p{
	margin-bottom: 20px;
}

.pageRightInfoWide{
	width:610px;
	padding:22px 0 0 40px;
	float:left;
}


.pageRightInfoWide p{
	margin-bottom: 20px;
}


/*NEWS---------------------------------*/

.newsTable{
	width:610px;
	float:left;
	font-size:12px;
	border-collapse: collapse;
}

.newsTable a{
	color:#4b4b4b;
	text-decoration:none;
}

.newsTable a:hover{
	color:#54734c;
	text-decoration:none;
}


.newsTable td{
	border-bottom-width:1px;
	border-bottom-color:#6b834b;
	border-bottom-style:dotted;
	padding:15px 4px 0 10px;
	
}

.newsTable .newsDate{
	font-size:12px;
	line-height:28px;
	display:block;
	color:#54734c;
	float:left;
	height:28px;
	background:url(../images/home_newsArrow.gif) no-repeat;
	padding:0 0 0 12px;
	margin:0 30px 0 0;
}

.newsTable .newsList{
	line-height:28px;
	float:left;
	color:#3e3e3e;
	float:left;
}

.newsType{
	float:right;
	font-size:12px;
	line-height:28px;
	height:28px;
	display:block;
	background:url(../images/home_newsType_line.gif) no-repeat;
	padding: 0 2px 0 9px;
	color:#25564b;
	font-weight:bold;
}

.forumTitle{
	clear: both;
	height: 33px;
}

.forumTitle .fullNote{
	font-size:12px;
	color:#FF0000;
	font-weight:bold;
}

.forumName{
	display: block;
	width: 400px;
	float: left;
	font-size: 13px;
	color: #3e3e3e;
	margin-top: 5px;
}

.forumName span{
	margin-right: 5px;
	font-weight: bold;
}

.forumTitle .joinBtn,.forumTitle .timeupBtn{
	display: block;
	float: right;
	width: 128px;
	height: 33px;
	background-image: url(../images/newsBtn.jpg);
}

.forumTitle .joinBtn:hover{
	background-position: -128px 0;
}

.forumTitle .timeupBtn{
	background-position: -256px 0;
}

.forumInfo{
	clear: both;
	float: left;
	padding-bottom: 20px;
	width: 610px;
}

.forumInfo ul{
	color: #3e3e3e;
	font-weight: bold;
}

.forumInfo ul li{
	font-weight: normal;
}

.forumInfo ul span{
	display: inline-block;
}

.forumInfo .listName{
	font-weight: bold;
}

.pageDiv{
	width: 612px;
	color:#3e3e3e;
	margin:20px 0 20px 0;
	font-size:12px;
	display:block;
	float: left;
	text-align: center;
}

.pageDiv a{
	color:#4b4b4b;
	text-decoration:none;
}

.pageDiv a:hover{
	color:#54734c;
	text-decoration:none;
}

.pageDiv .greenText{
	color:#54734c;
	text-decoration:none;
}

.newsContent{
	width: 610px;
	float: left;
	padding: 0 0 0 0;
	color: #656565;
	line-height: 26px;
}

.newsContent h2{
	margin:0 0 0 0;
	padding:0;
	font-weight: bold;
	font-size: 13px;
	color: #54734c;
	float: left;
	width: 520px;
}

.newsContent .updateDate{
	font-size: 11px;
	color: #656565;
	float: left;
	width: 100px;
	margin: 0;
}

.newsContent .updateType{
	font-size: 11px;
	color: #656565;
	float: left;
	/*width: 120px;*/
	margin: 0;
	
}

/*文字編輯器-----------------------------*/
.writeArea{
	width: 610px;
	float: left;
	margin: 15px 0;
	font-size:12px;
	color:#3e3e3e;
}

.writeArea table{
	margin:15px 10px;
	border-collapse: collapse;
	border: 1px solid #609030;
	font-size: 12px;
	line-height: 18px;
}

.writeArea table td,th{
	padding: 3px;
	border: 1px solid #609030;
}


.writeArea p{
	font-size: 12px;
	margin: 20px 0;
}

.writeArea ul{
	display:block;
	float:left;
	width:600px;
	list-style:inside;

}

.writeArea ol{
	display:block;
	float:left;
	width:610px;
	list-style:inside;

}

.writeArea ul li{
padding: 0 0 0 24px;
*padding: 0 0 0 18px;
_padding: 0 0 0 18px;
display:block;
float:left;
width:586px;
_width:592px;
*width:592px;
list-style:none;
background-image:url(../images/gray_dot.gif);
background-position: 0 10px;
background-repeat:no-repeat;
}


.imgR{
	float: right;
	margin: 15px 0 15px 15px;
}

.imgL{
	float: left;
	margin: 15px 15px 15px 0;
}


/*--------------------------------------*/
.picArea{
	width: 610px;
	float: left;
	margin: 0 0 20px 0;
}

.picArea a{
	width: 140px;
	height: 105px;
	padding: 2px;
	margin: 0 4px;
	_margin: 0 4px 0 2px;
	display: block;
	float: left;
	background-color: #F5F8E9;
}

.picArea a:hover{
	background-color: #4F4F4F;
}

.picArea img{
	float: left;
	padding: 0;
}

.shareDiv{
	float: left;
	margin: 10px 0 0 0;
}

.backBtn a{
	margin:10px 0 0 0;
	width: 74px;
	height: 23px;
	display: block;
	float: right;
	background-color: #2C805D;
	border: 1px solid #86BF99;
	color: White;
	line-height: 23px;
	text-align: center;
	font-size: 12px;
}

.backBtn a:hover{
	background-color: #1F5B42;
}

/*NEWS---------------------------------*/



.subTitle{
	/*float:left;*/
	margin:0 0 20px 0;
}

.selectArea{
	float:left;
	display:block;
	width:371px;
	height:29px;
	margin:0 0 24px 0;
	background:url(../images/selectArea_bg.png);
}

.selectAreaSmall{
	float:right;
	display:block;
	width:167px;
	height:29px;
	margin:0 0 24px 5px;
	background:url(../images/selectAreaS_bg.png);
}	

.selectArea .selectWhite{
	color:#FFF;
	float:left;
	font-size:12px;
	line-height:29px;
	margin:0 12px 0 10px
}

.selectAreaSmall .selectText{
	font-size:12px;
	color:#3e3e3e;
	width:140px;
	float:left;
	margin:5px 0 0 10px;
	*margin:4px 0 0 14px;
	_margin:4px 0 0 10px;
}

.selectArea .selectText{
	font-size:12px;
	color:#3e3e3e;
	width:238px;
	float:left;
	margin:5px 0 0 0;
	*margin:4px 0 0 0;
	_margin:4px 0 0 0;
	padding: 0;
}

.yearArea{
	width:500px;
	display:block;
	float:left;
	/*background-color:#336;*/
	border-bottom-width:1px;
	border-bottom-color:#6b834b;
	border-bottom-style:dotted;
	padding:0 0 10px 0;
	margin: 0 0 20px 0;
}

.yearImgArea{
	padding: 2px 2px 2px 2px;
	border: 1px solid white;
	background-color: none;
	margin: 10px 0 0 0;
	float: left;
}

.yearTitle{
	width:320px;
	display:block;
	color:#000;
	font-size:14px;
	float:left;
	margin:10px 0 0 14px;
	font-weight:bold;
}

.yearTitleName{
	font-weight: bold;
	width:320px;
	margin:2px 0 0 14px;
	font-size: 14px;
	float: left;
	color: #54734c;
}

.yearInfo{
	font-size: 12px;
	color: #3e3e3e;
	width: 320px;
	margin: 10px 0 20px 14px;
	display: block;
	float: left;
	
}

.yearBtn{
	display: block;
	float: right;
	width: 80px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin: 10px 18px 40px 0;
	background-color: #2C805D;
	color: White;
	border: 1px solid #86BF99;
	margin-top: 10px;
	font-size: 12px;
}

.yearBtn:hover{
	background-color: #1F5B42;
}

.winnerTable{
	width:500px;
	float:left;
	border:0;
	/*background-color:#096;*/
}

.winnerTable td{
	padding:0 0 20px 0;
}

.winnerArea{
	width:500px;
	display:block;
	float:left;
	/*background-color:#336;*/
	border-bottom-width:1px;
	border-bottom-color:#6b834b;
	border-bottom-style:dotted;
	padding:0 0 10px 0;
	/*margin: 0 0 20px 0;*/
}

.winnerArea .winnerPic{
	width:157px;
	height:111px;
	float:left;
	display:block;
	background:url(../images/winnerAreaImg_bg.gif);
	padding:3px 0 0 3px;
	margin-right: 10px;
}



.awardTitle{
	width:320px;
	display:block;
	color:#000;
	font-size:14px;
	float:left;
	margin:4px 0 0 0;
	font-weight:bold;
}

.workName{
	width:324px;
	color:#295961;
	font-weight:bold;
	float:left;
	font-size: 12px;
	margin:0 0 4px 0;
}

.teamName{
	width:324px;
	color:#3e3e3e;
	float:left;
	margin:4px 0 0 0;
	font-size:12px;
	line-height: 16px;
}

.teamNameTitle{
	width:60px;
	display:block;
	float:left;
	color:#54734c;
	font-weight:bold;
}

.conceptTitle{
	display:block;
	clear: both;
	color:#54734c;
	font-weight:bold;
	padding:14px 0 4px 0;
	font-size:12px;
}

.winnerArea p{
	float: left;
	/*background-color: #fcafa8;*/
}

.goTop{
	width:500px;
	float:left;
	display:block;
	margin:5px 0 0 0;
}

.goTopBtn{
	height:11px;
	width:36px;
	display:block;
	background:url(../images/top_btn.gif);
	float:right;
	margin:0 2px 0 0;
	padding: 0;
	background-repeat: no-repeat;
}

.teamNameInfo{
	width:264px;
	float:left;
	display:block;
}

.pageFoot{
	width:726px;
	height:44px;
	float:left;
	background:url(../images/pageFootBg.png);
}


	
	

.newsDiv{
	width:492px;
	height:232px;
	margin:5px 13px 0 16px;
	
	*margin:5px 13px 0 16px;
	_margin:5px 13px 0 8px;
	float:left;
	background:url(../images/home_newsBg.gif);
}

.moreBtn{
	width:92px;
	height:21px;
	margin:6px 31px 0 0;
	float:right;
	background:url(../images/home_more_btn.gif);
}





	

.aboutDiv{
	width:220px;
	height:232px;
	margin:5px 0 0 0;
	float:left;
}

.footerDiv{
	width:100%;
	height: 99px;
	clear: left;
	/*background-color: Aqua;*/
	/*float:left;*/
	/*overflow: visible;*/
	background:url(../images/footerBg_subpage.gif) repeat-x;
	
}

.footerDiv img{
	display: block;
	margin: 0 auto;
}

/*----------yuning--------------------*/
.pageRightInfoSpecial{
	width:510px;
	
	margin:22px 0 0 16px;
	/*background-color:#603;*/
	float:left;
}

.pageRightInfoSpecial ul {
	margin:5px 0 30px 10px;
	float: left;
	display: block;
	width: 500px;
}

.pageRightInfoSpecial ul li {
	background-image:url(../images/gray_dot.gif);
	background-position: 0 10px;
	background-repeat: no-repeat;
	list-style: none;
	color: #3e3e3e;
	font-size: 12px;
	line-height: 22px;
	margin:0;
	padding:0 0 0 10px;
}
/* green text */
.pageRightInfoSpecial .greenText {
	color: #609030; 
	text-decoration: none;
}
/* green A B C D color */
.pageRightInfoSpecial .boldGreen {
	color: #609030;
	font-weight: bold;
}

.pageRightInfoSpecial .boldText {
	color: #54734c;
	font-weight: bold;
}

/* green link color */
.pageRightInfoSpecial a {
	color: #609030;
	text-decoration: none;
}

/*--------------bella---------------------*/
.contact_table{
	font-size: 12px;
	width: 450px;
	border-collapse: collapse;
	margin: 15px 0 50px 50px;
}

.contact_table th{
	width: 150px;
	text-align: right;
	vertical-align: top;
	color: #2C805D;
	padding: 3px;
	border: none;
}

.contact_table td{
	padding: 3px;
	border: none;
}

.contact_table input{
	width: 300px;
	height: 15px;
	padding: 0 0 0 3px;
	font-size: 12px;
	color: #3e3e3e;
}

.contact_table textarea{
	width: 300px;
	height: 80px;
	padding: 0 0 0 3px;
	font-size: 12px;
	color: #3e3e3e;
}

.formBtn{
	display: inline-block;
	width: 50px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-left: 10px;
	background-color: #2C805D;
	color: White;
	border: 1px solid #86BF99;
	margin-top: 10px;
}

.formBtn:hover{
	background-color: #1F5B42;
}

.contact_btnTd{
	text-align: right;
	height: 50px;
	color: #C8160D;
}

.contact_PeopleTitle{
	font-weight: bold;
	color: #19691A;
	display: block;
	margin-left: 50px;
	font-size: 12px;
}

.contact_People{
	display: block;
	width: 240px;
	margin: 10px 0 20px 50px;
	_margin: 10px 0 20px 25px;
	float: left;
}

.contact_People span{
	display: block;
	font-weight: bold;
}

.online_2_table{
	width: 570px;
	border-collapse: collapse;
	margin: 0 0 0 15px;
	font-size: 12px;
}

.online_2_table td,th{
	padding: 3px;
}

.online_2_table th{
	text-align: right;
	vertical-align: top;
	color: #2C805D;
	border: none;
}

.online_2_table input,select{
	height: 18px;
	padding: 0 3px;
	color: #3e3e3e;
}

.online_2_table input.short{
	width: 170px;
}

.online_2_table input.long,select{
	width: 380px;
}

.online_2_table span{
	font-size: 11px;
	color: #768E5C;
}

.online_2_btnTd{
	text-align: center;
	height: 50px;
	color: #C8160D;
}

.online_2_small_title{
	text-align: right;
}

/*entry_list*/
.entry_content{
	width: 660px;
	font-size: 12px;
	margin: 28px 18px 0 18px;
}

.entry_menu{
	height: 58px;
}


.entry_member_content{
	background: url(../images/entry_content_bg.jpg) no-repeat;
	float: left;
	padding: 30px;
	width: 600px;
	_margin-top: -4px;
	
}

.entry_member_content .toolBar{
	height: 30px;
	margin-bottom: 20px;
}

.addNewWork input{
	background: url(../images/addWorkBg.png) no-repeat;
	border: none;
	width: 124px;
	height: 27px;
	color: White;
	cursor: pointer;
	line-height: 27px;
	float: right;
}

.selectWYear{
	margin-right: 300px;
	float: left;
}

.selectWYear select{
	width: 60px;
	height: 20px;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

.entry_member_tableTypeA{
	border-collapse: collapse;
	border: 1px solid #2C805D;
	margin-bottom: 40px;
	vertical-align: middle;
}

.entry_member_tableTypeA th{
	background-color: #6aa566;
	border: 1px solid #2C805D;
	color: White;
}

.entry_member_tableTypeA td{
	border: 1px solid #2C805D;
	padding: 3px;
}

.entry_member_tableTypeA a{
	color: #2C805D;
	text-decoration: underline;
}

.entry_member_tableTypeA a img{
	margin: 2px;
	vertical-align: middle;
}

.entry_member_tableTypeA span{
	font-weight: bold;
	color: #BF0000;
}

.entry_note{
	margin-bottom: 20px;
}

.entry_note span{
	font-weight: bold;
	color: #2C805D;
	display: block;
	margin-bottom: 10px;
}

.entry_note li{
	list-style: decimal;
	margin-left: 25px;
	padding: 5px 0;
}

/*mydata*/
.online_2_table#type_myData{
	margin: 0 auto;
}


/*entryedit*/
/*entryedit*/
.workInfo{
	display: block;
	background: url(../images/dot_line.gif) repeat-x bottom;
	height: 70px;
	margin-bottom: 30px;
}

.workInfo li{
	float: left;
	margin: 8px 25px 0 0 ;
	display: block;
}

.workInfo li.back{
	float: right;
	margin: 0;
	padding: 0;
}

.workInfo li.back input{
	background: url(../images/entryedit_backBg.png) no-repeat;
	width: 84px;
	height: 27px;
	color: White;
	border: none;
	cursor: pointer;
	line-height: 27px;
	margin-top: 15px;
}

.workInfo li label{
	display: inline-block;
	font-weight: bold;
	margin-right: 5px;
	color: #2C805D;
}

.workSubMenu{
	width: 135px;
	height: 242px;
	background: url(../images/workSubMenu_line.gif) right no-repeat;
	float: left;
}

.workContent{
	float: left;
	width: 465px;
}

.workEdit_content{
	width: 425px;
	margin-left: 20px;
	float: left;
}

.workEdit_content h4{
	font-weight: bold;
	color: #2C805D;
}

.memberWorksubTitle{
	margin-bottom: 15px;
}

.workEdit_content table{
	font-size: 12px;
	border-collapse: collapse;
	margin-bottom: 20px;
}

.workEdit_content table th{
	
	padding: 3px;
}

.workEdit_content table td{
	padding: 3px;
}

.workEdit_content table input,textarea{
	color: #3e3e3e;
	padding: 0 0 0 2px;
	font-family: Arial, Helvetica, sans-serif;
}

.workEdit_content_tableA th,td{
	text-align: left;
	vertical-align: top;
	border: none;
}

.workEdit_content_tableA th{
	color: #2C805D;
}

.workEdit_content_tableA select{
	width: 250px;
	padding: 0;
	margin: 0 5px 0 0 ;
}

.workEdit_content_tableA .workInfoName{
	width: 220px;
}

.workEdit_content_tableA textarea{
	width: 370px;
	height: 100px;
}

.workNoteList li{
	padding: 5px 0;
	list-style: decimal;
	margin-left: 20px;
}

.workEdit_content_tableB{
	margin-top: 30px;
}

.workEdit_content_tableB th{
	vertical-align: top;
	color: #2C805D;
	border: none;
}

.designerSele{
	width: 200px;
	height: 20px;
	padding: 0;
	margin: 0 10px 0 0 ;
}

.designerSele_add{
	background-image: none;
	background-color: #2C805D;
	color: White;
	border: 1px solid #86BF99;
	width: 50px;
	height: 20px;
	line-height: 20px;
}


.workEdit_content_tableC th{
	text-align: right;
	vertical-align: top;
	color: #2C805D;
	border: none;
}

.workEdit_content_tableC select{
	width: 276px;
	height: 20px;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

.workEdit_content_tableC input{
	width: 270px;
}

.workEdit_content_tableC_Btn{
	text-align: center;
}

.workEdit_content_tableC_Btn input{
	color: White;
	background-image: none;
	background-color: #2C805D;
	margin: 10px 1px 0 1px;
	border: 1px solid #86BF99;
	width: 50px;
	height: 20px;
	line-height: 20px;
}

.workEdit_content_tableD{
	width: 425px;
	border: 1px solid #2C805D;
}

.workEdit_content_tableD th{
	background-color: #6aa566;
	border: 1px solid #2C805D;
	color: White;
}

.workEdit_content_tableD td{
	vertical-align: middle;
	border: 1px solid #2C805D;
	text-align: center;
}

.workEdit_content_tableD td img{
	margin: 1px;
}

.saveTool{
	width: 465px;
	text-align: center;
	float: left;
}

/*Tania*/
.guide_2_list{
	margin-left: 20px;
	margin-bottom: 20px;
}

.guide_2_list li{
	list-style: decimal;
	margin-left: 15px;
}

.guide3Table {
	/*float:left;*/
	font-size:12px;
    border: 1px solid #0D7A5F;
    border-collapse: collapse;
    margin: 5px 0 5px 25px;
    width: 420px;
}
.guide3Table td {
    background-color: #5FA795;
    border: 1px solid #0D7A5F;
    color: White;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 8px;
    text-align: left;
}
.guide3Table th {
    border: 1px solid #0D7A5F;
    font-weight: normal;
    padding: 0 0 0 10px;
    text-align: left;
    width: 220px;
}

.guide4Table {
	height: 30px;
    line-height: 30px;
	float:left;
	font-size:12px;
    border: 1px solid #0D7A5F;
    border-collapse: collapse;
    margin: 5px 0 5px 25px;
	 _margin: 5px 0 5px 12px;
    width: 420px;
}
.guide4Table td {
    font-weight: bold;  
	border: 1px solid #0D7A5F;
    padding: 0 0 0 8px;
    text-align: center;
}

.guide4Table .number {
    font-weight: normal;
    padding: 0 0 0 8px;
    text-align: left;
}

.guide4Table .tTitle {
	background-color: #5FA795;
	color: white;
    font-weight: bold;
    padding: 0;
    text-align: center;
}

.guide_tTitle1{
	width: 140px;
}
.guide_tTitle2{
	width: 180px;
}
.guide_tTitle3{
	width: 80px;
}

.guide4Table th {
    border: 1px solid #0D7A5F;
    font-weight: normal;
}

.guide5_list li{
	display: block;
	clear: both;
}

.guide5_list_num{
	display: block;
	float: left;
	width: 20px;
	color: #609030;
	font-weight: bold;
}

.guide5_list_title{
	font-weight: bold;
	display: block;
	float: left;
}
.guide5_list_info{
	display: block;
	float: left;
}

.guide7_list{
	margin-bottom: 20px;
}

.guide7_list li{
	list-style: url(../images/ul_dot.gif);
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.guide7_list li span{
	font-weight: bold;
}

.guide7_list li li{
	list-style-image: none;
	list-style-type: decimal;
	margin-bottom: 10px;
}

.guide8_list li{
	list-style: decimal;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 15px;
}



.noteTxt{
	display: block;
	clear: both;
	width: 420px;
	margin:10px 0 0 30px;
	font-size: 12px;
	color: #606060;
}

.noteTxt li{
	color: #606060;
	list-style: decimal;
	margin-left: 25px;
}

.special_contentText_link{
	color: #609030;
	text-decoration: underline;
}

.scpoe_note{
	font-weight: bold;
	display: block;
	float: left;
	width: 30px;
}

.scpoe_note_info{
	display: block;
	float: left;
	width: 580px;
}

.online_1_check{
	font-weight: bold;
}

.online_1_check span{
	color: #4A916A;
}

.online_1_check input{
	position: relative;
	top: 2px;
	margin-right: 3px;
}

.online_1_btnArea{
	text-align: center;
}

.online_1_btnArea input{
	width: 100px;
}

.online_3_important span{
	font-weight: bold;
	color: #2C805D;
	display: block;
	margin-bottom: 40px;
}

.pwforgot_table{
	border-collapse: collapse;
	width: 400px;
	font-size: 12px;
	margin: 15px 0 20px 100px;
}

.pwforgot_table .emailInput{
	width: 280px;
	padding: 0 3px;
}

.pwforgot_table th{
	text-align: right;
	vertical-align: top;
	border: none;
}

.pwforgot_table th,td{
	padding: 3px;
}

.pwforgot_table .title td{
	height: 80px;
	vertical-align: middle;
}

.pwforgot_table .title td img{
	float: right;
}

.pwforgot_table .pwForgot_btnArea{
	text-align: center;
	padding-top: 30px;
}

.pwforgot_table .pwForgot_btnArea input{
	margin: 0 5px;
	width: 40px;
}

/*yuning-----special---------------*/

/*----標題-人氣王緣起----------*/
.specialTop1{
	width: 470px;
	height: 167px;
	/*background: url(../images/special_top_1_bg.png)
	no-repeat;*/
	float: left;
	margin-top: 40px;
}
/*----標題-人氣王活動辦法----------*/
.specialTop2{
	width: 470px;
	height: 167px;
	/*background: url(../images/special_top_2_bg.png)
	no-repeat;*/
	float: left;
	margin-top: 40px;
}

/*----標題-人氣王票選----------*/
.specialTop3{
	width: 470px;
	height: 167px;
	/*background: url(../images/special_top_3_bg.png)
	no-repeat;*/
	float: left;
	margin-top: 40px;
}


.specialMiddle{
	width: 470px;
	min-height: 17px;
	background:url(../images/special_mainBg.jpg) repeat-y;
	float: left;
	padding:20px 0 20px 0;
}

.specialText {
	width: 400px;
	color: #3E3E3E;
    font-size: 12px;
    line-height: 22px;
	float: left;
	margin: 0 0 0 35px;
}

.specialTextGreen{
	color: #609030;
    font-size: 12px;

}
/*-----table--------*/
.specialTable {
	width: 400px;
	height: 25px;
    line-height: 30px;
	float:left;
	font-size:12px;
    border-collapse: collapse;
    margin: 0 0 0 35px;
	_margin: 0 0 0 17px;

}

.specialTable .whiteBg {
	background-color: #FFF;
    padding: 0;
}

.specialTable .votes {
	width: 30px;
    font-weight: bold;
	color:#0d649b;
    text-align: right;
}

.specialTable th {
	width: 250px;
    font-weight: normal;
	text-align:left;
	padding: 0 0 0 10px;
	border:none;
}

.specialTable td {
	width: 70px;
    font-weight: bold;
	color:#0d649b;
    padding: 0 30px 0 0;
    text-align: right;
}
/*-------------------------*/
.specialBold {
	font-weight:bold;
	}

.specialFoot{
	width: 470px;
	height: 88px;
	background:url(../images/special_foot_1_bg.png) no-repeat;
	float:left;
}

.vote_time{
	color: #dc4f03;
	font-size: 12px;
	font-weight: bold;
	width: 200px;
	margin: 12px 0 0 58px;
	_margin: 12px 0 0 29px;
	float: left;
}

.vote_btn{
	width: 135px;
	height: 55px;
	float: left;
	margin-top: 12px;
	margin-left: 20px;
	display:block;
	
}
