@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
	background-color: #FFF;
}

#logoPC {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}

#bannerHeader {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 3.0%;
}
#bannerHeader img{
	float: right;
	width: 100%;
}
.headerSrapline {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 2.3vw;
	color: #666;
	text-align: right;
	float: right;
	margin-top: 1.5%;
}

#navMob {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 2.6vw;
	line-height: 2em;
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#navMob ul{
	padding-top: 20px;
}
#navMob ul li{
	padding-top: 0px;	
	width: 100%;
	list-style-image: none;
	list-style-type: none;
	text-align: right;
}

#navMob ul li a{
	color: #666666;
	text-decoration: none;
	padding-right: 20px;
}
		
#navMob ul li a:hover{
	text-decoration: underline;
}

.thisPage     {
	text-decoration: underline;
	padding-right: 20px;
}
#logoMob {
	float: left;
	margin-left: 0;
	width: 35%;
	max-width: 200px;
	display: block;
	margin-top: 25px;
}
#navPC {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}
#nav1PC {
	display: none;
}
#bannersLeft {
	clear: both;
	float: left;
	margin-left: 0;
	width: 23.0769%;
	display: none;
	position: relative;
	margin-top: 4.5%;
}
.banner img {
	float: left;
	width: 80%;
}
#pageTitleMob {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	position: relative;
	height: 30px;
	margin-top: 3px;
	margin-bottom: 5%;
}
#_textPageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 5.0vw;
	color: #333333;
	line-height: 2em;
	width: 90%;
	left: 0px;
	position: relative;
	top: 0px;
}
#contentRight {
	clear: none;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	position: relative;
	left: 0;
	margin-top: 4.5%;
}


.textArticleTitleMob h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 4.5vw;
	color: #666666;
	line-height: 5.5vw;
	font-weight: normal;
	margin-left: 0px;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	line-height: 2em;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
	height: 15%;
	vertical-align: middle;
	padding-top: 2%;
	left: 12.5%;
	background-image: url(../images/footerBgd.png);
	background-repeat: repeat;
	margin-top: 20%;
}
#footer ul{
	list-style-type:none;
	padding:0;
}
#footer ul li{
		
		}
#footer ul li a{
	color:#666666;
	height:1em;
	text-decoration:none;
}
#footer ul li a:hover{
	color:#333333;
	text-decoration: none;
}
#marketPlaceLogo{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}

.strapLine{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 0.8em;
	line-height: 1.3em;
	clear: both;
	float: left;
	margin-left: 0;
	width: 94%;
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
	padding-right: 3%;
	padding-left: 3%;
	position: relative;
	padding-top: 3%;
	padding-bottom: 3%;
}

#tradeRoundaboutLogo{
	clear: none;
	float: left;
	margin-left: 4.1666%;
	width: 100%;
	display: none;
}
#socialMedia     {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}
#socialMediaMob {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 15px;
	padding-bottom: 10px;
}

.centralDisplayA {
	width: 100%;
	overflow: visible;
	position: relative;
}
.centralDisplayB {
	position: relative;
	width: 100%;
	margin-top: 27%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5vw;
	color: #333;
}
.centralDisplayC {
	position: relative;
	width: 100%;
	font-size: 2.0vw;
}


.imageHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 5.9vw;
	color: #000000;
	font-weight: bold;
	top: 4.5%;
	width: 100%;
	text-align: center;
	position: absolute;
	margin-top: 0%;
	margin-left: 0%;
}
#fairsMob {
	display: block;
}
#fairsPC {
	display: none;
}
.byRegion {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.7vw;
	line-height: 3.5vw;
	font-weight: bold;
	color: #000000;
	width: 55%;
	text-align: center;
	position: absolute;
	margin-top: -18.5%;
	margin-left: -60%;
	left: 0px;	
}
.byRegion img {
	width: 55%;
	margin-top: 15%;
	border: 1px solid black;
}
.searchTitle1 {
	font-size: 2.3vw;
	top: 15%;
	margin-left: 0%;
}
.fieldPos {
	position: absolute;
	width: 50%;
	text-align: left;
	margin-top: 22%;
	margin-left: 30%;
}
.textField {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 2.9vw;
	color: #333333;
	border: 1px solid #333333;
	border-radius: 4px;
	background-color: #FFFFFF;
	margin-bottom: 7%;
	margin-right: 0%;
}
.textField2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 2.9vw;
	color: #333333;
	border: 1px solid #333333;
	border-radius: 4px;
	background-color: #FFFFFF;
	margin-bottom: 8;
	
	max-width: 28%;
}

.searchTitle2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3.7vw;
	color: #000000;
	position: absolute;
	top: 0%;
	width: 100%;
	margin-top: 60%;
	margin-left: 0%;
	text-align: center;
	height: 10%;
	text-indent: 7px;
	background-image: none;
	font-weight: bold;
}
.fieldPos2 {
	position: absolute;
	top: 0%;
	width: 94%;
	text-align: center;
	margin-top: 67%;
	margin-left: 3%;
}

.fairsTypeIcons {
	position: absolute;
	width: 100%;
	overflow: hidden;
	left: 0%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.9vw;
	color: #666;
	top: 0%;
	margin-top: -25%;
}
.fairsTypeIcons ul{
	left: 0px;
	position: relative;
	margin-left: -10%;
}

.fairsTypeIcons li{
	list-style-type: none;
	display: inline;
	margin-bottom: 0;
	margin-right: 2%;

}
.fairsTypeIcons img{
	width: 3.5%;
	margin-bottom: 1%;
	margin-right: 0.5%;
	margin-left: 0%;

}
#virtual {
	width: 4.5%;
	
}

.posMonthlyList {
	width: 103%;
	left: 1px;
	top: 80%;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
}
#listings {
	color: #333;
	text-decoration: none;
}

/*Formating of basic listings */
.fairDatePanelBasic {
	width: 10%;
	left: 0px;
	border: 2px solid #CCC;
	border-radius: 6px;
	margin-bottom: 2%;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 3.5%;
	padding-left: 1%;
	margin-bottom: 2%;
	float: left;
	margin-right: 1.5%;
}

#dateEntry {
	display: block;
	z-index: 10;
	position: absolute;
	margin-top: 0.5%;
	left: 0.4%;
	width: 12%;
	text-align: center;
	text-transform: uppercase;
}
#tf-lightBasic {
	display: block;
	z-index: 10;
	position: absolute;
	margin-top:0.5%;
	left: 93%;
	width: 3.0%;	
}
#markerBasic {
	display: block;
	z-index: 10;
	position: absolute;
	margin-top: 0.2%;
	left: 90%;
	width: 2.5%;	
}
#newDayDateBasic {
	color: #000;
	margin-top: -7%;
	margin-left: 4%;
	font-size: 2.0vw;
	font-family: Tahoma, Geneva, sans-serif;
}
#newMthYearBasic {
	color: #000;
	margin-top: -2%;
	font-size: 2.0vw;
	margin-left: 4%;
	font-family: Tahoma, Geneva, sans-serif;
}
.fairEntryPanelBasic {
	width: 80%;
	left: 11%;
	border: 2px solid #CCC;
	border-radius: 6px;
	padding: 1%;
	margin-bottom: 2%;
	float: left;
}

#entryNameBasic {
	display: block;
	z-index: 10;
	position: absolute;
	margin-top: 0.15%;
	left: 16.5%;
	width: 77%;
	font-size: 2.0vw;
	line-height: 1.2vw;
	color: #000;
}
#entryLocationBasic {
	display: block;
	z-index: 10;
	position: absolute;
	margin-top: 2.4%;
	left: 16.5%;
	width: 52%;
	font-size: 1.5vw;
	color: #000;
}

/* Formating the Date Search listings    */
#tf-lightDateSearchBasic {
	display: block;
	z-index: 10;
	position: absolute;
	margin-top:0.5%;
	left: 93.0%;
	width: 3.0%;	
}
#markerDateSearchBasic {
	display: block;
	z-index: 10;
	position: absolute;
	margin-top: 0.2%;
	left: 90%;
	width: 2.5%;		
}

#entryNameDateSearchBasic {
	display: block;
	z-index: 10;
	position: absolute;
	margin-top: 0.0%;
	left: 17%;
	width: 77%;
	font-size: 2.0vw;
	line-height: 2.1vw;
	color: #000;
	
}
#entryLocationDateSearchBasic {
	display: block;
	z-index: 10;
	position: absolute;
	margin-top: 2.5%;
	left: 17%;
	width: 52%;
	font-size: 1.5vw;
	color: #000;
}


/*Formating of premium and standard listings */
.fairDatePanel {
	width: 10%;
	left: 0px;
	border: 2px solid #CCC;
	border-radius: 6px;
	margin-bottom: 2%;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 5.4%;
	padding-left: 1%;
	margin-bottom: 2%;
	float: left;
	margin-right: 1.5%;
}
#newDay {
	color: white;
	margin-top: -2%;
	font-size: 3.2vw; 
	font-family: Tahoma, Geneva, sans-serif;
}
#newDate {
	color: white;
	margin-top: -10%;
	font-size: 5.2vw; 
	font-family: Tahoma, Geneva, sans-serif;
}
#newMth {
	color: black;
	margin-top: -10%;
	font-size: 3.2vw;
	font-family: Tahoma, Geneva, sans-serif;
}
#newYear {
	color: black;
	margin-top: 4%;
	font-size: 3.0vw;
	font-family: Tahoma, Geneva, sans-serif;	
}


.fairEntryPanel {
	width: 80%;
	left: 11%;
	border: 2px solid #CCC;
	border-radius: 6px;
	padding: 1%;
	margin-bottom: 2%;
	float: left;
}
#tf-light {
	display: block;
	z-index: 10;
	position: absolute;
	margin-top: 8.1%;
	left: 72%;
	width: 4.0%;	
}
#marker {
	display: block;
	z-index: 10;
	position: absolute;
	margin-top: 8.1%;
	left: 68.5%;
	width: 2.5%;	
}
#entryName {
	display: block;
	z-index: 10;
	position: absolute;
	margin-top: 0.3%;
	left: 16.5%;
	width: 57%;
	font-size: 3.0vw;
	line-height: 3.2vw;
}
#entryLocation {
	display: block;
	z-index: 10;
	position: absolute;
	margin-top: 11.2%;
	left: 16.5%;
	width: 52%;
	font-size: 2.5vw;
}
#entryOrganiser {
	display: block;
	z-index: 10;
	position: absolute;
	margin-top: 15.2%;
	left: 16.5%;
	width: 52%;
	font-size: 2.0vw;
	text-align: left;
}
#entryLogo {
	display: block;
	z-index: 10;
	position: absolute;
	margin-top: 0.55%;
	right: 5.0%;
	width: 17%;
	border: 1px solid #333;
}

/* For formating date search listings */
#listingHeaderdateSearch {
	position: relative;
	border: 2px solid #999999;
	border-radius: 6px;
	width: 75%;
	left: 14.2%;
	margin-top: 0%;
	padding-top: 1.5%;
	padding-right: 1.5%;
	padding-bottom: 6.0%;
	padding-left: 1.5%;
	background-color: #CCC;
	z-index: 2000;
}

#stickyDateSearch {
	position: sticky;
	top: 0px;
	z-index: 200;
}
#stickyMonthSearch {
	position: sticky;
	top: 1px;
	z-index: 200;	
	/*background-color: #FFF;*/
}


.fairDatePanelDateSearch {
	width: 10%;
	left: 0px;
	border: 2px solid #999;
	border-radius: 6px;
	margin-bottom: 2%;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 5.4%;
	padding-left: 1%;
	margin-bottom: 2%;
	float: left;
	margin-right: 1.5%;
}
#dateEntryDateSearch {
	display: block;
	z-index: 10;
	position: absolute;
	margin-top: 0.5%;
	width: 12%;
	text-align: center;
	text-transform: uppercase;
	
	left: 0%;
	}
.fairEntryPanelDateSearchBasic {
	width: 80%;
	border: 2px solid #CCC;
	border-radius: 6px;
	padding: 1%;
	margin-bottom: 2%;
	float: left;
	margin-left: 15%;
}
.fairEntryPanelDateSearch {
	width: 80%;
	border: 2px solid #CCC;
	border-radius: 6px;
	padding: 1%;
	margin-left: 15%;
	margin-bottom: 2%;
	float: left;
}


.textListing {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 2.3vw;
	color: #666666;
	padding-left: 0px;
}
/* Sets size of fair icon used in date search listing */
.textListing img{
	width: 50%;
}
.standardListing {
	FONT-SIZE: 2.3vw;
	FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.standardListing  a {
	color: #333333;
	text-decoration: none;
}
.standardListing  a:hover {
	color: #000000;
	text-decoration: none;
}
.premiumListing {
	FONT-SIZE: 2.3vw;
	FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.premiumListing a {
	color: #333333;
	text-decoration: none;
}
.premiumListing a:hover {
	color: #000000;
	text-decoration: none;
}
.titlePosition {
	position: absolute;
	top: 0.5%;
	padding-top: 1%;
}
.textPageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3.0vw;
	color: #333333;
	line-height: 4vw;
	font-weight: bold;
}
.textPageTitle a {
	text-decoration: none;
	color: #333333;
}
.textPageTitle a:hover {
	color: #000000;
	text-decoration: none;
}
.textFairDate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 4.0vw;
	color: #666666;
}
.newsearch {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC3300;
	position: absolute;
	font-weight: bold;
	z-index: 10;
	right: 0px;
	text-align: right;
	top: -22px;
}
.newsearch a {
	text-decoration: none;
	color: #CC3300;
}
.newsearch a:hover {
	text-decoration: none;
	font-size: 13px;
}


/* Fairs Type legends displayed below maps */
.textFairsType {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5vw;
	color: #666;
	margin-top: 1%;
	margin-bottom: 8%;
}
.textFairsTypeLegend {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5vw;
	margin-right: 2%;
	margin-left: 1%;
}
.iconWidth {
	width: 5%;
}
/* This formats the size of the date picker calendar popup */ div.ui-datepicker{
	font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
	font-size:80%;
}
#listingHeaderBgd {
	position: relative;
	width: 100%;
	top: -10px;
	margin-bottom: 0px;
	background-color: #fff;

}
#listingHeader {
	position: relative;
	border: 2px solid #999;
	border-radius: 6px;
	padding: 3.5%;
	width: 93.0%;
	top: 15px;
	margin-bottom: 6.5%;
	background-color: #CCC;
}

#eventStatus {
	padding: 1%;
	font-size: 1.5vw;
	width: 45%;
	left: 55%;
	position: absolute;
	top: 30%;
}
#eventStatus img{
	width: 40%;
	margin-left: 10%;
}
#message {
	text-align: left;
	padding-left: 15%;
	font-size: 1.2vw;
	position: absolute;
	left: 40%;
	top: 35%;
}
#flagMob {
	width: 9.5%;
	margin-top: -3%;
}
#noFairsMessage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3vw;
	color: #900;
	text-align: center;
	vertical-align: middle;
	margin-top: 4%;
	margin-bottom: 7%;
}
#numberFairsMessage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3vw;
	color: #900;
	text-align: center;
	vertical-align: middle;
	margin-top: 4%;
	margin-bottom: 7%;
	width: 82%;
	margin-left: 15%;

}



/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#logoPC {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}
#bannerHeader {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 3.0%;
}
#bannerHeader img{
	float: right;
	width: 100%;
}
.headerSrapline {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 2.3vw;
	color: #666;
	text-align: right;
	float: right;
	margin-top: 1.5%;
}

#navMob {
	font-size: 2.6vw;
	line-height: 2.2em;
	clear: none;
	float: left;
	margin-left: 0;
	width: 95%;
	display: block;
}
#logoMob {
	clear: both;
	float: left;
	margin-left: 0;
	width: 40%;
	max-width: 250px;
	display: block;
	margin-top: 25px;
}
#navPC {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}
#nav1PC {
	display: none;
}
#bannersLeft {
	clear: both;
	float: left;
	margin-left: 0;
	width: 23.0769%;
	display: block;
	position: relative;
	margin-top: 4.5%;
}
.banner img {
	float: left;
	width: 80%;
}
#pageTitleMob {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 3px;
	margin-bottom: 7%;

}
#_textPageTitle {
	font-size: 4.0vw;
}
#contentRight {
	clear: none;
	float: left;
	margin-left: 0;
	width: 74.3589%;
	display: block;
	position: relative;
	left: 3%;
	margin-top: 4.5%;
}
.textArticleTitleMob h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3.5vw;
	color: #666666;
	line-height: 4.5vw;
	font-weight: normal;
	margin-left: 0px;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	margin-top: 3%;
	width: 100%;
	display: block;
	font-size: 1em;
	line-height: 2em;
	background-image: url(../images/footerBgd.png);
	background-repeat: repeat-x;
	background-position: 50px 70px;
}
#marketPlaceLogo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}
.strapLine {
	font-size: 1.0em;
	line-height: 1.4em;

	clear: both;
	float: left;
	margin-left: 0;
	width: 94%;
	display: block;
}
#tradeRoundaboutLogo {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 100%;
	display: none;
}
#socialMedia {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}
#socialMediaMob {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

.centralDisplayA {
	width: 100%;
	overflow: visible;
	position: relative;
}
.centralDisplayB {
	position: relative;
	width: 100%;
	margin-top: 21%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5vw;
	color: #333;
}
.centralDisplayC {
	position: relative;
	width: 100%;
	font-size: 1.5vw;	
}
.imageHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 4.0vw;
	color: #000000;
	font-weight: bold;
	top: 4.5%;
	width: 100%;
	text-align: center;
	position: absolute;
	margin-top: 0%;
	margin-left: 0;
}
#fairsMob {
	display: block;
}
#fairsPC {
	display: none;
}
.byRegion {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.7vw;
	line-height: 3.5vw;
	font-weight: bold;
	color: #000000;
	width: 55%;
	text-align: center;
	position: absolute;
	margin-top: -20.5%;
	margin-left: -60%;
	left: 0px;	
}
.byRegion img {
	width: 55%;
	margin-top: 15%;
	border: 1px solid black;
}
.searchTitle1 {
	font-size: 2.3vw;
	top: 15%;
	margin-left: 0%;
}
.fieldPos {
	position: absolute;
	width: 50%;
	text-align: left;
	margin-top: 22%;
	margin-left: 30%;
}
.textField {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 2.1vw;
	color: #333333;
	border: 1px solid #333333;
	border-radius: 4px;
	background-color: #FFFFFF;
	margin-bottom: 7%;
	margin-right: 0%;
}
.textField2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 2.0vw;
	color: #333333;
	border: 1px solid #333333;
	border-radius: 4px;
	background-color: #FFFFFF;
	margin-bottom: 8;
	max-width: 28%;
	text-align: left;
}

.searchTitle2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.7vw;
	color: #000000;
	position: absolute;
	top: 0%;
	width: 100%;
	margin-top: 60%;
	margin-left: 0%;
	text-align: center;
	height: 10%;
	text-indent: 7px;
	background-image: none;
	font-weight: bold;
}
.fieldPos2 {
	position: absolute;
	top: 0%;
	width: 94%;
	text-align: center;
	margin-top: 67%;
	margin-left: 3%;
}

.fairsTypeIcons {
	position: absolute;
	width: 100%;
	overflow: hidden;
	left: 0%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2vw;
	color: #666;
	top: 0%;
	margin-top: -20%;
}
.fairsTypeIcons ul{
	left: 0px;
	position: relative;
	margin-left: -7%;
}

.fairsTypeIcons li{
	list-style-type: none;
	display: inline;
	margin-bottom: 0;
	margin-right: 3%;
}
.fairsTypeIcons img{
	width: 3.5%;
	margin-bottom: 1%;
	margin-right: 1%;
	margin-left: 1%;

}
#virtual {
	width: 4.5%;
	
}
.posMonthlyList {
	width: 102%;
	left: 1px;
	top: 80%;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
}
#listings {
	color: #333;
	text-decoration: none;
}

/*Formating of basic listings */
.fairDatePanelBasic {
	width: 10%;
	left: 0px;
	border: 2px solid #CCC;
	border-radius: 6px;
	margin-bottom: 2%;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 3.5%;
	padding-left: 1%;
	margin-bottom: 2%;
	float: left;
	margin-right: 1.5%;
}

#dateEntry {
	display: block;
	z-index: 10;
	position: absolute;
	margin-top: 0.5%;
	left: 0.3%;
	width: 12%;
	text-align: center;
	text-transform: uppercase;
}
#tf-lightBasic {
	display: block;
	z-index: 10;
	position: absolute;
	margin-top: 0.4%;
	left: 92%;
	width: 3.0%;	
}
#markerBasic {
	display: block;
	z-index: 10;
	position: absolute;
	margin-top: 0%;
	left: 89%;
	width: 2.5%;	
}
#newDayDateBasic {
	color: #000;
	margin-top: -8%;
	margin-left: 0%;
	font-size: 1.5vw;
	font-family: Tahoma, Geneva, sans-serif;
}
#newMthYearBasic {
	color: #000;
	margin-top: -2.0%;
	font-size: 1.5vw;
	margin-left: 0%;
	font-family: Tahoma, Geneva, sans-serif;
}
.fairEntryPanelBasic {
	width: 80%;
	left: 11%;
	border: 2px solid #CCC;
	border-radius: 6px;
	padding: 1%;
	margin-bottom: 2%;
	float: left;
}

#entryNameBasic {
	display: block;
	z-index: 10;
	position: absolute;
	margin-top: -0.1%;
	left: 16.5%;
	width: 77%;
	font-size: 1.5vw;
	line-height: 1.2vw;
	color: #000;	
}
#entryLocationBasic {
	display: block;
	z-index: 10;
	position: absolute;
	margin-top: 2.1%;
	left: 16.5%;
	width: 52%;
	font-size: 1.5vw;
	color: #000;
}

/* Formating the Date Search listings    */
#tf-lightDateSearchBasic {
	display: block;
	z-index: 10;
	position: absolute;
	margin-top:1.0%;
	left: 93.0%;
	width: 3.0%;	
}
#markerDateSearchBasic {
	display: block;
	z-index: 10;
	position: absolute;
	margin-top: 0.7%;
	left: 90%;
	width: 2.5%;	
}

#entryNameDateSearchBasic {
	display: block;
	z-index: 10;
	position: absolute;
	margin-top: -0.25%;
	left: 17%;
	width: 77%;
	font-size: 1.5vw;
	line-height: 1.7vw;
	color: #000;
	
}
#entryLocationDateSearchBasic {
	display: block;
	z-index: 10;
	position: absolute;
	margin-top: 2.5%;
	left: 17%;
	width: 52%;
	font-size: 1.2vw;
	color: #000;
}


/*Formating of premium and standard listings */
.fairDatePanel {
	width: 10%;
	left: 0px;
	border: 2px solid #CCC;
	border-radius: 6px;
	margin-bottom: 2%;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 5.4%;
	padding-left: 1%;
	margin-bottom: 2%;
	float: left;
	margin-right: 1.5%;
}
#newDay {
	color: white;
	margin-top: 0%;
	font-size: 2.2vw; 
	font-family: Tahoma, Geneva, sans-serif;
}
#newDate {
	color: white;
	margin-top: -10%;
	font-size: 3.6vw; 
	font-family: Tahoma, Geneva, sans-serif;
}
#newMth {
	color: black;
	margin-top: -6%;
	font-size: 2.2vw;
	font-family: Tahoma, Geneva, sans-serif;
}
#newYear {
	color: #000;
	margin-top: 9%;
	font-size: 2.2vw;
	font-family: Tahoma, Geneva, sans-serif;
}


.fairEntryPanel {
	width: 80%;
	left: 11%;
	border: 2px solid #CCC;
	border-radius: 6px;
	padding: 1%;
	margin-bottom: 2%;
	float: left;
}
#tf-light {
	display: block;
	z-index: 10;
	position: absolute;
	margin-top: 8.1%;
	left: 72%;
	width: 4.0%;	
}
#marker {
	display: block;
	z-index: 10;
	position: absolute;
	margin-top: 8.1%;
	left: 68.5%;
	width: 2.5%;	
}
#entryName {
	display: block;
	z-index: 10;
	position: absolute;
	margin-top: 1.0%;
	left: 16.5%;
	width: 57%;
	font-size: 1.8vw;
	line-height: 2.0vw;
}
#entryLocation {
	display: block;
	z-index: 10;
	position: absolute;
	margin-top: 11.9%;
	left: 16.5%;
	width: 52%;
	font-size: 1.5vw;
}
#entryOrganiser {
	display: block;
	z-index: 10;
	position: absolute;
	margin-top: 15.1%;
	left: 16.5%;
	width: 52%;
	font-size: 1.5vw;
	text-align: left;
}
#entryLogo {
	display: block;
	z-index: 10;
	position: absolute;
	margin-top: 1.25%;
	right: 6.4%;
	width: 16%;
	border: 1px solid #333;
}

/* For formating date search listings */
#listingHeaderdateSearch {
	position: relative;
	border: 2px solid #999999;
	border-radius: 6px;
	width: 75%;
	left: 14.2%;
	margin-top: 0%;
	padding-top: 1.5%;
	padding-right: 1.5%;
	padding-bottom: 6.0%;
	padding-left: 1.5%;
	background-color: #CCC;
	z-index: 2000;
}

#stickyDateSearch {
	position: sticky;
	top: 0px;
	z-index: 200;
}
#stickyMonthSearch {
	position: sticky;
	top: -2px;
	z-index: 200;	
	/*background-color: #FFF;*/
}


.fairDatePanelDateSearch {
	width: 10%;
	left: 0px;
	border: 2px solid #999;
	border-radius: 6px;
	margin-bottom: 2%;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 5.4%;
	padding-left: 1%;
	margin-bottom: 2%;
	float: left;
	margin-right: 1.5%;
}
#dateEntryDateSearch {
	display: block;
	z-index: 10;
	position: absolute;
	margin-top: 0.5%;
	width: 12%;
	text-align: center;
	text-transform: uppercase;
	
	left: 0%;
	}
.fairEntryPanelDateSearchBasic {
	width: 80%;
	border: 2px solid #CCC;
	border-radius: 6px;
	padding: 1%;
	margin-bottom: 2%;
	float: left;
	margin-left: 15%;
}
.fairEntryPanelDateSearch {
	width: 80%;
	border: 2px solid #CCC;
	border-radius: 6px;
	padding: 1%;
	margin-left: 15%;
	margin-bottom: 2%;
	float: left;
}


.textListing {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 2.3vw;
	color: #666666;
	padding-left: 0px;
}
/* Sets size of fair icon used in date search listing */
.textListing img{
	width: 50%;
}

.standardListing {
	FONT-SIZE: 1.7vw;
	FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.standardListing  a {
	color: #333333;
	text-decoration: none;
}
.standardListing  a:hover {
	color: #000000;
	text-decoration: none;
}
.premiumListing {
	FONT-SIZE: 1.7vw;
	FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.premiumListing a {
	color: #333333;
	text-decoration: none;
}
.premiumListing a:hover {
	color: #000000;
	text-decoration: none;
}
.titlePosition {
	position: absolute;
	top: 0.5%;
	padding-top: 0.5%
}
.textPageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.5vw;
	color: #333333;
	line-height: 3.5vw;
	font-weight: bold;
}
.textPageTitle a {
	text-decoration: none;
	color: #333333;
}
.textPageTitle a:hover {
	color: #000000;
	text-decoration: none;
}
.textFairDate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.5vw;
	color: #666666;
}
.newsearch {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	position: absolute;
	top: -24px;
	font-weight: bold;
	z-index: 10;
	right: 0px;
	text-align: right;
}
.newsearch a {
	text-decoration: none;
	color: #CC3300;
}
.newsearch a:hover {
	color: #CC3300;
	text-decoration: none;
	font-size: 15px;
}


/* Fairs Type legends displayed below maps */
.textFairsType {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4vw;
	color: #666;
	margin-top: 1%;
	margin-bottom: 5%;
}
.textFairsTypeLegend {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4vw;
	margin-right: 2%;
	margin-left: 1%;
}
.iconWidth {
	width: 4%;
}

#listingHeaderBgd {
	position: relative;
	width: 100%;
	top: -6px;
	margin-bottom: 0px;
	background-color: #fff;	
}
#listingHeader {
	position: relative;
	border: 2px solid #999;
	border-radius: 6px;
	padding: 2.5%;
	width: 93.5%;
	top: 15px;
	margin-bottom: 6.5%;
	background-color: #CCC;
}

#eventStatus {
	padding: 1%;
	font-size: 1.4vw;
	width: 45%;
	left: 55%;
	position: absolute;
	top: 30%;
}
#eventStatus img{
	width: 40%;
	margin-left: 12%;
}
#message {
	text-align: left;
	padding-left: 15%;
	font-size: 1.0vw;
	position: absolute;
	left: 40%;
	top: 35%;
}
#flagMob {
	width: 10%;
	margin-top: -4%
}
#noFairsMessage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.5vw;
	color: #900;
	text-align: center;
	vertical-align: middle;
	margin-top: 4%;
	margin-bottom: 7%;
}
#numberFairsMessage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3vw;
	color: #900;
	text-align: center;
	vertical-align: middle;
	margin-top: 4%;
	margin-bottom: 7%;
	width: 82%;
	margin-left: 15%;

}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 920px) {

.gridContainer {
	width: 88.5%;
	/*max-width: 1232px; original value changed to 100% on 29 mar22 */
	max-width: 100%;
	padding-left: 2.75%;
	padding-right: 2.75%;
	margin: auto;
	background-color: #FFF;
}
#logoPC {
	clear: both;
	float: left;
	margin-left: 0;
	width: 21%;
	display: block;
}
#bannerHeader {
	clear: none;
	float: right;
	width: 78%;
	display: block;
	margin-top: 1.2%;
}
#bannerHeader img{
	float: right;
	width: 95%;
}

.headerSrapline {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5vw;
	color: #666;
	text-align: right;
	float: right;
	margin-top: 1.0%;
}

#navMob {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}
#logoMob {
	clear: both;
	float: left;
	margin-left: 0;
	padding-top: 3%;
	width: 100%;
	display: none;
}
#navPC {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	position: relative;
	top: 20px;
	margin-bottom: 23px;
}
#nav1PC {
	display: block;
}
#nav1PC ul{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.15vw;
	font-weight: bold;
	color: #666666;
	list-style-type: none;
	padding-left: 4%;
	margin-top: -0.5%;
}

#nav1PC ul li{
	display: inline;
	float: left;
	position: relative;
	text-align: center;
	padding-bottom: 1.0%;
	/* width: 19%; */
	padding-left: 3%;
	padding-right: 2.5%;

}
#nav1PC ul li a{
	color: #999999;
	text-decoration: none;

}
#nav1PC ul li a:hover{
	color: #CC0001;
}
#bannersLeft {
	clear: both;
	float: left;
	width: 23.7288%;
	display: block;
	position: relative;
	margin-top: 2.6%;
	margin-left: 0px;
}
.banner img {
	float: left;
	width: 55%;
	margin-left: 25px;
}
#pageTitleMob{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}
#_textPageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333333;
	line-height: 34px;
	top: 0px;
	left: 2%;
	display: block;
	margin-bottom: 10px;
}
#contentRight{
	clear: none;
	float: left;
	display: block;
	margin-left: 1.6949%;
	width: 74.5762%;
	margin-top: 3%;
	left: 0;
}
#footer {
	font-size: 0.7em;
	line-height: normal;
	background-position: 50px 86px;
	background-image: url(../images/footerBgd.png);
	background-repeat: repeat-x;
}
#footer ul{
	margin-top: 0px;
	width: 100%;
}
#footer ul li{
	display: inline;
	width: 25%;
	text-align: center;
	margin-right: 3%;
		}
#footer ul li a{
	color: #666666;
	text-decoration: none;
}
#footer ul li a:hover{
	color: #333333;
}
#marketPlaceLogo{
	clear: both;
	float: left;
	margin-left: 0;
	width: 12%;
	display: none;
	position: relative;
	left: 4%;
}
.strapLine{
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 75%;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.4em;
	position: relative;
	left: 4%;
	margin-top: 1.5%;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#tradeRoundaboutLogo{
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 12%;
	display: block;
	position: relative;
	left: 4%;
}
#hRule{
	clear: both;
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: -20px;
	margin-top: 0.25%;
}
#socialMedia     {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#socialMediaMob {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}

.centralDisplayA {
	width: 100%;
	overflow: visible;
	position: relative;
	margin-top: 0px;
}
.centralDisplayB {
	position: relative;
	width: 100%;
	margin-top: 16%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2vw;
	color: #333;
}
.centralDisplayC {
	position: relative;
	width: 100%;
	margin-top: 0px;
	font-size: 1.0vw;
}

.imageHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3.0vw;
	color: #000000;
	top: 1%;
	width: 100%;
	text-align: center;
	position: absolute;
	margin-top: 3%;
	margin-left: 0%;
	font-weight: bold;

}
#fairsMob {
	display: none;
}
#fairsPC {
	display: block;
}
.byRegion {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0vw;
	font-weight: bold;
	color: #000000;
	width: 15%;
	text-align: center;
	position: absolute;
	margin-top: 0%;
	margin-left: 1%;
	left: 0px;
	line-height: 2.5vw;
}
.byRegion img {
	width: 65%;
	margin-top: 10%;
	border: 1px solid black;
}
.searchTitle1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1vw;
	color: #FFFFFF;
	text-align: center;
	width: 100%;
	top: 12%;
	position: absolute;
	margin-left: 0px;
}
.fieldPos {
	position: absolute;
	top: 18.5%;
	width: 100%;
	text-align: center;
	margin-top: 0.8%;
	margin-left: 0%;
}
.textField {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1vw;
	color: #330000;
	border: 1px solid #330000;
	border-radius: 3px;
	background-color: #FFFFFF;
	margin-bottom: 0;
	margin-right: 1%;
	max-width: 20%;
}
.textField2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1vw;
	color: #330000;
	border: 1px solid #330000;
	border-radius: 3px;
	background-color: #FFFFFF;
	margin-bottom: 0;
	margin-right: 1%;
	max-width: 20%;
}
.searchTitle2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.7vw;
	color: #000000;
	position: absolute;
	top: 82%;
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	text-align: center;
	text-indent: 0px;
	background-image: none;
	font-weight: bold;
}
.fieldPos2 {
	position: absolute;
	top: 91%;
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-left: 0px;
	
}
.fairsTypeIcons {
	position: absolute;
	width: 100%;
	overflow: visible;
	left: 0%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2vw;
	color: #666;
	top: 0%;
	margin-top: -15%;
}

.fairsTypeIcons ul{
	left: 0%;
	width: 103%;
	position: relative;
	margin-left: -1%;
}

.fairsTypeIcons li{
	list-style-type: none;
	display: inline;
	margin-bottom: 0%;
	margin-right: 3%;
}
.fairsTypeIcons img{
	width: 2.5%;
	margin-bottom: 1%;
	margin-right: 1%;
	margin-left: 0%;
}
#virtual {
	width: 5.5%;
}
.posMonthlyList {
	width: 100%;
	left: 1px;
	top: 80%;
	margin-top: 10px;
	margin-bottom: 20px;
	position: relative;
	/*height: 420px;
	overflow: auto;*/
}

/* For formating rolling 30 days and all filtered fair listings  */
#listings {
	color: #333;
	text-decoration: none;
}

/*Formating of basic listings */
.fairDatePanelBasic {
	width: 10%;
	left: 0px;
	border: 2px solid #CCC;
	border-radius: 8px;
	margin-bottom: 2%;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 3.5%;
	padding-left: 1%;
	margin-bottom: 2%;
	float: left;
	margin-right: 1.5%;
}

#dateEntry {
	display: block;
	z-index: 10;
	position: absolute;
	margin-top: 0.5%;
	left: 0%;
	width: 12%;
	text-align: center;
	text-transform: uppercase;
}
#tf-lightBasic {
	display: block;
	z-index: 10;
	position: absolute;
	margin-top:0.55%;
	left: 92%;
	width: 3.0%;	
}
#markerBasic {
	display: block;
	z-index: 10;
	position: absolute;
	margin-top: 0.2%;
	left: 89%;
	width: 2.5%;	
}
#newDayDateBasic {
	color: #000;
	margin-top: -8%;
	margin-left: 5%;
	font-size: 1.5vw;
	font-family: Tahoma, Geneva, sans-serif;
}
#newMthYearBasic {
	color: #000;
	margin-top: -5%;
	font-size: 1.5vw;
	margin-left: 5%;
	font-family: Tahoma, Geneva, sans-serif;
}
.fairEntryPanelBasic {
	width: 80%;
	left: 11%;
	border: 2px solid #CCC;
	border-radius: 8px;
	padding: 1%;
	margin-bottom: 2%;
	float: left;
}

#entryNameBasic {
	display: block;
	z-index: 10;
	position: absolute;
	margin-top: 0.15%;
	left: 16.5%;
	width: 77%;
	font-size: 1.2vw;
	line-height: 1.2vw;
	color: #000;	
}
#entryLocationBasic {
	display: block;
	z-index: 10;
	position: absolute;
	margin-top: 2.1%;
	left: 16.5%;
	width: 52%;
	font-size: 1.2vw;
	color: #000;
}

/* Formating the Date Search listings    */
#tf-lightDateSearchBasic {
	display: block;
	z-index: 10;
	position: absolute;
	margin-top:0.5%;
	left: 93.0%;
	width: 3.2%;	
}
#markerDateSearchBasic {
	display: block;
	z-index: 10;
	position: absolute;
	margin-top: 0.2%;
	left: 90%;
	width: 2.5%;	
}

#entryNameDateSearchBasic {
	display: block;
	z-index: 10;
	position: absolute;
	margin-top: 0.15%;
	left: 17%;
	width: 72%;
	font-size: 1.5vw;
	line-height: 1.5vw;
	color: #000;
		
}
#entryLocationDateSearchBasic {
	display: block;
	z-index: 10;
	position: absolute;
	margin-top: 2.7%;
	left: 17%;
	width: 72%;
	font-size: 1.0vw;
	color: #000;
}


/*Formating of premium and standard listings */
.fairDatePanel {
	width: 10%;
	left: 0px;
	border: 2px solid #CCC;
	border-radius: 8px;
	margin-bottom: 2%;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 5.4%;
	padding-left: 1%;
	margin-bottom: 2%;
	float: left;
	margin-right: 1.5%;
}
#newDay {
	color: white;
	margin-top: 0%;
	font-size: 2.2vw; 
	font-family: Tahoma, Geneva, sans-serif;
}
#newDate {
	color: white;
	margin-top: -10%;
	font-size: 3.6vw; 
	font-family: Tahoma, Geneva, sans-serif;
}
#newMth {
	color: black;
	margin-top: -6%;
	font-size: 2.2vw;
	font-family: Tahoma, Geneva, sans-serif;
}
#newYear {
	color: black;
	margin-top: 4%;
	font-size: 2.2vw;
	font-family: Tahoma, Geneva, sans-serif;	
}


.fairEntryPanel {
	width: 80%;
	left: 11%;
	border: 2px solid #CCC;
	border-radius: 8px;
	padding: 1%;
	margin-bottom: 2%;
	float: left;
}
#tf-light {
	display: block;
	z-index: 10;
	position: absolute;
	margin-top: 8.1%;
	left: 72%;
	width: 4.0%;	
}
#marker {
	display: block;
	z-index: 10;
	position: absolute;
	margin-top: 8.1%;
	left: 68.5%;
	width: 2.5%;	
}
#entryName {
	display: block;
	z-index: 10;
	position: absolute;
	margin-top: 1.0%;
	left: 16.5%;
	width: 57%;
	font-size: 1.8vw;
	line-height: 2.0vw;
}
#entryLocation {
	display: block;
	z-index: 10;
	position: absolute;
	margin-top: 11.9%;
	left: 16.5%;
	width: 52%;
	font-size: 1.5vw;
}
#entryOrganiser {
	display: block;
	z-index: 10;
	position: absolute;
	margin-top: 15.1%;
	left: 16.5%;
	width: 52%;
	font-size: 1.5vw;
	text-align: left;
}
#entryLogo {
	display: block;
	z-index: 10;
	position: absolute;
	margin-top: 1.25%;
	right: 6.4%;
	width: 16%;
	border: 1px solid #333;
}

/* For formating date search listings */
#listingHeaderdateSearch {
	position: relative;
	border: 2px solid #999999;
	border-radius: 8px;
	width: 75%;
	left: 14.2%;
	margin-top: 0%;
	padding-top: 1.5%;
	padding-right: 1.5%;
	padding-bottom: 6.0%;
	padding-left: 1.5%;
	background-color: #CCC;
	z-index: 2000;
}

#stickyDateSearch {
	position: sticky;
	top: 0px;
	z-index: 200;
	/*background-position: 0px 0px;
	background-color: #FFF;*/

}
#stickyMonthSearch {
	position: sticky;
	top: -10px;
	z-index: 200;	
	/*background-color: #FFF;*/
}

.fairDatePanelDateSearch {
	width: 10%;
	left: 0px;
	border: 2px solid #999;
	border-radius: 8px;
	margin-bottom: 2%;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 5.4%;
	padding-left: 1%;
	margin-bottom: 2%;
	float: left;
	margin-right: 1.5%;
}
#dateEntryDateSearch {
	display: block;
	z-index: 10;
	position: absolute;
	margin-top: 0.5%;
	width: 12%;
	text-align: center;
	text-transform: uppercase;
	
	left: 0%;
	}
.fairEntryPanelDateSearchBasic {
	width: 80%;
	border: 2px solid #CCC;
	border-radius: 8px;
	padding: 1%;
	margin-bottom: 2%;
	float: left;
	margin-left: 15%;
}
.fairEntryPanelDateSearch {
	width: 80%;
	border: 2px solid #CCC;
	border-radius: 8px;
	padding: 1%;
	margin-left: 15%;
	margin-bottom: 2%;
	float: left;
}
.textListing {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2vw;
	color: #666666;
}
/* Sets size of fair icon used in date search listing */
.textListing img{
	width: 50%;
}
.standardListing {
	FONT-SIZE: 1.2vw;
	FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-bottom: 1%;
}
.standardListing  a {
	color: #333333;
	text-decoration: none;
}
.standardListing  a:hover {
	color: #000000;
	text-decoration: none;
}

.premiumListing {
	FONT-SIZE: 1.2vw;
	FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.premiumListing a {
	color: #333333;
	text-decoration: none;
}
.premiumListing a:hover {
	color: #000000;
	text-decoration: none;
}
.titlePosition {
	position: absolute;
	top: 0.5%;
	padding-top: 0.5%
}
.textPageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2vw;
	color: #333333;
	line-height: 2.5vw;
	font-weight: bold;
}
.textPageTitle a {
	text-decoration: none;
	color: #333333;
}
.textPageTitle a:hover {
	color: #000000;
	text-decoration: none;
}
.textFairDate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.9vw;
	color: #666666;
}
.newsearch {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC3300;
	position: absolute;
	top: -25px;
	font-weight: bold;
	z-index: 10;
	right: 0px;
	text-align: right;
}
.newsearch a {
	text-decoration: none;
	color: #CC3300;
}
.newsearch a:hover {
	color: #CC3300;
	text-decoration: none;
	font-size: 15px;
}



/* Fairs Type legends displayed below maps */
.textFairsType {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2vw;
	color: #666;
	margin-top: 1%;
	margin-bottom: 3%;
}
.textFairsTypeLegend {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2vw;
	margin-right: 2%;
	margin-left: 1%;
}
.iconWidth {
	width: 3%;
}

/* This formats the size of the date picker calendar popup  
body {
	font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
	font-size: 14px;
}
*/


#listingHeaderBgd {
	position: relative;
	width: 100%;
	top: 10px;
	margin-bottom: 0px;
	background-color: #fff;	
}
#listingHeader {
	position: relative;
	border: 2px solid #999;
	border-radius: 8px;
	padding: 1.5%;
	width: 93%;
	top: 15px;
	margin-bottom: 6.5%;
	background-color: #CCC;
}
#eventStatus {
	padding: 1%;
	font-size: 1.0vw;
	width: 45%;
	left: 55%;
	position: absolute;
	top: 30%;
}
#eventStatus img{
	width: 35%;
	margin-left: 5%;
}
#message {
	text-align: left;
	padding-left: 5%;
	font-size: 0.85vw;
	position: absolute;
	left: 40%;
	top: 35%;
}

body {
	background-color: #ededee;
	margin-top: 7px;
}
#drop {
	position: absolute;
	width: 80%;
	left: 11%;
	padding-left: 0%;
	bottom: 0;
	margin-bottom: -5%;
	background-color: #FFF;
}
#drop img {
	width: 20%;
	padding-left: 4%;
	padding-right: 4%;
	padding-bottom: 0%;
	z-index: 200;
}
#noFairsMessage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2vw;
	color: #900;
	text-align: center;
	vertical-align: middle;
	margin-top: 4%;
	margin-bottom: 7%;
}
#numberFairsMessage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1vw;
	color: #900;
	text-align: center;
	vertical-align: middle;
	margin-top: 4%;
	margin-bottom: 7%;
	width: 82%;
	margin-left: 15%;

}
}
