/* CSS Document */
html
{
SCROLLBAR-FACE-COLOR: #5EB8CE; SCROLLBAR-HIGHLIGHT-COLOR: #D8E8ED; 
SCROLLBAR-SHADOW-COLOR: #D8E8ED; SCROLLBAR-3DLIGHT-COLOR: #5EB8CE; 
SCROLLBAR-ARROW-COLOR: #ffffff; SCROLLBAR-TRACK-COLOR: #D8E8ED; 
SCROLLBAR-DARKSHADOW-COLOR: #5EB8CE;
}

body
{
	margin:0;
	padding:0;
	font-family: 新細明體;
	font-size:13px;
	/*background-color: #F0F0B4;*/
}

body a
{
	text-decoration: none;
}

b {font-size: 110%;}
em {color: red;}

#top
{
	width: 800px;
	height: 10px;
}

#maincontainer
{
	width: 802px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}

#banner {
	height: 120px;
	border-right: #440066 1px solid;
	border-left: #440066 1px solid;
	border-top: #440066 1px solid;
	border-bottom: #ffffff 1px solid;
}

#navigator
{
	height: 20px;
	background-image: url('images/nav_back.gif');
	border-right: 1px solid #999999;
	border-left: 1px solid #ffffff
}


#contentwrapper
{
	float: left;
	width: 600px;
}

#menucolumn
{
	/*float: left;*/
	width: 230px; /*Width of left column*/
	/*height: 600px;*/
	/*margin-left: -800px; /*Set left margin to -(MainContainerWidth)*/
	/*border-top: #c15752 1px solid;*/
	border-bottom: #b82a24 1px solid;
	border-right: #c15752 1px solid;
	border-left: #c15752 1px solid;
	font-size: 13px;
	background-color: #b82a24;
}

#contentcolumn
{
	margin-left: 0px; /*Set left margin to LeftColumnWidth*/
	color: black;
}

 html #menu {
	width: 100%;
	font-family: 新細明體
}

#menu ul {
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-top-style: none; 
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	list-style-type: none;
	border-bottom-style: none
}

#menu li {
	margin: 0px;
	border-bottom: #dc9592 1px solid
}

#menu li a {
	padding-right: 5px; 
	display: block; 
	padding-left: 8px;
	padding-bottom: 3px; 
	border-left: #702210 10px solid;
	width: 100%;
	color: #fff;
	padding-top: 3px;
	background-color: #b82a24;
	text-decoration: none
}

#menu li a:hover {
	border-left: #627010 10px solid;
	color: #fff;
	/*background-color: #f1ee1f;*/
	font-weight: bold;
}


 html #menu_group {
	width: 100%;
}

#menu_group a {
	padding-right: 5px; 
	display: block; 
	padding-left: 8px;
	padding-bottom: 3px; 
	border-left: #702210 10px solid;
	width: 100%;
	color: #fff;
	padding-top: 3px;
	background-color: #b82a24;
	text-decoration: none;
	border-bottom: #dc9592 1px solid
}

.listPic {
	vertical-align: middle;
	border-top-style: none;
	margin-right: 5px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	width: 18px;
	height: 18px;
}

.fileIcon {
	vertical-align: middle;
	border-top-style: none;
	margin-right: 0px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	width: 18px;
	height: 18px;
}

.listRow {
	padding: 5px;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	font-size: 15px;
}

.menuTable {
	border-bottom: 1px #b82a24 solid;
}
	

#bottom
{
	width: 802px;
	height: 36px;
	background: url("images/bottom.jpg");
	/*border-bottom: #c15752 1px solid;
	border-right: #c15752 1px solid;
	border-left: #c15752 1px solid;*/
}

#news_table tr
{
	background-color: expression((this.sectionRowIndex%2==0)?"#c0c0c0":"#ffffff")
}