@charset "utf-8";
/* CSS Document */

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: #CCC;
	font-family: 微軟正黑體,新細明體,Verdana, Geneva, sans-serif;
	font-size:12px;
}

form, div, ul {
	margin: 0px;
	padding: 0px;
}

/* 後台 */
.mainBody_Head {
	position: fixed; /*固定位置定位*/
	top:0px;
	width: 100%;
	height: 60px;
	background-color:#666;
	z-index: 10;
}

.mainBody_Head h1 {
	color:#DD9AA5;
	font-size: 24px;
	padding-left: 30px;
	letter-spacing: 2px;
}

.mainBody_Head span {
	color:#FFF;
	font-size: 12px;
	padding-left: 30px;
	letter-spacing: 2px;
}

.mainBody_bar .userDT {
	color:#FFF;
	font-size: 12px;
	padding-right: 20px;
	letter-spacing: 2px;
	float:right;
	line-height:20px;
	text-decoration:none;
}

.mainBody_bar .userDT:hover {
	color:#999;
	font-size: 12px;
	padding-right: 20px;
	letter-spacing: 2px;
	float:right;
	line-height:20px;
	text-decoration:none;
}

.mainBody_bar {
	position: fixed; /*固定位置定位*/
	top:60px;
	width: 100%;
	height: 20px;
	z-index: 10;
	background-color:#CCC;
}

.mainBody_menu {
	position: fixed; /*固定位置定位*/
	top:80px;
	width: 155px;
	height: 100%;
	background-color:#CCC;
	z-index: 10;
	text-align:center;
}

/* 管理介面專用區 */
.navbar {
	margin: 0px;
	padding: 0px;
	width:155px;
	font-family: "新細明體", "Arial", "Arial Black", "Times New Roman";
	font-size: 13px;
}    

.mainDiv {
	margin: 0px;
	padding: 0px;
	width:155px;
}

.topItem {
	margin: 0px;
	padding: 0px;
	text-align:right;
	width: 155px;
	height: 24px;
	color: #FFFFFF;
	cursor:pointer;	
	line-height: 25px;
	letter-spacing: 1px;
	padding-right:8px;
	/*
	background-image: url(../images/left-d.gif);
	background-repeat : no-repeat;
	*/
	background-color:#333;
	border: none;
}

.topItemOver {
	margin: 0px;
	padding: 0px;
	text-align:right;
	width: 155px;
	height: 24px;
	color: #FFFFFF;
	cursor:pointer;	
	line-height: 25px;
	letter-spacing: 1px;
	padding-right:8px;
	/*
	background-image: url(../images/left-r.gif);
	background-repeat : no-repeat;
	*/
	background-color:#666;
	border: none;
}

.topItemClose {
	margin: 0px;
	padding: 0px;
	text-align:right;
	width: 155px;
	height: 24px;
	color: #FFFFFF;
	cursor:pointer;	
	line-height: 25px;
	letter-spacing: 1px;
	padding-right:8px;
	/*
	background-image: url(../images/left-b.gif);
	background-repeat : no-repeat;
	*/
	background-color:#333;
	border: none;
	/*text-indent:10px;*/
}

.topItemCloseOver {
  	margin: 0px;
	padding: 0px;
	text-align:right;
	width: 155px;
	height: 24px;
	color: #FFFFFF;
	cursor:pointer;	
	line-height: 25px;
	letter-spacing: 1px;
	padding-right:8px;
	/*
	background-image: url(../images/left-r.gif);
	background-repeat : no-repeat;
	*/
	background-color:#666;
	border: none;
	text-indent:10px;
}

.dropMenu {
	margin: 0px;
	padding: 0px;
	color: #666666;
	filter:alpha(opacity=100);
	background-color: #FFFFFF;
	width: 155px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align:right;
	/*height: 30px;*/
}

.navbar a:link {
	text-decoration: none;
	color: #666666;
	padding-right:8px;
}

.navbar a:visited {
	text-decoration: none;
	color: #666666;
	padding-right:8px;
}

.navbar a:hover {
	text-decoration: none;
	color:#06F;
	padding-right:9px;
}

.navbar a:active {
	text-decoration: none;
	color: #666666;
	padding-right:8px;
}

.subMenu {
	margin: 0px;
	padding: 0px;
}

.subItem {
	margin: 0px;
	padding: 0px;
	width: 154px;
	width: 155px \9;
	height: 30px;
	height: 26px \9;
	text-align:right;
	display:compact;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #EBEBEB;
	border-right-width: 1px;
	border-right-style: inset;
	border-right-color: #CCCCCC;
	clear : both;
}

.subItemOver {
	margin: 0px;
	padding: 0px;
	width: 154px;
	width: 155px \9;
	height: 30px;
	height: 26px \9;
	text-align:right;
	display:compact;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #EBEBEB;
	border-right-width: 1px;
	border-right-style: inset;
	border-right-color: #CCCCCC;
	clear : both;
}

.drop {
   border-left:1px solid black;
   border-right:1px solid black;	
}

a.close-menu {
	text-decoration:none;
	margin: 0px;
	padding: 0px;
	text-align:right;
	width: 155px;
	height: 24px;
	color: #FFFFFF;
	cursor:pointer;	
	line-height: 25px;
	letter-spacing: 1px;
	padding-right:8px;
	/*
	background-image: url(../images/left-b.gif);
	background-repeat : no-repeat;
	*/
	background-color:#333;
	border: none;
	display:block;
	/*text-indent:10px;*/
}

.mainBody_foot {
	position: fixed; /*固定位置定位*/
    bottom: 0px;
    z-index: 10; /*重疊時會在其他元素之上*/
    margin: 0px auto;
    text-align:center; 
    overflow:visible;
    width: 100%;
	height: 20px;
    color:Black;
	background-color:#CCC;
	line-height: 20px;
}

.mainBody_ad {
	position: fixed; /*固定位置定位*/
    top: 250px;
	right: 150px;
    z-index: 10; /*重疊時會在其他元素之上*/
    margin: 0px auto;
    text-align:center; 
    overflow:visible;
    width: 50px;
	height: 100px;
    color:Black;
	background-color:#999;
	display:none;
}

.mainBody_right {
	position: fixed; /*固定位置定位*/
	right:0px;
	height: 100%;
	width:20px;
	color:#333;
	z-index: 2;
	float:left;
	background-color:#CCC;
}

.mainBody_table {
	margin-top:80px;
	margin-left: 155px;
	padding-left: 20px;
	padding-top: 10px;
	width:80%;
	height: 700px;
	color:#333;
	z-index: 2;
	float:left;
}

/* 後台LocationBar */
.InLine {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.InLine {
	-moz-opacity:0.88; /* for mozilla */
	opacity: 0.88; /* for safari */
	khtml-opacity: 0.88 /* for konquerer and older safari */
}

ul.InLine li{
	background-image:url(../_img/catalog.gif);
    background-repeat: no-repeat;
    background-position: 0% 40%;
	float:left;
	margin: 0px;
	padding: 1px 5px 2px 15px;
}

ul.InLine li a {
	background: rgba(0,0,0,0);
    display:block;
	padding:1px;
	color:#999;
}
ul.InLine li a:link {
	background: rgba(0,0,0,0);
	text-decoration:none;
}
ul.InLine li a:visited {
	background: rgba(0,0,0,0);
	text-decoration:none;
}
ul.InLine li a:hover {
	background: rgba(0,0,0,0);
	color: #FF9933;
	text-decoration:none;
}
ul.InLine li a:active {
	background: rgba(0,0,0,0);
	text-decoration:none;
}

.showMsgDiv {
	background-color:#EEE;
	display:none;
	width: 100%;
	list-style: none;
	margin: 0px;
	padding: 10px 0px 10px 20px;
	clear:both;
	overflow:visible;
}

.showMsgDiv div, .showMsgDiv span  {
	color:#00F;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 2px 0px 3px 10px;
	clear:both;
}

.searchDiv  {
	width: 100%;
	list-style: none;
	margin: 0px;
	padding: 10px 0px 10px 20px;
	clear:both;
	overflow:visible;
}

.formButton {
	padding: 2px 8px 2px 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background-color:#FFF;
	font-size:11px;
}

.formButton:hover {
	border: 1px solid #999;
}

.SendSmall {
	padding: 2px 8px 2px 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background-color:#FFF;
	font-size:11px;
}

.SendSmall:hover {
	border: 1px solid #999;
}

.formText {
	padding: 2px 8px 2px 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background-color:#FFF;
	font-size:11px;
}

.formText:hover {
	border: 1px solid #999;
}

.listTable {
	padding: 5px 10px 5px 10px;
}

.listTable table {
	width:100%;
	*width:100%;
	_width:95%;
	
	width:100%;  /* Firefox and not IE else*/ 
	#width:100%;  /* for IE7 and above*/ 
	_width:96%;;  /* for IE6 and before*/
	margin:2px 0px 10px 0px;
	padding:3px;
	border-collapse: collapse;
	border-spacing: 0;
}

.listTable tr.tdhovers {
	background-color:#666;
	color:#FFF;
	line-height: 20px;
}

.listTable tr.tdhovers:hover { 
	background-color:#666; 
	line-height: 20px;
}

.listTable tr { 
	line-height: 20px;
}

.listTable tr:hover { 
	background-color:#EEE; 
}

/*
.listTable tr:nth-child(even) {background: #CCC}
.listTable tr:nth-child(odd) {background: #FFF}
*/

.listTable th {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #dadbdb;
	line-height: 20px;
	font-weight: 200;
	background-color:#666;
	color:#FFF;
	letter-spacing: 2px;
}

.listTable td {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #dadbdb;
	line-height: 20px;
	text-align:center;
}

.listTable td.mleft { 
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	border-bottom: 1px solid #dadbdb;
	line-height: 20px;
	text-align:left;
}

.listTable td.mright { 
	margin: 0px;
	padding: 0px;
	padding-right: 5px;
	border-bottom: 1px solid #dadbdb;
	line-height: 20px;
	text-align:right;
}

.listTable li {
	list-style-type:none;
	list-style-position:inside;
	margin:0;
	padding:2px 0px 5px 5px;
}

.listPage {
	padding: 5px 10px 5px 10px;
}

.listPage .PageTotal {
	float: left;
	line-height: 20px;
	letter-spacing: 2px;
}

.listPage .PageLink {
	float: right;
	line-height: 20px;
	letter-spacing: 2px;
	padding-bottom: 30px;
}

/* 表單用 */
fieldset {
	border:0;
	padding:10px;
	margin-top: 50px;
	margin-bottom:40px;
	
	background: rgb(255,255,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-8 */
	

	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	/*
	background:-webkit-liner-gradient(top,#EEEEEE,#FFFFFF);
	background:linear-gradient(top,#EFEFEF,#FFFFFF);
	*/
	
	box-shadow:3px 3px 10px #666;
	-moz-box-shadow:3px 3px 10px #666;
	-webkit-box-shadow:3px 3px 10px #666;
	width: 98%;
	position:relative;
}

legend {
	padding:5px 10px;
	background-color:#CCC;
	color:#FFF;

	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;

	box-shadow:2px 2px 4px #666;
	-moz-box-shadow:2px 2px 4px #666;
	-webkit-box-shadow:2px 2px 4px #666;

	position:absolute;
	left:10px;top:-11px;
}

fieldset ol {
	list-style: none;
	padding-top: 3px;
	padding-left: 2em;
	padding-bottom: 3px;
}

fieldset li {
	line-height: 24px;
	margin-top: 5px;
	margin-bottom: 5px;
}

fieldset li label {
	float: left;
	width: 10em;
	margin-right: 1em;
	text-align:right;
	padding-top: 2px;
}

.text-red {
	color:#F00;
}

.mformHidden {
	display:none;
}

fieldset li input.fildform{
	line-height: 24px;
	height: 24px;
	border: 1px solid #CCC;
}

fieldset .submit {
	border-style: none;
	margin-bottom: 40px;
}

.loginF ul {
	list-style: none;
	padding-top: 3px;
	padding-left: 2em;
	padding-bottom: 3px;
}

.loginF li {
	line-height: 24px;
	margin-top: 5px;
	margin-bottom: 5px;
	width:500px;
}

.loginF li label {
	float: left;
	width: 10em;
	margin-right: 1em;
	text-align:right;
	padding-top: 2px;
}