html, body {
	margin: 0;
	padding: 0;
	background-color: #282828;
	font-family: Tahoma;
	font-size: 14px;
	line-height: 18px;
	color: #555555;
	overflow-y:scroll;
	}
h3, h3 a, h3 a:visited {
	margin-bottom: 4px;
	color: #555555;
	}
h3 a:hover {
	text-decoration:underline;
	color: #555555;
	}
h4 {
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 4px;
	}
a, a:visited {
	color:#c47401;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
h2, h2 a, h2 a:visited {
	font-size: 24px;
	color: #555555;
	padding-top: 0px;
	margin-top: 0px;
	}
h2 a:hover {
	text-decoration:underline;
	color: #555555;
	}
#welcome h1 {
	margin: 0px;
	font-size: 18px;
	color: #555555;
	}
#welcome p {
	font-size: 12px;
	line-height: 16px;
	background: url('../images/bstar.png') no-repeat top left;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 20px;
	}
#welcome .nostar {
	background-image: none;
	}
#logo_night {
	background-image: url('../images/logo_night.png');
	background-repeat: no-repeat;
	width: 78px;
	height: 371px;
	position:absolute;
	top:20px;
	margin-left:-83px;
	}
#logo_day {
	background-image: url('../images/logo_day.png');
	background-repeat: no-repeat;
	width: 78px;
	height: 371px;
	position:absolute;
	top:20px;
	margin-left:-83px;
	}
#wrapper {
	width: 850px;
	margin: 0 auto;
	background-color: #eeeeee;
	}
#container {
	min-height: 100%;
	width: 750px;
	margin: 0 auto;
	}
.popcat {
	margin-top: 30px;
	margin-bottom: 10px;
	float:left;
	width: 236px;
	background-color: #eeeeee;
	border: 2px solid #282828;
	border-top: 20px solid #282828;
	font-size: 10px;
	}
.popcat h2 {
	font-size: 18px;
	color: #282828;
	margin-top:-37px;
	position: relative;
	}
.popcat h3 {
	font-size: 14px;
	color: #eeeeee;
	margin-top:-17px;
	font-weight: normal;
	padding-left: 2px;
	position: relative;
	}
.popcat p {
	margin:0;
	padding:0;
	padding-left: 5px;
	font-weight: bold;
	}
.popcat p:hover {
	background-color: #eeeeee;
	}
.marginright {
	margin-right: 15px;
	}
#popular {
	width: 750px;
	margin: 0 auto;
	}
#home {
	min-height: 100%;
	width: 750px;
	background-color: #282828;
	margin: 0 auto;
	padding: 15px;
	}
#navigation {
	height: 40px;
	top:0;
	width: 100%;
	background-image: url('../images/navbg.png');
	background-repeat: repeat-x;
	}
#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}
#navigation li {
	float: left;
	}
#navigation li a {
	padding: 0 14px;
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	padding-top: 4px;
	border-right: 2px solid #eeeeee;
	height: 34px;
	background: url('../images/drop.png') repeat-x 50% 0;
	}
#subnav {
	width: 100%;
	align: left;
	text-align: left;
	}
#searchdiv {
	float: right;
	margin-right: 14px;
	color: #ffffff;
	text-decoration: none;
	}
.search {
	padding: 2px;
	font-size: 13px;
	background: #fff url('../images/fieldbg.gif') top left repeat-x;
	border: 1px solid #d5d5d5;
	color: #333;
	margin-top: 4px;
	width: 175px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}
#dropmenudiv {
	position:absolute;
	text-align: left;
	font-size: 12px;
	line-height: 14px;
	z-index:100;
	margin-top: -9px;
	border: 1px solid #282828;
	opacity:0.9;
	filter:alpha(opacity=90)
	}
#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 14px;
	text-align: left;
	padding: 4px 0;
	text-decoration: none;
	color: #282828;
	background-color: #acacac;
	}
#dropmenudiv a:hover {
	background-color: #d19405;
	text-align: left;
	color: #282828;
	}
#content {
	margin-top: 10px;
	overflow:hidden;
	}
#leftcol {
	margin-top: 8px;
	width: 520px;
	float: left;
	min-height: 450px;
	}
#rightcol {
	width: 210px;
	float: right;
	min-height: 450px;
	}
.accordionButton {	
	width: 202px;
	float: left;
	background: #282828;
	color: #ffffff;
	padding: 4px;
	cursor: pointer;
	text-align: right;
	border-top: 1px solid #eeeeee;
	}
.accordionContent {	
	width: 200px;
	font-size: 12px;
	float: left;
	padding: 4px;
	border: 1px #282828 solid;
	display: none;
	}
#mask {
	position:absolute;
	left:0;
	top:0;
	z-index:9000;
	background-color:#000000;
	display:none;
	}
.window {
	position:absolute;
	left:0;
	top:0;
	width:440px;
	height:200px;
	display:none;
	z-index:9999;
	padding:20px;
	}
#dialog {
	background: url('../images/modal.png') top left no-repeat;
	width:375px; 
	height:303px;
	padding-left: 10px;
	padding-top: 50px;
	padding-right: 100px;
	}
#footer {
	font-size: 10px;
	position:relative;
	text-align: center;
	clear:both;
	padding: 4px;
	margin-bottom: 4px;
	margin-top: 20px;
	}
.footernav {
	font-size: 12px;
	}
.listing {
	padding-bottom: 8px;
	margin-bottom: 4px;
	}
.description {
	color: #7d7d7d;
	font-size: 12px;
	line-height: 14px;
	}
.datestimes {
	color: #555555;
	font-size: 12px;
	line-height: 14px;
	}
.modaltxt {
	width: 250px;
	color: #555555;
	font-size: 12px;
	line-height: 14px;
	}
.thumbnail {
	float:left;
	background:none;
	border:1px solid #282828;
	margin-right:6px;
	}
p.venue {
	margin-bottom: 4px;
	}
div.clearer {
	clear: left;
	line-height: 0;
	height: 0;
	}
div.border {
	margin-top: 0px;
	padding-top: 0px;
	border-bottom: 1px solid #7d7d7d;
	}
img.icon {
	margin-left: 2px;
	}
#pagination {
	margin-top: 18px;
	margin-bottom: 18px;
	font-size: 12px;
	}
#pagination .normal {
	border:1px solid #aaaaaa;
	padding: 0px 4px;
	}
#pagination .active {
	color: #ffffff;
	background-color: #c47401;
	}
#pagination .disabled {
	color: #aaaaaa;
	}
#subnav {
	margin-top: 4px;
	margin-bottom: 8px;
	font-size: 12px;
	}
.searchbutton {
	font-size: 16px;
	background-color: #282828;
	border: 0px;
	color: #ffffff;
	}
.highlight {
	border-bottom: 1px dotted #c47401
	}
.rss {
	font-size: 12px;
	}
#social {
	width:190px;
	padding: 0 5px;
	display: block;
	height: 25px;
	}
.forminput {
	border: 1px solid #d5d5d5;
	color: #333;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	font-family:Verdana, sans-serif;
	vertical-align: middle;
	background-color:#ffffff;
	padding: 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
.small {
	width: 75px;
	}
.medium {
	width: 150px;
	}
.large {
	width: 225px;
	}
.textinput {
	border: 1px solid #d5d5d5;
	color: #333;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	font-family:Verdana, sans-serif;
	vertical-align: middle;
	background-color:#ffffff;
	width: 350px;
	height: 100px;
	padding: 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
.short {
	height: 50px;
	}
.button {
	background-color: #282828;
	border: 0px;
	color: #ffffff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 4px;
	}
label {
	width: 120px;
	float: left;
	text-align: right;
	margin-right: 10px;
	display: block
	}
.required {
	color: #c47401;
	font-weight: bold;
	}
.break {
	padding-top: 10px;
	border-top: 1px dashed #d5d5d5;
	}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 30px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
	}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 29px;
	line-height: 29px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
	}
ul.tabs li a {
	text-decoration: none;
	color: #282828;
	display: block;
	font-size: 14px;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
	}
ul.tabs li a:hover {
	background: #ccc;
	}
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
	}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
	margin-bottom: 10px;
	}
.tab_content {
	padding: 10px;
	}
.star-rating {
	list-style:none;
	margin-left:1px!important;
	padding:0px;
	margin-bottom: 0px;
	width: 125px;
	height: 25px;
	position: relative;
	background: url('../images/alt_star.png') top left repeat-x;
	}
.star-rating li {
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
	}
.star-rating li a {
	display:block;
	width:25px;
	height: 25px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	}
.star-rating li a:hover {
	background: url('../images/alt_star.png') left bottom;
	z-index: 2;
	left: 0px;
	}
.star-rating a.one-star {
	left: 0px;
	}
.star-rating a.one-star:hover {
	width:25px;
	}
.star-rating a.two-stars {
	left:25px;
	}
.star-rating a.two-stars:hover {
	width: 50px;
	}
.star-rating a.three-stars {
	left: 50px;
	}
.star-rating a.three-stars:hover {
	width: 75px;
	}
.star-rating a.four-stars {
	left: 75px;
	}	
.star-rating a.four-stars:hover {
	width: 100px;
	}
.star-rating a.five-stars {
	left: 100px;
	}
.star-rating a.five-stars:hover {
	width: 125px;
	}
.star-rating li.current-rating {
	background: url('../images/alt_star.png') left center;
	position: absolute;
	height: 25px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}
.notification {
	position: relative;
	margin: 0 0 15px 0;
	padding: 0;
	border: 1px solid;
	background-position: 10px 11px !important;
	background-repeat: no-repeat !important;
	font-size: 13px;
	width: 99.8%;
	}
.notification div {
	display:block;
	font-style:normal;
	padding: 10px 10px 10px 40px;
	line-height: 1.3em;
	font-size: 10px;
	}
.attention {
	background: #fffbcc url('../images/icon_error.png') 10px 11px no-repeat;
	border-color: #e6db55;
	color: #666452;
	}
.dateactive {
	background:url('../images/icon_active.gif') repeat-y top left
	}
.dateinactive {
	background:url('../images/icon_inactive.gif') repeat-y top left
	}
.townimage {
	float:right;
	background:none;
	border:1px solid #282828;
	margin-left:6px;
	margin-bottom:6px;
	}
.ajax {
	background-image: url('../images/leftcap.gif'); background-position: right; background-repeat: no-repeat;
	}
.ajaxbusy {
	background-image: url('../images/spinner.gif'); background-position: right; background-repeat: no-repeat;
	}
.suggest_link {
	color: #555555;
	background-color: #FFFFFF;
	padding: 2px 2px 2px 4px;
	font-size: 10px;
	}
.suggest_link_over {
	color: #555555;
	background-color: #cccccc;
	padding: 2px 2px 2px 4px;
	font-size: 10px;
	}
#vsearch_suggest {
	margin-left: 130px;
	margin-top: -10px;
	width: 225px;
	position: absolute; 
	background-color: #ffffff; 
	text-align: left;
	}
.calendar-box {
	display:none;
	background-color:#fff;
	border:1px solid #555555;
	position:absolute;
	width:180px;
	padding: 0 5px;
	}
.calendar-box table td {
	width:14%;
	font-size: 10px;
	}
.calendar-box .calendar-title {
	text-align:center;
	}
.calendar-box a {
	text-decoration:none;
	}
.calendar-box .today a {
	padding:0 5px;
	margin-left:-5px;
	background-color:#ffe9c6;
	border: 1px solid #c47401;
	} 
.calendar-box .selected a {
	padding:0 5px;
	margin-left:-5px;
	border: 1px solid #c47401;
	background-color: #ffffff;
	}
a.tooltip span {
	display:none;
	padding:2px 3px;
	margin-left:5px;
	margin-top:15px;
	width:200px;
	}
a.tooltip:hover span {
	display:inline;
	position:absolute;
	text-align: left;
	background:#eeeeee;
	border:1px solid #555555;
	color:#555555;
	opacity:0.9;
	filter:alpha(opacity=90);
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	font-size: 10px;
	font-style: italic;
	}
.leftcol {
	width:50%;
	float:left;
	}
.rightcol {
	width:50%;
	float:right;
	}