
/*
 * Table
 */
table.dataTable {
	margin: 0 auto;
	clear: both;
	width: 100%;
}

table.dataTable thead th {
	padding: 3px 18px 3px 10px;
	border-bottom: 1px solid black;
	font-weight: bold;
	cursor: pointer;
	*cursor: hand;
	background-color: #F2F2F2;
}

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

table.dataTable td {
	padding: 3px 10px;
}

table.dataTable td.center,
table.dataTable td.dataTables_empty {
	text-align: center;
}

/*table.dataTable tr.odd { background-color: #E2E4FF; }
table.dataTable tr.even { background-color: white; }

table.dataTable tr.odd td.sorting_1 { background-color: #D3D6FF; }
table.dataTable tr.odd td.sorting_2 { background-color: #DADCFF; }
table.dataTable tr.odd td.sorting_3 { background-color: #E0E2FF; }
table.dataTable tr.even td.sorting_1 { background-color: #EAEBFF; }
table.dataTable tr.even td.sorting_2 { background-color: #F2F3FF; }
table.dataTable tr.even td.sorting_3 { background-color: #F9F9FF; }
*/

/*
 * Table wrapper
 */
 
 a.paginate_button_b{
	background-color: #A41E4C;
    border: 1px solid #8C0442;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    font-size: 1em;
    font-weight: normal;
    padding: 0 0.5em;
    text-decoration: none;
    vertical-align: middle;
}

.dataTables_wrapper {
	position: relative;
	clear: both;
	*zoom: 1;
}


/*
 * Page length menu
 */
.dataTables_length {
	float: left;
    padding-left: 10px;
    font-family: Calibri,Helvetica,Tahoma,"Trebuchet MS",Verdana,sans-serif;
    font-size: 100%;
    margin-bottom: 10px;
}

div.dataTables_length >label{
	width: auto;
}


/*
 * Filter
 */
.dataTables_filter {
	float: right;
	text-align: right;
    padding-right: 10px;
    font-family: Calibri,Helvetica,Tahoma,"Trebuchet MS",Verdana,sans-serif;
    font-size: 100%;
    margin-bottom: 10px;
}

div.dataTables_filter >label > input{
	font-size: 100%;
	/*line-height: 60px;*/
    /*min-height: 5px;*/
    height: 18px;
    padding: 0px;
    padding-left:5px;
    
    margin: 0px;
    vertical-align:center;
}

div.dataTables_length >label > select{
	font-size: 100%;
	/*line-height: 60px;*/
    /*min-height: 5px;*/
    height: 20px;
    padding: 0px;
    padding-left:5px;
    margin: 0px;
    margin-left: 2px;
    margin-right: 2px;
    vertical-align:center;
}

div.dataTables_filter >label{
	/*width: 200px;*/
	float: none;
	display: inline;
}


/*
 * Table information
 
.dataTables_info {
	clear: both;
	float: right;
	 background-color: #4D4F53;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    padding: 0.769em;
}
 
*/

.dataTables_info {
	clear: both;
	/*float: right;*/
	 /*background-color: #4D4F53;*/
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    padding-left: 15px;
}

/*
 * Pagination
 */
.dataTables_paginate {
	float: left;
	text-align: right;
	width: 100%;
}

/* Two button pagination - previous / next */
.paginate_disabled_previous,
.paginate_enabled_previous,
.paginate_disabled_next,
.paginate_enabled_next {
	height: 19px;
	float: left;
	cursor: pointer;
	*cursor: hand;
	color: #111 !important;
}
.paginate_disabled_previous:hover,
.paginate_enabled_previous:hover,
.paginate_disabled_next:hover,
.paginate_enabled_next:hover {
	text-decoration: none !important;
}
.paginate_disabled_previous:active,
.paginate_enabled_previous:active,
.paginate_disabled_next:active,
.paginate_enabled_next:active {
	outline: none;
}

.paginate_disabled_previous,
.paginate_disabled_next {
	color: #666 !important;
}
.paginate_disabled_previous,
.paginate_enabled_previous {
	padding-left: 23px;
}
.paginate_disabled_next,
.paginate_enabled_next {
	padding-right: 23px;
	margin-left: 10px;
}

.paginate_enabled_previous { background: url('../images/back_enabled.png') no-repeat top left; }
.paginate_enabled_previous:hover { background: url('../images/back_enabled_hover.png') no-repeat top left; }
.paginate_disabled_previous { background: url('../images/back_disabled.png') no-repeat top left; }

.paginate_enabled_next { background: url('../images/forward_enabled.png') no-repeat top right; }
.paginate_enabled_next:hover { background: url('../images/forward_enabled_hover.png') no-repeat top right; }
.paginate_disabled_next { background: url('../images/forward_disabled.png') no-repeat top right; }

/* Full number pagination */
.paging_full_numbers {
	height: 28px;
	line-height: 22px;
	background-color: #4D4F53;
    overflow: hidden;
    padding: 0.769em;
    width: 756px;
}
.paging_full_numbers a:active {
	outline: none
}
.paging_full_numbers a:hover {
	text-decoration: none;
}

ul a {
    background: none repeat scroll 0 0 transparent;
    color: #E0DCDD;
    padding: 0.154em 0.385em;
    display: inline-block;
     font-weight: normal;
}
.pager-current {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #000000;
}

.item-list {
    clear: both;
    float: left;
    width: 100%;
}
.pager {
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
    font-size: 12px;
}
.item-list .pager {
    margin: 0;
    overflow: hidden;
    padding: 0.769em;
    position: relative;
    text-align: left;
    
}
ul a.active {
	 background: none repeat scroll 0 0 transparent;
    color: #000000;
    font-size: 2em;
    font-weight: bold;
    line-height: 1em;
    padding-left: 0.154em;
    padding-right: 0.154em;
     margin: 0 0.615em;
     border-radius: 5px 5px 5px 5px;
}
.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
	/*border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;*/
	border-radius: 5px;
	padding: 2px 5px;
	margin: 0 6px;
	cursor: pointer;
	*cursor: hand;
	 border: medium none;
   border-radius: 5px 5px 5px 5px;
   /* height: 2em;*/
    font-size: 1em;
/*	color: #333 !important;*/
}

.paging_full_numbers a.paginate_button {
	/*background-color: #ddd;*/
	/*background: none repeat scroll 0 0 transparent;*/
    border: medium none;
    
   /* color: #E0DCDD;*/
    /*background-color: #4D4F53;*/
   
}

.paging_full_numbers a.paginate_button:hover {
	/*background-color: #ccc;*/
	text-decoration: none !important;
}

.paging_full_numbers a.paginate_active {
	 background: none repeat scroll 0 0 transparent;
    color: #000000;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1em;
    padding-left: 0.154em;
    padding-right: 0.154em;
    margin: 0 0.615em;
}


/*
 * Processing indicator
 */
.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 #ddd;
	text-align: center;
	color: #999;
	font-size: 14px;
	background-color: white;
}


/*
 * Sorting
 */
.sorting { background: url('../images/sort_both.png') no-repeat center right; }
.sorting_asc { background: url('../images/sort_asc.png') no-repeat center right; }
.sorting_desc { background: url('../images/sort_desc.png') no-repeat center right; }
.sorting_disabled {
    background: transparent;
}

.sorting_asc_disabled { background: url('../images/sort_asc_disabled.png') no-repeat center right; }
.sorting_desc_disabled { background: url('../images/sort_desc_disabled.png') no-repeat center right; }
 
table.dataTable th:active {
	outline: none;
}


/*
 * Scrolling
 */
.dataTables_scroll {
	clear: both;
}

.dataTables_scrollBody {
	*margin-top: -1px;
	-webkit-overflow-scrolling: touch;
}

