

/* tables */
table.ordered_UIB_columns {
	/*font-family:sans-serif,verdana,arial;
	background-color: #CDCDCD;*/
	margin:10px 0pt 15px;	
	width: 100% !important;
	text-align: left;

}
table.ordered_UIB_columns thead tr th, table.ordered_UIB_columns tfoot tr th {
	background-color: 	border: 1px solid #FFF;
    color:#006DB5;
    font-weight:bold;
}
table.ordered_UIB_columns thead tr .header {
	background-image: url(tablesorter/144907_bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
/*table.ordered_UIB_columns tbody td {padding: 4px;	background-color: #FFF;	vertical-align: top;}*/

table.ordered_UIB_columns tbody tr.odd td {	background-color:#F0F0F6;}
table.ordered_UIB_columns thead tr .headerSortUp {	background-image: url(tablesorter/144924_asc.gif) ;}
table.ordered_UIB_columns thead tr .headerSortDown {	background-image: url(tablesorter/144925_desc.gif);}
table.ordered_UIB_columns thead tr .headerSortDown, table.ordered_UIB_columns thead tr .headerSortUp {background-color: #E7F1F7;}
