/* PANELS
---------------------------------------------- */
table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.moduletable th {
	background-color: #f5fbfc;
	border: 1px solid #00acdf;
	color: #000;
	text-align: left;
	padding-top: 4px;
	padding-left: 10px;
	height: 25px;
	font-weight: bold;
	font-size: 8pt;
	text-transform: uppercase;
}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	padding-top: 2px;
	margin: 0px;
	font-weight: normal;
}