/* CSS Document */

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */

.dataTables_wrapper {
	position: relative;
	min-height: 302px;
	_height: 302px;
	clear: both;
}

.dataTables_processing {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 250px;
	margin-left: -125px;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 11px;
	padding: 2px 0;
}

.dataTables_length {
	width: 150px;
	float: left;
}

.dataTables_filter {
	width: 300px;
	float: right;
	text-align: right;
	margin-right: 20px;
}

.dataTables_info {
	width: 60%;
	float: left;
	margin-top: 10px;
	color: #E31A30;
}

.dataTables_paginate {
	width: 44px;
	* width: 50px;
	float: right;
	text-align: right;
	margin-top: 10px;
}

/* 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: none;
}

.paginate_enabled_previous {
	background-image: url(../imagens/sortable/back_enabled.jpg);
}

.paginate_disabled_next {
	background-image: none;
}

.paginate_enabled_next {
	background-image: url(../imagens/sortable/forward_enabled.jpg);
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
table.display {
    border-collapse:collapse;
	width: 100%;
	clear: both;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
table.display th, table.display td{
	text-align:left;
	padding:.5em;
	border:1px solid #fff;
}
table.display th {
	color:#FFFFFF;
	text-transform: uppercase;
	background-color: #666666;
	font-size: 12px;
	cursor: pointer;
	* cursor: hand;
}
table.display tfoot {
	display: none;
}

/* tablecloth styles */

table.display tr.even {
	background-color: #F5F1EB;
}
table.display tr.odd {
	background-color: #E9E9E9;
}
table.display tr.even td:hover {
	background-color: #E31A30;
	color: #FFFFFF;
}
table.display tr.odd td:hover {
	background-color: #E31A30;
	color: #FFFFFF;
}
#tabela-agenda tbody tr.even:hover, #tabela-agenda tbody tr.even td.highlighted {
	background-color: #666666;
	color: #FFFFFF;
}

#tabela-agenda tbody tr.odd:hover, #tabela-agenda tbody tr.odd td.highlighted {
	background-color: #666666;
	color: #FFFFFF;
}

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

.sorting_asc {
	background-image: url(../imagens/sortable/sort_asc.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	color: #E31A30;
}

.sorting_desc {
	background-image: url(../imagens/sortable/sort_desc.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	color: #E31A30;
}

.sorting {
	background-image: url(../imagens/sortable/sort_both.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
