/* Overwrite some stuff from the main CSS */
#copyright { display: none }
#main { margin-right: 10px }

/* main table */
.ewTable {
	width: 100%; /* table width */	
	color: ; /* text color */
	font-family: ; /* font name */
	font-size: small; /* font size */
	border-collapse: collapse;
	border: none;
}

/* main table data cells */
.ewTable td {
	padding: 5px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #CCCCCC;  /* table background color */
	font-size: 8pt; /* font size */
}

/* main table header cells */
.ewTableHeader {
	border: 1px solid; /* cell spacing */
	border-color: #CCCCCC;  /* table background color */
	background-color: #BBBBBB; /* header color */
	color: #FFFFFF; /* header font color */	
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}

.ewTableHeader a {	
	color: #FFFFFF; /* header font color */	
	font-weight: normal;
}

/* main table row color */
.ewTableRow {
	background-color: #FFFFFF;  /* alt row color 1 */
}

/* main table alternate row color */
.ewTableAltRow {
	background-color: #E9E9E9; /* alt row color 2 */	
}

/* main table sorting indicator */
.ewTableOrderIndicator {
	font-family: Webdings;	
}

/* main table footer section */
.ewTableFooter {
	background-color: #FFFFCC;	
}


