/* Minification failed. Returning unminified contents.
(155,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(216,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(258,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
 */

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables
 */
.dtPageWrapper {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 934px;
	background-color: #fff;
	border-bottom: solid 1px #dfdfdf;
}

.dtPopupWrapper {
	margin: 0;
	min-width: 300px;
}

.dtModalWrapper {
	margin: 0;
}

.dtFilterTable {
}

.dtFilterTable .fieldLabel {
	text-align: right;
	font-size: .9em;
}

.dtPage, .dtPopup, .dtModal {
	width: 100%;
}

.dataTables_wrapper {
	position: relative;
	clear: both;
	width: 100%;
	zoom: 1; /* Feeling sorry for IE */
}

.dtPageWrapper .dataTables_wrapper {
	margin: 0 0 10px 0;
}

.dtPopupWrapper .dataTables_wrapper {
	margin: 0 5px 10px 5px;
}

.dtModalWrapper .dataTables_wrapper {
	margin: 0 5px 10px 5px;
}

.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 30px;
	margin-left: -125px;
	margin-top: -15px;
	padding: 14px 0 2px 0;
	border: 1px solid #aaa;
	text-align: center;
	font-size: 14px;
	background-color: white;
	z-index: 1000;
}

.dataTables_filter {
	text-align: center;
	margin: 0 auto 10px auto;
}

.dataTables_length {
	float: left;
	font-size: .9em;
	margin-left: 10px;
}

.dtPageWrapper .dataTables_filter input {
	width: 250px;
	height: 1.7em;
}

.dtPopupWrapper .dataTables_filter input {
	width: 200px;
}

.dtModalWrapper .dataTables_filter input {
	width: 200px;
}

.dtPageWrapper .dataTables_info {
	float: right;
	font-size: .9em;
	margin-right: 10px;
}

.dtPopupWrapper .dataTables_info {
	font-size: .9em;
	float: left;
}

.dtModalWrapper .dataTables_info {
	font-size: .9em;
	float: right;
	margin-right: 10px;
}

.dtPageWrapper .dataTables_paginate {
	clear: both;
	text-align: center;
}

.dtPopupWrapper .dataTables_paginate {
	float: right;
	margin-bottom: 5px;
	margin-right: 10px;
}

.dtModalWrapper .dataTables_paginate {
	float: left;
	margin-bottom: 5px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables page
 */
table.dtPage {
	margin: 0 auto 5px auto;
	clear: both;
	width: 100%;
	border-collapse: collapse;
	/* Note Firefox 3.5 and before have a bug with border-collapse
	 * ( https://bugzilla.mozilla.org/show%5Fbug.cgi?id=155955 ) 
	 * border-spacing: 0; is one possible option. Conditional-css.com is
	 * useful for this kind of thing
	 *
	 * Further note IE 6/7 has problems when calculating widths with border width.
	 * It subtracts one px relative to the other browsers from the first column, and
	 * adds one to the end...
	 *
	 * If you want that effect I'd suggest setting a border-top/left on th/td's and 
	 * then filling in the gaps with other borders.
	 */
	border-bottom: solid 1px #dfdfdf;
}

table.dtPage>thead>tr>th {
	background-color: #fff;
	padding: 7px 5px 5px 5px;
	text-align: left;
	font-weight: normal;
	cursor: pointer;
	* cursor: hand;
	white-space: nowrap;
	font-size: .9em;
	border-bottom: solid 1px #dfdfdf;
}

table.dtPage>tfoot>tr>th {
}

table.dtPage tr.deleted {
	color: #cd0a0a;
}

table.dtPage>tbody>tr>td {
	padding: 9px 5px 9px 7px;
	font-size: .9em;
}

table.dtPage>tbody>tr>td.exclusiveHover {
	padding: 7px 1px 6px 1px;
}

table.dtPage>tbody>tr>td a {
}

.dtSmallCell {
	padding: 5px 3px !important;
	text-align: center !important;
}

.dtCenter {
	text-align: center !important;
}

table.dtPage td.center {
	text-align: center;
}

table.dtPage tr.odd {
	border-top: solid 1px #f1f1f1;
}

table.dtPage tr.even {
	border-top: solid 1px #f1f1f1;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables popup
 */
table.dtPopup {
	margin: 0;
	clear: both;
	width: 100%;
	border-collapse: collapse;
}

table.dtPopup thead th {
	padding: 2px 10px;
	font-size: .9em;
	text-align: left;
	cursor: pointer;
	* cursor: hand;
}

table.dtPopup tfoot th {
}

table.dtPopup td {
	padding: 2px 10px;
	width: 300px;
	border-top: solid 1px #dfdfdf;
	border-bottom: solid 1px #dfdfdf;
	font-size: .9em;
	white-space: nowrap;
}

table.dtPopup td.center {
	text-align: center;
}

table.dtPopup tr.odd {
	background-color: #f9f9f9;
}

table.dtPopup tr.even {
	background-color: #fff;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables modal
 */
table.dtModal {
	margin: 0;
	clear: both;
	width: 100%;
	border-collapse: collapse;
}

table.dtModal thead th {
	padding: 2px 10px;
	font-size: .9em;
	text-align: left;
	cursor: pointer;
	* cursor: hand;
}

table.dtModal tfoot th {
}

table.dtModal td {
	padding: 2px 10px;
	width: 300px;
	border-top: solid 1px #dfdfdf;
	border-bottom: solid 1px #dfdfdf;
	font-size: .9em;
	white-space: nowrap;
}

table.dtModal td.center {
	text-align: center;
}

table.dtModal tr.odd {
	background-color: #f9f9f9;
}

table.dtModal tr.even {
	background-color: #fff;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

.sorting_disabled {
	cursor: default !important;
}

.sorting_asc {
	padding-left: 20px !important;
	text-decoration: underline;
	background: url('./images/sort_asc.png') no-repeat center left;
}

.sorting_desc {
	padding-left: 20px !important;
	text-decoration: underline;
	background: url('./images/sort_desc.png') no-repeat center left;
}

.sorting {
	padding-left: 20px !important;
	text-decoration: underline;
	background: url('./images/sort_both.png') no-repeat center left;
}

.sorting_asc_disabled {
	background: url('./images/sort_asc_disabled.png') no-repeat center left;
}

.sorting_desc_disabled {
	background: url('./images/sort_desc_disabled.png') no-repeat center left;
}

/*
 * Sorting classes for columns
 */
/* For the standard odd/even */
tr.odd td.sorting_1 {
}

tr.odd td.sorting_2 {
}

tr.odd td.sorting_3 {
}

tr.even td.sorting_1 {
}

tr.even td.sorting_2 {
}

tr.even td.sorting_3 {
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables paging
 */

.paging_full_numbers {
	line-height: 1.2em;
}

.paging_full_numbers .paginate_button,
.paging_full_numbers .paginate_active {
	width: 16px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
}

.paging_full_numbers .paginate_button {
	border: 1px solid #ccc;
	padding: 1px 4px;
	color: #555;
	background-color: #fff;
}

.paging_full_numbers .paginate_button:hover {
	border: 1px solid #aaa;
	background-color: #f9f9f9;
}

.paging_full_numbers .paginate_active {
	font-weight: bold;
}

/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
	height: 1.2em;
	width: 1.2em;
	margin-left: 3px;
	float: left;
}

.paginate_disabled_previous {
	background: url('./images/back_disabled.jpg');
}

.paginate_enabled_previous {
	background: url('./images/back_enabled.jpg');
}

.paginate_disabled_next {
	background-image: url('./images/forward_disabled.jpg');
}

.paginate_enabled_next {
	background-image: url('./images/forward_enabled.jpg');
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */

.top, .bottom {
	padding: 15px;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
}

.top .dataTables_info {
	float: none;
}

.dataTables_empty {
	text-align: center;
}

table.display tr.even.row_selected td {
}

table.display tr.odd.row_selected td {
}

