
/* Tables */

table.tablestyle4, table.tablestyle3, table.tablestyle2, table.tablestyle1 {
	vertical-align: middle;
	margin-left: -2px !important;
	width: 100%;
}

table.tablestyle4 th,
table.tablestyle4 td,table.tablestyle3 th,
table.tablestyle3 td,table.tablestyle2 th,
table.tablestyle2 td,table.tablestyle1 th,
table.tablestyle1 td {
	background-color: #F6FBFD;
	text-align: left;
	padding: 5px 10px;
	border: 1px solid #fff;
	vertical-align:top;
}

table.tablestyle4 td, table.tablestyle3 td, table.tablestyle2 td, table.tablestyle1 td {
	white-space: normal;
}

table.tablestyle4 th, table.tablestyle3 th, table.tablestyle2 th, table.tablestyle1 th {
	text-transform: uppercase;
	background-color: #d8eff9;
	white-space: normal;
}

table.tablestyle4 tr td.column_even, table.tablestyle3 tr td.column_even, table.tablestyle2 tr td.column_even, table.tablestyle1 tr td.column_even {
	background-color: #f6fbfd;
}

table.tablestyle4 tr.row_even td, table.tablestyle3 tr.row_even td, table.tablestyle2 tr.row_even td, table.tablestyle1 tr.row_even td {
	background-color: #ecf7fc;
}

table.DTFC_Cloned tr.odd th,
table.DTFC_Cloned tr.odd td {
	background-color: #cbeaf7;
}

table.DTFC_Cloned tr.even th,
table.DTFC_Cloned tr.even td {
	background-color: #bee6f6;
}

table td.align_right {
	text-align: right;
}

.data_table_search {
	width: 50%;
	float: left;
}

.data_table_search,
.ColVis .ColVis_MasterButton {
	margin: 20px 0 10px 0;
}

.ColVis {
	position: relative;
	float: right;
	z-index: 1;
}

.ColVis .ColVis_MasterButton {
	display: block;
	height: 30px;
	padding: 0 10px;
	line-height: 30px;
	text-align: right;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: bold;
	color: #ffffff;
	background-color: #009dde;
  background-image: -webkit-gradient(linear, top, bottom, from(#009dde), to(#0185c5));
  background-image: -webkit-linear-gradient(top, #009dde, #0185c5);
  background-image: -moz-linear-gradient(top, #009dde, #0185c5);
  background-image: -ms-linear-gradient(top, #009dde, #0185c5);
  background-image: -o-linear-gradient(top, #009dde, #0185c5);
  background-image: linear-gradient(top, #009dde, #0185c5);
	cursor: pointer;
	border: 0;
}

.ColVis .ColVis_MasterButton:hover {
	text-decoration: none;
	background-color: #0185c5;
  background-image: -webkit-gradient(linear, top, bottom, from(#0185c5), to(#009dde));
  background-image: -webkit-linear-gradient(top, #0185c5, #009dde);
  background-image: -moz-linear-gradient(top, #0185c5, #009dde);
  background-image: -ms-linear-gradient(top, #0185c5, #009dde);
  background-image: -o-linear-gradient(top, #0185c5, #009dde);
  background-image: linear-gradient(top, #0185c5, #009dde);
}

.ColVis .ColVis_MasterButton span {
	display: block;
	min-width: 80px;
	padding-left: 25px;
	background: url('../images/icons_fluid.png') scroll transparent left -949px no-repeat;
}

.ColVis_collection {
	padding:10px 5px;
	border: 1px solid #ccd9e6;
	background-color: #ffffff;
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
	list-style:none;
}

.ColVis_collection li {
	position: relative;
	width: 100%;
	padding: 4px 5px;
	margin: 0;
	border: 0;
	background-image:none;
	font-size: 0.8em;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	white-space: nowrap;
	color: #054884;
}
.article_inner .ColVis_collection {padding:0 10px 8px;}
.article_inner .ColVis_collection li {
background:none;
padding:0;
}

.ColVis_collection li:hover {
	background-color: #e4f4fb;
}

.ColVis_collection li .ColVis_title {
	padding-right: 5px;
}
.ColVis_collection li label{font-size:1em;}
.ColVis_collection li label input{float:right;}

.DTFC_LeftWrapper {
	height: auto !important;
}

.DTFC_LeftBodyWrapper,
.DTFC_LeftBodyLiner {
	height: 100% !important;
}

.TableTools_collectionBackground,
.TableTools_catcher {
	display: none !important;
}

.table_pagination_list {
	display: block;
	width: 100%;
	margin: 20px 0;
	padding: 0;
	text-align: center;
}

.table_pagination_list li {
	display: inline;
	margin: 0 5px;
	padding: 0;
}

.table_pagination_list li a,
.table_pagination_list li span {
	padding: 0 5px;
	font-weight: bold;
}

.table_pagination_list li.active span {
	text-decoration: underline;
}

.table_pagination_list li a.prev,
.table_pagination_list li a.next {
	display: inline-block;
	width: 9px;
	height: 16px;
	padding: 0 0 1px 0;
	text-indent: -999em;
	border-bottom: 2px solid transparent;
}

.table_pagination_list li a.prev {
	margin-right: 10px;
	background: url('../images/icons_fixed.png') scroll transparent -140px -316px no-repeat;
}

.table_pagination_list li a.next {
	margin-left: 10px;
	background: url('../images/icons_fixed.png') scroll transparent -199px -316px no-repeat;
}

.table_pagination_list li a.prev:hover,
.table_pagination_list li a.next:hover {
	border-bottom: 2px solid #054884;
}

.attachment_table {
	margin: 20px 0;
}

.attachment_table td {
	white-space: normal !important;
}
