﻿
/* ------------------------  初始化  ------------------------ */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {
	margin:0;
	padding:0;
	}
fieldset,img {
   border:0;
}
ol,ul {
	list-style-type: none;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
h1,h2,h3,h4,h5,h6 {
    font-size:12px;
}	
/* Remove the link outline */
a {
  outline:none;	/* For FF */
  noFocusLine:expression(this.onFocus=this.blur()); /* For IE */
} 
:focus {
  -moz-outline-style: none;
} /* For Firefox */ 	

html body div.clear, html body span.clear
{
     background: none;
     border: 0;
     clear: both;
     display: block;
     float: none;
     font-size: 0;
     margin: 0;
     padding: 0;
     overflow: hidden;
     visibility: hidden;
     width: 0;
     height: 0;
}


/* ------------------------ 基本設定 ------------------------ */

body {	
	font-size: 12px;
	color: #333;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height:20px;
margin:10px 40px;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/* ------------------------ 框架設定 ------------------------ */

#wrap {
	width:100%;
	margin:0 auto;
	}

#container {
	width:100%;
	float:left;
}

	
	
/* ------ 標頭 ------ */

#header	{
	background: url(../logo/logo_bg.png) no-repeat right bottom;
	margin: 5px 0;
	}
#header h1 {
	}

/* ----- 左側選單 ----- */

#nav {
	float:left;
	width:198px;
        margin-left: -100%;
	border: 1px solid #CCC;	
	height:530px;
	padding: 10px;
	background: url(../images/bg1.gif) repeat left top;
overflow-y:auto;			
}

#nav_info {
	margin: 0 0 10px 0;
	text-align:center;
}
#nav_info a {
	background-color:#efefef;
	padding:3px 6px 3px 21px;
margin:0 4px;
}

.icon-home-small { /*網站首頁*/
	background:url(../icons/home-small.png) no-repeat 3px center;
}
.icon-arrow-small { /*系統登出*/
	background:url(../icons/arrow-045-small.png) no-repeat 3px center;
}


/* ----- 右側框架 ----- */

#container_main {
        margin-left: 230px; 
	border: 1px solid #CCC;
	background-color:#f0f3f5;
}

	
/* ------ 網底 ------ */

#footer {
	clear:both;
	text-align:center;
	margin: 10px 0;
}


/* --------------------------------------------- 架站精靈 -----------------------------------------------*/

#sitebuilder_box {
	width:1078px;
	border: 1px solid #CCC;
	padding:30px 40px;
	background-color:#f0f3f5;
	}
#sitebuilder_box h2 {
	font-size:20px;
	margin:0 0 14px 0;
	}

/* ----- 產品列表----- */

.album {
	margin:10px 0 0 0;
	}
.album dl {
	margin: 0 9px;
	padding:0 0 10px 0;
	position:relative;
	width:150px;
	display: -moz-inline-stack;
	display: inline-block;
    *display: inline;		
	zoom: 1;
	vertical-align:top;	
	}

.album dl dt {
	width:150px;
	min-height: 115px;
	_height: 115px;
	text-align:center;
	}
	
.album dl dt .box {	
	text-align:center;
	font-size:0;
	width:140px;
	height:105px;
	display: block;
	border:1px solid #e1e1e1;
	padding:4px;
	margin:2px 0 0 0;
}
.album dl dt .box *{
	vertical-align:middle;
}
.album dl dt .box span{
	display:inline-block;
	height:100%;
	_height:auto;
}
.album dl dt .box img {
	max-width:140px;
	max-height:105px;
	_width:140px;
	_height:105px;
}	
.album dl dd {
	margin:0;
	padding:0;
	text-align:center;
	}

/* ------------------------------------------------- 登入頁面 ---------------------------------------------------- */

#login_box h1{
	width:646px;
	margin:160px auto 10px auto;
	text-align:center;
	font-size:24px;
	line-height:32px;	
	}
#login_box dl {
	width:600px;	
	margin:0 auto;	
	border:3px solid #0099cc;
	padding:20px;	
	overflow:hidden;
	position:relative;	
	}
#login_box dl dt {
	float:left;
	margin:0 10px 0 0;
	}
#login_box dl dt .box {
	text-align:center;
	font-size:0;
	width:250px;
	height:150px;
	display: block;	
}
#login_box dl dt .box * {
	vertical-align:middle;	
}
#login_box dl dt .box span{
	display:inline-block;
	height:100%;
	_height:auto;	
}
#login_box dl dt .box img {
	max-width:250px;
	max-height:150px;
	_width:250px;
	_height:150px;	
}	
#login_box dl dd {
	margin:0;
	overflow:hidden;
	}
#login_box dl dd p {
	margin: 20px 0 0 0;
	}
#login_box dl dd p:last-child {
	margin: 10px 0 0 0;
	}	
#login_box dl dd p span {
	display:inline-block;
	width:56px;
	font-weight:bold;
	text-align:right;
	margin:0 5px 0 0;
	}
#login_box dl dd p.btn-in {
	position:absolute;
	top:59px;
	right:80px;
	z-index:99;
	}
#login_box dl dd p.btn-in input {
	padding:1px 10px;
	}

/* ------------------------------------------------- 內頁設定 ---------------------------------------------------- */

.main_content {
	padding:10px 0;
	color:#292929;	
	}
.main_content h2 {
	font-size:20px;
	margin:0 0 14px 0;
	}
.main_content h2 span {
	color:#900;
	margin:0 7px;
	}

	
	
/*操作列表*/
.operate_list {
	position:relative;
	margin:0 0 10px 0;
	}
.operate_list select {
	margin: 0 10px 0 0;
}
.languages_list {
	position:absolute;
	top:-30px;
	right:0;
	z-index:10;
	color:#17549b;
	font-weight:bold;
	}

/*操作提示*/
.operate_info {
	margin: 0 0 10px 0;
	color:#C00;
	font-weight:bold;
	}

/*搜尋列表*/
.search_list {
	margin:0 0 20px 0;
}
.search_list h3 {
	background:	#d0d7da;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e4e9ea), color-stop(1, #d0d7da) );
	background:-moz-linear-gradient( center top, #e4e9ea 5%, #d0d7da 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e9ea', endColorstr='#d0d7da');
	text-align: center;
	font-weight: bold;
	padding:3px 5px;
	font-size:14px;
	text-align:left;
	margin:0 0 10px 0;
}
.search_list p {
	margin:0 0 5px 0;
}
.search_list input[type="text"] {
	margin:0 5px;
}
.search_list img.p1 {
	margin:0 5px 0 0;
}

.search_info {
	}
.search_info p {
	text-align:left;
	margin:0;
	padding:0;
	}
.search_info p span {
	color:#dd5521;
	font-size:15px;
	font-weight:bold;
	margin:0 3px;
	}	



/* ------ 表格 ------ */

.table1 {
	border-collapse: collapse;
	border-width:1px 1px 2px 1px;
	border-style:solid;
	border-color:#bebec4;
	text-align: center;	
	margin: 0 0 10px 0;
	background: #f7f9fa;		
}
.table1 tr:nth-child(odd) {
}
.table1 th {
	background:	#d0d7da;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e4e9ea), color-stop(1, #d0d7da) );
	background:-moz-linear-gradient( center top, #e4e9ea 5%, #d0d7da 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e9ea', endColorstr='#d0d7da');
	text-align: center;
	font-weight: bold;
	padding:7px 5px;
	font-size:14px;
}
.table1 td {
	padding:5px;
	border-bottom: 1px dotted #d4d4d4;
	border-right: 1px solid #d4d4d4;	
}
.table1 td:last-child {
	border-right: none;
}
.table1 td.left {
	text-align:left;	
}
.table1 td.right {
	text-align:right;	
}
.table1 .green {
	color:#339900;
	font-weight:bold;	
}
.table1 .red {
	color:#C00;
	font-weight:bold;	
}		
.table1 a.file {
	display:inline-block;
	width:16px;
	height:16px;
	background: url(file_doc.png) no-repeat left top;
	text-indent:-9999px;
	}
.table1 input[type="text"] {
	min-width:20%;
	max-width:80%;
	}
.table1 input[type="checkbox"],.table1 input[type="radio"] {
	margin: 0 2px 0 10px;
	}

.table2 td.color1 {
	background-color:#f3f3f3;
	font-weight:bold;
	}
.table2 input[type="checkbox"],.table1 input[type="radio"] {
	margin: 0;
	}	
	

/* ------ 頁數 ------ */

#pager {
	margin:20px 0 0 0;
	}

#pager p {
	text-align:center;
	margin:0;
	padding:0;
	}
#pager p span {
	color:#dd5521;
	font-size:15px;
	font-weight:bold;
	margin:0 3px;
	}			
#pager ul.pages {
	display:block;
	border:none;
	text-transform:uppercase;
	font-size:11px;
	text-align: center;
	padding: 0;
}
#pager ul.pages li { /* 頁數列表 */
	list-style: none;
	border: 1px solid #c8c8c8;
	text-decoration: none;
	margin: 0 5px 0 0;
	padding: 3px 5px;
	display: inline;
	line-height: 30px; /* ie7 必要 */
	cursor: pointer;
}

#pager ul.pages li:hover { /* 觸碰時 */
   border:1px solid #595959;
   color:#fff;
   background-color:#787878;
}

#pager ul.pages a:hover { /* 觸碰時 */
   color:#fff;
}

#pager ul.pages li.pgEmpty { /* 沒有作用的頁數 */
	border:1px solid #e5e5e5;
	color:#e5e5e5;
	cursor: default;
}
#pager ul.pages li.pgEmpty:hover {
	border:1px solid #e5e5e5;
	color:#e5e5e5;
	cursor: default;
    background-color:#f0f3f5;	
}

#pager ul.pages li.pgCurrent { /* 作用中的頁數 */
   border:1px solid #595959;
   color:#fff;
   font-weight:700;
   background-color:#787878;
}

/*回目錄頁*/
.back_list {
	}
.back_list a {
	float: right;
    padding: 1px 10px;
	background-color: #CCC;
	border: 1px solid #CCC;	
	text-align: center;
	color: #FFFFFF;	
	-moz-border-radius: 3px;
    -webkit-border-radius:3px;
    border-radius:3px;	
	margin: 10px 0 0 0;
}
.back_list a:hover {
	background-color: #f4f4f4;
	color: #333;	
}



/*下面操作列表*/

.operate_list2 {
	text-align:center;
	}
.operate_list2 input {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ebebeb), color-stop(1, #fffff) );
	background:-moz-linear-gradient( center top, #ebebeb 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#ffffff');
	background-color:#ebebeb;
	border:1px solid #bcbcbc;
	text-indent:0;
	display:inline-block;
	font-family:arial;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	padding: 3px 10px;
	cursor:pointer;
	margin:0 3px 5px 0;
}


/*按鈕設定*/
.main_content input[type="button"], .main_content input[type="submit"], .main_content input[type="reset"] {
	color:#fff;
	text-indent:0;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	display:inline-block;
	font-family:arial;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	padding: 3px 10px;
	cursor:pointer;
	margin:0 3px 5px 0;
}
.main_content input.btn-white {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fefefe), color-stop(1, #e6e6e6) );
	background:-moz-linear-gradient( center top, #fefefe 5%, #e6e6e6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#e6e6e6');
	background-color:#e6e6e6;
	color:#333333;
	border:1px solid #b3b3b3;
}
.main_content input.btn-black {
	-moz-box-shadow:inset 0px 1px 0px 0px #6a6a6a;
	-webkit-box-shadow:inset 0px 1px 0px 0px #6a6a6a;
	box-shadow:inset 0px 1px 0px 0px #6a6a6a;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #424242), color-stop(1, #222222) );
	background:-moz-linear-gradient( center top, #424242 5%, #222222 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#424242', endColorstr='#222222');
	background-color:#424242;
	border:1px solid #303030;
}
.main_content input.btn-gray {
	-moz-box-shadow:inset 0px 1px 0px 0px #bcbcbc;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bcbcbc;
	box-shadow:inset 0px 1px 0px 0px #bcbcbc;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9e9e9e), color-stop(1, #787878) );
	background:-moz-linear-gradient( center top, #9e9e9e 5%, #787878 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#787878');
	background-color:#787878;
	border:1px solid #595959;
}
.main_content input.btn-red {
	-moz-box-shadow:inset 0px 1px 0px 0px #f8afaf;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f8afaf;
	box-shadow:inset 0px 1px 0px 0px #f8afaf;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cd3131), color-stop(1, #eb5b5b) );
	background:-moz-linear-gradient( center top, #cd3131 5%, #eb5b5b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cd3131', endColorstr='#eb5b5b');
	background-color:#cd3131;
	border:1px solid #832727;
}
.main_content input.btn-blue {
	-moz-box-shadow:inset 0px 1px 0px 0px #8ab9ee;
	-webkit-box-shadow:inset 0px 1px 0px 0px #8ab9ee;
	box-shadow:inset 0px 1px 0px 0px #8ab9ee;	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #569be9), color-stop(1, #0e63d8) );
	background:-moz-linear-gradient( center top, #569be9 5%, #0e63d8 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e63d8', endColorstr='#569be9');
	background-color:#569be9;
	border:1px solid #17549b;
}
.main_content input.btn-green {
	-moz-box-shadow:inset 0px 1px 0px 0px #82d082;
	-webkit-box-shadow:inset 0px 1px 0px 0px #82d082;
	box-shadow:inset 0px 1px 0px 0px #82d082;	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #61c261), color-stop(1, #51a351) );
	background:-moz-linear-gradient( center top, #61c261 5%, #51a351 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#61c261', endColorstr='#51a351');
	background-color:#51a351;
	border:1px solid #52a552;
}
.main_content input.btn-orange {
	-moz-box-shadow:inset 0px 1px 0px 0px #fcc272;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fcc272;
	box-shadow:inset 0px 1px 0px 0px #fcc272;	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fbb24c), color-stop(1, #f89507) );
	background:-moz-linear-gradient( center top, #fbb24c 5%, #f89507 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb24c', endColorstr='#f89507');
	background-color:#f89507;
	border:1px solid #e1962d;
}		