div.exportlinks {
	margin: -5px 0 10px 10px;
	padding: 2px 4px 2px 0;
	width: 100%;
}

div.exportlinks a {
	text-decoration: none;
}

div.exportlinks span {
	background-repeat: no-repeat;
}

span.csv {
	background-image: url(../images/ico_file_csv.png);
}

span.excel {
	background-image: url(../images/ico_file_excel.png);
}

span.pdf {
	background-image: url(../images/ico_file_pdf.png);
}

span.xml {
	background-image: url(../images/ico_file_xml.png);
}

span.export {
	cursor: pointer;
	display: inline-block;
	padding: 0 4px 1px 20px;
}

span.pagebanner {
	display: block;
	margin: 10px 0 10px 0;
	margin-bottom: 5px;
	padding: 2px 4px 2px 0;
	float: left;
	color: #555;
}

span.pagelinks {
	display: block;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 2px 0 2px 0;
	text-align: left;
	float: right;
}

th.sorted a,th.sortable a {
	background-position: right;
	display: block;
}

/*
td {
	border-bottom: 1px dashed #c1c1c1;
	注释掉后影响了专业委员会和专门委员会左侧成员的表格边框
}
*/

.table th.order1 a {
	background-image: url(../images/arrow_down.png) !important;
}

.table th {
	display: none;
}

.table th.order2 a {
	background-image: url(../images/arrow_up.png) !important;
}

div#main .tableHeaderImage { /* Tapestry */
	position: absolute;
	margin: 2px 0 0 -5px;
	background: transparent;
	border: 0;
}

/*.table th.sortable a {
    background-image: url(../images/arrow_off.png);
}*/
.table th.sorted {
	color: #000000;
}

.table th.sorted a,.table th.sortable a {
	background-position: right;
	background-repeat: no-repeat;
	display: block;
}

.table tr.odd {
	background: #fff;
	color: #000000;
}

/* highlight .table row onmouseover */
.table tr.over {
	border-bottom: 1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;
	color: #000000;
	cursor: pointer;
}

.detail th {
	text-align: right;
}
#ajaxcontent{
	*width:1200px;
}
.table{
	border:1px solid #e0e0e0;
}

.test {
	background: #C0C0C0;
}