.whats-on-links ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	float: right;
	text-align: right; 
}
div.whats-on-list p {
	margin: 0px;
}
div.whats-on-list .date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #02A6ED;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
div.whats-on-list h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #eb1b15;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
div.whats-on-list .desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	height: 30px;
	overflow: hidden;
	
}
div.whats-on-list a.more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #666666;
	cursor: pointer;
}
div.whats-on-entry {
	margin-bottom: 16px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #EB1B15;
	margin: 0;
	margin-bottom: 12px;
}
p.std {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
TD.formFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555555;
	text-align: right;
}

TD.formLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	padding: 4px 8px;
	text-align: left;
}

TD.formInput {
	text-align: left;
}
TD.formInput INPUT {
	border: 1px solid #C0C0C0;
	background-color: #ffffff !important;
}

TD.formInput INPUT.active {
	border: 1px solid #aaa0ff;
	background-color: #fafafa !important;
}

TD.formInput INPUT.error {
	border: 1px solid #dd0000;
	background-color: #ffdada !important;
}

TD.formInput SELECT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #C0C0C0;
	background-color: #ffffff !important;
}

TD.formInput SELECT.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #dd0000;
	background-color: #ffdada !important;
}

TD.formInput TEXTAREA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #C0C0C0;
	background-color: #ffffff !important;
}

TD.formInput TEXTAREA.active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #aaa0ff;
	background-color: #fafafa !important;
}

TD.formInput TEXTAREA.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #dd0000;
	background-color: #ffdada !important;
}

TD.formError {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #bb0000;
	background-color: #f0f0f0 !important;
	text-align: center;
	color: #bb0000;
	font-weight: bold;
}

TD.formSubmit {
	padding: 4px;
	text-align: right;
	background-color: #F0F0F0;
}

TD.formSubmit BUTTON {
	font-family: Verdana;
}

TABLE.listingItemTable {
	width: 100%;
	border-collapse: collapse;
}

TD.itemDateCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	font-weight: bold;
	background-color: #ffffff;
	padding: 3px;
}

TD.itemDescriptionCell {
	background-color: #F5F5F5;
	padding: 3px;
	border-bottom: 1px solid #ffffff;
}

.itemDescriptionMoreLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #444444;
	cursor: pointer;
}

TABLE.listingSearchTable {
	background: #00B5FE;
	border: 1px solid #E0E0E0;
	width: 100%;
	margin: 14px 0px;
}

TABLE.listingSearchTable TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

TABLE.listingSearchTable TD INPUT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 70px;
	color: #333333;
}

TABLE.reviewSearchTable {
	background: #FAFAFA;
	border: 1px solid #E0E0E0;
	width: 100%;
	margin: 14px 0px;
}

TABLE.reviewSearchTable TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

TABLE.reviewSearchTable TD INPUT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 70px;
	color: #A0A0A0;
}

TABLE.reviewSearchTable TD SELECT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #A0A0A0;
}

INPUT.searchButton {
	color: #666666 !important;
	background-color: #F0F0F0;
	border: 1px solid #C0C0C0;
}

DIV#debugInfo {
	font-family: Calibri;
	font-size: 12px;
	position: absolute;
	width: auto;
	height: auto;
	left: 0px;
	bottom: 0px;
	border: 1px solid black;
	background-color: #F0F0F0;
	color: #999999;
}

DIV#debugInfo PRE {
	font-family: Calibri;
	font-size: 12px;
}

TD.infoMessage {
	padding-top: 8px;
}

TD.infoMessage DIV {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #555555;
	margin: 12px 0px;
	padding: 8px;
	border: 1px solid #aaa0ff;
	background-color: #fafafa !important;
}

DIV.bookPurchaseDiv {
	float: right;
	margin-left: 8px;
	margin-right: 4px;
	text-align: center;
}

DIV.bookPurchaseDiv IMG {
	border: none;
	margin-bottom: 4px;
}

DIV.bookPurchaseDiv A {
	font-style: normal;
	color: #333333;
	padding-top: 8px;
}

TABLE.userForm {
	border: 1px solid #F0F0F0; 
	margin: 12px;
}

.forumThreadTable {
	margin: 0px;
	border: 1px solid #C0C0C0;
	width: 100%;
	border-collapse: collapse;
}

.forumMessageTable {
	margin: 0px;
	border: 1px solid #C0C0C0;
	width: 100%;
	border-collapse: collapse;
}

.forumColHeader {
	border-bottom: 1px solid #C0C0C0;
	padding: 4px 2px;
}

TABLE.forumThreadTable TR {
	cursor: pointer;
}

TABLE.forumThreadTable TR.highlight {
	cursor: pointer;
	background-color: #ddddff;
}

TABLE.forumThreadTable TD {
	padding: 4px 2px;
}

TD.forumThreadHeader {
	font-weight: bold;
	font-style: italic;
}

TD.forumMessageHeader {
	font-weight: bold;
	font-style: italic;
	padding: 4px 2px;
	border-bottom: 1px solid #C0C0C0;
}

TABLE.forumMessageTable TD.bodytext {
	padding: 12px 18px;
}

TABLE.forumMessageTable TD.forumMessageFooter {
	text-align: right; 
	padding-right: 4px; 
	color: #A0A0A0; 
	font-style: italic;
	border-top: 1px SOLID #F0F0F0;
}

TD.classifiedListFooter {
	color: #02A6ED;	
	font-size: 10px;
}

TD.classifiedContact {
	color: #02A6ED;	
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 4px;
}

TD.classifiedContact A {
	color: #02A6ED;	
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer;
}

TD.classifiedPrice {
	color: #02A6ED;	
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding: 4px;
}

INPUT.advertPriceSearch {
	font-size: 12px;
	width: 40px;
}

INPUT.advertKeywordSearch {
	font-size: 12px;
	width: 230px;
}

INPUT.advertSearchButton {
	width: 60px;
	margin: 0px;
	border: 1px solid #A0A0A0;
	font-size: 12px;
}

DIV#advertEnquiryForm {
	width: 480px;
	margin: 5px;
	height: 360px;
	border: 3px double #C0C0C0;
	background-color: #F0F0F0;
	text-align: center;
}

DIV#advertEnquiryForm P {
	text-align: left;
	margin: 0px;
	padding: 12px;
}

TABLE.advertEnquiry {
	table-layout: fixed;
	width: 450px;
}

TD.forumMessageFooter A {
	color: #A0A0A0;
}

A.searchResult:link {
	color: #444; 
	font-weight: bold; 
	text-decoration: none;
}
A.searchResult:visited {
	color: #444; 
	font-weight: bold; 
	text-decoration: none;
}
A.searchResult:hover {
	color: #222; 
	font-weight: bold; 
	text-decoration: underline;
}