/* tables */
table {
	font-family:arial;
	background-color: #CDCDCD;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table thead tr th, table tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding-right: 1.8em;
}
table thead tr .header {
	background-position: center right;
	cursor: pointer;
	text-align: center;
}
table tbody td {
	color: #3D3D3D;
	background-color: #FFF;
	vertical-align: top;
	text-align: center;
	width: 100%;
}
table tbody tr.odd td {
	background-color:#F0F0F6;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

.sorting_asc {
	background: url('./media/images/sort_asc.png') no-repeat center right;
}

.sorting_desc {
	background: url('./media/images/sort_desc.png') no-repeat center right;
}

.sorting {
	background: url('./media/images/sort_both.png') no-repeat center right;
}

.sorting_asc_disabled {
	background: url('./media/images/sort_asc_disabled.png') no-repeat center right;
}

.sorting_desc_disabled {
	background: url('./media/images/sort_desc_disabled.png') no-repeat center right;
}
