﻿html {
	}

body {
	background-color:black;
	font-family:calibri,arial;
	color:white;
	font-weight:normal;
	font-size:small;
}

#container {
      height:775px;
      width:970px;
      margin: 0;
      padding: 0;
/*      border:thin white dotted; */
      text-align: center;
      margin: 0 auto; 
   }
#pageheader {
	margin:0;
	height:120px;
	width:100%;
	background-image:url('images/xmas_pagetop.jpg');
	background-repeat:no-repeat;
	background-position:right top;
}
#pagetopmenubar {
	height:30px;
	padding-top:89px;
	width:100%;
	font-size:medium;
	text-align:left;
	
}

#core {
	text-align:left;
	width:100%;
	height:645px;
	margin-top:2px;
}

#rhs-search {
	border:thin red solid;
	width:260px;
	height:99%;
	float:right;
}

#rhs-search-front {
	border:thin red solid;
	width:260px;
	height:100%;
	float:right;
	margin-top:0px;
	margin-top:-4px; 
}

.title {
	font-weight:bold;
	width:260px;
	height:20px;
	background-image:url('images/titlebackbround_r.gif');
	background-repeat:repeat;
	
}
.menubaritem {
	float:left;
/*	padding-left:5px; */
/*	width:140px; */
/*	padding-right:30px; */
	padding-left:15px;
	padding-right:15px;
	border-right:thin gray solid;
	font-weight:bold;
}
.menubaritemright {
/*	float:right; */
	padding-left:15px;
	padding-right:15px;
	font-weight:bold;
}

a {
	color:white;
	text-decoration:none;
}

a.red {
	color:red;
}

a:hover {
	text-decoration:underline;
	color:#0E8A42;
}

a.smred {
	font-weight:bold;
	color:red;
}
a.smred:hover {
	color:#0E8A42;
}
.displayeventfront {
	border:thin red dotted;
	height:120px;
	width:510px;
	margin-left:15px;
	margin-top:8px;
	margin-bottom:10px;
}
.displayeventfronttitle {
	font-size:medium;
	font-weight:bold;
	color:red;
}

.displayevent {
	border:thin red dotted;
	height:120px;
	width:498px;
	margin-left:5px;
	margin-top:8px;
	margin-bottom:10px;
}

.venueimage {
	height:120px;
	width:120px;
	float:left;
	margin-right:5px;
}

.eventimage {
	height:160px;
	width:160px;
	float:left;
	margin-right:5px;
	margin-left:5px;
}

.pricesfrom {
	float:right;
	width:90px;
	height:120px;
	background-color:red;
	color:white;
	font-weight:bold;
	font-size:large;
	text-align:center;
}

#footer {
      height:65px;
      width:975px;
      margin: 0;
      padding: 0;
      border:0;
      text-align: center;
      margin: 0 auto; 
      font-size:x-small;
      color:#CCCCCC;
      padding-top:4px;
      border:thin #333333 dotted;
   }

#footer2 {
      height:25px;
      width:975px;
      margin: 0;
      padding: 0;
      border:0;
      text-align: center;
      margin: 0 auto; 
      font-size:x-small;
      color:#CCCCCC;
      padding-top:4px;
/*      border:thin #333333 dotted; */
   }

#eventtext {
	width:530px;
	height:99%;
	margin-left:5px;
	margin-right:0px;
	padding-top:5px;
	overflow:auto;
}

.calendarlink {
	color:red;
}

#imagehack {
	width:100%;
	height:160px;
}

.venuesearch {
	font-size:8pt;
	font-family:Calibri,arial;
	background:#fff;
}
