/* General styles */
body {
	background-color: #E5E5E5;
	font-family: Verdana, Arial, Helvetica, sans-serif, 新細明體;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 13px;
}
a:link, a:active, a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #E06209;
}
hr {
	height: 0px;
	border: solid #D1D7DC 0px;
	border-top-width: 1px;
}
img {
	border: none;
}
h1, h2 {
	font-weight: bold;
	font-size: 22px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 120%;
	color: #000000;
}
input, textarea, select {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}
input {
	text-indent: 2px;
}

/* Classes */
img.newicon {
	margin: 5px 0px;
	vertical-align: middle;
}
img.jpgicon {
	margin: 2px 0px;
	vertical-align: middle;
}
table.forumline {
	background-color: #FFFFFF;
	border: 2px solid #006699;
	width: 100%;
}
table.forumline th {
	color: #FFA34F;
	font-size: 11px;
	font-weight : bold;
	background-color: #006699;
	height: 25px;
	text-align: center;
}
table.forumline td {
	padding: 4px;
	background-color: #ECECEC;
	font-size: 12px;
	text-align: left;
}

div.gentitle {
	background: transparent url(images/gen_tit_bg.gif) repeat-x scroll 0%;
	color: white;
	margin: 10px 0px 0px 0px;
	text-decoration: none;
	text-indent: 10px;
	width: auto;
	height: 28px;
	line-height: 26px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #72A4C5;
}
div.msgtitle {
	background: transparent url(images/msg_tit_bg.jpg) repeat-x scroll 0%;
	color: black;
	margin: 10px 0px 0px 0px;
	text-decoration: none;
	text-indent: 10px;
	width: auto;
	height: 22px;
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #70A5C4;
	border-right: 1px solid #70A5C4;
	border-top: 1px solid #70A5C4;
}

div.genbox {
	padding: 10px;
	border: 1px solid #7B95A6;
}
div.msgbox {
	background: transparent url(images/msg_box_bg.gif) repeat-x scroll 0% 100%;
	padding: 10px;
	border: 1px solid #7B95A6;
}
div.msgbox2 {
	background: #EBF3F6;
	padding: 10px;
	border: 1px solid #7B95A6;
}

div.conbox {
	float: left;
	padding: 0px;
	margin: 10px;
}

div.contitle {
	border-bottom: 1px solid #C8C8C8;
	height: 26px;
}

div.contitT1 {
	background: transparent url(images/con_tit_bg.gif) no-repeat scroll 0%;
	color: #07457C;
	float: left;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	padding-left: 18px;
}

div.contitT2 {
	float: right;
	color: #FF6600;
	font-size: 12px;
	padding-right: 15px;
	text-align: right;
	text-decoration: none;
}
div.contitT2 a:link, div.contitT2 a:active, div.contitT2 a:visited, div.contitT2 a:hover {
	color: #FF6600;
}

.conboxList {
	font-size: 13px;
	text-align: left;
	line-height: 22px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}
.conboxText {
	font-size: 13px;
	text-align: left;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
}

ul.conboxList li, ul.conboxText li {
	background: transparent url(images/ul_dot_bg.gif) no-repeat scroll 0%;
	padding-left: 15px;
	font-size: 13px;
	list-style-type: none;
	text-align: left;
}

div.conlineV {
	height: 18em;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e7e7e7;
	border-left-color: #c5c5c5;
	float: left;
	padding-top: 10px;
}

div.conlineH {
	background: transparent url(images/hline_bg.jpg) repeat-x scroll 0%;
	clear: both;
	height: 12px;
}

.postbody {
	font-size: 15px;
	line-height: 1.6em;
	color: #333333;
}

/* IDs */
div#container {
	background: white;
	text-align: left;
	width: 963px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	border: 1px solid silver;
	padding: 10px;
}
div#header {
	width: 100%;
	margin-bottom: 15px;
	clear: both;
	height: 100px;
}
div#menu {
	float: left;
	width: 100%;
	font-weight: bold;
	clear: both;
}
div#sidebar {
	float: right;
	width: 22%;
	clear: right;
	margin-top: 15px;
}
div#main {
	float: left;
	width: 76%;
	margin-top: 15px;
	clear: left;
}
div#ft {
	width: 100%;
	font-size: 12px;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
div#announcement {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	margin: 10px;
}
