.footable {
	font-size: 0.8em;
}
.footable-sortable span {
	color:#ccc;
}
.footable-sorted span, .footable-sorted-desc span {
	color:#888;
}
.footable th {
	background-color: #ddd !important;
}
.footable td {
	background-color: #fff;
}
.footable .zebra {
	background-color: #eee !important;
}
.footable .zebra td {
	background-color: #eee !important;
}

.footable thead tr {
	height: 40px !important;
}

.footable-row-detail-cell {
	position: relative;
	background-color: #ddd !important;
}
.footable-row-detail-row_Image {
	position: absolute;
	right:12px;
	top:12px;
}
.footable-row-detail-row_Image .footable-row-detail-name {
	display: none;
}
.footable-row-detail-row_Image img {
	width: 80px !important;
	height: 80px !important;
	border: solid 1px #eee !important;
	margin: 0 !important;
}

.footable-row-detail {
	height: 105px;
	vertical-align: top;
}

.footable td .facebox {
	margin: 0;
	padding: 0;
}

.footable td .facebox img {
	margin: 0;
	padding: 0;
}

.footable td {
	text-align: left !important;
}

.footable td a, .footable td a:link, .footable td a:visited {
	color: #000000;
	text-decoration: underline;
}
.footable td a:hover {
	color: #545454 !important;
	text-decoration: none;
}

.footable tr:hover a {
	color: #545454 !important;
	text-decoration: none;
}

@media (max-width: 767px) {
	
}

@media (min-width: 768px) and (max-width: 1029px) {
	.footable-row-detail-row_Image img {
		width: 50px !important;
		height: 50px !important;
	}
}

@media (min-width: 1030px) {
	
}