@charset "utf-8";
body {
	background-color: #000000;
	margin-top: 0px;
	font-family:"Geneva, Arial, Helvetica, sans-serif,";
	font-size:12px;}

h2{ font-size:12px;}
img{border:none;}
a:link{text-decoration:none; color:#0000CC; border:none;}
a:hover{text-decoration:none; color:#FF0000; border:none;}
a:active{text-decoration:none; color:#0000CC; border:none;}
a:visited{text-decoration:none; color:#000066; border:none;}

#datatable{
width:650px;height:auto;background-image:url(image/650boxbg.jpg); background-repeat: repeat-y; background-position:top left; vertical-align:top;padding-bottom:0px;}

#whole{ /* whole table*/
width:880px;height:auto;margin-top:0px; margin-left:0px; 
}

#mid{ /*mid*/ 
width:880px;background-image:url(image/bg_paper.jpg);background-position:center;background-repeat:repeat-y; 
}

#leftbtn{ /*left btn*/
width:140px;min-height: none;
float:right; 
background-image: url(image/bg_com.png); 
background-repeat:repeat-x; 
background-color:#FFFFFF;
}

#secondary{/*secondary*/
width:170px; float:left;
}

#leftcol{ /*left col*/
width:30px;float:left;min-height: none;
}

#rightcol{ /*right col*/
width:30px;float:right; height: inherit;
}

#primary{ /*primary*/
width:710px; height:100%;
float:right;
background-image:url(image/bg_paper.jpg);background-position:right;background-repeat:repeat-y; 
}

#content { /*content*/
width:680px; 
float:left; 
background-image: url(image/bg_com.png); 
background-repeat:repeat-x; 
background-color:#FFFFFF;
}

#main { /*main*/
width:520px; 
float:left;
} 

#side { /*side banner*/
width:160px; 
float:right;
}


.select:after {content:"."; display:block; height:0; clear:both; visibility:hidden;} 
/*在Firefox中，當子級都為浮動時，那麼父級的高度就無法完全的包住整個子級，那麼這時用這個清除浮動的HACK來對父級做一次定義，那麼就可以解決這個問題。*/