@charset "utf-8";
/* CSS Document */

body{
	background-image: url(imgs/back.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #F0F0F0;
	margin: 0px;
}

#page{
	background-color: #FFF;
	margin: auto;
	width: 960px;
	font-family: "微軟正黑體", Arial;
	font-size: 14px;
	line-height: 1.5em;
}

table {
	font-size: 14px;
	color: #5C6470;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #687D8E;
	padding: 3px;
}

th {
	background-color: #DAE0E4;
	font-size: 15px;
}

td{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #687D8E;
	padding-top: 5px;
	padding-bottom: 2px;
}

h1{
	font-size: 20px;
	color: #65677C;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #65677C;
}

a{
	color: #42426F;
	text-decoration: none;
}

a:hover {
	color: #099;
}

/* header styles */

#top{
	background-image: url(imgs/top-img-h.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 48px;
	background-color: #FFF;
}

#top_text{
	font-size: 12px;
	color: #999;
	float: right;
	width: 300px;
	padding-top: 20px;
	font-family: "微軟正黑體", Arial;
}
#top_text a {
	color: #999;
	text-decoration: none;
}
#top_text a:hover {
	color: #94B1D3;
}


#header{
	background-image: url(imgs/top-img-t.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 152px;
}

ul.button{
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
ul.button li{
	float:left;
}
ul li a{
	display:block;
	width:192px;
	height: 27px;
	background: url('/forum/templates/decode/images/btn_link.jpg');
	text-indent: -99999px;
}

ul li a:hover {
	background: url('/forum/templates/decode/images/btn_hover.jpg');	
}

#button1 {background-position: 0 0;}
#button2 {background-position: -100% 0;}
#button3 {background-position: -200% 0;}
#button4 {background-position: -300% 0;}
#button5 {background-position: -400% 0;}

#content{
	background-color: #FFF;
	background: url(imgs/back-img-sky.jpg) no-repeat center top;
	padding: 30px 30px 0;
}

.title {
	font-size: 16px;
	font-weight: bolder;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6E889F;
	line-height: 2em;
}

#news-con{
	float: left;
	width: 430px;
	padding: 10px;

}

#storys-con{
	width: 430px;
	padding: 10px;
	float: left;
}

div.QWHeading1 {
	color: #2F779D;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2F779D;
	font-size: 18px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #2F779D;
}

div.QWNormal{
	font-size: 15px;
	line-height: 2em;
	color: #5C6470;	
}

div.QWRow {
	font-size: 14px;
	line-height: 2em;
	color: #5C6470;
}