table.default-table {
	padding: 1px;
	border-collapse: collapse;
	border: none;
	width: 100%;
}

div.default-table-container {	
	border: #503C64 1px solid;
	padding: 1px;
}

td.default-table-headercell {	
	background-color: rgb(50,50,50);
	background-image: url("splitmirror.png");
	background-repeat: repeat-x;		
	color: white;
	font-size: 9pt;
	font-weight: 700;
	text-align: left;
	font-family: "Trebuchet MS"
}

td.default-table-overhead {
	background-color: rgb(174,168,182);
	background-image: url("top_gradient.png");
	background-repeat: repeat-x;	
	color: black;
	height: 40px;
	font-family: "Trebuchet MS"
}

td.default-table-normal {
	background-color: rgb(230,230,230);
	background-image: url("top_gradient.png");
	background-repeat: repeat-x;		
	font-size: 8pt;	
	font-weight: normal;
	font-family: "Trebuchet MS"
}
