
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * General page setup
 */
#dt_body {
	font: 80%/1.45em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #fff;
}


#dt_body #container {
	width: 800px;
	margin: 30px auto;
	padding: 0;
}


#dt_body #footer {
	margin: 50px auto 0 auto;
	padding: 0;
}

#dt_body #demo {
	margin: 30px auto 0 auto;
}

#dt_body .big {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.6em;
	color: #4E6CA3;
}

#dt_body .spacer {
	height: 20px;
	clear: both;
}

#dt_body .clear {
	clear: both;
}

#dt_body pre {
	padding: 15px;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
}

#dt_body h1 {
	margin-top: 2em;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.6em;
	color: #4E6CA3;
	border-bottom: 1px solid #B0BED9;
	clear: both;
}

#dt_body h2 {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.6em;
	color: #4E6CA3;
	clear: both;
}

#dt_body a {
	color: #0063DC;
	text-decoration: none;
}

#dt_body a:hover {
	text-decoration: underline;
}

#dt_body ul {
	color: #B0BED9;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * 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: 40%;
	float: left;
}

.dataTables_filter {
	width: 50%;
	float: right;
	text-align: right;
}

.dataTables_info {
	width: 60%;
	float: left;
}

.dataTables_paginate {
	width: 44px;
	float: right;
	text-align: right;
}
* .dataTables_paginate {
	padding:2px;
	width: 50px;
}
/* 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('../jpg/back_disabled.jpg');
}

.paginate_enabled_previous {
	background-image: url('../jpg/back_enabled.jpg'); cursor:pointer;
}

.paginate_disabled_next {
	background-image: url('../jpg/forward_disabled.jpg');
}

.paginate_enabled_next {
	background-image: url('../jpg/forward_enabled.jpg'); cursor:pointer;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
table.display {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0 auto;
	width: 100%;
	clear: both;
}
table.display thead th {
	padding: 3px 15px 3px 1px;
	border-bottom: 1px solid black;
	font-weight: bold;
	cursor: pointer;
	text-align:left;
}
* table.display thead th {
	cursor: pointer;
}

table.display tfoot th {
	padding: 3px 10px;
	border-top: 1px solid black;
	font-weight: bold;
}

table.display tr.heading2 td {
	border-bottom: 1px solid #aaa;
}

table.display td {
	padding: 3px 5px;
}

table.display td.center {
	text-align: center;
}



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

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

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

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

/* .sorting_1 { background-color:#FFFF99;} */



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables row classes
 */
table.display tr.oddA {
	background-color: #ddffdd;
}

table.display tr.evenA {
	background-color: #eeffee;
}

table.display tr.oddC {
	background-color: #ddddff;
}

table.display tr.evenC {
	background-color: #eeeeff;
}

table.display tr.oddX {
	background-color: #ffdddd;
}

table.display tr.evenX {
	background-color: #ffeeee;
}

table.display tr.oddU {
	background-color: #ddd;
}

table.display tr.evenU {
	background-color: #eee;
}




/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */
 .top {
 	height:20px;
	margin-bottom:5px;
 }
 .bottom {
 	margin-top:5px;
 }
.top, .bottom {
	padding: 5px;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
}

.top .dataTables_info {
	float: none;
}

.clear {
	clear: both;
}

tfoot input {
	margin: 0.5em 0;
	width: 100%;
	color: #444;
}

tfoot input.search_init {
	color: #999;
}

/* ****************************************************** */
/* Full Pagination */
.full_pagination div.dataTables_info {
	width: 40%;
}

.full_pagination .dataTables_paginate {
	width: 400px;
}

.full_pagination div.dataTables_paginate span.paginate_button,
 	.full_pagination div.dataTables_paginate span.paginate_active {
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 1px 5px;
	margin: 0 3px;
	cursor: pointer;
}
* .full_pagination div.dataTables_paginate span.paginate_button,
 	* .full_pagination div.dataTables_paginate span.paginate_active {
	cursor: pointer;
}

.full_pagination div.dataTables_paginate span.paginate_button {
	background-color: #ddd;
}

.full_pagination div.dataTables_paginate span.paginate_button:hover {
	background-color: #ccc;
	border:1px solid #666;
}

.full_pagination div.dataTables_paginate span.paginate_active {
	background-color: #4CAF50;
	color:#FFF;
	font-weight:bold;
	cursor:default;
}

/* ****************************************************** */
/* Full Pagination */
.odd_selected {
	background-color: #B0BED9;
}

.even_selected {
	background-color: #9FAFD1;
}


/* ****************************************************** */
/* My Table Styling */

table.display tbody td {
	border-bottom:1px solid #CCC;
}


table.display tbody tr:hover {
	border:1px solid #CCC;
	background-color:#DDD;
}