table.tableStandard {
	margin-bottom: 20px;
	border-spacing: 0px;
}
table.tableStandard tr.normal td, table.tableStandard td.cellData {
	font-size: 9px;
	border-bottom: 1px solid #505050;
	vertical-align: top;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #101010;
	text-align: left;
}
table.tableStandard tr.red td, table.tableStandard td.cellDataRed {
	font-size: 9px;
	border-bottom: 1px solid #505050;
	vertical-align: top;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #401010;
	text-align: left;
}
table.tableStandard tr.totals td, table.tableStandard td.cellTotals {
	font-size: 9px;
	border-top: 1px solid #505050;
	vertical-align: top;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
	font-weight: bold;
	color: white;
}
table.tableStandard td.cellContent {
	font-size: 9px;
	border-bottom: 1px solid #505050;
	vertical-align: top;
	padding: 15px;
	background-color: #101010;
	text-align: left;
}

table.tableStandard td.cellTableDescription {
	font-size: 9px;
	vertical-align: top;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-top: 2px;
	background-color: #101010;
	text-align: left;
}

table.tableStandard td.cellSeparator {
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #080809;
	color:#ffd500;
	height: 30px;
}

table.tableStandard td.cellHeader {
	font-size: 12px;
	border-bottom: 0px solid #505050;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #080809;
	color:#ffd500;
	text-align: left;
}
table.tableStandard td.cellColumnHeader {
	font-size: 9px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	border-bottom: 1px solid white;
	color: white;	
	text-align: left;
}
table.tableStandard td.cellColumnHeader div.divRight {
	font-size: 9px;
	float: right;
	color: white;
}
table.tableStandard th {
	font-size: 9px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	border-bottom: 1px solid white;
	color: white;	
	background-color: #080809;
	text-align: left;
}

table.tableStandard div.divCommentCount {
	font-family: "Small fonts", Verdana, Arial;
	font-size: 7px;
	width: 13px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 6px;
	background-repeat: no-repeat;
	text-align: right;
	color: #ffffff;
}

/* Property sheet table stuff */
table.tableProps {
	margin-bottom: 20px;
	border-bottom: 1px solid #505050;
	border-spacing: 0px;
}

table.tableProps td {
	font-size: 9px;
	vertical-align: top;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #101010;
	text-align: left;
	font-size: 9px;
	padding-top: 3px;
	padding-bottom: 3px;
}
table.tableProps  th {
	font-size: 9px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	border-bottom: 1px solid white;
	color: white;	
	background-color: #080809;
	text-align: left;
}

table.tableProps td.cellDense {
	padding-top: 1px;
	padding-bottom: 1px;
}

table.tableProps td.cellLabel {
	font-weight: bold;
	text-align: right;
	padding-right: 4px;
}

table.tableProps td.cellButtons {
	padding-top: 10px;
	text-align: center;
	align: center;
}
table.tableStandard td.cellPaging {
	font-size: 11px;
	text-align: center;
	color: white;
}
table.tableStandard td.cellPaging a {
	font-weight: normal;
}
table.tableButton {
}
table.tableButton td {
	border: 1px solid white;
	padding-top: 1px;
	padding-bottom: 1px;
	
}
table.tableButton a {
	padding-left: 17px;
	padding-right: 17px;
	text-decoration: none;
	font-size: 10px;
	color: #d0d0d0;
}
span.spanButton a:hover {
	text-decoration: none;
}
