﻿@charset "utf-8";
/* CSS Document */

/* CSS Document */

body{
	font-family:"新細明體", "標楷體", Arial;
    background: #e5e5e5;
	margin:0px;
	font-size:13px;
	color:#333333;
	HEIGHT: 100%;
}




/**************************
Layout Divs 
**************************/

#container{
	width: 960px;
	margin: 0 auto;
	background-color:#FFFFFF;
	border-top: #fff solid 5px;
	border-right: #fff solid 5px;
	border-left: #fff solid 5px;
	background:url(images/left_bg.gif) repeat #f2f0e1;
}

#header {
	background-image:url(images/header2.jpg);
	background-repeat:no-repeat;
	border-bottom: 2px solid #b5b591;
	padding-top:5px;
	width:960px;
	margin:0 auto;
	text-align:left;
	vertical-align:center;
	height:75px;
}

#header h1 {
	font-size: 28px;
	font-weight: normal;
	font-style:inherit;
	text-align:right;
	line-height:1em;
}

#header h2 {
	font-size: 14px;
	font-weight: normal;
	font-style:inherit;
	text-align:right;
}

#header span {
	float: right;
	color: #fff;
	vertical-align:bottom;
	margin-top:55px;

}

#header a:link, a:active, a:hover, a:visited {
	color: #fff;
	font-weight:bold;
	text-decoration: none;
	/* background-color: white; */
}

#header a:visited {
	color:#f2f0e1;
	font-weight:bold;
}

#header a:hover {
	color: #fff;
}


/*#main{
	width:960px;
	margin:0 auto;
	height: auto;
	background:url(images/left_bg.gif) repeat #f2f0e1;

}*/

#list a:link, a:active, a:hover, a:visited {
	color: #4497C1;
	font-weight:normal;
	text-decoration: none;
	/* background-color: white; */
}

#list a:visited {
	color:#1C72A0;
}

#list a:hover {
	color: #75572b;
}

#list{
	width:710px;
/*	margin-left:230px; */
	text-align:left;
	vertical-align:center;
	float: right;
	height: auto;
	padding: 2px;
	padding-left:10px;
}

#list span {
	float: right;
	color: #333;
	vertical-align:middle;

}

#list h4{
	line-height:1.5em;
	font-size: 14px;
	text-align:center;

}

#page{
	height: auto;
	padding: 5px;
	}

.left{
	width: 200px;
	float:left;
	margin-left:10px;
	padding:10px 0px 10px 0px;
}

#sub_title{
	width:710px;
	padding: 5px;
	text-align:right;
}

#footer {
	display: block;
	width: 960px;
	line-height: 2em;
	text-align: center;
	overflow: hidden;
	vertical-align:center;
	margin:0 auto;
	background-color:#ebe9d1;
	border-top: 2px solid #b5b591;
	color:#666666;
	border-bottom: #fff solid 5px;
	
}

#login{
	width:300px;
	height:100px;
	padding:10px;
	background: url(images/login_bg.jpg) #FFFFFF;
	background-repeat: no-repeat;
	left: 372px;
	top: 221px;
	font-size:12px;
}

#unit_login{
	width:300px;
	height:200px;
	padding:10px;
	background: url(images/unit_login_bg.jpg) #FFFFFF;
	background-repeat: no-repeat;
	left: 257px;
	top: 141px;
	font-size:12px;
}

#replay{
	width:500px;
	height:300px;
	padding:10px;
	background:  url(images/new_msg_bg.jpg) #f2f0e1;
	left: 249px;
	top: 133px;
	font-size:12px;
}

#new_msg{
	width:500px;
	height:300px;
	padding:10px;
	background:  url(images/new_msg_bg.jpg) #f2f0e1;
	left: 249px;
	top: 133px;
	font-size:12px;
}


/* main table*/
table.tb_main {
    border-spacing: 0px;
    border-collapse: collapse;
    border-top: 4px solid #EA9A1C;
    border-bottom: 1px solid #EA9A1C;
}
table.tb_main th {
    text-align: left;
    font-weight: normal;
    padding: 0.2em 0.5em;
    border-top: 1px dotted #EA9A1C;
}
table.tb_main td {
    text-align: left;
    border-top: 1px dotted #EA9A1C;
	background-color:#ffffff;
    padding: 0.4em 0.5em;
	line-height:1.5em;
}
table.tb_main thead th {
    text-align: center;
    border-bottom: 1px solid #EA9A1C;
}
table.tb_main th.Corner {
    text-align: left;
}

.field{ 
	border: 1px solid #E0E0BB; 
	background: #FCFBF6; 
	color: #565656; 
	font-weight: normal; 
}

.bt{ 
	padding: 2px; 
	font-size: 12px; 
	border: 1px solid #b8b5a3; 
	border-top: 1px solid #f0f0dd; 
	border-left: 1px solid #f0f0dd; 
	background: #c8c5ae; 
	font-size: 11px; 
	color: #747259; 
	font-weight: bold; 
}

/*unit reply */
table.unit_re {
    border-spacing: 0px;
    border-collapse: collapse;
    border-top: 4px solid #a1390c;
    border-bottom: 1px solid #a1390c;
}
table.unit_re th {
    text-align: left;
    font-weight: normal;
    padding: 0.2em 0.5em;
    border-top: 1px dotted #a1390c;
}
table.unit_re td {
    text-align: left;
    border-top: 1px dotted #a1390c;
	background-color:#ffffff;
    padding: 0.4em 0.5em;
	line-height:1.5em;
}
table.unit_re thead th {
    text-align: center;
    border-bottom: 1px solid #a1390c;
}
table.unit_re th.Corner {
    text-align: left;
}


/*stu_reply */
table.stu_re {
    border-spacing: 0px;
    border-collapse: collapse;
    border-top: 4px solid #b5b591;
    border-bottom: 1px solid #b5b591;
}
table.stu_re th {
    text-align: left;
    font-weight: normal;
    padding: 0.2em 0.5em;
    border-top: 1px dotted #b5b591;
}
table.stu_re td {
    text-align: left;
    border-top: 1px dotted #b5b591;
	background-color:#ffffff;
    padding: 0.4em 0.5em;
	line-height:1.5em;
}
table.stu_re thead th {
    text-align: center;
    border-bottom: 1px solid #b5b591;
}
table.stu_re th.Corner {
    text-align: left;
}

