/* CSS Document */

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,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}
pre{
	font-size: 1em ;
}
a{
	cursor:pointer;
}



.clear{
clear:both;
}
.goleft{
float:left;
}
.goright{
float:right;
}

.txt_left{
text-align:left;
}
.txt_right{
text-align:right;
}
.txt_center{
text-align:center;
}

.txt_middle{
vertical-align:middle;
}

.relative{
	position:relative;
}

.height_5{
	height:5px;
}

.hand{
	cursor:pointer;
}

.hidden {
	display:none;
}

a.wekey {
	border-bottom:1px dotted #aaa;
}
span.wekeyfy {
	/*background: url(http://images.gamebase.com.tw/2008/wekeyfy.gif) repeat-x bottom center;*/
	padding-bottom: 1px;
	border-bottom: 1px dashed #c72cf2;
	cursor: help;
}

/* tr 移上去 變色 */
.omover {background:#303030;}
.tr_bg {background:#0f0f0f;}


/* 分頁表格 20080310 */
#page_table{
	border:0;
	border-collapse: collapse;
	text-align:center;
	width:0;
	margin:5px auto;
}
#page_table td{
	border:solid 1px #666;
	text-align:center;
	white-space:nowrap;
	padding:1px 2px;
	font-size:13px;
	white-space:nowrap;
}
#page_table a{
	border-bottom:none;
	text-decoration:none;
	display:block;
	padding:0;
	min-width:20px;
}
#page_table td.page_select a{
	font-weight:bold;
	text-decoration:underline;
}
#page_table input.go_page{
	width:35px;
	height:16px;
	border:solid 1px #333;
}
#page_table input.submit{
	width:35px;
	font-size:11px;
	border:solid 1px #333;
	cursor:pointer;
}
#page_table td.next_page {
	padding-left:10px;
	border:0;
}

#page_table td.re_page {
	padding-right:10px;
	border:0;
}




/* 浮動式公告 */
#fixed_box {
	position:absolute;
	bottom:-300px;
	right:0;
	width:220px;
	height:190px;
	background:url(http://images.gamebase.com.tw/2008/etc/sys_msg.gif);
	z-index:999;
}

#fixed_box .fixed_box_title {
	font-size:14px;
	font-weight:bold;
	margin:10px 0 0 10px;
}

#fixed_box .fixed_box_main {
	font-size:13px;
	padding:3px 12px ;
	width:200px;
	color:#000;
}

#fixed_box .button_close {
	float:right;
	margin-top:13px;
	margin-right:15px;
	cursor:pointer;
}

#fixed_box .fixed_box_main a {
	color:#000;
}

.highlight { background-color: #ff6; color: #000 !important; font-weight: bold; padding: 0 1px; }

