/* Error Wrapper */
.Error {
	margin: 5px;
	padding: 5px;
	border: 2px solid red;
	border-top: none;
	border-bottom: none;
	background-color: #ffe6e6;
	color: red;
}

/* Information Wrapper */
.Info {
	margin: 5px;
	padding: 5px;
	border: 2px solid #7b848c;
	border-top: none;
	border-bottom: none;
	background-color: #f7f7f7;
	color: #7b848c;
}

/* Listing Tables 1 */
table.LT1 {
	padding: 1px;
	border: 1px solid black;
	background-color: #E0E0E0;
}

table.LT1 th {
	background-color: black;
	color: white;
	font-weight: bold;
	font-size: 11pt;
	padding: 2px 8px 2px 8px;
}

table.LT1 td {
	padding: 2px 5px 2px 5px;
	color: black;
	background-color: white;
}

table.LT1 td.currencyValue {
	text-align: right;
	font-size: 9pt;
}

table.LT1 td.commissionValue {
	text-align: right;
	font-size: 9pt;
}