div.dataTables_length {
	font-size:9pt;
	text-indent:1em;
	width:40%;
	margin:0;
	padding:5px 0;
	float:left;
}
option {
	font-size:9pt;
}

div.dataTables_filter {
	font-size:9pt;
	float:right;
	text-align: right;
	width:50%;
	margin:0;
	padding:5px 0;
}

.dataTables_info {
	width: 60%;
	float: left;
}

.dataTables_paginate {
	width: 44px;
	* width: 50px;
	float: right;
	text-align: right;
}

/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
	height: 19px;
	width: 19px;
	margin-left: 3px;
	float: left;
}

.paginate_disabled_previous {
	background-image: url('../img/back_disabled.jpg');
}

.paginate_enabled_previous {
	background-image: url('../img/back_enabled.jpg');
}

.paginate_disabled_next {
	background-image: url('../img/forward_disabled.jpg');
}

.paginate_enabled_next {
	background-image: url('../img/forward_enabled.jpg');
}

/* DataTables display  */
table.display {
	width:700px;
	margin:10px 0;
	clear: both;
	border:1px solid #333;
	border-collapse:collapse;
	font-size:8pt;
}

table.display thead th {
	border:1px dashed #999;
	border-bottom:1px solid #333;
	padding: 3px 10px;
	cursor: pointer;
	_cursor: hand;
white-space:nowrap;
}
table.display tr td {
	text-align:center;
	padding:3px;
	border:1px dashed #999;
	font-size:8pt;
}
table.display tr td.day {
	width:45px;
}
table.display tr td.day span {
	font-size:7pt;
}

table.display tr td.title {
	text-align:left;
}
table.display tr td.number {
	width:140px;
	text-align:left;
}
table.display tr td.hall {
	width:100px;
	text-align:left;
}
.sorting_asc {
	background: url('../img/sort_asc.jpg') no-repeat center right;
}

.sorting_desc {
	background: url('../img/sort_desc.jpg') no-repeat center right;
}
.sorting {
	background: url('../img/sort_both.jpg') no-repeat center right;
}
div.dataTables_info {
	font-size:8pt;
	text-align:left;
	text-indent:1em;
	width:60%;
	margin:0;
	padding:0 0 7px 0;
}
tr.odd {
	background:#fff0f0;
}

tr.even {
	background:#fff;
}
tr.odd td.sorting_1 {
	background: #ffc0c0;
	font-weight:bold;
}
tr.even td.sorting_1 {
	background-color: #ffe0e0;
	font-weight:bold;
}
