@charset "utf-8";
/*
-----------------------------版面基本設定-----開始---------------------------------------
*/
body {
	position: absolute;
	font-family: 微軟正黑體,Arial, Helvetica, sans-serif,新細明體;
	font-size: 62.5%;
	background-color:  #F1F1F1;
	margin:0 auto;
	width:100%;
	
}
input, select, th, td {
	font-size: 1em;
	vertical-align:middle
}
h2 {
	font-size: 1.8em;
	margin: 0px 0px 5px 0px;
}

h3 {
	font-size: 1.6em;
	margin: 0px 0px 5px 0px;
}

h4 {
	font-size: 1.4em;
	margin: 0px 0px 5px 0px;
}

h5 {
	font-size: 1.0em;
	margin: 0px 0px 5px 0px;
}



p{
	margin: 0px;
}

.top{
	width:100%;
	height:65px;
	background:#fff url('images/logo.gif') no-repeat left 50%;
	border-bottom:3px #bbb solid;
	position:relative;
}

.left{
	width:180px;
	position:absolute;
	top:0;
	left:0px !important;
	* left:-190px;

}
.left h2{
	padding:15px 0 0 5px;
	font-size:1.3em;
	}


.container{
	position:relative;
}
.main{
	margin-left:190px;
	padding-top:5px;
	font-size:1.6em;
}

.main h2{
	font-size:1.2em;
	padding-top:5px;
}


/* 版面設定-------------------------*/

/* 左邊選單-------------------------*/
.menu_list {	
	width: 170px;
	padding:0 0 0 3px;
	
}
.menu_head {
	padding:10px;
	cursor: pointer;
	position: relative;
	margin:0px;
    background:#fff url(images/icon_up.png) center right no-repeat;
    border-bottom:1px #ddd dotted;
    font-weight:bold;
    font-size:1.1em;
}
.menu_head a:hover{
  color: #CC0000;
  }


.menu_body {
	display:none;
}
.menu_body a{
  display:block;
  color:#006699;
  background-color: #E6E6E6;
  padding:7px 0 7px 20px;
  text-decoration:none;
  font-size:1.1em;
  border-bottom:1px #fff solid;
}
.menu_body a:hover{
  color: #CC0000;
  text-decoration: none;
  background-color: #ddd;
  }

/*-----------------------------後端首頁設定-----開始---------------------------------------*/

.index{
	margin:0 auto;
	padding:15px;
	width:650px;
	border:2px #CCCCCC solid;
	background:#fff;
	text-align:center;
	margin-top:15px;
}

.index_login{
	width:500px;
	margin:0 auto;
	padding-bottom:15px;
}

.index_login h2{
	padding:5px 0 0 0;
	font-size:21px;
	color:#666683
}
.index_login p{
	padding:5px 0;
	font-size:17px;
	}

/*-----------------------------後端首頁設定-----結束---------------------------------------*/
 /*-----------------------------表格設定-----開始---------------------------------------*/
 
table {
	border-collapse: collapse;
	width: 99%;
	background-color: white;
	margin:0 0 20px 0;
	font-size:12px;
}
 table th {
	border: 1px solid #ccc;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	vertical-align:top;
	background: #E8E8E8
}/* */

table td {
	border: 1px solid #ccc;
	padding: 5px;
}
/*table tr:hover{
	background-color: #D3DFF3;
}  */
table th {
	text-align: left;
	padding: 5px;
	
}

.table_toolsbar {
	border-collapse: collapse;
	width: 99%;
	background-color: white;
	margin:0 0 0px 0;
	font-size:0.8em;
}
.table_toolsbar th {
	border: 0px solid #ccc;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	vertical-align:top;
	background: #E8E8E8
}
.table_toolsbar td {
	border: 0px solid #ccc;
	padding: 5px;
}


h4{
	font-size:1em;
	color:#999;
}
h5{
	font-size:1.2em;
	color: maroon;
}
p{
	line-height:1.5em;
	color:#333;
}

span{
	font-weight:bold;
	color:green;
}

.blog_back{
	margin-top:10px;
	padding-top:5px;
	border-top:1px #ccc dotted;
}

.odd {
	background-color:#fff;
 }
.even {
	background-color: #f7f7f7;
 }

 
 /*-----------------------------表格設定-----結束---------------------------------------*/ 
 
.highlight {
	background-color: #3D3D3D;
	font-weight: bold;
}
.header {
	background-image: url(images/header-bg.png);
	background-repeat: no-repeat;
	border-left: 1px solid #FFF;
	border-right: 1px solid #000;
	border-top: 1px solid #FFF;
	padding-left: 30px;
	padding-top: 8px;
	height: auto;
}
.headerSortUp {
	background-image: url(images/header-asc.png);
	background-repeat: no-repeat;
	border-left: 1px solid #FFF;
	border-right: 1px solid #000;
	border-top: 1px solid #FFF;
	padding-left: 30px;
	padding-top: 8px;
	height: auto;
}
.headerSortDown {
	background-image: url(images/header-desc.png);
	background-repeat: no-repeat;
	border-left: 1px solid #FFF;
	border-right: 1px solid #000;
	border-top: 1px solid #FFF;
	padding-left: 30px;
	padding-top: 8px;
	height: auto;
}

.tx_center{
	text-align:center;
}
.photo_select{
	width:130px;
	height:150px;
	float:left;
	text-align:center;
	padding:4px;
	border:1px #ccc solid;
	background-color:white;
	margin:0 10px 10px 0;
}

.photo{
	width:130px;
	padding-right:20px;
	height:230px;
	float:left;
	text-align:center;
	font-size:0.8em;
	
}

.photo img{
	padding:4px;
	border:1px #ccc solid;
	background-color:white;
	}
.photo h4{
	font-size:1em;
	text-overflow: clip;
	overflow: hidden;
	width:130px;
	font-weight:bold;
	height:20px;
	line-height:1.5em;
	}
.photo p{
	font-size:0.9em;
}

.photo span{
	font-weight:bold;
	color:red;
}
.photo_note{
	width:390px;
	float:left;
	margin:0 10px 10px 0;
	}




/*-----------------------------超連結設定-----開始---------------------------------------*/
/*
 輸入筐
 */
 input{
	font-family:微軟正黑體
}

.icon_no{
	color:#333;
	padding: 1px 2px;
	margin:2px;
} 

.icon_red{
	background-color: #800000;
	color: white;
	padding: 3px 5px 2px;
	 border-radius: 4px;/* 區塊圓角 */
	 font-size:12px;border:none

} 
.icon_green{
	background-color:  #6D462E;
	color: white;
	padding: 3px 5px 2px;
	box-shadow:0px 0px 4px rgba(20%,20%,40%,0.5);
	 border-radius: 5px;/* 區塊圓角 */
	 border:none; 
	 margin:0 2px;

} 
.icon_blue{
	background-color: #294BA5;
	color: white;
	padding: 3px 5px 2px;
	box-shadow:0px 0px 4px rgba(20%,20%,40%,0.5);
	 border-radius: 4px;/* 區塊圓角 */
	 border:none;margin:0 2px;}



.keyin {
	color: #000000;
	border: 1px solid #999999;
	background-image: url('images/keyin.gif');
	padding:5px;
}

.keyin_s {
	color: #000000;
	border: 1px solid #999999;
	background-image: url('images/keyin.gif');
	padding:3px;
	margin:2px
}

.bar {
	border: 2px outset #3399FF;
	float: right;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0066CC;
}
a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: 008A88;
}
a:active {
	text-decoration: none;
	color: 0066CC;
}
a:hover {
	text-decoration: underline;
	position: relative;
	
}
#trchang tr:hover {
	background: #D6F5EE;
}
#tdchang td:hover {
	background: #D6F5EE;
}
/*-----------------------------超連結設定-----結束---------------------------------------*/
#boxes {
	font-family: Arial, sans-serif;
	list-style-type: none;
	margin: 8px;
	padding: 8px;
}
#boxes {
		font-family: Arial, sans-serif;
		list-style-type: none;
		margin: 8px;
		padding: 8px;
	}
#boxes li {
	cursor: move;
	position: relative;
	float: left;
	margin: 5px 5px 5px 5px;
	width: 160px;
	height: 160px;
	border: 1px solid #000;
	text-align: center;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	background-color: #eeeeff;
}
#boxes li {
		cursor: move;
		position: relative;
		float: left;
		margin: 5px 5px 5px 5px;
		width: 130px;
		height: 130px;
		border: 1px solid #999;
		text-align: center;
		padding-top: 3px;
		padding-left: 3px;
		padding-right: 3px;
		background-color: #F2F2F2;
	}
/*-----------------------------新選單設定-----開始---------------------------------------*/

.glossymenu{
margin: 5px 0;
padding: 0;
width: 170px; /*width of menu*/
border: 1px solid #99968C;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
/* background: black url(images/glossyback.gif) repeat-x bottom left; */
font-size:1.1em;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 7px 0;
padding-left: 10px;
text-decoration: none;
background-color:white;
 border-bottom:1px #99968C dotted;
 font-weight:bold;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color:#333;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
 /*background-image: url(images/glossyback2.gif);*/
 background-color:#F7F7F7;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: #E6E6E6;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid white;
}

.glossymenu div.submenu ul li a{
display: block;
font-size:1em;
color: #006699;
text-decoration: none;
padding: 7px 0;
padding-left: 20px;
}

.glossymenu div.submenu ul li a:hover{
background: #D4D2CB;
}

/* tips */
.tooltip-target {
		display: block;
		padding:0;margin:0
	}
	.tooltip-content {
		display: none;      /* required */
		position: absolute; /* required */
		padding: 5px 10px;
		border: 3px solid #333399;
		background-color:  #8888D7;
		color:white;
	}
	.tooltip-content p {
		margin: 0;color:white
	}
	.tooltip-content p span{
		margin: 0;color: #CCFFFF;font-weight:bold
	}

