.maPanel {
	border: 10px solid #C4DDFF;
	background-color: #C4DDFF;
}

.maPanel h2 {
	padding-bottom: 10px;
}

.maPanel h2 a {
	text-decoration: none;
	color: #333333;
}

.maPanel h3 {
    font-size: 100%;
}

.maPanel h2 a:hover {
	cursor: pointer;
}

.maPanel .button {
	margin: 5px;
	background-color: #FFFFFF;
	padding: 5px;
}

.maPanel .button table {
	width: 100%;
}

.maPanel .description {
	background-color: #FFFFFF;	
	padding: 5px;
}


.tableSpread {
	width: 100%;
}

.tableSpread td {
	width: 50%;
}

.tableSpread .left {
	text-align: left;
}

.tableSpread .right {
	text-align: right;
	border:1px solid blue; 
}

.table-list {
}

.table-list th {
	text-align: left;
	font-weight: bold;
	padding-right: 20px;
}

.table-list td {
	text-align: left;
}

