/** Copyright (c) 2009 Oxand. All rights reserved. */


/**  ALL */
html {
	overflow-y: scroll !important;
}
.cleared {
	clear: both;
}
.dataTables_wrapper label {
	float: none;
    color: #555555;
    font-weight: 900;
    line-height: inherit;
	background: none;
}
.dataTables_wrapper button {
    vertical-align: top;
    width: auto;
}
.dataTables_wrapper .separator {
	display: block;
	float: right;
	width: 16px;
	height: 16px;
}
.dataTables_wrapper .sortSpan {
	display: none;
}

.dataTables_wrapper .styleSpan {
	display: none;
}

/** /ALL */

.dataTables_wrapper {
	position: relative;
}
div.dataTables_processing {
	position: absolute;
	top: 70px;
	left: 50%;
	width: 300px;
	margin: 0px 0px 0px -150px;
}
.dataTables_wrapper > table a {
	position: relative;
}
.dataTables_wrapper .table_processing_no_header {
	position: absolute;
	top: 32px;
	left: 50%;
	width: 300px;
	margin: 0px 0px 0px -150px;
}
.dataTables_wrapper .dataTables_processing {
	display: block;
	padding: 8px 20px 28px 20px;
	text-align: center;
	color: #555555;
	font-weight: 900;
    background: #f7edcc url('img/loading.gif') no-repeat 50% 25px;
	border: 1px solid #8885a4;
    border-radius: 8px 0px 8px 0px;
	-webkit-box-shadow: 2px 2px 5px #555555;
	-moz-box-shadow: 2px 2px 5px #555555;
	-o-box-shadow: 2px 2px 5px #555555;
	box-shadow: 2px 2px 5px #555555;
}

.dataTables_wrapper .group {
    padding: 5px 5px 5px 5px;
    color: #777777;
    font-weight: 900;
    background: #f7edcc;
}
.dataTables_wrapper .group .repeat {
	float: right;
}

.dataTables_wrapper th, .fixedHeader th {
    background: #e2e2e2;
	border-top: 2px solid #999999;
	border-bottom: 2px solid #999999;
}
.dataTables_wrapper th.sorting, .fixedHeader th.sorting,
.dataTables_wrapper th.sorting_desc, .fixedHeader th.sorting_desc,
.dataTables_wrapper th.sorting_asc, .fixedHeader th.sorting_asc {
	padding: 3px 0px 3px 0px;
}
.dataTables_wrapper th.sorting span.padding, .fixedHeader th.sorting span.padding,
.dataTables_wrapper th.sorting_desc span.padding, .fixedHeader th.sorting_desc span.padding,
.dataTables_wrapper th.sorting_asc span.padding, .fixedHeader th.sorting_asc span.padding {
	padding: 0px 15px 0px 5px;
}
.dataTables_wrapper th.sorting, .fixedHeader th.sorting {
	background: #d9d8e2 url('img/th_sorting.png') no-repeat 100% 50%;
}
.dataTables_wrapper th.sorting_desc, .fixedHeader th.sorting_desc {
	background: #e2d8d9 url('img/th_sorting_desc.png') no-repeat 100% 50%;
}
.dataTables_wrapper th.sorting_asc, .fixedHeader th.sorting_asc {
	background: #d9e2d8 url('img/th_sorting_asc.png') no-repeat 100% 50%;
}
.dataTables_wrapper td {
	padding: 3px 5px 3px 5px;
}
.dataTables_wrapper .odd td {
    background: #FFFFFF;
}
.dataTables_wrapper .even td {
    background: #EEEEEE;
}

.dataTables_wrapper .table_header {
    display: block;
	margin: 5px 0px 0px 0px;
    padding: 5px 5px 5px 5px;
    background: #fbfbfb url('img/table_header.png') repeat-x 0% 50%;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}
.dataTables_wrapper .table_header_mask {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.table_container.overflow_x {
	overflow-x: scroll;
	overflow-y: hidden;
}
.dataTables_wrapper .table_container table.dataTable {
	margin: 0px;
	padding: 0px;
}
.dataTables_wrapper .table_container > table {
	margin: 0px;
	padding: 0px;
}
.dataTables_wrapper .table_footer {
    display: block;
	margin: 0px 0px 5px 0px;
    padding: 5px 5px 5px 5px;
    background: #fbfbfb url('img/table_header.png') repeat-x 0% 50%;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}

.dataTables_wrapper .dataTables_paginate {
    display: block;
	float: right;
}
.dataTables_wrapper .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_paginate .paginate_active {
    display: block;
	float: left;
	margin: 0px 0px 0px 5px;
    padding: 0px 10px 0px 10px;
    height: 16px;
    font-size: 13px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_active:hover {
    cursor: pointer;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #555555;
    background: #cccccc url('img/button.png') repeat-x 0 50%;
    border-top: 1px solid #888888;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    border-left: 1px solid #888888;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #eeeeee url('img/button_active.png') repeat-x 0 50%;
	border-top: 1px solid #aaaaaa;
    border-right: 1px solid #888888;
    border-bottom: 1px solid #888888;
    border-left: 1px solid #aaaaaa;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: #555555;
    font-weight: 900;
    background: #eeeeee url('img/button_active.png') repeat-x 0 50%;
	border-top: 1px solid #aaaaaa;
    border-right: 1px solid #888888;
    border-bottom: 1px solid #888888;
    border-left: 1px solid #aaaaaa;
}


.dataTables_wrapper .dataTables_info {
    display: block;
    float: left;
    margin: 0px 5px 0px 0px;
    color: #555555;
    font-size: 12px;
    font-weight: 900;
	background: none;
}
.dataTables_wrapper .dataTables_length {
    display: block;
    float: left;
    margin: 0px 5px 0px 0px;
    color: #555555;
    font-weight: 900;
	background: none;
}
.dataTables_wrapper .dataTables_length select {
	margin-top: -2px;
    background: #eeeeee;
	border-top: 1px solid #aaaaaa;
    border-right: 1px solid #888888;
    border-bottom: 1px solid #888888;
    border-left: 1px solid #aaaaaa;
}
.dataTables_wrapper .dataTables_filter {
    display: block;
    float: left;
}
.dataTables_wrapper .dataTables_filter input {
    background: #eeeeee;
	border-top: 1px solid #aaaaaa;
    border-right: 1px solid #888888;
    border-bottom: 1px solid #888888;
    border-left: 1px solid #aaaaaa;
}

.ColVis_collectionBackground {
    background: #000000;
}
.ColVis_collection button {
    text-align: left;
    margin: 0px 0px 0px 5px;
    background: #fbfbfb;
    border: 1px solid #aaaaaa;
}
.ColVis_collection button input {
    display: block;
    float: left;
}
.dataTables_wrapper .ColVis {
    display: block;
    float: right;
}
.dataTables_wrapper .ColVis button {
    display: block;
    float: right;
    margin: 0px 0px 0px 5px;
    color: #555555;
    font-size: 13px;
	background: #eeeeee url('img/button_active.png') repeat-x 0 50%;
	border-top: 1px solid #aaaaaa;
    border-right: 1px solid #888888;
    border-bottom: 1px solid #888888;
    border-left: 1px solid #aaaaaa;
}
.dataTables_wrapper .ColVis button:hover {
    cursor: pointer;
    background: #cccccc url('img/button.png') repeat-x 0 50%;
    border-top: 1px solid #888888;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    border-left: 1px solid #888888;
}

.dataTables_wrapper .DTTT_container {
    display: block;
    float: right;
}
.dataTables_wrapper .DTTT_container .DTTT_button {
    display: block;
    float: right;
    margin: 0px 0px 0px 5px;
    color: #555555;
    font-size: 13px;
	background: #eeeeee url('img/button_active.png') repeat-x 0 50%;
	border-top: 1px solid #aaaaaa;
    border-right: 1px solid #888888;
    border-bottom: 1px solid #888888;
    border-left: 1px solid #aaaaaa;
}
.dataTables_wrapper .DTTT_container .DTTT_button_print_hover,
.dataTables_wrapper .DTTT_container .DTTT_button_xls_hover,
.dataTables_wrapper .DTTT_container .DTTT_button_pdf_hover
{
    cursor: pointer;
    background: #cccccc url('img/button.png') repeat-x 0 50%;
    border-top: 1px solid #888888;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    border-left: 1px solid #888888;
}
.dataTables_wrapper .DTTT_container .DTTT_button.DTTT_button_text, .dataTables_wrapper .DTTT_container .DTTT_button.DTTT_button_text_hover {
	padding: 0px;
    color: #555555;
	background: none;
	border: none;
}

/* ****************** */
/*     PRINT VIEW     */
/* ****************** */
body.DTTT_Print #footer_position {
	background: none !important;
}
body.DTTT_Print .content {
	margin: 0px !important;
}

.DTTT_print_info {
    position: absolute;
    top: 50%;
	left: 50%;
	margin-top: -75px;
    margin-left: -200px;
    padding: 10px 30px;
	width: 400px;
    height: 150px;
    text-align: center;
	color: white;
    background-color: #3F3F3F;
    border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
.DTTT_print_info h6 {
    font-size: 28px;
    font-weight: normal;
    line-height: 28px;
    margin: 1em;
}
.DTTT_print_info p {
    font-size: 14px;
    line-height: 20px;
}

.dataTables_columnManager {
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 0px;
	z-index: 6000; /* Workaround for IE7 z-index bug */
}
.dataTables_columnManager .launcher {
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	padding: 1px 5px 1px 5px;
    color: #555555;
    font-size: 13px;
    line-height: 16px;
	background: #eeeeee url('img/button_active.png') repeat-x 0 50%;
	border-top: 1px solid #aaaaaa;
    border-right: 1px solid #888888;
    border-bottom: 1px solid #888888;
    border-left: 1px solid #aaaaaa;
	z-index: 5000;
	cursor: pointer;
}
.dataTables_columnManager .hiddenContent {
	display: none;
	position: absolute;
	top: 24px;
	left: 2px;
	padding: 5px 5px 5px 5px;
	background: #f7edcc;
    border: 1px solid #8885a4;
    border-radius: 0px 8px 0px 8px;
	-webkit-box-shadow: 2px 2px 5px #555555;
	-moz-box-shadow: 2px 2px 5px #555555;
	-o-box-shadow: 2px 2px 5px #555555;
	box-shadow: 2px 2px 5px #555555;
	z-index: 5100;
}
.dataTables_columnManager .hiddenContent table {
}
.dataTables_columnManager .hiddenContent table td {
	padding: 3px 10px;
	text-align: left;
	vertical-align: top;
}
.dataTables_columnManager .hiddenContent span.title {
	display: block;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	color: #555555;
	font-size: 12px;
	font-weight: 900;
	text-decoration: none;
}

.dataTables_columnManager .hiddenContent ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.dataTables_columnManager .hiddenContent li input {
	margin: 0px 5px 0px 0px;
	padding: 0px;
	float: inherit;
	line-height: 14px;
}
.dataTables_columnManager .hiddenContent li label {
	margin: 0px;
	padding: 0px;
	float: inherit;
	color: #000000;
	font-size: 11px;
	line-height: 14px;
	font-weight: 500;
	background: none;
}
.dataTables_columnManager .hiddenContent ul ul {
	margin-left: 20px;
}


/* ********************* */
/*     Fixed Columns     */
/* ********************* */
div.dataTables_wrapper > div.table_container {
    border-top: 1px solid #aaaaaa;
	border-right: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
}
div.dataTables_wrapper > div.table_container > table {
	border-collapse: separate;
	border-spacing: 0;
}
div.dataTables_wrapper > div.table_container > table > thead > tr > th,
div.dataTables_wrapper > div.table_container > table > tbody > tr > td {
	border: 1px solid #cdcdcd;
	border-top: none;
	border-left: none;
}
div.dataTables_wrapper > div.table_container > table > thead > tr > th {
	border-bottom: 2px solid #999999;
}
.DTFC_ScrollWrapper, .dataTables_scroll {
	background: #e2e2e2;
}
.DTFC_LeftBodyWrapper {
    border-right: 2px solid #999999;
}
.DTFC_RightBodyWrapper {
    border-left: 2px solid #999999;
}
.DTFC_LeftBodyLiner, .DTFC_RightBodyLiner {
	overflow-x: hidden;
}
.dataTables_wrapper .DTFC_Cloned .odd td.dataTables_empty {
	background: transparent;
}
