
/* basic generic styles */

body  {
	font-family: "lucida grande", verdana, Arial, "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	margin:0;
	padding:0 0 10px 0;
	text-align:center;
	color:#000;
	min-width:780px;
	background-color: #1E1E1E;
	background-image: url(/images/bg-blk.jpg);
	background-repeat:repeat-x;
	}
h1 {
	padding:0;
	margin:0;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 32px;
	font-weight: bold;
	text-transform: lowercase;
	line-height: 32px;
    }
	
h2 {
	padding:0;
	margin:0;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	text-transform: lowercase;
	line-height: 18px;
    }

h3 {
	padding:0;
	margin:0;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 15px;
	color: #fff;
	text-transform: lowercase;
	line-height: 15px;
    }	
	
h4 {
	padding:0;
	margin:0;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	color:#666;
	text-transform: lowercase;
	line-height: 13px;
    }	


a {cursor:pointer;}	
a:link {
		color: #333;
		text-decoration: none ;
		}     /* unvisited link */
a:visited {
		color: #333;
		text-decoration: none ;
		}  /* visited link */
a:hover {
		color: #cd0501;
		text-decoration: underline ;
		}   /* mouse over link */
a:active {
		color: #cd0501;
		text-decoration: none ;
		}   /* selected link */	

.highlight {
	color: #cd0501;
	}

a.highlight:link {
		color: #cd0501;
		text-decoration: none ;
		}     /* unvisited link */
a.highlight:visited {
		color: #cd0501;
		text-decoration: none ;
		}  /* visited link */
a.highlight:hover {
		color: #cd0501;
		text-decoration: underline ;
		}   /* mouse over link */
a.highlight:active {
		color: #cd0501;
		text-decoration: none ;
		}   /* selected link */	
			
			
	
h2 a:link, h3 a:link {
		color: #cd0501;
		text-decoration: none ;
		}     /* unvisited link */
h2 a:visited, h3 a:visited {
		color: #cd0501;
		text-decoration: none ;
		}  /* visited link */
h2 a:hover, h3 a:hover {
		color: #333;
		text-decoration: none ;
		}   /* mouse over link */
h2 a:active, h3 a:active {
		color: #cd0501;
		text-decoration: none ;
		}   /* selected link */	

	
a.ondark:link {
				color: #fff;
				text-decoration : none;
				}     /* unvisited link */
a.ondark:visited {color: #fff}  /* visited link */
a.ondark:hover {color: #cd0501}   /* mouse over link */
a.ondark:active {color: #cd0501}   /* selected link */	


a.onorange:link {
	color: #fff;
	text-decoration : none;
	} 
a.onorange:visited {
	color: #fff;
	} 
a.onorange:hover {
	color: #333;
	} 
a.onorange:active {
	color: #333;
	} 

a.obvious:link {
	color: #cd0501;
	text-decoration : underline;
	} 
a.obvious:visited {
	color: #cd0501;
	text-decoration : underline;
	} 
a.obvious:hover {
	color: #333;
	text-decoration : underline;
	} 
a.obvious:active {
	color: #cd0501;
	text-decoration : underline;
	} 

.normaltext {
	font-size:11px;
	font-weight:normal;
	}

.smaller {
	font-size:smaller;
	}
	
.clearleft {
	clear:left;
	}
.clearboth {
	clear:both;
	}
.floatright {
	float:right;
	}
.floatleft {
	float:left;
	}
.light {
	font-weight:100;
	}
	
.lightem {
	font-weight:normal;
	font-style:italic;
	}

B, strong {
   font-weight : bold;
	}

.widewidth {
	width:434px;
	}	
	
.fullwidth {
	width:750px;
	}	
.noborder {
	border:0;
	}
	
.displaynone {
	display:none;
	}
.displayblock {
	display:block;
	}	
.errortext {
	color:#ff0000;
	}
.indent {
	padding-left:30px;
	}

	
/* basic field settings */	
	
select, textarea, input, .caldt {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	color: #cd0501;
	margin: 1px;
	}
	inputold {
		margin: 0px;
		height:11px;
	}		
	select {
		margin: 1px;
	}		

.moredetails {
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	font-style: italic;
	padding-top:2px;
	text-align: right;
	display:block;
    }
	a.moredetails:link {
					color: #fff;
					text-decoration : none;
	}     /* unvisited link */
	a.moredetails:visited {color: #fff}  /* visited link */
	a.moredetails:hover {color: #fff;
						text-decoration : underline;
						}   /* mouse over link */
	a.moredetails:active {color: #fff}   /* selected link */	
		
		
/* popup image styles */
#showimage{
            position:absolute;
            visibility:hidden;
            border: 1px solid gray;
            z-index:10;
}

#dragbar{
            cursor: hand;
            cursor: pointer;
            background-color: #EFEFEF;
            color:#000000;
            min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
            font-weight: bold;
            margin-right: 1px;
}

/* popup styles for hover menus  */
		
.hovermenuframe {
	background-color:#fff;
	border:1px solid #000;
	padding:5px;
	width:250px;
	
	}
	
.hovermenumouseover {
	background-color:#efefef;
	cursor:pointer;
	}

/* frames the paper page */	
	
.pagewrapper {
	width:940px;
	margin:0px auto;
	text-align:left;
	padding:0px;
	background-color:#fff;
	background-image: url(../images/bg-lh.gif);
	background-repeat:repeat-y;
	clear:both;
	}	
	
#content, #contentnight, .footerrhs {
	float:right;
	width:780px;
	text-align:left;
	padding:0px;
	border:0px solid #000;
	background-color:#fff;
	}	
	#contentnight {
		background-color:#000;
	}
	
	
#contentwidescreen, #contentwidescreennight	{
    float:left;
    width:780px;
	text-align:left;
	padding:0px;
	border:1px solid #000;
	background-color:#fff;
	}
	#contentwidescreennight {
		background-color:#000;
	}

#contentpopup {
	width:500px;
	margin:0px auto;
	text-align:left;
	padding:0px;
	border:1px solid #333;
	background-color:#fff;
	}	




/* styles the header which contains the logo and edition*/

#header {
	background-color: #cd0501;
	background-image: url(/images/background_header.gif);
	background-repeat:repeat-x;
}

#edition {
	text-transform: lowercase;
	color: #fff;
	text-align: center;
	padding: 0px 0px 190px 0px;
	font-size:14px;	
	}

	#edition h1 {
	padding:0;
	margin:0;
	font-size: 22px;
	font-weight: bold;
	font-style:italic;
		}
.editionstats {
	font-size:16px;
	font-weight:bold;
	
}	

#logo {
	width: 154px;
	height: 93px;
	border: 0; 
	}

.headerimgwrap {
	float:right;	
	width:315px;
	}

.headerimg {
	border:0px;
	padding-top:10px;
	padding-right:12px;
	}

/* styles for the generic search and navigation */

#searchwrap {
	height: 28px;
    background:#333;
}


#nav {
    background:#000;
    padding:0px;
	text-transform: lowercase;
	font-size: 12px;
	font-weight: normal;
    }

	#nav ul{
		margin:0;
		padding:0;
		list-style:none;
		}
	#nav li{
		display:inline;
		margin:0;
		padding:0px;
		}

		

	
#searchright {
	float: right;
	padding-right:5px;
	}



	
/* styles for search */	

#datelist {width:172px;
}

#suburblist, #categorylist {width:85px;
}
#searchbox {width:150px;
}
#eventcatlist {width:100px;}

.searchformrow{
	height:16px;
	padding-top:2px;
	}



.srinput {
	float:left;
	text-align:left;
	padding:2px 1px 0px 0px;
	}

.srlist {
	float:left;
	text-align:left;
	padding:3px 1px 0px 0px;
	}
	
.srshowme { 
	width:120px;
	}
.srin { 
	width:120px;
	}	
	
.srgo {
	float:left;
	padding: 4px 0 0 2px;
	}
	
/* end of styles for Text search */	


	
	
/* styles for What's On search */	
	
.eventcalendar {
	width:158px;
	float:left;
	}

.eventday, .eventdaydark, .eventweekend, .eventweekenddark {
	width: 16px;
	line-height: 10px;
	margin: 3px;
	float:left;
	text-align: center;
	color:#CCC;
	}
	.eventweekend {
		color:#fff;
		}
	.eventweekenddark {
		color:#000;
		}
	.eventdaydark {
		color:#666;
		}
.eventdate, .dateselected, .eventdatepast, .eventdatewkend, .eventdatepastlight {
	width: 16px;
	height: 16px;
	margin: 2px;
	float:left;
	text-align: center;
	font-size: 10px;
	}
	
.eventdatetext, .eventdatetextdark {
	height: 16px;
	margin: 5px;
	float:left;
	font-size: 10px;
	color:#fff;
	}
	.eventdatetextdark {
		color:#000;
		}
.dateselected {
	color: #fff;
	border: 1px solid #fff;
	background-color:#cd0501;
	}

.eventdate {
	color: #000;
	border: 1px solid #333;
	background-color:#ccc;
	}
.eventdatewkend {
	color: #000;
	border: 1px solid #cd0501;
	background-color:#fff;
	}	
.eventdatepast {
	color:#666;
	border: 1px solid #666;
	background-color:#333;
	}
.eventdatepastlight	{
	color:#999;
	border: 1px solid #999;
	background-color:#fff;
	}

#eventgo {
	padding: 2px;
	float:right;
	margin-top: 40px;
	
}

#eventsearchcat {
	float:right;
	margin-right:2px;
}


/* end of styles for What's On search */	



/* styles for dining/bar/nightlife searches */
	.diningsearch, .barsearch, .culturesearch, .sportsearch, .beautysearch, .toursearch, .whatsonsearch {
		float:left;
		width: 440px;
		padding-bottom:10px;
		margin-bottom:15px;
		}

	.diningsuburb, .barsuburb, .sportsuburb, .beautysuburb {
		width:147px;
		}
	.diningtype, .bartype {
		width:120px;
		}
	.sporttype {
		width:220px;
		}
	.beautytype {
		width:200px;
		}
	.tourtype, .culturetype {
		width:250px;
		}
	.dininggo, .bargo, .culturego, .sportgo, .beautygo, .tourgo {
		padding-top:2px;
		}
		
	.recentsearches {
		float:left;
		padding-left: 20px;
		font-size:smaller;
		}
		
/* end of styles for Dining search */	
		
/* buttons used on venues */

.srbutton, .srbuttonright {
	font-size:11px;
	line-height:12px;
	font-weight:normal;
	text-transform:lowercase;
	float:left;
	}
	.srbuttonright {
		float:right;
		clear:right;
		width:80px;
		text-align:center;
		}
		
	a.srbutton:link, a.srbutton:visited, a.srbutton:active {
		color: #fff;
		text-decoration : none;
		padding: 0 2px;
		margin: 0 1px;
		background-color:#5C7A85;
		border: 1px solid #fff;
		}    
	a.srbutton:hover {
		color: #fff;
		background-color:#cd0501;
		text-decoration : none;
		}   /* mouse over link */

	a.srbuttonright:link, a.srbuttonright:visited, a.srbuttonright:active {
		color: #fff;
		text-decoration : none;
		padding: 0 2px;
		margin: 0 1px 3px 1px;
		background-color:#cd0501;
		border: 1px solid #fff;
		}    
	a.srbuttonright:hover {
		color: #cd0501;
		background-color:#fff;
		border: 1px solid #cd0501;
		text-decoration : none;
		}   /* mouse over link */
















/* styles for page title */
#guidetitle, #guidetitlenight, #salestitle{
	width: 767px;
	padding-right: 9px;
	margin: 10px 0px 20px 0px;
	color: #cd0501;
	float: right;
    }	
	#guidetitle h1{
		margin: 0;
		float: left;
		}
	#guidetitlenight {
		color:#FFFFFF;
		}
	#salestitle {
		font-size: 22px;
		font-weight: bold;
		line-height: 32px;
		color:#000;
		border-bottom:0px;
		padding-left:20px;
		width:740px;
		}
		
	#guidetitle, #guidetitlenight {
		text-transform: lowercase;
		}
	
.weather {
	float:right;
	color: #333;
	}

.trail {
	float:left;
	clear:both;
	width:770px;
	padding-left:2px;
	color:#000;
	font-size:10px;
	text-transform:lowercase;
	
	}
	.trail select {
	padding:0;
	margin:0;
	font-size:9px;	
	color:#000;
	}
	
	.trailtext {
	padding-top:5px;
	}
	
#usefulbuttons {
	float:left;
	clear:both;
	text-align:left;
	padding: 1px;
	}

	#usefulbuttons img {
		margin-left:2px; 
	}

/* end of styles for page title */



/* basic column layout fields */

#columnprimary, .columnprimaryintegrated {
	padding: 0 0 9px 12px;
    float:left;
    width:440px;
    }
	.columnprimaryintegrated {
	padding: 0 0 0 12px;
	}
#columnsecondary, .columnsecondaryintegrated {
	padding: 0 12px 9px 0px;
    float:right;
	clear:right;
    width:300px;
    }
	.columnsecondaryintegrated {
	padding: 0 12px 0 0 ;
	}



		.widefooter
		{
			clear: both;
			background-color:#993366;
			padding: 1em;
			text-align: right;
			border-top: 1px solid #333;
		}

#footer{
    clear:both;
	width:780px;
    }
.footerwrap {
    clear:both;
	width:743px;
	padding-left:18px;
	padding-right:19px;
}
.footerstats, .footerfeedback {
    clear:both;
	width:727px;
	padding:8px;
	border-top: 1px dotted #333;
	}
	.footerfeedback textarea {
		height:24px;
		}
		
.footerlinks {
    clear:both;
	padding:5px;
	background-color:#333;
	color:#fff;
	text-align:right;
}

.footercities {
    clear:both;
	padding:5px;
	background-color:#000;
	color:#fff;
	}

.copyright {
	float:right;
	}





/* large image on contents page */

.featureimage, .featureimageintegrated {
	border: 1px solid #4D3A33;
	margin-bottom: 20px;
	margin-top: 0px;
	width:298px;
	height:396px;
	clear:both;
	}
	.featureimageintegrated {
		margin-bottom: 0px;
		}
.demoimage {
	margin-bottom: 20px;
	margin-top: 0px;
	float:left;
}


/* large image on guide pages */

#featureimage, #pnlFeatureImage {
	margin-bottom: 20px;
	margin-top: 2px;
	clear:both;
	}
/* styles for guide pages and other editorials */
#guideeditorial, #suburbguideeditorial {
	padding-bottom:10px;
	margin-bottom: 20px;
	width: 440px;
	height:150px;
	float:left;
	border-bottom: 1px dotted #333;
	}
	
 .editorial {	
	margin-bottom: 25px;
	clear:both;
	float: left;
	border-bottom: 1px dotted #333;
	font-weight: normal ;
	width:440px;
	}

	
	#suburbguideeditorial {
		height:237px;
		overflow:hidden;
		border:0;
		} 
#whatsoneditorial {
	padding-bottom:10px;
	margin-bottom: 20px;
	float:left;
	border-bottom: 1px dotted #333;
	}
#guideeditorialimg {
	margin-right: 10px;
	height: 150px;
	width: 75px;
	float:left;
	}


/* feature styles, used on contents, guide and search pages */

.feature, .featuresales, .featurenight, .nightlifevenues, .nightlifesearch {
	margin-bottom: 25px;
	clear:left;
	float: left;
	border: 1px solid #fff;
	font-weight: normal ;
	width:440px;
	font-size:12px;
	}
	.nightlifevenues {
	width:300px;
	background-color:;

	}
	.feature {
	clear:both;
	}
	.featurenight, .nightlifevenues, .nightlifesearch{
		border: 1px solid #000;
		}
	.nightlifesearch {
		padding-bottom:10px;
		}
	.feature h2, .featuresales h2, .featurenight h2, .nightlifesearch h2 {
		padding: 0px;
		float: left;
		text-align: center;
		color: #000;
		font-weight: bold ;
		font-size: 17px;
		line-height: 19px;
		}
		.featurenight h2 {
			color: #fff;
			}
.featuresales, .aboutmy247 {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:15px;
	}

.featureheader, .featureheadernight {
	float: left;
	width: 440px;
	margin-bottom: 2px;
	border-bottom: 1px dotted #999;
	color: #000;
	}
	.featureheadernight {
		border-bottom: 1px dotted #818181;
		color:#fff;
		}
		
		
.nightlifevenuesheader, .nightlifesearchheader {
	width: 300px;
	margin-bottom: 6px;
	border-bottom: 1px solid #cd0501;
	}
	.nightlifesearchheader {
		width:440px;
		}
	.nightlifevenuesheader h2 , .nightlifesearchheader h2{
		color:#fff;
		font-size:20px;
		font-weight:bold;
		}
		


.featurelinks, .nightlifevenueslinks {
	float: right;
	margin-left:2px;
	text-align: right;
	vertical-align: baseline;	
	padding-top: 2px;
	font-weight: normal;
	}

.featurelogo, .featurelogonight {
	border: 1px solid #4D3A33;
	margin-left: 0;
	width: 75px;
	height: 75px;
	float:left;
	}
	.featurelogonight {
		border: 1px solid #cd0501;
	}
	
.featuresubheader, .featureeventaddress, .featuremoviesub {
	float:right;
	text-align: right;
	line-height:11px;
	margin-bottom:8px;
	width:360px;
	font-weight:normal;
	}
	.featureeventaddress {
		width:230px;
		}
	.featuremoviesub {
		width: 340px;
		}
.featuresubheader2 {
	float:right;
	text-align: right;
	line-height:11px;
	margin-bottom:5px;
	width:355px;
	font-weight:normal;
	}
.featurepara, .featuremoviepara, .featuremoviesessions, .moviesessions, .featureparaindent, .caldet {
	float:right;
	text-align:left;
	font-weight:normal;
	line-height:14px;
	}
	.featurepara {
		width:355px;
		height:28px;
		overflow:hidden;
		}
	.featuremoviepara, .featuremoviesessions, .moviesessions {
		width:340px;
		padding-bottom:5px;
		border-bottom: 1px dotted #CCCCCC;
		}
	.moviesessions, .featureparaindent {
		width:420px;
		}
	 .caldet  {
		width:440px;
		}

.eventtoolbox {
	background-color:#e1e1e1;
	float:right;
	padding:7px;
	width:110px;
	border:1px solid #CCC;
	font-size:11px;
		}
.featuremore {
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	font-style: italic;
	padding-top:1px;
	text-align: right;
	float:right;
	clear:right;
    }	
	a.featuremore:link {
		color: #cd0501;
		text-decoration : underline;
		} 
	a.featuremore:visited {
		color: #cd0501;
		}
	a.featuremore:hover {
		color: #333;
		text-decoration : underline;
		}   
	a.featuremore:active {
		color: #cd0501;
		}   

#featuredvenues, .venuesubheading, .searchsubheading, .eventsubheading, .moviesubheading, .eventsubheadingnight, .widesubheading{
	float:left;
	clear:both;
	width:440px;
	color:#333;
	font-size: 18px;
	font-weight: bold;
	font-style:italic;
	text-transform: lowercase;
	padding-bottom:10px;
	}

	.searchsubheading, .widesubheading {
		width:746px;
		padding:0 0 0 10px;
		margin:10px 0;
		font-weight:bold;
		}
	.eventsubheading, .moviesubheading, .eventsubheadingnight  {
		padding:20px 0 10px 0;
		width:300px;
		clear:left;
		}	
	.eventsubheading h2 , .moviesubheading h2, .venuesubheading h2{
		color:#333;
		font-weight:bold;
		}
		
	.eventsubheadingnight h2{
		color:#fff;
		font-weight:bold;
		}
		
.featureqty {
	float: right;
	margin-left:2px;
	text-align: right;
	padding-top: 8px;
	font-weight: normal;	
	color:#333;
	}
	

.featurethumbs {
	padding: 0;
    float: right;
    width: 237px;
	text-align:left;
    }
	
.featurethumbsvert {
	padding: 0;
    float: right;
    width: 75px;
	text-align:left;
    }	
	
.featurethumb {
	border: 1px solid #4D3A33;
	margin-left: 0;
	width: 70px;
	height: 70px;
}

/*-- changed for opt3 */
.featurelabels, .featurelabelswd {
    float:left;
	font-size: 12px;
	font-weight: normal;
    }

	.featurelabels ul, .featurelabelswd ul{
		margin:0;
		padding:0;
		list-style:none;
		}
		
	.featurelabels li, .featurelabelswd li {
		margin:0;
		padding:0;
		margin-left:20px;
		list-style-position: outside;
		list-style-image: url(/images/dot-lg.gif);
		}
.featurelabels {
    width:170px;
	}
	
.featuresublabel	{
	font-size: 11px;
	line-height: 9px;
	font-weight: normal;
	padding-bottom:5px;
	}
	


	
/* Advert Spots */	
	
#adtop {
	text-align: right;
	width:940px;
	margin:5px auto;
}

#adinside, #adinsidetwo, .adinside, .adinsidetwo {
	margin-bottom: 25px;
	clear:both;
    }	
	
#adbottom {
	float:left;
	text-align: center;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:18px;
    }	
	
.logocol, .awardcol {
	float:left;
	width:160px;
	text-align:center;
	background-color:#000;
	}	
.awardcol{
	background-color:#8d8d8d;
	vertical-align:bottom;
}
	
.lhsad {
	background-color:#8d8d8d;
	background-image: url(../images/glasses.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:380px;	
}	

.lhsbanner {
	float:left;
	clear:left;
	width:160px;
	padding-top:30px;
	background-color:#8d8d8d;
}

.lhsadlwr {
	width:160px;
	background-color:#8d8d8d;
	float:left;
	clear:left;
	padding-top:100px;
	}

		
#widescreen {
	width:956px;
	margin:10px auto;
	text-align:left;
	padding:0px;
}		
/* latest reviews shown on front page and guide pages */		
#latestreviews {
	background-color: #cd0501;
	border: 1px solid #cd0501;
	margin-bottom: 25px;
	Padding: 5px;
	background-image: url(/images/header_orange_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 428px;
	float:left;
	color:#fff;
    }	
	
/* #justadded, #newmembers, #topmovies styles for content on contents page, #whatson, #topreviewers is for guide pages */		
/* venuewhatsonlabels for the venue pages */
	
#justadded, #newmembers, #whatson, #topreviewers, #noncust {
	background-color: #cd0501;
	border: 1px solid #cd0501;
	margin-bottom: 25px;
	Padding: 5px;
	background-image: url(/images/header_orange_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #fff;
	float:left;
    }	
	#justadded {height:70px;}
	#newmembers {height:110px;}
	#justadded h3, #newmembers h3, #whatson h3, #topreviewers h3 { margin-bottom:4px;}
	#noncust {
		margin-top:1px;
		width:288px;
	}

#whatsonheader, #topreviewersheader {
	width: 290px;
	margin-bottom: 2px;
	}

#whatsonheaderlinks, #topreviewerslinks{
	float: right;
	text-align: right;
	vertical-align: baseline;	
	padding-top: 2px;
	font-weight: normal;
	}

.whatsonlogo, .eventminifeatlogo, .minivoucherlogo, .eventminifeatlogonight, .happyhourminilogo, .venueminilogo {
	width:50px;
	height:50px;
	border:1px solid #fff;
	margin: 5px 6px 4px 0px;
	float:left;
	clear:left;
    }
	.eventminifeatlogo, .happyhourminilogo, .minivoucherlogo, .venueminilogo  {
		border:1px solid #333;
		}
	.minivoucherlogo {
		clear:none;
		width:80px;
		height:80px;
		}
	.eventminifeatlogonight {
		border: 1px solid #cd0501;
		}

	
.whatsonfeature, .minivoucherdetail, .venueminidetail, .venueminimapdetail {
	margin-top: 7px ;
	line-height:13px;
    }
	.whatsonfeature em {
		margin-left: 12px ;
		}
	.venueminimapdetail {
	color:#000;
	}
		
.whatsonlabels, .eventministd {
	clear:left;
	font-size:10px;
    }
	.eventministd {
		width:210px;
	}
	
.venuewhatsonlabels {
	clear:left;
    }
	
	.whatsonlabels ul, .venuewhatsonlabels ul, .eventministd ul {
		margin:0;
		padding:0;
		list-style:none;
		}
		
	.whatsonlabels li, .venuewhatsonlabels li, .eventministd li  {
		padding:0;
		list-style-image: url(/images/dot-bono.gif);
		list-style-position: outside;
		line-height:13px;
		margin: 0 0 2px 15px;
		}
	.eventministd li {
		list-style-image: url(/images/dot.gif);
		font-weight:normal;
		} 	
	.eventministd li.night {
		list-style-image: url(/images/dot-oronbk.gif);
		font-weight:normal;
		} 	
	.eventministd a {
		font-weight:bold;
		} 	
		
	
	.whatsonlinkwrap {
		display:block;
		float:left;
		width:290px;
		padding-bottom:3px;
		}


.otherreviewer {
	padding-top:1px;
	clear:left;
	display:block;
	padding:0px 5px 0 5px
}

.topreviewerimg	{
	width:60px;
	height: 85px;
	border:1px solid #fff;
	float:left;
	margin-right:5px;
	}
	
#topreviewer	{
	margin:5px;
	width: 270px;
	float:left;
	padding-bottom:5px;
	line-height:14px;}

	
.newmemberimg	{
	width:60px;
	height: 85px;
	border:1px solid #fff;
	float:left;}
	
.newmembertext	{
	margin:5px;
	width: 200px;
	float:left;}
	
	
#topmovies {
	width: 434px;
	float:left;
	background-color: #55737E;
	border: 1px solid #55737E;
	Padding: 2px;
	color: #fff;
	margin-bottom: 25px;
    }		
	#topmovies h3{
		background-color:#333;
		width: 424px;
		padding: 5px;
		margin-bottom: 3px;
		float: left;
		font-size: 12px;
		font-family: "Trebuchet MS", Verdana, Arial;
	}
	.topmovieslink, .latestreviewslink {
		float: right;
		text-align: right;
		vertical-align: baseline;	
		padding-top: 2px;
		font-weight: normal;
		font-size:11px;
	}

/* styles for party photos on front page */

.freshthumbs {
	padding: 0;
    float: inherit;
    }
	
.freshthumb {
	border: 1px solid #fff;
	height: 100px;
}

.venuethumb {
	border: 1px solid #fff;
	height: 85px;
}


.freshthumbcaption {
	font-size: 10px;
	font-weight:normal;
	float: left;
	line-height: 10px;
	padding-left: 2px;
	margin-top: 5px;
	margin-left: 5px;
	width: 137px
}

/* more styles for contents page, Guide & venue pages */
/* changed - bold removed for opt3 */
#winwithmy247, #citykeyoffers, #venuesubscribe, #reviewpreview, .partyphotolist, #subscribe, .subscribe, #winnight, #citykeynight, #subscribenight, .subscribenight, .aboutmy247 {
	margin-bottom: 15px;
	border: 1px solid #fff;
	font-weight: normal ;
	display:block;
	float:left;
	}
	#winnight, #citykeynight, .subscribenight, #subscribenight {
		border: 1px solid #000;
		color:#CCC;
		}
	#winwithmy247 h2, #citykeyoffers h2, #venuesubscribe h2, #reviewpreview h2, .partyphotolist h2, #subscribe h2, .subscribe h2, #winnight h2, #citykeynight h2, #subscribenight h2, .subscribenight h2, .aboutmy247 h2 {
	padding: 0px;
	text-align: left;
	color: #333;
	font-weight: bold ;
	font-size: 19px;
	line-height: 19px;
	}
	#winnight h2, #citykeynight h2, #subscribenight h2, .subscribenight h2 {
		color: #fff;
		}

#winwithmy247header, #citykeyoffersheader, .citykeyoffersheader, #venuesubscribeheader, #reviewpreviewheader, .partyphotolistheader, #subscribeheader, #winnightheader, #citykeynightheader, .citykeynightheader, #subscribenightheader, .aboutmy247header {
	width: 300px;
	margin-bottom: 2px;
	border-bottom: 1px dotted #333;
	}
	#winnightheader, #citykeynightheader, .citykeynightheader, #subscribenightheader {
		border-bottom: 1px dotted #818181;
	}
	

#citykeyoffersheaderwide, .citykeyoffersheaderwide {

	width: 440px;
	margin-bottom: 2px;
	border-bottom: 1px dotted #333;
	}


#winwithmy247links, #citykeyofferslinks, #venuesubscribelinks, #reviewpreviewlinks, .partyphotolistlinks, #subscribelinks, .aboutmy247links {
	float: right;
	text-align: right;
	vertical-align: baseline;	
	padding-top: 2px;
	font-weight: normal;
}

.winwithmy247logo, .citykeyofferslogo, .rhsminilogo {
	width:50px;
	height:50px;
	border:1px solid #333;
	margin: 5px 6px 4px 0px;
	float:left;
	clear:left;
    }
	
.citykeylogosm {
	width:70px;
	height:152px;
	margin: 7px 12px 4px 0px;
	float:left;
	clear:left;
	border:0;
    }	
	
.winwithmy247feature, .citykeyoffersfeature {
	margin-top: 7px ;
    }
	
	
.compfaqs {
	clear:left;
	font-weight:normal;
	}
.winwithmy247labels, .citykeyofferslabels, .partyphotolistlabels, .aboutmy247labels {
	clear:left;
    }

	.winwithmy247labels ul, .citykeyofferslabels ul, .partyphotolistlabels ul, .compfaqs ul, .detailrow ul, .aboutmy247labels ul{
		margin:0;
		padding:0;
		list-style:none;
		}
		
	.winwithmy247labels li, .citykeyofferslabels li, .partyphotolistlabels li, .compfaqs li, .detailrow li, .aboutmy247labels li {
		padding:0;
		list-style-image: url(/images/dot.gif);
		list-style-position: outside;
		line-height:13px;
		margin-left:15px;
		}
	.winwithmy247labels li.night {
		list-style-image: url(/images/dot-oronbk.gif);
		} 	

	.compfaqs li, .detailrow li {
		padding-bottom:5px;
		}
#reviewpreviewtitle {
	margin-top:5px;
	margin-left:5px;
	font-size:12px;
	font-weight:bold;
	}
#reviewpreviewcontent {
	margin-top:5px;
	margin-left:5px;
	}



/* user control tower styles */

#newfeaturealert {
	margin: 10px auto;
	padding: 2px;
	width: 80%;
	text-transform: lowercase;
	font-size: 11px;
	text-align:center;
	vertical-align:middle;
	border: 2px dashed #cd0501;
	}	

#ctmenuwrap {
	padding: 10px 0 10px 10px;
    float:left;
    width:160px;
    }
#ctmenu {
	padding: 5px;
    float:left;
	width:150px;
	background-color:#cd0501;
	color:#fff;
    }
	
#ctcontent {
	padding: 10px 10px 10px 0px;
    float:right;
    width:590px;
    }
	
	
	
.ctcontentbox {
	width: 584px;
	float: right;
	background-color: #55737E;
	border: 1px solid #55737E;
	Padding: 2px;
	color: #fff;
	margin-bottom: 10px;
	padding-bottom:10px;
    }		
	.ctcontentbox h3{
		border-bottom: 1px solid #000000;
		background-color:#333;
		padding: 5px;
		font-size: 12px;
		margin-bottom:10px;
	}
	
.ctcontentboxmain {
	float:left;
	}

.ctcontentboxnotes, .ctcontentnotesnarrow{
	float:right;
	margin-left:5px 0 5px 5px;
	width:230px;
	}
	.ctcontentnotesnarrow {
		width:200px;
	}
	
.ctcontentboxinset {
	width: 300px;
	float: left;
	background-color: #618392;
	border: 1px solid #8CA7B3;
	margin: 5px 0 10px 10px;
	color: #fff;
	padding:5px;
    }		

.ctwarningbox {
	background-color: #cc0000;
	border: 1px solid #cc0000;
	margin-bottom: 25px;
	padding: 5px;
	color: #fff;
	text-transform:lowercase;
	font-weight:bold;
	font-style:italic;
	font-family:Verdana, Arial;
	
    }	


.ctsuccessbox {
	background-color: #339966;
	border: 1px solid #339966;
	margin-bottom: 15px;
	padding: 5px;
	color: #fff;
	font-weight:bold;
	text-transform:lowercase;
	font-style:italic;
	font-family:Verdana, Arial;
    }		

#ctnav {
    padding:0px 2px 1px 0px;
	text-transform: lowercase;
	font-size: 10px;
	font-weight: bold;
	text-align:right;
	width:940px;
	color:#fff;
	margin:5px auto;
   }

	#ctnav ul{
		margin:0;
		padding:0;
		list-style:none;
		}
	#ctnav li{
		display:inline;
		margin:0;
		padding:0;
		}
		
#ctnavwrap {
	background-color: #4A6672;
	background-image: url(/images/header_teal_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 2px;
}


	
#ctwelcome {
	margin-left:9px;
	float:left;
	}	
	
#ctlogout {
	padding-left:132px;
	float:right;
	}	
	

/*styles from membercontroltower - remove from file 999999999999999999999999999999999999999999999999999*/

.ctlabel, .ctreviewlabel, .ctreviewlabelwide, .ctreviewlabelkey, .ctreviewlabelwidekey, .ctlabelinset {
	float:left;
	text-align:left;
	width:100px;
	padding-top:2px;
	}
	 .ctreviewlabel  {
		width:80px;
		line-height:26px;
	 	}
	 .ctreviewlabelkey {
	 	width:80px;
		}
	 .ctreviewlabel span, .ctreviewlabelwide span {
		padding-top:4px;
	 	}

	.ctreviewlabelwide {
		width:200px;
		line-height:26px;
		}
	 .ctreviewlabelwidekey {
	 	width:200px;
		}
	.ctlabelinset {
		width:130px;
		}
		
.ctinput, .ct6buttons, .ct3buttons, .ct3buttonskey, .ct6buttonskey, .ctinputinset {
	float:left;
	text-align:left;
	width:200px;
	padding-left:3px;
	}
	.ctinputinset {
		width:157px;
		}
	.ct3buttons, .ct3buttonskey {
		width:100px;
		}
	.ct6buttons, .ct6buttonskey {
		width:256px;
		}
	.ct6buttons td, .ct3buttons td {
		height:22px;
		width:65px;
		padding:0;
		margin:0;
		}	

.ctrow , .ctrowinset {
	clear:left;
	width:340px;
	display:block;
	margin-bottom:5px;
	float:left;
	}
	.ctrowinset {
		width:290px;
		}

/* calendar styles, update */
.calTitle   {font-weight: bold;
			 font-size: 11;
			 color: black;
			 width: 90px;
}

.calBody    {font-size: 11;
			 border-width: 10px;
}


#chkEventCats {
	width:340px;
	}

.whitebg {
	background-color:#FFFFFF;
	}



a.tvMemberMenu_0:link, a.tvGuideMenu_0:link, a.tvTaggedMenu_0:link, a.tvBlogMenu_0:link, a.tvReviewsMenu_0:link, a.tvPhotoMenu_0:link {
	color: #fff;
	text-decoration : none;
	} 
a.tvMemberMenu_0:visited, a.tvGuideMenu_0:visited, a.tvTaggedMenu_0:visited, a.tvBlogMenu_0:visited, a.tvReviewsMenu_0:visited, a.tvPhotoMenu_0:visited {
	color: #fff;
	text-decoration : none;
	} 
a.tvMemberMenu_0:hover, a.tvGuideMenu_0:hover, a.tvTaggedMenu_0:hover, a.tvBlogMenu_0:hover, a.tvReviewsMenu_0:hover, a.tvPhotoMenu_0:hover {
	color: #fff;
	text-decoration:underline;
	} 
a.tvMemberMenu_0:active, a.tvGuideMenu_0:active, a.tvTaggedMenu_0:active, a.tvBlogMenu_0:active, a.tvReviewsMenu_0:active, a.tvPhotoMenu_0:active {
	color: #fff;
	text-decoration : none;
	} 
	 
/* member frontpage */	
.ctstatusrow {
	float:left;
	padding-bottom:5px;
	}
.ctstatus {
	float:left;
	width:28px;
	height:28px;
	border:1px solid #fff;
	}
	
.ctstatustitle {
	float:left;
	font-size:15px;
	font-weight:bold;
	width:200px;
	height:24px;
	padding:2px 10px;
	background-color: #333;
	border:1px solid #fff;
	color:#fff;
	}

.ctstatusnote {
	float:left;
	font-size:10px;
	line-height:12px;
	width:300px;
	height:24px;
	padding:2px 10px;
	background-color:#A5BEC6;
	border:1px solid #fff;
	vertical-align: middle;
	}
	
	
	
	
	
	
	
/* scroller controls */	
	
	
	
/* table cell containing scroller, good idea to set its width and height  */
#vsreviewswrapper {  
	width:420px;
	height:100px;
	margin-top:5px; }

/* holder div contains scroller. set height and width */
#vsreviewsholder { position:relative;  width:420px; height:100px; z-index:100 }

div#vsreviewsholderinner { 
  position:absolute; 
  width:420px; height:100px; z-index:1;
  clip:rect(0, 420px, 100px, 0); overflow:hidden;
  }
div#vslatestreviews { position:absolute; z-index:1 }
/* Set width and height of item same as width and height of scroller (vsreviewsholderinner) */
div.vsreview {
  width:420px; height:100px; 
  }
  
.vslatestreviewstext  {
	font-size:11px;
	line-height:11px;
	height:22px;
	overflow:hidden;
	}
	
.vsreviewtitle {
	height: 12px;
	vertical-align:top;
	font-weight: bold;
	padding:0 0 2px 0;
	}
	
	
	
	
/* horizontal movie scroller */	
	
.hsmovieposter	{
	height:140px;
	width:95px;
	border: 1px solid #fff;
}


/* Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn */
div#hsmoviesholder	{ 
	position:relative; overflow:hidden;
	width:399px; height:150px; z-index:100;
	}
div#hsmoviesclipped	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:399px; height:150px; 
	clip:rect(0px, 400px, 150px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div#hsmovieslayer	{ 
	position:absolute; visibility:hidden; 
	left:0px; top:0px; 
	z-index:1; 
	}
 #hsmoviesall {width:997px} 

.leftfloat {
	float:left;
	}


/* teletype styles */
#teletyper {background-color:#0066FF;
clear:both; border:1px solid #fff}
	

#teletype_container	{
	width:100%;height:40px;
	overflow:hidden;
	padding:0px;
	margin-bottom:12px;margin-top:6px;
	border-bottom:1px solid #006699;
}
#teletype_source {
	display:none;
}
#teletype_buttons {
	float:right;
	visibility: hidden;
}
#teletype_positioner {
	vertical-align:bottom;
}
.tele_button {
	border:none;
}
.tele_grey {
	background-color:#CCCCCC;
	border:none;
}

.tele_link {
	font-family:Geneva,Arial,sans-serif;
	font-weight:normal;
	text-decoration:none;
	vertical-align:top;
}

a.tele_link:link {
				color: #fff;
				text-decoration : none;
}     /* unvisited link */
a.tele_link:visited {color: #fff}  /* visited link */
a.tele_link:hover {color: #fff;
					text-decoration : underline;
					}   /* mouse over link */
a.tele_link:active {color: #fff}   /* selected link */	



/* myguide box settings */
	
#myguide, #myguidelocal  {
	width: 434px;
	height: 150px;
	float:left;
	background-color: #a5bec6;
	border: 1px solid #a5bec6;
	Padding: 2px;
	margin-bottom: 25px;
    }		
	#myguidelocal {
		height:200px; 
		}
	
	#myguide h3, #myguidelocal h3{
		background-color:#4C6874;
		width: 424px;
		padding: 5px;
		margin-bottom: 3px;
		float: left;
		font-size: 12px;
		font-family: "Trebuchet MS", Verdana, Arial;
		color: #fff;
	}
	
	.myguidelink {
		float: right;
		text-align: right;
		vertical-align: baseline;	
		padding-top: 2px;
		font-weight: normal;
		font-size:11px;
	}
	a.orangbtn:link {
					color: #fff;
					text-decoration : none;
					padding: 0 5px;
					}     /* unvisited link */
	a.orangbtn:visited {color: #fff}  /* visited link */
	a.orangbtn:hover {color: #fff;
					background-color:#cd0501;
		}   /* mouse over link */
	a.orangbtn:active {color: #333}   /* selected link */	
	
	.myguidelinkselected {
		color: #fff;
		text-decoration : none;
		background-color:#cd0501;
		padding: 0 5px;
	}   


/* styles for venue & moviepage only */
#venuebasics, #moviebasicswrap{
	padding:7px;
	height:103px;
	background-color: #333;
	color:#fff;
	width:423px;
	margin-top:2px;
	}
	#moviebasicswrap {
		height: 143px;
		}
#venueaddress, #moviebasics{
	height:48px;
	line-height:14px;
}
.venuelogo {
	border: 1px solid #fff;
	background-color:#FFF;
	width: 100px;
	height: 100px;
	float:left;
	margin-right:10px;
}

.venuetab, .venuetabselected, .venuetaboff {
	height: 18px;
	line-height: 17px;
	width: 69px;
	border: none;
	float:left;
	padding:0px 2px;
	margin-bottom:1px;
	text-align:center;
	color:#FFFFFF;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: right bottom;
	}
.venuetab {
	background-image: url(/images/tab-venue.gif);
	}
.venuetabselected {
	background-image: url(/images/tab-venue-over.gif);
	}
.venuetaboff {
	background-image: url(/images/tab-venue-off.gif);
	color: #8DA2A9;
	}
	
	a.venuetab:link {
		color: #fff;
		text-decoration : none;
		} 
	a.venuetab:visited {
		color: #fff;
		text-decoration : none;
		} 
	a.venuetab:hover {
		color: #fff;
		background-image: url(/images/tab-venue-over.gif);
		text-decoration : none;
		}  
	a.venuetab:active {
		color: #fff;
		text-decoration : none;
		}   
	.insettab{ padding-left:37px; }

#venueeditorial, .venueeditorial {
	clear:left;
	padding: 20px 5px 0 5px;
	padding-bottom:10px;
	margin:0 0 20px 0;
	border-bottom: 1px dotted #333;
	}


.detailrow {
	clear:left;
	float:left;
	width:440px;
	margin-bottom: 14px;
	}
	
.rowspacersm {
	margin-top:10px;
	}	
.rowspacer {
	margin-top:20px;
}
	
.detailtext {
	padding: 0px 0 0 40px;
	line-height:14px;
	}
.detailicon {
	float:left;
	width:30px;
	height:30px;
	}
.detaillink {
	font-size:9px;
	display:block;
	}
	a.detaillink:link {
		text-decoration : underline;
		} 
	a.detaillink:visited {
		text-decoration : underline;
		} 

.detailcolone, .searchcolone {
	width:200px;
	float:left;
	clear:left;
	}
	
.detailcoltwo, .searchcoltwo {
	width:200px;
	float:right;
	clear:right;
	}
/*used on nightlife pages*/
.searchcoltwo a{
	padding-left:10px;
	}
/*styles for non-column pages */

#fullwidthcontent, .fullwidthcontent {
	float:left;
	padding: 0 12px 25px 12px;
    width:756px;
    }
.fullwidthpara {
	float:left;
	width:700px;
	padding-left:25px;
	margin-bottom:10px;
	}
.integrated	 {
	padding-bottom: 0px;
}
	
.fullwidthcontentdark {
	float:left;
	margin: 0 12px 25px 12px;
    width:730px;
 	background-color:#040404;
	color:#fff;
	padding:10px;
   }
		
.darkcolprimary {
	background-color:#040404;
	color:#fff;
	padding: 0 0 0 12px;
	margin-left: 12px;
	float:left;
	width:350px;
}	

	
/* Styles for search page */
	
.result, .resultevent, .resultmovie, .resultnologo{
	margin-bottom: 15px;
	float: left;
	border: 1px solid #fff;
	font-weight: bold ;
	width:744px;
	}
	.result h2, .resultnologo h2 {
		padding: 0px;
		float: left;
		text-align: center;
		color: #333;
		font-weight: bold ;
		font-size: 19px;
		line-height: 19px;
		}

	.resultevent h2 {
		padding: 0px;
		float: left;
		text-align: center;
		color: #333;
		font-weight: bold ;
		font-size: 15px;
		line-height: 15px;
		}
	.resultmovie h3 {
		padding: 0px;
		float: left;
		text-align: center;
		color: #333;
		font-weight: bold ;
		font-size: 13px;
		line-height: 13px;
		}
	.resultnologo {
		margin-left:20px;
		width:724px;
		}

.resultsmwrap {
	float: left;
	padding: 0 0 5px 24px;
	width:715px;
 	}
.resultsmwrapnarrow {
	float: left;
	padding: 0 0 5px 0;
	width:430px;
 	}
.resultsm, .resultsmtop {
	float: left;
	padding-bottom:5px;
	border-bottom: 1px dotted #999;
	font-weight: bold ;
	}
	.resultsm h2, .resultsmtop h2 {
		padding: 0 0 2px 0;
		float: left;
		text-align: center;
		font-weight: bold ;
		font-size: 14px;
		line-height: 12px;
		}
	.resultsmtop {
		border-top: 1px dotted #999;
		padding-top:2px;
		}
	
	
.resultheader, .haphrminihead, .resultheadernologo {
	float: left;
	width:636px;
	margin-bottom: 2px;
	border-bottom: 1px dotted #999;
	color: #cd0501;
	}
	.resultheadernologo {
		width:724px;
		}
	.haphrminihead {
		width:375px;
		}

.resultlinks {
	float: right;
	margin-left:2px;
	text-align: right;
	vertical-align: baseline;	
	padding-top: 2px;
	font-weight: normal;
	}
	
.resultlinkssm {
	float: right;
	margin-left:2px;
	text-align: right;
	vertical-align: baseline;	
	padding-top: 0px;
	padding-bottom: 2px;
	font-weight: normal;
	}

.resultlogo {
	border: 1px solid #4D3A33;
	margin: 0 10px 0 20px;
	width: 75px;
	height: 75px;
	float:left;
	}
.resultposter {
	border: 1px solid #4D3A33;
	margin: 0 10px 0 20px;
	width: 95px;
	height: 140px;
	float:left;
	}	
.resultsubheader {
	float:right;
	text-align: right;
	line-height:11px;
	margin-bottom:3px;
	font-weight:normal;
	}
.resultsubheader2 {
	width:200px;
	float:left;
	text-align: left;
	line-height:11px;
	margin-bottom:3px;
	font-weight:bold;
	}
	
	
.resultsubheadersm, .happyhoursubheadersm {
	clear:right;
	float:right;
	text-align: right;
	line-height:11px;
	margin-bottom:3px;
	font-weight:normal;
	width:245px;
	font-size:smaller;
	}
	.happyhoursubheadersm {
		width:110px;
		}

.resulteventsubheader2, .featureeventsubheader {
	float:left;
	text-align: left;
	font-size:13px;
	line-height:13px;
	margin-bottom:3px;
	font-weight:bold;
	width:200px;
	text-transform:lowercase;
	}

	
	
.resultpara, .resultmoviepara, .resultmyguide, .resultmyguidesm, .happyhourpara {
	float:left;
	text-align:left;
	overflow:hidden;
	font-weight:normal;
	line-height:13px;
	font-size:11px;
	}
	.resultpara {
		height:26px;
		width:530px;
		}
	.resultmoviepara {
		height:91px;
		width:510px;
		}
	.resultmyguide, .resultmyguidesm {
		height: 14px;
		padding:0 4px;
		margin-top:1px;
		line-height:14px;
		color:#4C6874;
		}
	.resultmyguidesm {
		clear:left;
		width:180px;
		overflow:visible;
		}
	.happyhourpara {
		margin-top:5px;
		width:320px;
		overflow:visible;
		}	

.resultmore, .resultmoviemore {
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	font-style: italic;
	text-align: right;
	float:right;
	width: 100px;
    }	
	.resultmore {
		padding-top:12px;
		}
	.resultmoviemore {
		padding-top:80px;
		}
	a.resultmore:link, a.resultmoviemore:link{
		color: #cd0501;
		text-decoration : underline;
		}
	a.resultmore:visited, a.resultmoviemore:visited {
		color: #cd0501;
		}  
	a.resultmore:hover, a.resultmoviemore:hover {
		color: #333;
		text-decoration : underline;
		}
	a.resultmore:active, a.resultmore:active {
		color: #cd0501;
		}  


.resulteventheader {
	float: left;
	width:636px;
	margin-bottom: 2px;
	border-bottom: 1px dotted #333;
	color: #cd0501;
	}

.resultmovieheader {
	float: left;
	width:616px;
	margin-bottom: 2px;
	border-bottom: 1px dotted #333;
	color: #cd0501;
	}


.searchmore, .galleriesmore, .reviewsmore, .venuesmore {
	float:left;
	text-align:right;
	width:434px;
	padding-right:10px;
	font-size: 12px;
	text-transform: lowercase;
	margin:10px 0;
	font-weight:bold;
	}
	.searchmore  {
		width:746px;
		}
	.searchmore a:link, .galleriesmore a:link, .reviewsmore a:link, .venuesmore a:link {
		color: #cd0501;
		text-decoration : underline;
		font-weight:bold;
		} 
	.searchmore a:visited, .galleriesmore a:visited, .reviewsmore a:visited, .venuesmore a:visited {
		color: #cd0501;
		font-weight:bold;
		}
	.searchmore a:hover, .galleriesmore a:hover, .reviewsmore a:hover, .venuesmore a:hover {
		color: #333;
		text-decoration : underline;
		font-weight:bold;
		}   
	.searchmore a:active, .galleriesmore a:active, .reviewsmore a:active, .venuesmore a:active {
		color: #cd0501;
		font-weight:bold;
		}   
		
.searchpara {
	float:left;
	width:400px;
	padding-left:25px;
	margin-bottom:10px;
	color:#666;
	text-transform: lowercase;
	}
	.searchpara ul{
		margin:0;
		padding:0;
		list-style:none;
		}
	.searchpara li{
		list-style-image: url(/images/dot.gif);
		list-style-position: outside;
		line-height:13px;
		margin-left:30px;
		}
		
.searchmapintro {
	float:right;
	text-align:right;
	width:300px;
	padding-right:10px;
	}
.searchmapsm{
	border: 1px solid #4D3A33;
	width: 150px;
	height: 84px;
	}

	
	
	
	
/* generic headings */	
	
.genhead2 {
	float:left;
	clear:both;
	padding: 10px 0px;
	font-size: 14px;
	font-weight:bold;
    }
	
.genhead3	{
	float:left;
	padding: 10px 10px;
	font-size: 11px;
	font-weight: normal;
	
	}
		
		


	
/* styles for nearby venues on the Venue pages, and the Suburb map on Suburb pages */

#nearbyvenues, #suburbmap {
	width: 750px;
	float:left;
	background-color:#666;
	border: 1px solid #666;
	Padding: 2px;
	color: #fff;
	margin-bottom: 0px;
    }		
	#nearbyvenues h3, .suburbmapkey h3, .suburbmapkey2 h3{
		background-color:#333;
		width: 430px;
		padding: 5px;
		margin-bottom: 3px;
		float: left;
		font-size: 12px;
		font-family: "Trebuchet MS", Verdana, Arial;
	}
	#nearbyvenues h3 {
		width: 740px; }
	.nearbyvenueslink, .suburbmapkeylink {
		float: right;
		text-align: right;
		vertical-align: baseline;	
		padding-top: 2px;
		font-weight: normal;
		font-size:11px;
	}	
	
	
	
#nearbymapsmcaption {
	float: right;
	text-align: right;
	padding-top: 15px;
	padding-right: 12px;
	}	
#nearbymapsm {
	border: 1px solid #fff;
	width: 280px;
	height: 170px;
	}

.suburbmapkey {
	float:left;
	background-color: #55737E;
	border: 1px solid #55737E;
	Padding: 2px;
	color: #fff;
	width:434px;
	}
	.suburbmapkey img {
		border: 1px solid #fff;
		width:200px;
		height:100px;
		margin: 5px 0 0 8px;
		}

.suburbmapkey2 {
	float:left;
	background-color: #55737E;
	border: 1px solid #55737E;
	Padding: 2px;
	color: #fff;
	width:750px;
	}
	.suburbmapkey2 img {
		border: 1px solid #fff;
		width:200px;
		height:100px;
		margin: 5px 0 0 8px;
		}	
		.suburbmapkey2 h3 {
			width:740px;
			}
			
/* horizontal nearby scroller */	
/* 134 wide, -2 - 10-2  */	
.hsnearbyitem	{
	height:166px;
	width:120px;
	padding:2px 5px;
	border: 1px solid #333;
	float:left;
	margin-right:2px;
	}
	.hsnearbyitem strong {
		font-size:12px;
		margin-bottom:2px;
		}

.hsnearbyvenues {
	height:127px;
	overflow:hidden;
	}
	.hsnearbyvenues ul{
		margin:0;
		padding:0;
		list-style:none;
		}
	.hsnearbyvenues li{
		list-style:none;
		margin-bottom:5px;
		line-height:11px;
		}

/* Styles for scrolling layers  for Nearby venues info 
	 Specify width and height in hold and wn, and in clip for wn */
div#hsnearbyholder	{ 
	position:relative; 
	overflow:hidden;
	width:712px;
	height:180px;
	z-index:100;
	}
div#hsnearbyclipped	{ 
	position:absolute; 
	left:0px; 
	top:0px; 
	width:712px; 
	height:180px; 
	clip:rect(0px, 712px, 180px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div#hsnearbylayer	{ 
	position:absolute; 
	visibility:hidden; 
	left:0px; top:0px; 
	z-index:1; 
	}
 #hsnearbyall {
 	width:804px
	} 
	
	
/* event, comp and gallery styles */
.eventmini, .eventminifeat, .gallerymini, .compmini,  .compentry, .compvmini, .review, .reviewcomments, .reviewreply, .reviewerssay, .offer, .opinion, .weather, .subscribewide, .happyhourminifeat, .minivoucher, .venuemini, .compfull, .rhsmini  {
	margin:10px 0 5px 0;
	font-weight: normal;
	width:434px;
	float:left;
	clear:left;
	}
	.review, .reviewerssay, .offer, .opinion, .subscribewide, .reviewcomments, .reviewreply  {
		border-bottom: 1px dotted #333;
		}
	.review h3, .offer h3, .weather h3, .subscribewide h2, .reviewreply h3 {
		color:#333;
	}
	
	.reviewerssay, .offer  {
		padding-bottom:3px;
		margin-bottom: 20px;
		}
	.eventminifeat, .venuemini{
		margin:5px 0 5px 0;
		width:210px;
		}
	.happyhourminifeat {
		padding: 8px 0;
		}
	.compmini {
		height:110px;
		}
	.compvmini, .rhsmini {
		width:300px;
		}
	.minivoucher {
		margin:5px 10px 5px 0;
		width:220px;
		height:100px;
		clear:none;
		}
	.reviewcomments h4 {
		padding-bottom:5px;
		}
	.reviewcomments {
		padding-left:20px;
		color:#666;
		width:414px;
		}
	.reviewcomment {
		padding:5px 0;
		border-top:1px dotted #ccc;
		}
	.reviewreply {
		padding-left:20px;
		width:414px;
		}

.eventgenre {
	width:430px;
	text-transform: lowercase;
	padding:8px 0 0 0;
	font-weight:bold;
	font-size: 14px;
	}
	
.eventlistings, .eventlistingsnight {
	float:left;
	clear:both;
	width:430px;
	padding:3px 0 10px 10px;
	border-bottom: 1px dotted #CCC;
	}
	.eventlistingsnight {
		border-bottom: 1px dotted #818181;
	}
	
.darkborder {
	border-bottom: 1px dotted #333;
	}
.nightborder{
	border-bottom: 1px dotted #cd0501;
	}

.darkoutline{
	border: 1px solid #333;
	}		
		
.reviewoptions, .opinionoptions {
	border-bottom: 1px dotted #333;
	padding-bottom:2px;
	margin-bottom:20px;
	width:434px;
	float:left;
	clear:left;
	}
	
.eventdetails, .compdetails, .reviewdetails{
	margin:3px 0px;
	font-style:italic;
	}
.eventminithumb, .compminithumb {
	width:100px;
	height:100px;
	border: 1px solid #4D3A33;
	float:left;
	margin-right:8px;
	margin-bottom:2px;
	}
	
.galleryminilogo {
	width:75px;
	height:75px;
	border: 1px solid #4D3A33;
	float:left;
	margin-right:8px;
	margin-bottom:2px;
	}	
	
.gallerythumb {
	border: 1px solid #4D3A33;
}

.gallerypic {
	border: 1px solid #4D3A33;
	margin-bottom:5px;
	width:434px;
}
.gallerypicwrapper {
	text-align:center;
	width:434px;
}

.weathericon {
	width:120px;
	height:100px;
	float:left;
	margin-right:8px;
	margin-bottom:2px;
	}	
.weatherline, #weather {
	float:right;
	color: #000;
	text-transform:lowercase;
	}

.temperature{
	margin-top:20px;
	font-size:14px;
	font-weight: bold;
	white-space:nowrap;
	width:150px;
	float:right;
	}	
	



/* suburb page styles */
#suburbmap {
	padding:2px;
	}


.suburbmapwrap {
	padding:5px;
	float:right;
	}
.suburbmaplg{
	border: 1px solid #fff;
	width: 600px;
	height: 324px;
	}

.suburbmapadwrap {
	margin: 5px 0 5px 5px;
	float:left;
	}	
.suburbmapad {
	border: 1px solid #fff;
	width:100px;
	height:100px;
	float:left;
	}
	


.suburbmapcontrol {
	width:121px;
	float:left;
	margin:5px;
	}		
	.suburbmapcontrol strong {
		font-size:12px;
		margin-bottom:2px;
	}




/* horizontal nearby scroller */	
/* 134 wide, -2(border) - 10(padding)-2(rightmargin  =120*/	
/* 600-40(arrows)/4= 140 
140 space, -0(border) - 10(margins)-0(rightmargin  =130*/	

.hsmapitem	{
	height: 200px;
	width: 130px;
	margin: 3px 5px 5px 5px;
	float: left;
	}
	.hsmapitem strong {
		font-size:12px;
		margin-bottom:2px;
		}

.hsmapvenues {
	height:200px;
	}

/* Styles for scrolling layers  for Nearby venues info 
	 Specify width and height in hold and wn, and in clip for wn */
div#hsmapholder	{ 
	position:relative; 
	overflow:hidden;
	width:570px;
	height:200px;
	z-index:100;
	}
div#hsmapclipped	{ 
	position:absolute; 
	left:0px; 
	top:0px; 
	width:570px; 
	height:200px; 
	clip:rect(0px, 570px, 200px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div#hsmaplayer	{ 
	position:absolute; 
	visibility:hidden; 
	left:0px; top:0px; 
	z-index:1; 
	}
 #hsmapall {
 	width:991px;
	} 
	
	
/* styles for functions pages */

#functionseditorial, #functionscontact {
	padding-top:3px;
	padding-bottom:3px;
	float:left;
	border-bottom: 1px dotted #333;
	width:434px;
	}


/* styles for what's on pages, and extra styles for venue guide pages */
.featuredevents, .minivencolone {
	width:210px;
	float:left;
}
.standardevents, .minivencoltwo {
	float:right;
	width:210px;
}


/*styles for movie pages */
.movieposter, .moviepostermain {
	border: 1px solid #4D3A33;
	margin-left: 0;
	width: 95px;
	height: 140px;
	float:left;
	}
	.moviepostermain {
		margin-right:10px;
	}

.featuremovieoptions {
	border-bottom: 1px dotted #ccc;
	padding-top:4px;
	padding-bottom:4px;
	margin-bottom:5px;
	width:340px;
	float:right;
	clear:right;
	text-align:right;
	}

#chkFilms {
	width:420px;
	}
	
/*specific nightlife/whats on styles */	
	
.night {
	color:#fff;
}

.nightlifeminiheader, .whatsonminiheader {
	font-size: 14px;
	font-weight:bold;
	padding-left:5px;
	}
	.nightlifeminiheader {
		color:#fff;
	}
.nightlifevenuerow {
	float:left;
	padding:4px 0 0 5px;
	color:#fff;
	text-transform:lowercase;
	}
.nightlifevenue {
	display:block;
	height: 20px;
	width:198px;
	font-size:14px;
	font-weight:bold;
	background-color:#cd0501;
	margin-bottom:5px;
	padding:0 5px;
	float:left;
	overflow:hidden;
	}
.nightlifevenuesuburb {
	height: 13px;
	width:79px;
	float:left;
	padding:7px 2px 0 4px;
	font-size:10px;
	overflow:hidden;
	}




/* Venue contact page */

.contactinput {
	clear:left;
	float:left;
	text-align:left;
	width:343px;
	padding-right:8px;
	display:block;
	}

.contactinset {
	width: 300px;
	float: left;
	background-color:#F9F9F9;
	border: 1px dotted #ccc;
	margin: 25px 0 25px 10px;
	padding: 15px;
    }		


/* about pages */

.largehighlight {
	color:#cd0501;
	font-size:17px;
	font-weight:bold;
	font-style:italic;
	padding-right:3px;
}

.widelegible {
	font-size:13px;
	padding: 0 120px 0 50px;
	}

	
/* rhs subscribe box */
.rhssubscribe {
	border:1px solid #000;
	background:#fff;
	width: 156px;
	height:186px;
	margin-bottom:18px;
	}
	.rhssubscribe input {
		width:138px;
		margin-bottom:4px;
		}
.rhssubscribeblank {
	width: 156px;
	height:186px;
	margin-bottom:18px;
	}



.lolight { 
	color:#ccc;
}	



/* lhs calendar */
.calwrap {
	width:160px;
	background-color:#8d8d8d;
	float:left;
	color:#fff;
	}
.calside {
	margin: 0 5px 10px 5px;
	width:150px;
	}
	.calside h2 {
		float:left;
		padding: 0px;
		color: #fff;
		font-weight: bold ;
		font-size: 15px;
		line-height: 17px;
		font-style:italic;
		}


.calsidehdr {
	float:left;
	width: 150px;
	margin-bottom: 2px;
	border-bottom: 1px dotted #fff;
	}
		


.calsidert {
	float: right;
	margin-left:2px;
	text-align: right;
	vertical-align: baseline;	
	padding-top: 2px;
	font-weight: normal;
	text-align: right;
	}

.calrowdt, .calrow {
	width: 150px;
	text-align: left;
	float:left;
	}
	.calrowdt {
		font-weight:bold;
		margin-top:3px;
		}
.caltick, .calposs, .calno, .calfr {
	height: 17px;
	width:17px;
	float:left;
	background-repeat:no-repeat;
	background-position:top;
	}
	.caltick {
		background-image: url(../images/tick.gif);
		}
	.calposs {
		background-image: url(../images/poss.gif);
		}
	.calno {
		background-image: url(../images/no.gif);
		}
.callbl {
	width:28px;	
	float:left;
	}
.callogin {
	padding:3px 0;
	float:left;
	}	
.calinput {
	width:110px;
	font-size:10px;
	line-height:11px;
	}
	
	/* ajax dropdown code */
	.ajaxddwrap{
		background-color:#040404;	
		color:#fff;
		width:202px;
	}
	.ajaxddtitle {
	padding:2px;
	}	
	.ajaxddtitle a:link, .ajaxddtitle a:visited, .ajaxddtitle a:active {	
		color: #fff;
		text-decoration: underline;
	}
	.ajaxddwrap a:hover {	
		color:#FBFBFB;
		text-decoration: underline;
	}

	.ajaxdd {
		position:absolute;	/* Never change this one */
		width:200px;	/* Width of box */
		height:300px;	/* Height of box */
		overflow:auto;	/* Scrolling features */
		border:1px solid #666;	
		background-color:#FFF;	
		text-align:left;
		z-index:100;
		font-size: 0.9em;
	}
	a.ajaxddlink:link, a.ajaxddlink:visited, a.ajaxddlink:active {	
		margin:0px;		
		padding:3px;
		cursor:pointer;
		display:block;
		color: #333;
		text-decoration: none ;
	}
	a.ajaxddlink:hover {	
		color: #fff;
		background-color: #cc0000;
		text-decoration: none ;
	}
	.ajaxddaddress{
		color:#999999;
	}	
	
	
	/*modal pop-up styles */
		.watermark {
			background: #FFAAFF;
		}

		.popupControl {
			background-color:#AAD4FF;
			position:absolute;
			visibility:hidden;
			border-style:solid;
			border-color: Black;
			border-width: 2px;
		}

		.modalBackground {
			background-color:Gray;
			filter:alpha(opacity=70);
			opacity:0.7;
		}

		.modalPopup {
			background-color:#fff;
			border:1px solid #000;
			width:400px;
		}
		.modalpopuptitle {
			background-color:#000;
			padding:1px;
			width:398px;
			color:#ffffff;
			font-size: 16px;
			font-weight:bold;
			font-family: "Trebuchet MS", Verdana, Arial;
			vertical-align:top;
		}

		.modalpopupcontent {
			padding:15px;
			width:400px;
		}
		
/* Map styles */

	#mapvenue {
		height:510px;
		width:440px;
		border:1px solid #999;
		float:left;
		}

	#mapsuburb, #mapsuburbLarge {
		height:520px;
		width:754px;
		border:1px solid #666;
		background-color:#666;
		color:#fff;
		}

	#mapsuburbkey, #mapsuburbkeytitle, #mapsuburbLargekey, #mapsuburbLargekeytitle {
		width:756px;
		height:58px;
		background-color:#666;
		color:#fff;
		}
	#mapsuburbkeytitle, #mapsuburbLargekeytitle {
		height:22px;
		background-color:#333;
		}
	
	.mapkeyrow {
	height:22px;
	padding: 3px 0px;
	clear:both;
	text-align:center;
	}	
	