body {
	background-color: #D9DAEB; /* background color */
	color: ; /* text color */
	font-family: Tahoma; /* font name */
	font-size: xx-small; /* font size */
	margin: 0px 0px 0px 0px; /* top right bottom left */

       scrollbar-face-color: #DEE3E7;
		scrollbar-highlight-color: #FFFFFF;
		scrollbar-shadow-color: #DEE3E7;
		scrollbar-3dlight-color: #D1D7DC;
		scrollbar-arrow-color:  #006699;
		scrollbar-track-color: #EFEFEF;
		scrollbar-darkshadow-color: #98AAB1;
		
		a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration:none}
	}

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

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

a:active {
	color: ; /* active link color */
}

a:link {
	color: ; /* link color */
}

a:visited {
	color: ; /* visited link color */
}

/* main table */
.ewTable {
	width: ; /* table width */	
	color: ; /* text color */
	font-family: Tahoma; /* font name */
	font-size: xx-small; /* font size */
	border-collapse: collapse;
	border: none;
	background-color: #EFF2F7 ;
}

/* main table */
.scroll {
	width: ; /* table width */	
	color: ; #FFFFFF/* text color */
	font-family: Tahoma; /* font name */
	font-size: x-small; /* font size */
	border-collapse: collapse;
	border: none;
}

/* sponsors inner table */
.spTable {
	width: ; /* table width */	
	color: ; /* text color */
	font-family: Tahoma; /* font name */
	font-size: xx-small; /* font size */
	border-collapse: separate;
	border: none;
}
/* sponsors inner table data cells */
.spTable td {
	padding: 0px; /* cell padding */
	border: 0px solid; /* cell spacing */
	border-color: #FFFFEE;  /* table background color */
}
/* main table data cells */
.ewTable td {
	padding: 4px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #CCCCCC;  /* table background color */
}

/* main table header cells */
.ewTableHeader {
	background-color: #F5F5F5; /* header color */
	color: #000000; /* header font color */	
	vertical-align: top;	
}

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

/* main table row color */
.ewTableRow {
	background-color: ;  /* alt row color 1 */
}

/* main table alternate row color */
.ewTableAltRow {
	background-color: ; /* alt row color 2 */	
}

/* main table edit mode row color */
.ewTableEditRow {
	background-color: #0000FF; /* edit mode color */
}

/* main table highlight color */
.ewTableHighlightRow {
	background-color: ; /* highlight color */
}

/* main table select color */
.ewTableSelectRow {
	background-color: ; /* select color */
}

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

/* classes for report */
.ewGroupField {
	font-weight: bold;
}

.ewGroupName {
	font-weight: bold;
}

.ewGroupHeader {
	border-bottom: 3px double Gray;
	border-top: 3px double Gray;
}

.ewGroupSummary {
	border-top: 1px solid Gray;
} 

.ewGroupAggregate {
	font-weight: bold;
}

.ewGrandSummary {
	border-top: 1px solid Gray;
}

/* message */
.ewmsg {
	color: red; /* message color */
	font-family: Tahoma; /* font name */
	font-size: xx-small; /* font size */	
}
/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #8080FF; border: 1px #98AAB1 solid; }
}
.sponsorsTextScroll {
	font-size: 11px;
	font-family: Tahoma;
	padding: 0px;
	width: 80;
	height: 100%;
	margin-right: 5px;
	border: 1px #ECECEC solid;
	position: center;
}
.pageTitle {
    font-weight: bold;
	font-family: Tahoma;
	font-colour: #00677E;
	
}
/* sponsors inner table */
.rrTable {
	width: ; /* table width */	
	color: ; /* text color */
	font-family: Tahoma; /* font name */
	font-size: x-small; /* font size */
	border-collapse: separate;
	border: none;
	background-color: #EFF2F7 ;
}
/* sponsors inner table data cells */
.rrTable td {
	padding: 0px; /* cell padding */
	border: 0px solid; /* cell spacing */
	border-color: #FFFFEE;  /* table background color */