@CHARSET "ISO-8859-1";

.dataTables_info {
	padding-top: 0;
}

.dataTables_paginate {
	padding-top: 0;
}

.css_right {
	float: right;
}

.dataTables.dataTable td {
	vertical-align: top;
	padding: 0.25em 0.5em;
}

.dataTables.dataTable th {
	padding: 0.25em 0.5em;
}

#example_wrapper .fg-toolbar {
	font-size: 0.8em;
}

#theme_links span {
	float: left; padding: 2px 10px;
}

#example_wrapper {
	-webkit-box-shadow: 2px 2px 6px #666; 
	box-shadow: 2px 2px 6px #666; 
	border-radius: 5px; 
}

#example tbody {
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;
}

#example thead th:first-child {
	border-left: 1px solid #AAA;
}

#example thead th:last-child {
	border-right: 1px solid #AAA;
}

.dataTable {
	border: 1px solid silver;
}

.dataTables_length label {
	font-size: 10pt;
}

.dataTables_filter label {
	font-size: 10pt;
}

.dataTables_filter input {
	font-size: 8pt;
}

.dataTable [role="columnheader"] {
	font-weight: bold;
}