table.grid {
	margin: 10px;
}

table.full {
	width: 100%;
}

table.grid th, table.grid td {
  padding: 0px 5px 0px 5px;
	margin: 0;
}

table.grid th {
	padding: 0;
	font-weight: bold;
	border-bottom: 1px solid #777777;
	border-top: 1px solid #777777;
	white-space: nowrap; 
}

table.grid tr {
}

table.grid td {
	padding: 2px 4px 2px 4px;
	border-bottom: 1px solid #777777;
}

table.grid td.liquid {
  white-space: nowrap; 
  overflow: hidden; 
  text-overflow: ellipsis;
  max-width: 50px;
}

table.grid td.ice {
  text-align: center;
  width: 50px;
  white-space: nowrap; 
}

table.grid tr.odd {
}

table.grid tr.even {
}

table.grid td.no-border {
	padding: 0px;
	border: none;
}

.grid-header {
	margin: 10px 0 0px 0;
	min-height: 20px;
}

.grid-footer {
	margin: 0px 0 10px 0;
	min-height: 20px;
}

.grid-header .grid-info {
	float: left;
	clear: none;
	width: 300px;
}

.grid-header .grid-paging, .grid-footer .grid-paging {
	text-align: right;
	float: right;
	width: 400px;
}

.grid-filter {	clear: both;}

.grid-filter ul {
	list-style-type: none;
	margin: 10px 0 10px 0;
}

.grid-filter ul li {
}