.menuItem{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	width: 85px;
	height: 85px;
	background-color: #00B0F0;
	text-align: center;
	color: white;
	font-size: 10pt;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
}

.menuRow .menuItem:last-child{
	margin-right: 0px;
}

.tableStyle, .tableStyle2{
	border-collapse: collapse;
	border-spacing: 0;
}

.tableStyle2{
	width: auto;
}

.tableStyle th{
	background-color: #00B0F0;
	border: 1px #00B0F0 solid;
	height: 20px;
	font-weight: bold;
	color: white;
	vertical-align: middle;
	padding: 5px;
	text-align: center;
}		
	
.tableStyle td{
	background-color: white;
	border: 1px #00B0F0 solid;
	vertical-align: middle;
	padding: 5px;
	text-align: center;
}

.tableStyle2 th{
	background-color: #00B0F0;
	border: 1px #00B0F0 solid;
	height: 20px;
	font-size: 16px;
	font-weight: bold;
	color: white;
	vertical-align: middle;
	padding: 5px;
	padding-right: 10px;
	text-align: left;
}			
			
.tableStyle2 td{
	vertical-align: middle;
	padding: 5px;
	padding-left: 10px;
	text-align: left;
}
			
.footable-details th {
	text-align: left;
}
			
tr.footable-paging td{
	border: 0;
}
			
div.footable-filtering-search{
	width: 100%;
	align: right;
	float: right;
	text-align: right;
	z-index: 0;
}
			
tr.footable-filtering th{
	background-color: white;
	border: 0;
}