body {
	background-color: #0e0e0e;
	color: #ffffff;
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/pagebackground.gif);
	background-repeat: repeat;
}

body a, body a:active, body a:visited {
	color: blue;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

body a:hover {
	color: blue;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

#maincontainer {
	width: 682px;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #000000;
}

#banner {
	width: 682px;
	height: 103px;
	background-image: url(../images/banner.jpg);
	border-bottom: solid 1px #000000;
}

#menubar {
	width: 682px;
	height: 23px;
	background-image: url(../images/menugradient.gif);
	background-repeat: repeat-x;
	color: #ffffff;
	border-bottom: solid 1px #000000;
	font-family: Helvetica, sans-serif;
	text-transform: uppercase;
	vertical-align: middle;
}

#menubar ul {
	display: block;
	list-style: none;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	float: left;
}

#menubar ul li {
	position: relative;
	top: 3px; /* this may need to be 4px in camino and firefox, it's fine for IE and Safari */
	display: inline;
	list-style: none;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;
}

#menubar #right {
	float: right;
}

#menubar a, #menubar a:visited, #menubar a:active {
	color: #ffffff;
	text-decoration: none;
}

#menubar a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#contentcontainer {
	width: 659px;
	background-image: url(../images/contentbackground.gif);
	background-repeat: repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 13px;
}

#contentbox {
	width: 100%;
	background-color: #ffffff;
	background-image: url(../images/contentboxbackground.gif);
	background-repeat: repeat;
	border: solid 2px #000000;
	color: #000000;
}

.header {
	height: 13px;
	width: 100%;
	color: #ffffff;
	background-color: #5c5c5c;
	background-image: url(../images/contentheader.gif);
	background-repeat: repeat-x;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-top: 3px;
	font-size: 13px;
	color: #ffffff;
	font-weight: normal;
	text-transform: uppercase;
	font-family: Helvetica, sans-serif;
}

.header a, .header a:active, .header a:visited {
	color: #ffffff;
	text-decoration: underline;
}

.header a:hover {
	color: #ffffff;
	text-decoration: none;
}

.alignleft {
	text-align: right;
}

.alignright {
	text-align: right;
}

.leftcolumn {
	clear: left;
	float: left;
	top: 0px;
	left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width: 450px;
	min-height: 550px;
	height: 100%;
	border-right: solid 2px #060606;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.rightcolumn {
	float: left;
	height: 100%;
	top: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width: 165px;
	text-align: center;
}
#subscribebox {
	position: relative;
	right: 0px;
	width: 100%;
	z-index: 3;
	margin-top: 4px;
	text-align:right;
}
#subscribebox a:hover {
	background-color: #484875;
	color: #ffffff;
	border: inset 1px #000000;
	padding: 2px;
}
#subscribehide {
	clear: right;
	float: right;
	width: 300px;
	white-space: nowrap;
	margin-top: 1px;
	background-color: #ffffff;
	font-size: 13px;
	padding: 4px;
	border: inset 1px #000000;
	text-align: left;
}
#subscribehide a:hover {
	background-color: #ffffff;
	color: #666699;
	border: none;
	padding: 0px;
	text-decoration: none;
}
#sublink img {
	border: 0px;
}
#subscribehidefix {
	clear: both;
}
#copyrightBottom {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #ededed;
	font-size: 13px;
}
#copyrightBottom a, #copyrightBottom a:active, #copyrightBottom a:visited {
	color: #ededed;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}
#copyrightBottom a:hover {
	color: #ededed;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.adminTable {
	min-width: 400px;
	border: solid 1px #000000;
	margin-left: 10px;
	margin-right: 15px;
}
.adminTableHeader {
	height: 23px;
	background-image: url(/images/admin/tableheadergradient.gif);
	background-repeat: repeat-x;
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	padding-left: 2px;
	padding-right: 2px;
	text-align: left;
	white-space: nowrap;
}
.adminColumnHeader {
	padding: 2px;
	background-color: #333366;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
}
.adminTableOptions a {
	color: #ffffff;
	text-decoration: underline;
}
.adminTableOptions a:hover {
	color: #ffffff;
	text-decoration: none;
}
.adminTableOptions a:visited {
	color: #ffffff;
	text-decoration: underline;
}
.adminTableOptions a:active {
	color: #ffffff;
	text-decoration: underline;
}
.row1 {
	background-color: #f5f5f5;
	font-size: 13px;
	padding: 2px;
}
.row2 {
	background-color: #dcdceb;
	font-size: 13px;
	padding: 2px;
}

.padme {
	margin-top: 5px;
	margin-bottom: 5px;
}
.padme .eventtitle a, .padme .eventtitle a:active, .padme .eventtitle a:visited, .padme .eventtext a, .padme .eventtext a:active, .padme .eventtext a:visited {
	color: blue;
	text-decoration: none;
}
.padme .eventtitle a:hover, .padme .eventtext a:hover {
	color: blue;
	text-decoration: underline;
}
.mailinglistbox {
	margin-bottom: 5px;
}
.mailinglistbox table tr td {
	text-align: right;
}
.mailinglistbox form {
	margin: 0px;
	padding: 0px;
}
.mailinglistsubmit {
	width: 100%;
	line-height: 12px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.mailinglistlabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	padding-right: 2px;
}
.mailinglisttext {
	width: 115px;
	height: 12px;
	line-height: 12px;
	font-size: 12px;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
}
.mailinglistdropdown {
	font-family: Arial, Helvetica, sans-serif;
}
.supersmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.errormessage {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #cd5b5b;
	border: solid 3px #ec8f8f;
	color: #ffffff;
	padding: 5px;
}
.noticemessage {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #8fb4ec;
	border: solid 3px #1459c0;
	color: #000000;
	padding: 5px;
}
.errortitle {
	text-align: center;
	font-weight: bold;
	font-size: 15px;
}
.errorverbose {
	text-align: left;
	margin-top: 5px;
	font-weight: normal;
	font-size: 13px;
}
.errorverbose ul {
	margin: 0px;
}
.viewevent {
	width: 100%;
}
.viewevent .picture {
	width: 200px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}
.viewevent .picture img {
	width: 200px;
	border: solid 2px #000000;
}
.viewevent .presentedby {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.viewevent .presentedby a, .viewevent .presentedby a:active, .viewevent .presentedby a:visited {
	color: #000000;
	text-decoration: none;
}
.viewevent .presentedby a:hover {
	color: #000000;
	text-decoration: underline;
}
.viewevent .headliner {
	float:  left;
	margin-left: 15px;
	margin-top: 5px;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	text-transform: uppercase;
}
.viewevent .headliner a, .viewevent .headliner a:active, .viewevent .headliner a:visited {
	color: blue;
	text-decoration: none;
}
.viewevent .headliner a:hover {
	color: blue;
	text-decoration: underline;
}
.viewevent .otheracts {
	clear: left;
	margin-left: 15px;
	font-weight: normal;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.viewevent .otheracts a, .viewevent .otheracts a:active, .viewevent .otheracts a:visited {
	color: #000000;
	text-decoration: none;
}
.viewevent .otheracts a:hover {
	color: #000000;
	text-decoration: underline;
}
.viewevent .date_day {
	clear: left;
	margin-left: 15px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border: solid 1px #000000;
	padding: 3px;
}
.viewevent .time {
	clear: left;
	margin-left: 15px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.viewevent .price {
	clear: left;
	margin-left: 15px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.viewevent .description {
	clear: left;
	margin-left: 15px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: solid 1px #c6c6c6;
	padding: 3px;
}
.viewevent .description a, .viewevent .description a:active, .viewevent .description a:visited {
	color: #000000;
	text-decoration: underline;
}
.viewevent .description a:hover {
	color: #000000;
	text-decoration: underline;
}
.viewevent .addl_links {
	clear:left;
	width: 196px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: solid 1px #c6c6c6;
	padding: 3px;
	font-weight: bold;
}
.viewevent ul {
	margin: 0px;
	padding: 0px;
}
.viewevent ul li {
	display: block;
	list-style: none;
	font-family: Arial, Helvetics, sans-serif;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.viewevent ul li:hover {
	text-decoration: underline;
}
.viewevent .addl_links a, .viewevent .addl_links a:active, .viewevent .addl_links a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.addl_links .description a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}
.viewevent .viral {
	clear:left;
	width: 196px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	border: solid 1px #c6c6c6;
	padding: 3px;
	font-weight: bold;
	font-size: 12px;
}
#myspacebulletin {
}
#myspacebulletin textarea {
	width: 190px;
	height: 50px;
	z-index: 3;
}
#myspacebulletin #myspaceinstructions {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 10px;
	padding: 2px;
	border: solid 1px #c6c6c6;
	margin: 2px;
}
#emailbox form {
	margin 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	white-space: nowrap;
}
#emailbox .shareEmailBox {
	width: 100px;
	margin-left: 5px;
}
#phonebox form {
	margin 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	white-space: nowrap;
}
#phonebox input, #phonebox select {
	width: 80px;
	margin-left: 5px;
}
.viewevent .ticketingbox {
	float: left;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	border: solid 1px #c6c6c6;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.viewevent .ticketingbox .seatingstyle .seatingname {
	font-weight: bold;
}
.viewevent .ticketingbox .seatingstyle .seatingdesc {
	font-weight: normal;
}
.viewevent .ticketingbox .buynowbox {
	margin-top: 5px;
	font-weight: bold;
}
.eventseparate {
	width: 80%;
	height: 1px;
	color: #000000;
	background-color: #000000;
	border: none;
}
.eventimage {
	width: 72px;
}
.eventimage img {
	border: solid 2px #000000;
}
.eventtable {
	margin-top: 5px;
}
.eventcenter {
	vertical-align: top;
	text-align: left;
}
.eventcenter a, .eventcenter a:active, .eventcenter a:visited {
	text-decoration: none;
	color: #000000;
}
.eventcenter a:hover {
	text-decoration: underline;
	color: #000000;
}
.eventtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-transform: uppercase;
	font-weight: bold;
}
.eventtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
}
.evenuename {
	font-weight: bold;
	text-transform: uppercase;
}
.eventtime {
	position: relative;
	max-width: 260px;
	bottom: 0px;
	float: left;
	margin-top: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-transform: uppercase;
}
.eventright {
	text-align: right;
	white-space: nowrap;
}
.buynow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	/*color: #666699;*/
	color: blue;
	text-transform: uppercase;
	text-decoration: none;
}
.soldout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #663333;
	text-transform: uppercase;
}
.socialboxright img {
	border-left: solid 2px black;
	border-bottom: solid 1px black;
	border-right: solid 2px black;
	border-top: solid 1px black;
}
.floatfix {
	clear: both;
}