/* tables */
.display_table {
	width:100%;
	font-size:12px;
}
.display_table.small {
	font-size: 11px;
}
.display_table td,
.display_table th {
	padding:4px 5px;
	border:1px solid #b9d1df;
}
.display_table.small td,
.display_table.small th {
	padding:3px 4px;
}
.display_table th {
	background-color:#205e83;
	font-weight: bold;
	text-align:left;
	color:#fff;
}
.display_table tbody th {
	background-color:#BACEDB;
}
.display_table td,
.display_table tr:hover td.no_hover {
	background-color:#f1f7fb;
	color:#205e83;
}
.display_table .even td,
.display_table tr.even:hover td.no_hover {
	background-color:#dcecf6;
}
.display_table tr:hover td {
	background-color:#FFFBE2;
	color:#D67A1B;
}

table.display_table {
	margin:10px 0pt 15px;
	width: 100%;
	text-align: left;
}
table.display_table thead tr th, table.display_table tfoot tr th {
	padding: 4px;
}
table.display_table thead tr th.header {
	background-image: url('../images/tablesorter/bg.gif');
	background-repeat: no-repeat;
	background-position: right 8px;
	cursor: pointer; 
	padding-right:21px;
}
table.display_table tbody td {
	padding: 4px;
	vertical-align: top;
}
table.display_table tbody tr.odd td {
}
table.display_table thead tr th.headerSortUp {
	background-image: url('../images/tablesorter/asc.gif');
}
table.display_table thead tr th.headerSortDown {
	background-image: url('../images/tablesorter/desc.gif');
}
table.display_table thead tr th.headerSortDown, table.display_table thead tr th.headerSortUp {
}
