
body, div, h1, h2, h3, h4, p, ul, li
{
	margin: 0;
	padding: 0;
}
body
{
	font-size: 80%;
	font-family: Verdana, sans-serif;
}
a
{
	text-decoration: underline;
	color: #0068B7;
}
a:hover
{
	color: #F90;
}

/*---- 最外層包裝 ----*/
#wrapper
{
	text-align: center;
	border-top: 6px solid #666;
	background: #FFF;
}


/*---- 頁首 ----*/
#header
{
	padding: 0;
	width: 980px;
	margin: 0 auto;
	font-weight: bold;
}
#header span
{
	color: #6296b5;
	font-weight: normal;
}
.ci
{
	float: left;
}
.name
{
	padding: 20px 50px 0 0;
	text-align: right;
}


/*---- 主選單 ----*/
#menubar
{
	background-color: #FF9;
	clear: both;
	height: 45px;
	border: 1px solid #FC0;
}
#mainmenu
{
	margin: 0 auto;
	width: 980px;
	height: 45px;
	font-size: 16px;
	text-align: left;
	margin: auto;
}
#mainmenu ul li a
{
	text-decoration: none;
}
#mainmenu ul.main_items li
{
	display: block;
	list-style-type: none;
	font-size: 16px;
	float: left;
	margin: 7px 20px 7px 0;
	text-align: center;
}
#mainmenu ul.main_items li a
{
	display: block;
	color: #F60;
	padding: 5px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#mainmenu ul.main_items li a:hover
{
	background-color: #FC3;
	color: #FFF;
	text-decoration: none;
}
#mainmenu ul.main_items li.current a
{
	background-color: #F90;
	color: white;
}
#mainmenu ul.main_items li.current a:hover
{
	background-color: #FF812D;
	color: #FFF;
}


/*---- 主要區塊 ----*/
#main
{
	margin: 0 auto;
	width: 980px;
	letter-spacing: 0.05em;
	clear: both;
}
#whitebar
{
	height: 15px;
	background-color: #FFF;
}


/*---- 左側區塊 ----*/
fieldset
{
	margin: 0;
	border: none;
}
fieldset div
{
	clear: left;
	padding: 5px 0;
}
h2
{
	color: #333;
	font-size: 15px;
	padding: 6px 0 0 8px;
}
#left_nav
{
	float: left;
	width: 220px;
	height: 500px;
	text-align: left;
	font-size: 15px;
	border-right: 1px solid #eeeeee;
	margin-top: 10px;
}


/*---- 登入 ----*/
#login
{
	float: left;
	margin-top: 19px;
	width: 245px;
	height: 200px;
	text-align: left;
	font-size: 15px;
	border: 1px solid #cccccc;
	background-color: #eef8fe;
}
#login h3
{
	margin: 0;
	padding: 7px 10px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	background-color: #8fbbd5;
	border-bottom: 1px solid #6296b5;
	border-right: 1px solid #6296b5;
	border-left: 1px solid #9bcbe8;
	border-top: 1px solid #9bcbe8;
}
#login p
{
	padding: 5px;
	color: #333;
	letter-spacing: 0.02em;
}
#login span
{
	font-size: 12px;
}
#signin
{
	text-align: right;
	margin: 0 5px 5px 0;
}
.line
{
	font-size: 12px;
}
.submit
{
	border-color: #CCC;
	color: #ffffff;
	background: #666;
	padding: 1px 5px;
    height: 23px;
}


/*---- 左側選單 ----*/
.button
{
	margin: 0;
	border-bottom: 1px dotted #cccccc;
	padding: 10px 3px 10px 0;
	color: #0e71cd;
}
.button a
{
	text-decoration: none;
}
.button a:hover
{
	text-decoration: underline;
}
.downitem
{
	padding: 5px 0 10px 30px;
	line-height: 25px;
	color: #666;
}
.downitem a
{
	color: #666;
	text-decoration: none;
}
.downitem a:hover
{
	text-decoration: underline;
	color: #333;
}


/*---- 內容區 ----*/
#content
{
	margin-left: 230px;
	padding: 15px 0px 15px 15px;
}
#content p
{
	text-align: left;
	line-height: 20px;
}
#content h1
{
	text-align: left;
	font-size: 15px;
	border-bottom: 1px solid #ccc;
	border-left: 6px solid #6496c3;
	line-height: 30px;
	color: #000;
	padding-left: 8px;
	letter-spacing: 0.2em;
}


/* 表格
---------------------------------------------*/
.maintable_line
{
	border: 3px solid #CCC;
}
#maintable
{
	width: 98%;
	font-size: 98%;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: justify;
	border: 4px solid #FFF;
}
#maintable table
{
	border: 1px solid #CCC;
}

#maintable th, #maintable td
{
	border: 1px solid #fff;
	padding: 8px;
}
#maintable th
{
	color: #FFF;
	background-color: #77b224;
	font-weight: normal;
	text-align: center;
}
#maintable td
{
	color: #333;
}
#maintable td a
{
	color: #2D78BF;
}
#maintable td a:hover
{
	color: #ff9900;
}
#maintable span
{
	color: #ef6c00;
	letter-spacing: 0.1em;
}
#maintable h3
{
	color: #333;
	font-size: 13px;
	text-align: center;
	letter-spacing: 0.2em;
}
#input
{
	background-image: url(images/img/slash_bg.gif);
	background-repeat: repeat;
	text-align: center;
}


#clear_table_border table
{
	border: 0px;
}
#clear_table_border th, #clear_table_border td
{
	padding: 0px;
	border: 0px;
}



/*---- 頁尾 ----*/
footer
{
	clear: both;
	padding: 10px 0;
	text-align: center;
	background-color: #E7E7E7;
}
#footer h2, #footer p
{
	font-size: 12px;
	padding-left: 50px;
	font-family: Arial;
}
#logo
{
	float: left;
	margin: 0 0 0 30px;
}
#copyright
{
	line-height: 20px;
	letter-spacing: 0.8px;
}
.clearfloat
{
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

#renew
{
	padding: 5px;
}
#renew p
{
	text-align: right;
}

/* 預設的標頭樣式表 */
.accordionHeaderDef
{
    border: 2px solid #0B0109;
    background-color: #8B7149;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    text-align: center;
}

/* 預設的內容樣式表 */
.accordionContentDef
{
    border: thick ridge #FFD8D8;
    /*background-color: #A7D9AF;*/
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    text-align: center;
}

/* 預設的標頭之超連結樣式表 */
.accordionHeaderDef a
{
    color: #FFFFCC;
    text-decoration: none;
}

/* 當滑鼠移過預設的標頭之超連結樣式表 */
.accordionHeaderDef a:hover
{
    background-color: LightSlateGray;
    color: Yellow;
    text-decoration: underline overline;
}
