@charset "utf-8";

/* start css reset*/
html {
	color: #000; 
}

body {
	line-height: 1;
	font-size:12px;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,input,textarea,select,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline:0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: normal;
	vertical-align: baseline;
	font-family:"微软雅黑";	
}

table {
	border-collapse:collapse; /*表格的边框合并为一个单一的边框, separate属性表示边框分开*/
	border-spacing:0; /*相邻单元格的边框间的距离*/
}

:focus {
	outline: 0;
}

ol,ul {
	list-style:none;
}

caption,th,td {
	text-align:left;
}

blockquote:before,blockquote:after,q:before,q:after {
	content:'';
}

blockquote, q {
	quotes: '' '';
}

legend{
	color:#000;
}

/* end css reset*/


/* start site common */
body,input,td,div,span,a,li,label,select,textarea {
	font-family:"微软雅黑",Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

a {
	color: #2B4898;
	text-decoration:none;
	hide-focus: expression(this.hideFocus=true);
}

a:hover {
	color:#CC0033;
	text-decoration:underline;
}

.underline {text-decoration:underline;}
/* end site common */


/* start clearfix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	line-height:0;
	clear:both;
	visibility:hidden; /*元素仍占据其本来的空间*/
}

/* 这是对非IE6/7的处理，IE6/7并不支持生成元素(不支持伪类:before :after )*/ 
.clearfix {
	display:inline-block;
}

/*  
 这是对 Mac 上的IE浏览器进行的 */ 
 
 
* html .clearfix
{height: 1%;}

/*  
 这是对 win 上的IE6浏览器进行的处理 */ 

.clearfix
{display: block;}

/* end clearfix */

.left {
	float:left;
}

.right {
	float:right;
}

.hidden {
	display:none
}

.clear {
	clear:both;
	overflow:hidden;
	height:1px;
	margin-top:-1px
}

.align-left {
    float: left;
}

.bulk-actions {
    padding: 15px 0 5px;
}
a.link_button {border: 1px solid #09F; padding: 2px 10px; background-color:#DDE4EA; line-height: 24px;}

.page {width: 1020px; margin:0 auto;}
#header {height: 90px;}
#top {margin:0 auto; position:relative; height: 115px;}
#logo {position:absolute; top:32px; left: 2px;}
#toplink {position:absolute; top:32px; right: 2px;}

.image-link a img{border:1px solid #000; margin: 5px 0;}
.image-link a:hover img{border:1px solid #ccc;}

.textbox {border: 1px solid #7e9eb7;}

h3.category-title, #section h3.title {font-size:16px; font-weight:bold; margin-bottom: 20px;}

#section {width: 950px; margin: 40px auto;border: 1px solid #b6b6b6;padding: 20px;}
#section h3.section-title  {font-size:14px; font-weight: bold;padding-bottom: 8px; margin-top:20px;border-bottom: 1px solid #0CF;}

#section form p {margin: 20px 0;}
#section form input, .ui-dialog-content form input {margin-top: 10px;}
#section form .button {padding: 5px 10px;border: 1px solid #777; background-color:#0099CC;}

.middle {vertical-align:middle;}

#section {line-height: 150%;}

.panel {background-color: #f1f1f1; padding: 10px;}
.panel table{display:none;}
.panel h3{font-size: 14px; line-height: 30px; font-weight: bold; cursor: pointer;}
.panel h3.handler{ cursor: pointer;}
.panel h3 span{float: right;}

/************ Table ************/
#main-content table {/*width: 100%;*/border-collapse: collapse;}
#main-content table th {font-weight: bold; font-size: 15px; border-bottom: 1px solid #ddd; }
/*#main-content tbody { border-bottom: 1px solid #ddd; }*/
#main-content tbody tr { background: #fff;}
#main-content tbody tr.alt-row {background: #f3f3f3;}
#main-content table.data-table {width: 100%;}
#main-content table.data-table > tbody > tr > td,
#main-content table.data-table > thead > tr > th,
#main-content table.data-table > tbody > tr > th {padding: 5px; line-height: 1.3em;vertical-align: top;}				
#main-content table tfoot td .bulk-actions { padding: 15px 0 5px 0;}
#main-content table tfoot td .bulk-actions select { padding: 4px;border: 1px solid #ccc;}      

/*************** Pagination ***************/
#pagerwrapper {width:%98;}
#pagerwrapper table{margin: 10px auto;}
#pagerwrapper table td {padding-right:10px;}
.pageinput {width:18px;_width:18px; border: 1px solid #999;padding: 2px;}
.page_square{ width:15px;height:13px;_width:15px;_height:13px;background-color:#FAFDFC; border:1px #F6F4F2 solid;padding:0 3px;_padding:0 3px;margin:0 3px;_margin:0 3px;}
.page_square_bg{ width:15px;height:13px;_width:15px;_height:13px;background-color:#0468B4; border:1px #F6F4F2 solid;padding:0 3px;_padding:0 3px; color:white;}
.page_word{ width:50px;height:13px;_width:50px;_height:13px;background-color:#FAFDFC; border:1px #F6F4F2 solid;padding:0 3px;_padding:0 3px;margin:0 3px;_margin:0 3px;}
.page_sure {border: 1px solid #999; padding: 2px 4px 0 4px; height: 30px;}

.button { border: 1px solid #999; padding: 4px 10px;_padding:0 3px;margin:0 3px;_margin:0 3px;}
.button_blue {padding: 5px 10px; background:url(../images/button_bg_blue.gif) repeat-x; height: 42px; color: #fff; font-size: 16px; font-weight:bold;}

.page_sure {border: 1px solid #999; padding: 2px 4px 0 4px; height: 30px;}

#bottom-links li.last h3{margin-bottom: 20px; }
#bottom-links li.last a {color:#858585;}

#copyright {background-color:#363636; color: #fff;padding: 40px 0;}
#cp-info {margin-left:265px;}
#cp-info a {color: #fff;}