﻿* {margin:0;padding:0}

body{
	width:100%;
	min-width:980px;
	font:12px/1.5em "microsoft yahei", "Trebuchet MS", Arial, "宋体";
	color:#333;
}


li{list-style:none;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}
img{border:none}
img, label, input, select, textarea{vertical-align:middle}
input, button, textarea, select{font-size:12px}



/* Link Style*/
a{ color:#00b7e7; text-decoration:none;}
a:hover{ color:#f30;}





div.left{float:left}
div.right{float:right}



.autowidth{
	margin: 0 auto;
	min-width:980px;
	max-width:1200px;
	_width:expression(
		(document.documentElement.clientWidth||document.body.clientWidth) < 980 ? "980px" : ((document.documentElement.clientWidth||document.body.clientWidth) > 1200 ? "1200px" : "")
	);


}





.pagebreak{clear: both; padding-top: 15px}
.pagebreak td{padding:0 3px}
.pagebreak td a{display:block;border:1px solid #e3eef4; background: #fff; padding: 5px 4px}


.pagebreak .page_text a{display:block;height:20px;line-height:20px;background-position:left center;background-repeat:no-repeat}


.pagebreak .page_no a{display:block;float:left;padding:5px 8px;height:20px;line-height:20px;margin:0 4px;background:#f9fcfc}
.pagebreak .page_no a.page_current{ background:#ff4d02; color:#fff; font-weight:bold}
.pagebreak select{border:1px solid #a2bcd5}



