/* 
    Document   : datatables
    Created on : 10.08.2011, 16:46:56
    Author     : oliver.hehl
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.top, .bottom {
  padding: 15px;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
}

.top .dataTables_info {
	float: none;
}

.clear {
	clear: both;
}

.dataTables_info {
  margin-left: 0px;
  margin-bottom: 2px;
  margin-right: 10px;
  padding: 4px;
  background-color: #ECCECC;
  float:left;
}

.dataTables_processing {
  float:left;
  padding: 4px 20px 4px 30px;
  color: #fff;
  background: 6px center #a00 no-repeat url(../../js/datatables/images/ajax-loader.gif);
  font-weight: bold;
}

.dataTables_length {
  margin-bottom: 2px;
  float:right;
  /*background-color: #E1E1E1;*/
  background-color: #ECCECC;
  padding: 3px 8px 3px 4px;
}

.dataTables_paginate {
  margin-bottom:2px;
  padding:4px 2px;
  background-color: #ECCECC;
	float: right;
	text-align: right;
}

.dataTables_filter {
  float:left;
  margin-left: 2px;
  margin-bottom: 2px;
  padding: 2px 4px;
  background-color: #ECCECC;
}
.dataTables_wrapper {
  float:left;
  position: relative;
  /*min-height: 302px;*/
	_height: 302px;
	zoom: 1;
  /*border: 1px solid #E4063C;*/
}
.dataTables_wrapper input,select {
  border: 1px solid black;
}
.dataTables_wrapper table {
  clear:both;
}

/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
	height: 19px;
	width: 19px;
	margin-left: 3px;
	/*float: left;*/
}

.paginate_button, .paginate_active {
  background-color: #666666;
  margin: 0 2px;
  padding:2px;
  color: white;
  cursor: pointer;
}

.paginate_active {
  background-color: #E4063C;
}

.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 sorting
 */

.sorting_asc {
  text-align: left;
	background: url('images/sortUp.gif') #2c5c91 no-repeat center right;
  padding-right: 20px;
  cursor: pointer;
	*cursor: hand;
}

.sorting_desc {
  text-align: left;
	background: url('images/sortDown.gif') #2c5c91 no-repeat center right;
  padding-right: 20px;
	cursor: pointer;
	*cursor: hand;  
}

.sorting {
  text-align: left;
	background: url('images/sort_both.png') #666666 no-repeat center right;
  cursor: pointer;
	*cursor: hand;
}

.sorting_asc_disabled {
  text-align: left;
	background: url('images/sort_asc_disabled.png') #666666 no-repeat center right;
}

.sorting_desc_disabled {
  text-align: left;
	background: url('images/sort_desc_disabled.png') #666666 no-repeat center right;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * ColVis styles
 */
.ColVis {
	float: left;
	margin-bottom: 0.2em;
}

.ColVis_Button {
	position: relative;
	float: left;
	margin-right: 0px;
	padding: 1px 5px;
	height: 22px;
	background-color: #ECCECC;
	border: 1px solid #d0d0d0;
  border: none;
	cursor: pointer;
	*cursor: hand;
}

button.ColVis_Button::-moz-focus-inner { 
	border: none !important;
	padding: 0;
}

.ColVis_text_hover {
	border: 1px solid #999;
	background-color: #f0f0f0;
}

div.ColVis_collectionBackground {
	background-color: black;
	z-index: 1100;
}

div.ColVis_collection {
	position: relative;
	width: 150px;
	background-color: #f3f3f3;
	padding: 3px;
	border: 1px solid #ccc;
	z-index: 1102;
}

div.ColVis_collection button.ColVis_Button {
	background-color: white;
	width: 100%;
	float: none;
	margin-bottom: 2px;
}

div.ColVis_catcher {
	position: absolute;
	z-index: 1101;
}

.disabled {
	color: #999;
}

button.ColVis_Button {
	text-align: left;
}

div.ColVis_collection button.ColVis_Button:hover {
	border: 1px solid #999;
	background-color: #f0f0f0;
}

span.ColVis_radio {
	display: inline-block;
	width: 20px;
}  