﻿@charset "utf-8";
html, body {
	height: 100%;
	background-color: #FDFDFD;
	padding:0;
	margin:0;
	background-color:#F7F7F7;
	text-align:center;
	font-size:96%;
}
.star {
    font-size: 10pt;
	line-height: 14pt;
	color: #DB0000;
	letter-spacing: 1pt;
}
a, input {
	outline:none;
	text-decoration:none;
}

img {
	border-width:0;
}
hr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	height:1px;
}
.button {
	border:0;
	padding:3px 0;
	margin:5px 0 5px 0;
	background-color:NONE;
	background-image: url(../Images/button_bg1.png);
	background-color:transparent;
	width:90px;
	height:30px;
	color:#069;
	vertical-align:middle;
	cursor:pointer;
}
/* ======================================================================= */
/*                                                                         */
/* ======================================================================= */
.Wrapper {
	/*控制頁面寬度*/
	width:1024px;
	margin:0 auto;
}
.Container {
	/*內容區域放最寬*/
	width:100%;
	height:100%;
	background-image: url(../Images/bg_line.jpg);
	background-repeat: repeat-y;
	background-position: center;
	text-align:left;
}
/* ======================================================================= */
/*                               Main                                      */
/* ======================================================================= */
.Main {
	background-image: url(../Images/bg_main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.MainInnerPage {
	background-image: url(../Images/bg_page.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.MainContext {
	position:static;
	padding-top:210px;
}
/* ======================================================================= */
/*                               menu                                      */
/* ======================================================================= */
.menu {
	padding:0;
	margin:0;
	width:1024px;
	height:44px;
	background: url(../Images/bg_menu.jpg) top repeat-x;
	position:absolute;
	top:38px;
}
.menu ul {
	padding:0;
	margin:0 30px 0 0;
	list-style:none;
	border:0;
	float: right;
}
.menu ul li {
	float:left;
	margin:0;
	padding:0;
	border:0;
}
.menu ul li a {
	float:left;
	padding:0px 22px;
	height:44px;
	color:#fff;
	font:normal 13px Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	line-height:3.5em;
}
.menu ul li a:hover {
	background: url(../Images/btn_menu.jpg) left repeat-x;
	color:#000;
}
.menu ul li a.active {
	background: url(../Images/btn_menu.jpg) left repeat-x;
	color:#000;
}
.logo {
    /*
    Chrome: 會跑不出來
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../Images/post_logo.png', sizingMethod='crop');
	*/
	background-image:url(../Images/post_logo.png);
	background-repeat: no-repeat;
	background-position: 38px 0px;
	width:400px;
	height:80px;
	position:absolute;
	top:-13px;
	clear:both;
	left:40px;
}

/* ======================================================================= */
/*                               Login                                     */
/* ======================================================================= */
.Login {
	position:static;
	padding-top:320px;
	padding-left:50px;
	padding-bottom:20px;
	min-height:300px;
}
.tb_Login {
	line-height:2em;
	text-align:left;
}
.tb_Login h4 {
	color:#039;
	margin-bottom:2px;
}
.tb_Login ol {
	margin-top:0px;
	font-size:13px;
	line-height:1.8em;
	width:900px;
}
.tb_Login ul.announce {
	margin-top:0px;
	font-size:13px;
	line-height:1.8em;
	width:400px;
}
.tb_Login ul.announce li {
	list-style-image: url(../Images/list_item.png);
}

.tb_Login ul.announce a:hover{
	color: #195099;
	text-decoration:underline;
}

/* ======================================================================= */
/*                               LeftBlock                               */
/* ======================================================================= */
.LeftBlock {
	margin-left:30px;
	width:184px;
	height:420px;
	min-height:400px;
	background-image: url(../Images/bg_Left_Block.png);
	background-repeat: no-repeat;
	padding:10px 0 0 5px;
}
.LeftBlock li a{
	color:#000000;
}

.LeftBlock a:hover{
	color: #195099;
	text-decoration:none;
}
/* ======================================================================= */
/*                               CenterBlock                               */
/* ======================================================================= */
.CenterBlock {
	width:750px;
	min-height:350px;
}
/* ======================================================================= */
/*                               left_menu                                 */
/* ======================================================================= */
ul.left_menu {
    padding-right:30px;
}
ul.left_menu li {
	margin-bottom:9px;
	list-style-image: url(../Images/list_item.png);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
/* ======================================================================= */
/*                               Footer                                    */
/* ======================================================================= */
.Footer {
	height:79px;
	background-image: url(../Images/bg_footer.jpg);
	background-repeat: repeat-x;
}
.Footer p {
	font-size: 13px;
	color: #333;
	text-align: center;
	padding:10px;
}
/* ======================================================================= */
/*                               Style                                     */
/* ======================================================================= */
.tb_style {
	width:90%;
}
.tb_style img {
	display:inline-block;
	margin-left:10px;
}
.style_red {
	color:#C00;
	padding-bottom:10px;
	border-bottom:dashed 1px #000;	
	text-align:left;
}
.tb_bottom {
    margin:7px 0px;
}
.setmeno{
	font-size: 13px;
	margin-left : 2em;
	text-indent : -2em ;
}
/* ======================================================================= */
/*                         ModalPopupExtender                              */
/* ======================================================================= */
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
.modalPopup p {
    padding: 5px;
}
.btnModal {
	display: none;
	visibility: hidden;
}
/* ======================================================================= */
/*                                頁碼                                     */
/* ======================================================================= */
.gridPager {
	padding-top: 10px;
	border: solid 1px #ADCEFB;
	text-align: center;
}

.gridPager .current {
    padding: 3px 5px 3px 5px;
	text-decoration:underline;
	font-weight: bold;
}

.gridPager .nonCurrent { 
	padding: 3px 5px 3px 5px;
}

/* ======================================================================= */
/*                                Grid                                     */
/* ======================================================================= */
.gridViewColumnHeaderStyle {
    background-color:#ffbe2c;
	border:solid 1px #666;
	text-align:center;
	font-size: 15px;
	padding: 3px;
}

.gridViewItemLeftStyle {
    background-color:#ffffff;
	border:solid 1px #666;
	text-align:left;
	font-size: 15px;
	padding: 3px;
}

.gridViewItemRightStyle {
    background-color:#ffffff;
	border:solid 1px #666;
	text-align:right;
	font-size: 15px;
	padding: 3px;
}

.gridViewItemStyle {
    background-color:#ffffff;
	border:solid 1px #666;
	text-align:center;
	font-size: 15px;
	padding: 3px;
}

#gridMessage
{
	color: #990000;
	text-align: center;
	margin: 5px auto;
	padding: 5px;
}

/* ======================================================================= */
/*                      form like Grid                                     */
/* ======================================================================= */
.formGridColumnHeaderStyle {
    padding:3px;
    border:1px #999 solid;
    background-color:#e5efff;
}
.formGridRowHeaderStyle {
    padding:3px;
    border:1px #999 solid;
    background-color:#9cf;
}
.formGridItemStyle {
    padding:3px;
    border:1px #999 solid;
    font-size:16px;
}