body {
	background-color: dddddd; /* background color */
	color: ; /* text color */
	font-family: verdana ; /* font name */
	font-size: small; /* font size */
	margin: 0px 0px 0px 0px; /* top right bottom left */
}

.phpmaker {
	color: ; /* text color */
	font-family: verdana; /* font name */
	font-size: small; /* font size */	
}

input, textarea, select {	
	font-family: ; /* font name */
	font-size: small; /* font size */
}

/* main table */
.ewTable {
	width: 85%; /* 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: 4px;
	border-top: 1px solid #7B7E99;
	border-right: 1px none #7B7E99;
	border-bottom: 1px solid #7B7E99;
	border-left: 1px none #7B7E99;
}

/* main table header cells */
.ewTableHeader {
	background-color: #171C3C;
	color: #003366;
	vertical-align: top;
	background-image: url(../phpBB/templates/bluetabs/images/cellpic3.gif);
}

.ewTableHeader a {	
	color: #FFFFFF; /* header font color */	
}

/* main table row color */
.ewTableRow {
	background-image: url(../phpBB/templates/bluetabs/images/tr_row_2_background.gif);
}

/* main table alternate row color */
.ewTableAltRow {
	background-image: url(../phpBB/templates/bluetabs/images/tr_row_1_background.gif);
}

/* main table sorting indicator */
.ewTableOrderIndicator {
	font-family: Webdings;	
}

/* main table footer section */
.ewTableFooter {
	background-color: #5D5D5D;	
}

