.container {
	margin-left: auto;
	margin-right: auto;
	zoom: 1;
}
.container:before,.container:after {
	display: table;
	content: "";
	zoom: 1;
}
.dataTable {
	width:100%;
}
.dataTables_wrapper>.header{
	width:100%
}
.tableViewLength a.active {
	padding: 5px;
	-webkit-box-shadow: inset .5px .5px .5px .5px #999999;
		-moz-box-shadow: inset .5px .5px .5px .5px #999999;
			 -khtml-box-shadow: inset .5px .5px .5px .5px #999999;
	box-shadow: inset .5px .5px .5px .5px #999999;
	margin-right: 5px;
	color: #222222;
	border: 1px solid #ddd;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled= false);
	background-color: #e9eef3;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	-webkit-border-radius: 3px 3px 3px 3px;
		-moz-border-radius: 3px 3px 3px 3px;
			-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
.tableViewLength a {
	padding: 5px;
	margin-right: 5px;
	color: #4571a2;
	font-weight:normal;	
}
.dataTable table {
	width: 100%;
	margin-bottom: 0px;
	padding: 0;
	font-size: 12px;
	border-collapse: collapse;
	color: #555555;
	border-bottom: 1px solid #ddd;
	border-top: #ddd solid 1px;
}
.dataTable table th,.dataTable table td {
	padding: 10px 10px 9px 10px;
	line-height: 18px;
	text-align: left;
}
.dataTable table th {
	padding-top: 9px;
	min-width: 65px;
	font-weight: bold;
	vertical-align: middle;
}
.dataTable table td {
	vertical-align: top;
	border-top: 1px solid #ddd;
}
.dataTable table td a {
	color: #4571a2;
	font-weight: bold;
}
.dataTable table tbody th {
	border-top: 1px solid #ddd;
	vertical-align: top;
}
.dataTable .condensed-table th,.dataTable .condensed-table td {
	padding: 5px 5px 4px;
}
.bordered-table {
	border: 1px solid #ddd;
	border-collapse: separate;
	*border-collapse: collapse;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.bordered-table th+th,.bordered-table td+td,.bordered-table th+td {
	border-left: 1px solid #ddd;
}
.bordered-table thead tr:first-child th:first-child,.bordered-table tbody tr:first-child td:first-child
	{
	-webkit-border-radius: 4px 0 0 0;
	-moz-border-radius: 4px 0 0 0;
	border-radius: 4px 0 0 0;
}
.bordered-table thead tr:first-child th:last-child,.bordered-table tbody tr:first-child td:last-child
	{
	-webkit-border-radius: 0 4px 0 0;
	-moz-border-radius: 0 4px 0 0;
	border-radius: 0 4px 0 0;
}
.bordered-table tbody tr:last-child td:first-child {
	-webkit-border-radius: 0 0 0 4px;
	-moz-border-radius: 0 0 0 4px;
	border-radius: 0 0 0 4px;
}
.bordered-table tbody tr:last-child td:last-child {
	-webkit-border-radius: 0 0 4px 0;
	-moz-border-radius: 0 0 4px 0;
	border-radius: 0 0 4px 0;
}
table .col-1 {
	width: 20px;
}
table .col-2 {
	width: 60px;
}
table .col-3 {
	width: 100px;
}
table .col-4 {
	width: 140px;
}
table .col-5 {
	width: 180px;
}
table .col-6 {
	width: 220px;
}
table .col-7 {
	width: 260px;
}
table .col-8 {
	width: 300px;
}
table .col-9 {
	width: 340px;
}
table .col-10 {
	width: 380px;
}
table .col-11 {
	width: 420px;
}
table .col-12 {
	width: 460px;
}
table .col-13 {
	width: 500px;
}
table .col-14 {
	width: 540px;
}
table .col-15 {
	width: 580px;
}
table .col-16 {
	width: 620px;
}
.dataTable .table caption+thead tr:first-child th,.dataTable .table caption+thead tr:first-child td,.dataTable .table colgroup+thead tr:first-child th,.dataTable .table colgroup+thead tr:first-child td,.dataTable .table thead:first-child tr:first-child th,.dataTable .table thead:first-child tr:first-child td
	{
	border-top: 1px solid #bbbbbb;
}
.zebra-striped tbody tr:nth-child(odd) td,.zebra-striped tbody tr:nth-child(odd) th
	{
	background-color: #f0f4f8;
	background: #f0f4f8; /* for non-css3 browsers */
}
.zebra-striped tbody tr:hover td,.zebra-striped tbody tr:hover th {
	background: #eeeeee; /* Old browsers */
	background-color: #eeeeee;
	background-image: -moz-linear-gradient(top, #ffffff, #e2e2e2);
	/* FF3.6+ */
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff),
		to(#e2e2e2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff, #e2e2e2);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff, #e2e2e2);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff, #e2e2e2); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff, #e2e2e2); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',
		endColorstr='#e2e2e2', GradientType=0); /* IE6-9 */
	border-top:1px solid #dddddd;
}
table tr.clickable {
	cursor: pointer;
}
.dataTable table th {
	cursor: pointer;
	border: 1px solid #bbbbbb !important;
	font-size: 13px;
	/*color: #425567;*/
	color: #415466;
	background: #c1c6cc;
	background-color: #c1c6cc;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled= false);	
}
.dataTable table th:after {
	content: "";
	float: right;
	margin-top: 7px;
	border-width: 0 4px 4px;
	border-style: solid;
	border-color: #000 transparent;
	visibility: hidden;
}
.dataTable table thSortUp,.dataTable table thSortDown,.dataTable table .sorting_asc,.dataTable table .sorting_desc {
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	color: #222222;
	background: #e9eef3; /* Old browsers */
	background-color: #e9eef3;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled= false);	
}
.dataTable table th:hover:after {
	visibility: visible;
}
.dataTable table thSortDown:after,.dataTable table thSortDown:hover:after,.dataTable table .sorting_desc:after,.dataTable table .sorting_desc:hover:after
	{
	visibility: visible;
	filter: alpha(opacity =     60);
	-khtml-opacity: 0.6;
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.dataTable table thSortUp:after,.dataTable table .sorting_asc:after {
	border-bottom: none;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #000;
	visibility: visible;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	filter: alpha(opacity =     60);
	-khtml-opacity: 0.6;
	-moz-opacity: 0.6;
	opacity: 0.6;
}
div.dataTables_length label {
	width: 135px;
	float: right;
	text-align: left;
	margin-right: -5px;
	font-weight: normal;
}
div.dataTables_length select {
	width: 90px;
}
div.dataTables_filter label {
	float: right;
	width: 460px;
}
div.dataTables_info {
	padding-top: 0px;
}
div.dataTables_paginate {
	float: right;
	margin: 0 15px 0 0;
}
table {
	margin: 0px;
	clear: both;
}
table.dataTable th:active {
	outline: none;
}
.dataTables_filter,.dataTables_paginate {
	float: right !important;
}
div.dataTables_filter {
	margin-top: 0px;
	margin-bottom:10px;
}
div.dataTables_filter label {
	width: auto !important;
	margin-bottom: 0px !important;
}