﻿@charset "utf-8";
/* CSS Document */
/*Reset Start*/
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {padding: 0;margin: 0;}
table {border-collapse: collapse;border-spacing: 0;}
fieldset,img {border: 0;}
address,caption,cite,code,dfn,em,strong,th,var {font-weight: normal;font-style: normal;}
caption,th {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-weight: normal;font-size: 100%;}
q:before,q:after {content:'';}
abbr,acronym { border: 0;}
/*Reset End*/
/*Color Start*/
.gray1{	color: #333333;}
.gray2{	color: #666666;}
.gray3{	color: #999999;}
.gray4{	color: #CCCCCC;}
.white{color:#FFFFFF;}
.Orange{color:#D66D55;}
.Red{color:#C8161E;}
.Black{color:#333333;}
.Yellow{color:#FEDD78;}
.Blue{color:#0092D8;}
/*Color End*/

/*Font Start*/
h1,h2,h3,h4,h5{font-weight:normal;}
h1{font-size:25px;}
h2{font-size:23px;}
h3{font-size:21px;}
h4{font-size:19px;}
h5{font-size:17px;}
h6{font-size:15px;}
h7{font-size:14px;}

.c0{ font-weight:bold;}
.c1{ font-weight:100;}
.c2{ font-weight:200;}
.c3{ font-weight:300;}
.c4{ font-weight:400;}
.c5{ font-weight:500;}
.c6{ font-weight:600;}
.c7{ font-weight:700;}
.c8{ font-weight:800;}
.c9{ font-weight:900;}

p{
	font-size:13px;
	letter-spacing:1px;
	text-align:justify;
	}

p .small{
	font-size:12px;
	}

a{
	text-decoration:none;
	color:#666666;
	}

a:hover{
	text-decoration:underline;
	}
/*Font End*/

/*Body Start*/
Body{
	font-family:  Arial, Helvetica, sans-serif, "新細明體";
	font-size:13px;
	line-height:140%;
	color:#000;
	background:#FFF;
	}
.Left{
	float:left;
	}	
.Right{
	float:right;
	}
.Clear{
	clear:both;
	}
.block{
	display:block;
	}
.Dashed{
	background:url(../images/Dashed.gif) repeat-x bottom;
	}
.Clearfix{zoom:1;}
.Clearfix:after{content:'.';display:block;visibility:hidden;clear:both;height:0px;}

.PaddingTop{
	padding:10px 0;
	}
/*Body End*/
/*Pages Start*/
.pagination_title {
    font-size: 10pt;
    margin-top: 0px;
    border-top: 1px solid #CCC;
    background: #F1F1F1;
}

div.pagination {
    overflow: hidden;
    font-size: 9pt;
    padding: 10px 0;
}

div.pagination ul {
    list-style: none;
    padding: 2px 0;
    line-height: 16px;
}

div.pagination li {
    display: inline;
}

div.pagination.scott {
	padding:3px;
	margin:10px;
	text-align:center;
}

div.pagination.scott a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ddd;

	text-decoration: none;
	color: #999999;
}

div.pagination.scott a:hover, div.pagination.scott a:active {
	border:1px solid #777777;
	color: #666666;
	background-color: #EAEAEA;
}

div.pagination.scott li.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #999999;
	font-weight: bold;
	background-color: #999999;
	color: #FFF;
}

div.pagination.scott li.disabled {
	margin-right: 2px;
	color: #999999;
}
/*Pages End*/
/*TableA Start*/
table.TableA{
	width:100%;
	border-color:#DADADA;
	border-style:solid;
	border-width:1px 0 0 1px;
	}

table.TableA td{
	border-color:#DADADA;
	border-style:solid;
	border-width:0 1px 1px 0;
	padding:5px 10px;
	_padding:4px 8px;
	*padding:4px 8px;
	text-align:left;
	}
	
table.TableA tr.TableTitleLeft td{
	width:110px;
	background:#EAEAEA;
	}

table.TableA tr.TableTitleTop td{
	background:#EAEAEA;
	}

table.TableA td.TableTitleLeft{
	width:110px;
	background:#EAEAEA;
	}

.TitleTop{
	padding:5px;
	background:#EAEAEA;
	text-align:center;
	}

table.TableA li{
	margin-bottom:5px;
	}

.FrmTxtbox {
	width:200px;
	color:#999999;
	}

input.FrmTxtbox{
	border:1px #CACACA solid;
	}

.FrmTxtbox2 {
	width:100px;
	color:#999999;
	}

.Textarea{
	width:200px;
	color:#999999;
	}

.TableA img{
	width:100px;
	}
	
.TableA .Banner img{
	width:350px;
	}
/*TableA End*/

/*頁面整體寬度*/
.Wrapper{
	width:950px;
	background:#FFFFFF;
	position: relative;
	left: 50%;
	margin-left:-475px;
	}

/*斜線區塊 Star */
.SlantBox .Title{
	padding:10px 0 5px 0;
	}

.SlantBox .Context{
	background:#FFFFFF;
	}

.SlantBox .Context ul{
	list-style:none;
	margin:5px;
	padding:0px;
	}

.SlantBox .Context li{
	list-style:none;
	margin:0;
	padding:0;
	line-height:24px;
	background:url(../images/Dashed.gif) repeat-x bottom;
	}

.SlantBox .Context li a{
	margin:0 0 0 20px;
	padding:0 0 0 10px;
	font-size:13px;
	text-decoration:none;
	line-height:26px;
	color:#747474;
	background:url(../images/MenuDot.gif) no-repeat center left ;
	}

.SlantBox .Context li a:hover{
	color:#EE7943;
	}
/*斜線區塊 End */

/*頁首 Header*/
.Header{
	height:100px;
	background:url(../images/HeaderBg.jpg) no-repeat top;
	}

.Msg{
	padding:50px 25px 0 0;
	font-size:12px;
	color:#FFFFFF;
	text-align:right;
	}

.Msg a{
	color:#FFFFFF;
	}

.Msg span{
	margin:0;
	padding:0 0 0 15px;
	}

/*主頁面 Container*/
.Container{
	clear:both;
	padding:10px 25px 0 25px;
	background:#FFFFFF;
	}

/*登入區塊*/
.Login{
	width:250px;
	position: relative;
	left: 50%;
	margin:0 0 0 -125px;
	}

.Login .SlantBox{
	width:250px;
	clear:both;
	padding:1px 7px 20px 7px;
	background:url(../images/SlantBg.jpg);
	position: relative;
	left: 50%;
	margin:0 0 0 -125px;
	}
.Login .SlantBox ul{
	padding:10px;
	}

.Login .SlantBox li{
	margin:0;
	padding:0;
	color:#888888;
	line-height:25px;
	background:none;
	}

.Login .SlantBox .InputText{
	width:100%;
	margin:0;
	height:15px;
	line-height:20px;
	}

.Login .SlantBox .InputBtn{
	float:right;
	width:50px;
	margin:0;
	height:25px;
	line-height:20px;
	}

.Login .SlantBox .TestText{
	margin:0;
	padding:10px 0 0 0;
	text-align:right;
	}

.Login .SlantBox .LoginBottom{
	padding:0;
	margin:0 10px 0 0;
	height:25px;
	}

/*主頁面_左欄*/
.SidebarLeft{
	float:left;
	margin:0;
	padding:0;
	width:210px;
	background:#FFFFFF;
	}

.AdminMenu{
	width:196px;
	clear:both;
	margin:0;
	padding:1px 7px 20px 7px;
	background:url(../images/SlantBg.jpg);
	}

.AdminMenu .Title{
	padding:10px 0 5px 0;
	}

.AdminMenu .Context{
	background:#FFFFFF;
	}

.AdminMenu .Context ul{
	list-style:none;
	margin:5px;
	padding:0px;
	}

.AdminMenu .Context li{
	list-style:none;
	margin:0;
	padding:0;
	line-height:24px;
	background:url(../images/Dashed.gif) repeat-x bottom;
	}

.AdminMenu .Context li a{
	margin:0 0 0 20px;
	padding:0 0 0 10px;
	font-size:13px;
	text-decoration:none;
	line-height:26px;
	color:#747474;
	background:url(../images/MenuDot.gif) no-repeat center left ;
	}

.AdminMenu .Context ul.SubUl{
	color:#999999;
	padding:0 0 0 5px;
	}

.AdminMenu .Context ul.SubUl a{
	color:#999999;
	}

.AdminMenu .Context a:hover,.AdminMenu .Context ul.SubUl a:hover{
	color:#96C;
	}

/*主頁面_右欄*/
.SidebarRight{
	float:right;
	margin:0;
	width:900px;
	background:#FFFFFF;
	}

.SidebarRight .Index{
	padding:0 0 0 10px;
	height:25px;
	line-height:25px;
	border-top:3px #BABABA solid;
	border-bottom:1px #BABABA solid;
	background:url(../images/IndexDot.gif) no-repeat center left;
	}

.SidebarRight .Content{
	padding:10px;
	}

/*頁尾 Footer*/
.Footer{
	height:136px;
	margin:0;
	padding:0;
	line-height:0px;
	clear:both;
	background:url(../images/FooterBg.jpg) no-repeat bottom;
	}

/*頁尾 結束*/