/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables custom
 */
ul#news { display: none; }

.dataTables_trigger { cursor: pointer; }

#distributors td {
 	padding: 0.2em;
 }
 
 #distributors td a {
 	color: #333;
 }
 
#distributors tr:hover {
 	background: #666 !important;
 }
 
#distributors thead tr {
 	background: #333;
 	border-bottom: 2px solid #333;
 	color: #fff;
 }
 
#distributors tr.even {
 	background: #ccc;
 }

#distributors dl {
	padding: 0;
	margin: 0;
}

#distributors dt {
 	margin: 0;
 	padding: 0;
 	font-size: 100%;
 	color: #000;
 	background: url('../js/dataTables/images/sort_asc.gif') no-repeat center right;
}
 
  #distributors dt:hover {
 	text-decoration: underline;

 }
 
  #distributors ul {
 	padding-left: 1.5em;
 	font-size: 100%
 }
 
 #distributors li {
 	padding-left: 0.2em;
	margin: 0;
	color: #000 !important;
 }
 
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * General page setup
 */
 
 div#right { display: none; }


#table-wrapper {
	width: 750px;
	margin: 30px auto 0 auto;
	padding: 0;
	font-size: 70%;
}

/* IE6 */	
* html #table-wrapper td, * html #table-wrapper th {
	font-size: 70%;
}
#table-wrapper input, #table-wrapper select {
	margin: 0 auto;
	padding: 0.2em;
	border: 2px solid #666;
	font-size: 70%;
}


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

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

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

.space {
	clear: both;
	padding-top: 20px;
}

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


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */

.dataTables_wrapper {
	position: relative;
	min-height: 302px;
	* height: 302px;
	clear: both;
}

/* IE7 */	
*+html .dataTables_wrapper {
	padding-bottom: 40px;
}

.dataTables_processing {
	position: absolute;
	top: 39px;
	left: 50%;
	width: 500px;
	margin-left: -260px;
	padding: 20px;
	background-color: #EFFFBD;
	border: 1px solid #E3FE57;
	text-align: center;
}

.dataTables_length {
	width: 40%;
	float: right;
	text-align: right;
	font-size: 110%;
}

.dataTables_filter {
	width: 50%;
	float: left;
	text-align: left;
	font-size: 110%;
}

.dataTables_info {
	width: 100%;
	float: left;
	border-top: 2px solid #ccc;
	padding: 0.2em 0 0 0;
}

.dataTables_paginate {
	width: 44px;
	* width: 50px;
	float: right;
	text-align: right;
	/*border: 1px solid red;*/
}

/* 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('../js/dataTables/images/back_disabled.jpg');
}

.paginate_enabled_previous {
	background-image: url('../js/dataTables/images/back_enabled.jpg');
}

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

.paginate_enabled_next {
	background-image: url('../js/dataTables/images/forward_enabled.jpg');
}




/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
 
table.display {
	margin: 0 auto;
	width: 100%;
}

table.display thead th {
	padding: 3px 10px;
	border-bottom: 1px solid black;
	font-weight: bold;
	cursor: pointer;
	* cursor: hand;
}

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 10px;
}

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



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

.sorting_asc {
	background: url('../js/dataTables/images/sort_asc.gif') #000 no-repeat center right;
}

.sorting_desc {
	background: url('../js/dataTables/images/sort_desc.gif') #000 no-repeat center right;
}




/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * 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;
}
