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 */
.sponview {
	width: ; /* table width */	
	color: ; /* text color */
	font-family: Tahoma; /* font name */
	font-size: xx-small; /* font size */
	border-collapse: collapse;
	border: none;
	background-color: #8080FF ;
}

/* main table data cells */
.ewTable td {
	padding: 4px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: ;  /* 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 */
	font-family: Tahoma; /* font name */
	font-size: x-small; /* font size */
}

/* 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 */	
}
/* Sponsors Page */
.sponlist {
	width: ; /* table width */	
	color: ; /* text color */
	font-family: Tahoma; /* font name */
	font-size: xx-small; /* font size */
	border-collapse: collapse;
	border: 1px #98AAB1 solid;
	background-color: #DFE1E5;
	
}
/* Sponsors Page */
.sponlist2 {
	width: ; /* table width */	
	color: ; /* text color */
	font-family: Tahoma; /* font name */
	font-size: xx-small; /* font size */
	border-collapse: collapse;
	background-color: #DFE1E5;
	border-bottom-color: #FFFFFF;
	
}
/* History Page */
.histlist {
	width: ; /* table width */	
	color: ; /* text color */
	font-family: Tahoma; /* font name */
	font-size: xx-small; /* font size */
	border-collapse: collapse;
	border: 1px #98AAB1 solid;
	background-color: #C8D3EA;
	
}
/* Home Page */
.home {
	width: ; /* table width */	
	color: ; /* text color */
	font-family: Tahoma; /* font name */
	font-size: x-small; /* font size */
	border-collapse: collapse;
	border: 1px #98AAB1 solid;
	background-color: #E2E3FA;
	
}
/* Home Page */
.home1 {
	width: ; /* table width */	
	color: ; /* text color */
	font-family: Tahoma; /* font name */
	font-size: x-small; /* font size */
	border-collapse: collapse;
	background-color: #E2E3FA;
	
}
.home2 {
	width: ; /* table width */	
	color: ; /* text color */
	font-family: Tahoma; /* font name */
	font-size: x-small; /* font size */
	border-collapse: collapse;
	border: 0px;

	
}
/* C and V Page */
.cv {
	width: ; /* table width */	
	color: ; /* text color */
	font-family: Tahoma; /* font name */
	font-size: xx-small; /* font size */
	border-collapse: collapse;
	background-color: #9DAED1;
	border: 1px #98AAB1 solid;
}
/* C and V Page Header */
.cvHead {
	width: ; /* table width */	
	color: ; /* text color */
	font-family: Tahoma; /* font name */
	font-size: xx-small; /* font size */
	border-collapse: collapse;
	border: 1px #98AAB1 solid;
	background-color: #EFF2F7;
	
}
/* C and V Page Header */
.cvBox {
	width: ; /* table width */	
	color: ; /* text color */
	font-family: Tahoma; /* font name */
	font-size: xx-small; /* font size */
	border-collapse: collapse;
	border: 1px #98AAB1 solid;
	background-color: #9DAED1;
	
}
/* RHS Font */
.RhsMain {
	font-family: Tahoma; /* font name */
	font-size: xx-small; /* font size */
	font-colour: #00677E; /* font size */

}
/* Account Right Had Corner Menu */
.AccountMenu {
	background-color: #AEB5C0;
	border: 1px #98AAB1 solid;	
}
/* Sitemap */
.SiteMap {
	width: ; /* table width */	
	color: ; /* text color */
	font-family: Tahoma; /* font name */
	font-size: xx-small; /* font size */
	border-collapse: collapse;
	border: 1px #98AAB1 solid;
	background-color: #B2B7C0;
	
}
/* Gallery Page */
.Gallery {
	width: ; /* table width */	
	color: ; /* text color */
	font-family: Tahoma; /* font name */
	font-size: xx-small; /* font size */
	border-collapse: collapse;
	border: 1px #98AAB1 solid;
	background-color: #EFF2F7 ;
}
/* Main Menu */
.MainMenu {
	width: ; /* table width */	
	color: ; /* text color */
	font-family: Tahoma; /* font name */
	font-size: xx-small; /* font size */
	border-collapse: collapse;
	border: 1px #98AAB1 solid;
	background-color: #EFF2F7 ;
}
/* Health Page */
.health1{
	width: ; /* table width */	
	color: ; /* text color */
	font-family: Tahoma; /* font name */
	font-size: xx-small; /* font size */
	border-collapse: collapse;
	border: 1px #98AAB1 solid;
	background-color: #CBCED3;
	
}
/* Health Page */
.health2{
	width: ; /* table width */	
	color: ; /* text color */
	font-family: Tahoma; /* font name */
	font-size: x-small; /* font size */
	border-collapse: collapse;
	background-color: #CBCED3;	
}
/* Account Ledger Table Background */
.AccountLedger {
	background-color: #BAC1CC;
	border: 1px #98AAB1 solid;	
}	
/* AccountLedger main table */
.AccountLedger2 {
	width: ; /* table width */	
	color: ; /* text color */
	font-family: Tahoma; /* font name */
	font-size: xx-small; /* font size */
	border-collapse: collapse;
	border: 1px #98AAB1 solid;
	background-color: #EFF2F7 ;
}	
/* AccountLedger main table data cells */
.AccountLedger2 td {
	padding: 4px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #CCCCCC;  /* table background color */
}
/* Sponsors View, Left Hand Side Pictures */
.SponViewPics {
	width: ; /* table width */	
	color: ; /* text color */
	font-family: Tahoma; /* font name */
	font-size: xx-small; /* font size */
	border-collapse: collapse;
	border: 1px #98AAB1 solid;
	background-color: #EFF2F7 ;
}
/* Sponsors View, Left Hand Side Pictures table data cells */
.SponViewPics td {
	padding: 4px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #CCCCCC;  /* table background color */
}
/* Sponsors View, Right Hand Side Contact Details */
.SponViewCont {
	width: ; /* table width */	
	color: ; /* text color */
	font-family: Tahoma; /* font name */
	font-size: xx-small; /* font size */
	border-collapse: collapse;
	border: 1px #98AAB1 solid;
	background-color: #EFF2F7 ;
}
/* Sponsors View, Right Hand Side Contact Details table data cells */
.SponViewCont td {
	padding: 4px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #CCCCCC;  /* table background color */
}
/* Sponsors View, bottom company Details */
.SponViewDeta {
	width: ; /* table width */	
	color: ; /* text color */
	font-family: Tahoma; /* font name */
	font-size: xx-small; /* font size */
	border-collapse: collapse;
	border: 1px #98AAB1 solid;
	background-color: #BCCAE6;
}
/* Councils Page */
.councils1{
	width: ; /* table width */	
	color: ; /* text color */
	font-family: Tahoma; /* font name */
	font-size: xx-small; /* font size */
	border-collapse: collapse;
	border: 1px #98AAB1 solid;
	background-color: #EFF2F7;
	
}
/* Councils Page */
.councils2{
	width: ; /* table width */	
	color: ; /* text color */
	font-family: Tahoma; /* font name */
	font-size: x-small; /* font size */
	border-collapse: collapse;
	background-color: #EFF2F7;	
}
/* Amenities Page */
.Amenities1{
	width: ; /* table width */	
	color: ; /* text color */
	font-family: Tahoma; /* font name */
	font-size: xx-small; /* font size */
	border-collapse: collapse;
	border: 1px #98AAB1 solid;
	background-color: #EFF2F7;
	
}
/* Amenities Page */
.Amenities2{
	width: ; /* table width */	
	color: ; /* text color */
	font-family: Tahoma; /* font name */
	font-size: x-small; /* font size */
	border-collapse: collapse;
	background-color: #EFF2F7;	
}
/* Sponsor Enquiry Page */
.sponenquire {
	width: ; /* table width */	
	color: ; /* text color */
	font-family: Tahoma; /* font name */
	font-size: xx-small; /* font size */
	border-collapse: collapse;
	background-color: #D4E1FA;
	border-color: 1px #98AAB1 solid;
	}