﻿html {
	}

body {
	background-color:black;
	font-family:Arial;
	color:white;
	font-weight:bold;
	font-size:small;
}

#container {
      height:975px;
      width:800px;
      margin: 0;
      padding: 0;
      border:thin white dotted;
      text-align: center;
      margin: 0 auto; 
   }
#pageheader {
	margin:0;
	height:160px;
	width:100%;
	background-image:url('images/pagetopbanner.gif');
	background-repeat:no-repeat;
}
#pagetopmenubar {
	height:30px;
	padding-top:129px;
	width:100%;
	font-size:medium;
	text-align:left;
	
}

#core {
	text-align:left;
	width:100%;
	height:815px;
	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;
}
.menubaritemright {
	float:right;
	padding-right:10px;
}

a {
	color:white;
	text-decoration:none;
}

a.red {
	color:red;
}

.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:45px;
      width:800px;
      margin: 0;
      padding: 0;
      border:0;
      text-align: center;
      margin: 0 auto; 
      font-size:x-small;
      color:#CCCCCC;
      padding-top:4px;
   }

#eventtext {
	width:530px;
	height:99%;
	margin-left:5px;
	margin-right:0px;
	padding-top:5px;
	overflow:auto;
}

.calendarlink {
	color:red;
}

#imagehack {
	width:100%;
	height:160px;
}