/* Boxen */

table.box {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #064FAB;
}

table.box td.content {
	background-color: #FFFFFF;
	padding: 10px;
	text-align: left;
	vertical-align: top;
}

table.box td.title, table.box td.edge {
	background-color: #064FAB;
	border-bottom: 1px solid #064FAB;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px;
	text-align: left;
}

table.box td.edge td {
	color: #FFFFFF;
	font-weight: bold;
}

table.list {
	width: 100%;
}

table.list td {
	padding: 5px;
	border-bottom: 1px solid #064FAB;
	background-color: #FFFFFF;
}

table.list td.legend {
	border-bottom: 1px solid #064FAB;
	font-weight: bold;
}

table.list td.last {
	border-width: 0px;
}

div.message {
	margin-bottom: 20px;
	padding: 20px;
	border: 1px solid #064FAB;
	background-color: #FFFFFF;
}