body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn, th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}
pre{font-size: 1em ;}
.article-content{ _height: 1% ;  overflow: hidden ;  _overflow: none;}
.article-content p{margin-bottom: 1em;}
.article-content li{list-style-type: disc; margin-left:20px;}
.article-content ol li{list-style-type: decimal; margin-left:20px;}
a {text-decoration: none;outline:none;}
br{letter-spacing: normal;}
body{
	background: #DBDBDB;
	font-family: "微軟正黑體";
	text-align: center;
}
#body {
	width: 970px;
	margin: auto;
	background-color: white;
	position: relative;
}
#footer {
	font-size: small;
}
h1{
	font-size: 2em;
}
ol, ul {
	list-style: none;
}
#head {
	text-align: center;
}
#navigation{
	background: url(image/nav_bg.jpg) repeat-x;
	display: block;
	height: 35px;
}
#navigation li {
	float: left;
	background: url(image/nav_board.jpg) right top no-repeat;
	height: 35px;
	padding: 0px 10px;
	line-height: 30px;
}
#navigation a {
	background: url(image/nav_star.gif) no-repeat;
	font-size: small;
	color: #2E7EAB;
	padding-left: 25px;
}
#navigation a:hover{
	font-size: 16px;
	line-height: 34px;
}
#content{
	padding-top: 10px;
	margin:0 auto;
	min-height: 400px;
	width: 99%;
	font-size: small;
	position: relative;
}
.listTable
{
	font-family: "微軟正黑體", Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc; 
	color: #333;
	width: 100%;
	text-align: center;
}
.listTable th {
	background: #e2e2e2;
}
.listTable td, .listTable th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	line-height: 1.8em;
	font-size: 0.8em;
	vertical-align: top;
}
.listTable tr:nth-child(2n+1){
	background: #efefef;
}
.listTable a {
	text-decoration: none;
	border-bottom: 1px dotted #f60;
	color: #f60;
	font-weight: bold;
}
.listTable a:hover {
	text-decoration: none;
	color: #fff;
	background: #f60;
	cursor: pointer;
}
.listTable tr:hover td{
	background: Chartreuse;
}
.flashBtn{
	font-size:small;
	padding: 3px 8px;
	text-align:right;
	position: absolute;
	left: 10px;
}
#pageList input{
	margin: 20px 5px;
	padding: 5px 10px;
	font-size: 1em;
	font-weight: bold;
}
.viewCntBtn{
	margin:0;
	padding: 3px 1px;
	font-size: 1.2em;
	font-weight: bold;
}
.formTable{
	margin:0 auto;
}
.formTable th,.formTable td{
	padding: 3px 5px;
}
.formTable td{
	text-align: left;
}
.example { color: #666; }
.cal{
	border: 1px black solid;
	width: 100%;
	background-color: #ddd;
	border-collapse:separate;
}
.cal td{
	border: 3px white solid;
	width: 14%;
}
.cal .cal-wday-name{
	background-color: black;
	color: #ccc;
	font-weight: bold;
	line-height: 150%;
	font-size:150%;
}
.cal .cal-day{
	height: 50px;
}
.cal-day-hover:hover{
	cursor: pointer;
	border: 3px red solid;
}
.cal-day-hover-left{
	border-right: 3px red solid !important;
}
.cal-day-hover-top{
	border-bottom: 3px red solid !important;
}
.cal-part{
	width:100%;
	height:100%;
	border-collapse:collapse;
}
.cal-part td, .cal-part th{
	border:0;
	height: 33px;
	background-position: center center;
	background-repeat: no-repeat;
    text-shadow: 0 0 1em #fff,0 0 1em #fff,0 0 1em #fff,0 0 1em #fff;
}
td.red-light
{
	background-image: url(image/red_light.png);
}
td.yellow-light
{
	background-image: url(image/yellow_light.png);
}
td.green-light
{
	background-image: url(image/green_light.png);
}