.datatable-controls {
	padding-left: 4px;	
}
.datatable-controls > div {
	padding-top: 2px;
	padding-bottom: 2px;
}
.datatable {
	border-collapse: collapse;
	border-spacing: 0;
	font-family: Arial,Helvetica,Geneva,sans-serif;
	font-size: 12px;
	width: 100%;
	margin-bottom: 0;
	/*min-height: 365px;*/
}
.datatable tr.info th, .datatable tr.info td {
	background-color: #D9EDF7;
}
.datatable a {
	/*font-weight: bold;*/
}
.datatable thead th {
	vertical-align: middle;
	text-align: center;
	font-size: 11px;
	letter-spacing:-1px important;
	background-color: whitesmoke;
}
.datatable thead th.center {
	text-align: center;
}
.datatable thead th.right {
	text-align: right;
}
.datatable tbody td {
	color: #555;
	font-size: 11px;
	letter-spacing:-1px !important;
}
.datatable td.center {
	text-align: center;
}
.datatable td.right {
	text-align: right;
}
.datatable-actions {
	border-top: 1px solid #DDD;
	position: relative;
	height: 56px;
}
.datatable-actions .pull-left {
	position: absolute;
	top: 18px;
	left: 10px;
}
.datatable-actions.no-border {
	border-top: none;
}
.datatable-actions .pull-right {
	position: absolute;
	top: 18px;
	right: 10px;
}
.modal-footer .datatable-actions {
	height: auto;	
}
.modal-footer .datatable-actions .pagination {
	margin-top: 5px;
	margin-bottom: 5px;
}
.modal-footer .datatable-actions .pull-right {
	top: 6px;
}
.datatable .no-result {
	text-align: center;
	height: 100px;
	padding-top: 50px;
}
.datatable-header {
	margin-bottom:0;
}
.scrollable-datatable {
	overflow-y: auto;
}
.datatable-summary {
	height: 22px;
	padding: 5px 6px 3px 6px;
	border-bottom: 1px solid #CCC;
	font-size: 11px;
}
.pagination {
	height: 36px;
	margin: 18px 10px;
}

.datatable thead tr:hover td,.datatable thead tr:hover th{background-color:whitesmoke;}