@charset "UTF-8";

/* tables */

table.tablesorter .box_header {
	font-weight:bolder;
	}

table.tablesorter {
	margin: 0 0 0 0;
	width: 100%;
	text-align: left;
	border-bottom: 0px solid #eee;

	}
	
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	border-left:#eee solid 1px;
	border-top:#eee solid 1px;
	font-weight:bolder;
	padding:10px 10px 5px 10px;
	vertical-align:top;	
	text-align: left;
	}
	
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	padding-right:20px;
	}
	
table.tablesorter tbody td {
	vertical-align: top;
	border-top: 1px solid #eee;
	border-left:#fff solid 3px;
	}
	
	table.tablesorter tbody td.last {
	border-top: 1px solid #eee;
	border-left:#fff solid 3px;
	border-bottom: 0px solid #eee;
	}
	
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
	}
	
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
	}
	
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
	}
	
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
	color:#fff;
	}

.board_person {
	padding:10px 10px 10px 110px;
	height:115px;
	}

