#table_action_header
{
	position:relative;
	width:100%;
	background-color:#EEEEEE;
	height:44px;
	border:1px solid #CCCCCC;
	padding:3px 0px 3px 0px;
	margin:0 0 10px 0;
	border-radius:5px;
}

#table_action_header ul
{
	list-style:none;
	padding:0px;
	margin:0px;
	margin-left:15px;
}

#table_action_header ul li
{
	margin-left:8px;
	margin-right:4px;
	margin-top:10px;

}

/*#table_action_header ul li span
{
	background-color:#090;
	border:2px solid #DDDDDD;
	font-size:14px;
	padding:2px 5px 2px 5px;

} */

#table_action_header a
{
	text-decoration:none;
	color:#FFF;
}

#table_holder
{
	position:relative;
	margin-bottom:50px;
}

table.tablesorter
{
	position:relative;
	width:100%;
	/*border-top:3px solid #090;*/
	border-collapse:collapse;
	/*text-align:left;*/
	margin-bottom:10px;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th
{
	color:#666;
	text-align:left;
	background-color:#fff;
	padding: 0px 5px 0px 5px;
	height:35px;
	border-bottom: 1px solid #dcdcdc;
	border-top:1px solid #dcdcdc;
}

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

table.tablesorter tbody td
{
	color: #3D3D3D;
	background-color: #FFF;
	vertical-align: middle;
	padding: 5px;
	border-bottom:1px solid #DDDDDD;
	height:30px;

}
table.tablesorter tbody td.over
{
	background-color:#CCCCCC;
}

table.tablesorter tbody td.selected
{
	background-color:#BBBBBB;
}

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

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

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

table.innertable
{
	display: none;
}

table.innertable thead tr th
{
	background-color: #669966;
}

table.innertable tbody tr td
{
	background-color: #DDD;
}

#tabset-wrapper {
	text-align:center;
	margin:10px 0 4px 0;
}
#tabset-wrapper.register {
	margin:12px 0 3px;
}
.borderless {
	border:none !important;
}
table tbody td input[type="text"] {
	margin:10px 0;
}
/* Barebones tables for nesting inside table helper
without distrupting other stuff */

table.nesting, table.nesting tr, table.nesting td {
	border-collapse:collapse;
	padding:0;
	margin:0;
	border:none;
}
