@CHARSET "ISO-8859-1";

.tg-grid {
	display: table;
	border: none;
	width: 100%;
	margin-bottom:-1px;
}

.tg-grid-caption {
	display: table-caption;
	background: #009999;
}

.tg-grid-row {
	display: table-row;		
}

.tg-grid-col {
	display: table-cell;
	border-bottom: 1px solid #91aa9d;
	vertical-align: top;
	
}

.tg-grid-col-middle {
	display: table-cell;
	border-bottom: 1px solid #91aa9d;
	vertical-align: middle;
}

.tg-grid-column-group {
	display: table-column-group;
}

.tg-grid-column {
	display: table-column;
}

.tg-grid-row-group {
	display: table-row-group;
	border-bottom-width: 1px;
}

.tg-grid-row-group :hover {
	background: #DCDCDC;
}

.tg-grid-header-group {
	display: table-header-group;
}

.tg-grid-footer-group {
	display: table-footer-group;
}