table.tablesorter {
	background-color: #CDCDCD;
	margin:10px 0pt 0px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
    border-collapse: collapse;
}

table.tablesorter thead tr, table.tablesorter tfoot tr {
	border-left:1px solid #84a0d4;
	border-top:1px solid #84a0d4;
	border-right:1px solid #2d4b82;
	/*border-bottom:1px solid #2d4b82;*/
	background-color: #5e7fbc;
	background-image: url(/images/fondhtable.png);
	background-repeat: repeat-x;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	border: 0px;
	color: #fff;
	font-size: 12px;
	padding: 4px;
}
table.tablesorter thead tr .header {
	cursor: pointer;
	padding-right:25px;
}
table.tablesorter tbody tr {
	color: #3D3D3D;
	background-color: #FFF;
}
table.tablesorter tbody td {
	padding: 4px;
	vertical-align: top;
	border-bottom:1px solid #cccccc;
}
table.tablesorter tbody tr.odd {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(/images/tablesorter/asc.gif);
	background-repeat: no-repeat;
	background-position: center right;
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/images/tablesorter/desc.gif);
	background-repeat: no-repeat;
	background-position: center right;
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
    background-color: #5070b0;
}
table.tablesorter tbody tr.hovered {
	cursor: pointer;
	cursor: hand;
}
table.tablesorter tbody tr.hovered:hover {
    background-color: #d0d0f6;
}

.tablePaginationControl {
    width: 100%;
    margin: 0px;
    height: 25px;
    border-collapse: collapse;
	border-left:1px solid #c9d1e0;
	border-top:1px solid #c9d1e0;
	border-right:1px solid #2d4b82;
	border-bottom:1px solid #2d4b82;
	background-color: #84a0d4;
}

.tablePaginationControl tr td {
    height: 23px;
    padding: 2px;
    text-align: center;
    color: white;
    font-weight: bold;
}

#prevbutton {display:block; width:40px; height:20px; background:url(/images/tabprev.gif) no-repeat 0 0; margin-right: 6px; margin-left: 6px; margin-top: 0px;}
#prevbutton:hover {background:url(/images/tabprevro.gif) no-repeat 0 0px;}
#prevbuttond {display:block; width:40px; height:20px; background:url(/images/tabprevdeactivated.gif) no-repeat 0 0; margin-right: 6px; margin-left: 6px; margin-top: 0px;}

#nextbutton {display:block; width:40px; height:20px; background:url(/images/tabnext.gif) no-repeat 0 0; margin-right: 6px; margin-left: 6px; margin-top: 0px;}
#nextbutton:hover {background:url(/images/tabnextro.gif) no-repeat 0 0px;}
#nextbuttond {display:block; width:40px; height:20px; background:url(/images/tabnextdeactivated.gif) no-repeat 0 0; margin-right: 6px; margin-left: 6px; margin-top: 0px;}

.tabprogress {
    margin: 5px;
}

