#dataTable {
	float:left;
	width:100%;
	margin:20px 0 20px 0;
	border-bottom:#003366 thin solid;
}

#dataTable_length {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000033;
	float:left;
	width:50%;
}

#dataTable_filter {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000033;
	float:left;
	width:50%;
}

.sorting_asc {
	background: url('../images/sort_asc.png') no-repeat center left;
	padding:0 0 0 20px;
}

.sorting_desc {
	background: url('../images/sort_desc.png') no-repeat center left;
	padding:0 0 0 20px;
}

.sorting {
	background: url('../images/sort_both.png') no-repeat center left;
	padding:0 0 0 20px;
}

#dataTable>thead>tr>th {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	border-bottom:#003366 thick solid;
	color:#000033;
}

#dataTable>tbody>tr.even {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	border-bottom:#000033 thin solid;
	background:#99CCFF;
	color:#000033;
}

#dataTable>tbody>tr.odd {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	border-bottom:#000033 thin solid;
	background:#6699CC;
	color:#000033;
}

#dataTable a{
	text-decoration:none;
}

.play {
	white-space:nowrap;
	overflow:hidden;
	width:110px;
}

.dataTables_info {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000033;
	width: 90%;
	float: left;
}

.dataTables_paginate {
	width: 10%;
	float: right;
	text-align: right;
}

.paginate_disabled_previous {
	height: 19px;
	width: 19px;
	margin-: 3px;
	float: left;
	background-image: url('../images/back_disabled.jpg');
}

.paginate_enabled_previous {
	height: 19px;
	width: 19px;
	margin-: 3px;
	float: left;
	background-image: url('../images/back_enabled.jpg');
}

.paginate_disabled_next {
	height: 19px;
	width: 19px;
	margin-: 3px;
	float: left;
	background-image: url('../images/forward_disabled.jpg');
}

.paginate_enabled_next {
	height: 19px;
	width: 19px;
	margin-: 3px;
	float: left;
	background-image: url('../images/forward_enabled.jpg');
}