/* tables */
table.tablesorter {
	font-size: 12px;
	line-height:1.4em;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	clear:both;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	text-align:left;
	margin:0px;
	padding:2px 0px 2px 0px;
	color:#595959;
	border-collapse: collapse;
}

th div.leftposition, td div.leftposition{
	margin-left:15px;
}

th div.rightposition, td div.rightposition{
	margin-right:15px;
}

th.list_recipename div{
	width:450px;
}

td.message_cell div{
	margin:0px 15px 0px 15px;
}

th.list_entrydate div{
	width:120px;
}

th.list_buyer div, th.list_seller div{
	width:100px;
}

th.list_itemname div{
	width:350px;
}

th.list_price div{
	width:100px;
}

th.list_sale_commodity_last_no div{
	width:80px;
}

th.list_edit_button div{
	width:100px;
	text-align:center;
}

th.list_matching_result div{
	width:100px;
}

th.list_uname div{
	width:350px;
}

th.list_matchtitle div{
	width:500px;
}
th.list_icon_s div{
	width:18px;
}
img.icon_s{
	margin:3px 5px 3px 0px;
	vertical-align:middle;
}


table.tablesorter tbody tr td {
	text-align:left;
	padding:2px 0px 2px 0px;
	color: #595959;
	background-color: #EEEEEE;
	font-size: 12px;
	line-height:1.4em;
	border-collapse: collapse;
}

td.list_price div{
	text-align:right;
	margin-right:30px;
}

td.list_sale_commodity_last_no div{
	text-align:right;
	margin-right:30px;
}

td.list_edit_button div{
	text-align:center;
}

table.tablesorter thead tr .header {
	background-image: url(../image/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter tbody td.list_title {
	text-align:left;
}

//table.tablesorter tbody td.list_sale_comodity_last_no {
//	text-align:center;
//}

//table.tablesorter tbody td.list_entry_date {
//	text-align:center;
//}

//table.tablesorter tbody td.list_edit_button {
//	text-align:center;
//}

table.tablesorter tbody tr.odd td {
	background-color:#F9F9F9;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(../image/asc.gif);
}

table.tablesorter thead tr .headerSortDown {
	background-image: url(../image/desc.gif);
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #A0D100;
}


table.tablesorter caption{
	padding:12px 0px 0px 0px;
	background-image:url(/msb/images/common/line.gif);
	background-repeat:repeat-x;
}

table.tablesorter caption div{
	text-align:left;
	caption-side:top;
	padding:9px 0px 11px 45px;
	font-size:14px;
	font-weight:bold;
	color:#595959;
	border-bottom:1px dashed #D4D4D4;
	margin:0px 0px 5px 0px;
}

table.tablesorter caption.buy_caption div{
	background-image:url(/msb/images/common/buy_icon_b.png);
	background-repeat:no-repeat;
	background-position: 10px 5px;
}


/* pager */

#table_pager{
	text-align:right;
	margin-top:5px;
	overflow:visible;
	padding:10px 10px 0px 10px;
	font-size:12px;
	color:#595959;
}

.first .prev .next .last{
	vertical-align: middle;
}
	
.pagedisplay{
	display:inline;
	margin:0px 15px 0px 5px;
	font-size:12px;
	color:#595959;
	border:px solid red;
}

#prev_link_on, #prev_link_off, #next_link_on, #next_link_off{
	display:inline;
	font-size:12px;
	color:#595959;
}

#directlink{
	float:left;
	text-align:left;
	padding:10px 10px 0px 10px;
	font-size:12px;
	color:#595959;
}

