/* tables */
table.tablesorter thead tr .header {
	background:#454763;
	color:#ffffff;
	font-family: Nanum Gothic,sans-serif;
	font-weight:700;
	font-size:13px;
	
	background-image: url(/Script/jquery.tablesorter/themes/blue/bg.png);
	background-repeat: no-repeat;
	background-position: center right;	
	cursor: pointer;
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background: #1e216f;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(/Script/jquery.tablesorter/themes/blue/asc.png);
	background-repeat: no-repeat;
	background-position: center right;	
	cursor: pointer;
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/Script/jquery.tablesorter/themes/blue/desc.png);
	background-repeat: no-repeat;
	background-position: center right;	
	cursor: pointer;
}

table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 0px;
	background-color: #FFF;
	vertical-align: top;
	font-family: Nanum Gothic,sans-serif;
	font-weight:700;
	font-size:13px;	
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
