/* tables */


/*************Table Curve*********************/
table.tablesorter {
    -moz-border-radius : 10px; /* Firefox */
    -webkit-border-radius : 10px; /* Safari & Chrome */
    -khtml-border-radius : 10px; /* Linux browsers */
    border-radius : 10px; /* CSS3 compatible browsers */
    padding: 0px;
    border-spacing: 0px;
	border-style: solid;
    border-width: 1px;
    border-color: #9EC243;
	font-size:9px
}

table.tablesorter td {
	border-style: solid;
    border-width: 1px;
    border-color: #9EC243;
	border-bottom: none;
	border-right: none;
}

table.tablesorter th {
	border-style: solid;
    border-width: 1px;
    border-color: #9EC243;
	/*border-bottom: none;*/
	border-right: none;
}

table.tablesorter th.fcolumn {
	border-left: none;
}

table.tablesorter th.frow {
	border-top: none;
}
/***********table curve end***********/


table.tablesorter thead tr .header {
	background: url(bg.gif) no-repeat right;

	cursor: pointer;
}

/*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);
}