@charset "utf-8";
/*預設區塊*/
a {
 noFocusLine:expression(this.onFocus=this.blur());
}
:focus {
	-moz-outline-style: none;
}
body {
	font-size: 14px;
	font-size: 0.875rem;
	margin: 0px;
	padding: 0px;
	background-color: #E8E8E8;
	font-family: Arial, Helvetica, sans-serif;
}
table {
	border-collapse: collapse;
	color:#595757;
}
th, td {
	font-weight:normal;
	margin: 0px;
	padding: 2px;
}
form {
	margin:0px;
	padding:0px;
}
a:link {
	color:#1875b8;
	text-decoration:none;
}
a:visited {
	color:#1875b8;
	text-decoration:none;
}
a:hover {
	color:#1875b8;
	text-decoration: underline;
}
/*首頁區塊*/
#indexContainer {
	width: 320px;
	min-height: 140px;
	_height: 140px;
	padding: 2px;
	overflow: hidden;
	margin: 15% auto 0 auto;
	background: #FFFFFF;
}
div#indexContainer table {
	margin: auto auto;
}
div#indexContainer table, div#indexContainer td, div#indexContainer tr, div#indexContainer td {
	border: none;
}
/*內頁區塊*/
#container {
	width: 100%;
}
#loginBox {
	background:#FFFFFF;
	width:300px;
	line-height:24px;
	position:absolute;
}
#loginBox div {
	padding:2px;
}
#title {
	padding: 15px 6px 0px 30px;
	height: 60px;
	background: url(../images/header_bg.jpg) top right no-repeat;
	background-color:#FFFFFF;
}
#title span {
	display:block;
	background: url(../images/header_logo.jpg) no-repeat;
	width: 158px;
	height: 55px;
	text-indent:-999px;
}
/*OLD_NAV
#nav {
	background:url(../images/nav_bg.gif) repeat-x;
	height:30px;
}
#nav ul {
	list-style:none;
	margin: 0px 0px 0px 30px;
	padding: 0px;
	width: 100%;
}
#nav li {
	float:left;
}
#nav a {
	display:block;
	width:70px;
	height:30px;
	text-align:center;
	text-decoration:none;
	line-height:28px; 
	background: url(../images/nav_off.jpg) no-repeat;
	color: #585757;
}
#nav li.first a {
	background: url(../images/nav_first_off.jpg) no-repeat;
}
#nav li.last a {
	background: url(../images/nav_last_off.jpg) no-repeat;
	width:78px;
}
#nav a:hover {
	color:#FFFFFF;
}*/

#nav {
	background:url(../images/nav_bg.gif) repeat-x;
	height:30px;
	width:100%;
}
#nav ul {
	list-style:none;
	margin: 0px 0px 0px 30px;
	padding: 0px;
	width: 970px;
}
#nav li {
	float:left;
}
#nav a {
	display:block;
	float:left;
	height:30px;
	padding:0px 2px 0px 12px;
	text-align:center;
	text-decoration:none;
	line-height:28px;
 #line-height:30px;
	color: #585757;
	background:url(../images/nav_txt.jpg) no-repeat;
}
#nav .on a {
	color:#FFF;
}
#nav .off a {
	background-position:0px -30px;
}
#nav .off a:hover {
	color:#000000;
}
#nav .right {
	display:block;
	float:left;
	background:url(../images/nav_R.jpg) no-repeat;
	width:9px;
	height:30px;
}
#nav .on .right {
}
#nav .off .right {
	background-position:0px -30px;
}
#tree {
	color: #c2c1c1;
	background-color: #595757;
	height: 20px;
	padding:5px 0px 0px 55px;
	border-bottom:1px solid #171717;
}
div#tree a:link, div#tree a:visited {
	color: #C2C1C1;
}
div#tree a:hover {
	color: #3F9;
}
#main {
	padding: 2px;
	_height: 450px;
	min-height: 450px;
	background: #FFFFFF;
}
#main .contents {
	padding: 4px;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}
#main .edit {
	padding: 4px;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	width: 98%;
	overflow-x: scroll;
	overflow-y: hidden;
}
div.clear {
	clear:both;
}
.btn {
	font-size: 11px;
}
#message {
	border:1px solid #999999;
	width: 500px;
	background-color: #FFFFFF;
	position: absolute;
	height: 40px;
	text-align:center;
	padding-top: 14px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
#footer {
	border-top:1px solid #bcbcbc;
	padding-top:23px;
	text-align:center;
	background-color:#f7f7f7;
	height:80px;
}
.KT_row_order th {
	background:url(../images/table_th_bg.gif) repeat-x;
	height:33px;
	text-align:center;
}
th.KT_col_check {
	background:url(../images/table_th_bg_none.gif) repeat-x;
}
