.dataTables_wrapper { }
.dataTables_processing { }
.dataTables_length {
	float: left;
	width: 300px;
}
.dataTables_filter { }
.dataTables_filter input {}

.dataTables_info {
	float: right;
	line-height: 24px;
	padding: 0 0 0 10px;
}

.dataTables_paginate {

	width: 44px;
	float: right;
	text-align: right;
}

/* DataTables display */
table.display {
	clear: both;
	margin: 10px 0;
	width: 100%;
}

table.display thead th {
	padding: 0 5px 0 5px;
	height: 30px;
	background: #97d46b;
	color: #fff;
	text-align: left;
	/*cursor: pointer;*/
	vertical-align: middle;	
}

table.display thead th.left_line  { border-left: 1px solid #fff; }

table.display tfoot th {
	padding: 3px 9px 3px 5px;
	border-top: 1px solid black;
	font-weight: bold;
	background-color: #F6D494;
}

body table.display thead th span {
	/*padding: 0 10px 0 5px;*/
	font: bold 12px/14px Tahoma, Geneva, sans-serif;
	margin-top: 15px;
	margin-bottom: 15px;
}

table.display thead th a {
    text-decoration: none;
	color: #fff;
}

table.display thead th span.spanCal {
	margin: 0 0 0 1px;
	padding: 0 1px 0 0;
}


table.display thead th a:hover span { text-decoration: underline; }
table.display thead th.th_left { border-left: 1px solid #fff; }
table.display thead th.th_right { padding: 0 0 0 10px; border-right: 0; }
table.display tr.heading2 td {
	border-bottom: 1px solid #aaa;
}
table.display td {
	border: 1px solid #fff;
	padding: 2px 3px 2px 3px;
	font: normal 12px/14px Tahoma, Geneva, sans-serif;
}
table.display td a {
	color: #2b2a2a;
}
table.display td.center {
	text-align: center;
}
table.display td.options-width {
	/*width: 74px;*/
}


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

.sorting_asc span,
.sorting_desc span,
.sorting span,
.sorting_asc_disabled span,
.sorting_desc_disabled span {
	display: block;
	padding-right: 8px;
}

.sorting_asc span { background: url('./images/sort_asc.png') no-repeat center right; }
.sorting_desc span { background: url('./images/sort_desc.png') no-repeat center right; }
.sorting span { background: url('./images/sort_both.png') no-repeat center right; }
.sorting_asc_disabled span { background: url('./images/sort_asc_disabled.png') no-repeat center right; }
.sorting_desc_disabled span { background: url('./images/sort_desc_disabled.png') no-repeat center right; }


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables row classes
 */

tr.odd td { background-color: #f1f1f1; }
tr.even td { background-color: #e2e2e2; }/*#ececec*/
tr.odd:hover td, tr.even:hover td, tr:hover td a { background-color: #0090ce; color: #fff }


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

.dataTables_scrollBody {
}

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

.top .dataTables_info {
	float: none;
}

.clear {
	clear: both;
}

.dataTables_empty {
	text-align: center;
}

tfoot input {
	margin: 1 0;
	width: 50%;
	color: #444;
	border: 1px solid #000;
	float:left;
}

tfoot input.search_init {
	color: #999;
}

td.group {
	background-color: #d1cfd0;
	border-bottom: 2px solid #A19B9E;
	border-top: 2px solid #A19B9E;
}

td.details {
	background-color: #d1cfd0;
	border: 2px solid #A19B9E;
}


.example_alt_pagination div.dataTables_info {
	width: 40%;
}
.paging_full_numbers {
	width: 260px;
	height: 22px;
	line-height: 22px;
}
.paging_full_numbers span.paginate_active,
.paging_full_numbers span.paginate_button,
.paging_full_numbers span.paginate_control {
	display: block;
	width: 44px;
	height: 24px;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	font-weight: bold;
}
.paging_full_numbers span.paginate_control {
	width: 24px;
}

.paging_full_numbers span,
.first,
.previous,
.last,
.next {
	float: right;
}
.paging_full_numbers span span {
	float: left;
}
.first { background: url(./images/paging_far_left.gif) no-repeat 0px 0px; margin: 0 4px 0 0; }
.previous { background: url(./images/paging_left.gif) no-repeat 0px 0px; margin: 0 4px 0 0; }
.last { background: url(./images/paging_far_right.gif) no-repeat 0px 0px; margin: 0 4px 0 4px; }
.next { background: url(./images/paging_right.gif) no-repeat 0px 0px; margin: 0 0 0 4px; }
.first:hover,.previous:hover,.last:hover,.next:hover { background-position: 0 -24px; }
.paging_full_numbers span span.paginate_active,
.paging_full_numbers span span.paginate_button {
	margin: 0 2px 0 2px;
	background: url(./images/paging_button.gif) no-repeat;
	color: #9c9c9c;
	font-size: 12px;
	line-height: 24px;
	text-indent: 0;
	text-align: center;
}
.paging_full_numbers span span.paginate_active,
.paging_full_numbers span span.paginate_button:hover {
	color: #393939;
}
.paging_full_numbers span span.paginate_active {
}
/*
.paging_full_numbers span.paginate_button,
.paging_full_numbers span.paginate_active {
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
}
.paging_full_numbers span.paginate_active { background-color: #F6D494; }
*/
table.display tr.even.row_selected td { background-color: #B0BED9; }
table.display tr.odd.row_selected td { background-color: #9FAFD1; }


/*
 * Sorting classes for columns
 */
/* For the standard odd/even */
tr.odd td.sorting_1 { background-color: #e8e8e8; }
tr.odd td.sorting_2 { background-color: #DADCFF; }
tr.odd td.sorting_3 { background-color: #E0E2FF; }
tr.even td.sorting_1 { background-color: #e0e0e0; }
tr.even td.sorting_2 { background-color: #F2F3FF; }
tr.even td.sorting_3 { background-color: #F9F9FF; }


/*
 * Row highlighting example
 */
.ex_highlight #example tbody tr.even:hover, #example tbody tr.even td.highlighted {
	background-color: #ECFFB3;
}

.ex_highlight #example tbody tr.odd:hover, #example tbody tr.odd td.highlighted {
	background-color: #E6FF99;
}

.ex_highlight_row #example tr.even:hover {
	background-color: #ECFFB3;
}

.ex_highlight_row #example tr.even:hover td.sorting_1 {
	background-color: #DDFF75;
}

.ex_highlight_row #example tr.even:hover td.sorting_2 {
	background-color: #E7FF9E;
}

.ex_highlight_row #example tr.even:hover td.sorting_3 {
	background-color: #E2FF89;
}

.ex_highlight_row #example tr.odd:hover {
	background-color: #E6FF99;
}

.ex_highlight_row #example tr.odd:hover td.sorting_1 {
	background-color: #D6FF5C;
}

.ex_highlight_row #example tr.odd:hover td.sorting_2 {
	background-color: #E0FF84;
}

.ex_highlight_row #example tr.odd:hover td.sorting_3 {
	background-color: #DBFF70;
}


/*
 * KeyTable
 */
table.KeyTable td {
	border: 3px solid transparent;
}

/*
div.box {
	height: 100px;
	padding: 10px;
	overflow: auto;
	border: 1px solid #8080FF;
	background-color: #E5E5FF;
}
*/



.calendarLink {
	color: #fff;
	font: bold 20px Tahoma, Geneva, sans-serif;
}
.calendarDateText,
.calendarDateLink {
	width: 30px;
	float: left;
	color: #333;
	font: bold 17px/30px Tahoma, Geneva, sans-serif;
}
.calendarBookText {
	float: left;
	line-height: 30px;
}


.calendarTitle {
	cursor:default;
}

.colorLegendPast,
.colorLegendToday,
.colorLegendNonWork,
.colorLegendAvail {
	padding: 2px;
	border:1px silver solid;
	text-align:center;
}

.colorLegendPast {
	background-color:#D1E1E1;
}

.colorLegendToday {
	background-color:#817679;
}

.colorLegendNonWork {
	background-color:#ACD6F5;
}

.colorLegendAvail {
	background-color:#D2D2D2;
}

#top-search {
  position: relative;
  z-index: 20;
  display: inline;
  float: right;
  width: 350px;
}

.top-search-inp {
  background: transparent url('./images/top_search_inp.gif') no-repeat;
  border: none;
  color: #fff;
  font-size: 12px;
  height: 23px;
  padding: 6px 6px 0 10px;
  width: 164px;
}

/* Select box */#selectBox {
  position: relative;
  width: 105px;
  background: transparent url('./images/top_search_select.gif') no-repeat left bottom;
}
#selectBox label {
  display: block;
  width: 105px;
  height: 29px;
  line-height: 29px;
  color: white;
  text-indent: 5px;
  cursor: pointer;
}
#selectBox label:hover {
  background-color: #575757;
}
#selectBox input {
  position: absolute;
  top: 0;
  visibility: hidden;
}

.options {
    width: 65px;
}

.options-105 {
    width: 105px;
}

.optionsBig {
    width: 120px;
}

#defTitle {
	padding-left: 4px;
	height: 29px;
	line-height: 29px;
	color: white;
	cursor: pointer;
}
#labCon {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	background-color: #2a4978;/*2b2b2b*/
}

.iconViewRow,
.iconEditRow,
.iconDelRow {
	display: block;
	float: left;
	margin: 0 0 0 8px;
	width: 24px;
	height: 24px;
	background: transparent url('./images/table_icon_2.gif') no-repeat 0 -24px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}
.iconEditRow {
	background-image: url('./images/table_icon_1.gif');
}
.iconViewRow {
	background-image: url('./images/table_icon_3.gif');
}
.iconViewRow:hover,
.iconEditRow:hover,
.iconDelRow:hover {
	background-position: 0 0;
}

tr.fwB td {
    font-weight: bold;
}

tr.fw600 td {
	padding: 2px 3px 2px 3px;
	font: bold 13px/14px Tahoma, Geneva, sans-serif;
	background: #eedc54;
}

tr.group td {
    background-color: #C0D8F0;
    font: bold 14px/20px Tahoma, Geneva, sans-serif;
}

tr.instock td {
    color:#0b5c92;
}
tr.instock.even td {
    background-color: #ffd6ad;
}
tr.instock.odd td {
    background-color: #ffeddb;
}
tr.shortdelivery td {
    color:#929292;
    padding: 7px;
}

tr.instock.even:hover td, tr.instock.odd:hover td { background-color: #49b8e3; color: #fff }