* {
	padding: 0;
	margin: 0;
}
html {
	background: url('../img/bg_tile.gif') repeat black;
}
body {
	font-family: Arial, sans-serif;
	font-size: 16px;
	text-align: center;
	background: url('../img/header_bg.gif') repeat-x;
}
a {
	color: #8d1434;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: underline;
}
h1 {
	font-size: 1.3em;
	font-style: italic;
	margin-bottom: .75em;
}
h2 {
	font-size: 1em;
	color: #8d1434;
	font-style: italic;
	margin-bottom: .75em;
}
img {
	border: none;
}

/* Tables */
.collapse {
	border-collapse: collapse;
}
td {
	vertical-align: top;
}
td.question {
	padding-right: .75em;
}

/* Forms */
option {
	padding: 0 .25em;
}
form li {
	clear: left;
	list-style: none;
	padding: .125em 0 .125em 0;
	margin-left: 0;
}
form li.odd, form li.even {
	padding: .125em .25em .125em .25em;
}
form ul li:before {
	content: '';
	margin-left: 0;
}

form li label {
	float: left;
	width: 15%;
}
form li input[type=checkbox] + label {
	float: none;
	margin-left: .5em;
}
form li label.long {
	width: 30%;
}
form li input, form li textarea {
	margin: 0 0 0 0;
	width: 80%;
}
form li input[type=checkbox] {
	margin-left: 15%;
}
form li input.checkbox {
	width: auto;
}
form li input.short, form li textarea.short {
	width: auto;
}
form li p + input {
	margin-left: 15%;
}
form li p {
	margin-left: 15%;
	font-size: .825em;
	font-style: italic;
}
form li.submit {
	margin-left: 15%;
}
form div.submit {
	display: inline;
	margin-left: .25em;
}
form .submit input {
	width: auto
}
div.error-message, div#authMessage {
	color: red;
	margin-left: 15%;
}

fieldset {
	padding: .5em;
	margin-bottom: .75em;
	border: 1px dashed black;
}
#left_col fieldset {
	margin-top: 1em;
}
fieldset legend {
	color: black;
	font-weight: bold;
}
fieldset legend + p {
	margin-top: 0;
}
fieldset table {
	width: 100%;
}
fieldset .odd {
	background: url('../img/bg_thin.png');
}
fieldset .even {
	background: white;
}
fieldset td {
	padding: 2px;
}
fieldset .question {
	width: 20%;
}
fieldset table table td {
	padding: 0;
}

/* Text */
li {
	list-style: none;
	margin-left: 1em;
}
ul li:before {
	content: "\00BB \0020";
	font-weight: bold;
	margin-left: -1em;
}
p, ul {
	margin-bottom: .75em;
}
p+ul {
	margin-top: -.75em;
}
.back {
	float: left;
}
.forward {
	float: right;
}
.right {
	text-align: right;
}
.cntr {
	text-align: center;
}
.down {
	margin-top: 1em;
}
.clearer {
	clear: both;
}
.note {
	font-size: .85em;
}
.subtle {
	color: #666;
}
#right_col .subtle {
	color: #444;
}
.warning {
	color: red;
}
.hidden {
	display: none;
}
.nobr {
	white-space: nowrap;
}
.full {
	width: 90%;
}

/* Structure */
#container {
	position: relative;
	width: 800px;
	text-align: left;
	margin: 0 auto;
}
#header {
	height: 180px;
	background: url("../img/header_bg.jpg") 20px 0 no-repeat;
}
#special_offer {
	position: absolute;
	height: 87px;
	left: 562px;
	padding: 30px 10px 10px 40px;
	width: 166px;
}
#special_offer h1 {
	font-size: 1em;
	margin: 0 0 .5em 0;
}
#menu {
	z-index: 10;
	position: absolute;
	top: 180px;
	left: 0;
	width: 760px;
	height: 22px;
	text-align: right;
	font-weight: bold;
	margin-left: 20px;
	background: url('../img/menu_bg.png');
}
#body {
	width: 758px;
	padding-bottom: 1em;
	margin-left: 20px;
	border-left: 1px solid #f9d515;
	border-right: 1px solid #f9d515;
	background: url("../img/body_bg_right.gif") right repeat-y #cac9e3;
}
#body .inner {
	/* background: url("../img/body_bg.jpg") no-repeat; */
}
#body .inner h1:first-child {
	padding-top: 20px;
}
#body .inner .inner {
	background: none;
}
#footer {
	width: 730px;
	height: 40px;
	font-size: .75em;
	padding: 0 45px 0 15px;
	margin-left: 20px;
	background: url("../img/footer_bg.gif") no-repeat;
}
#footer .forward {
	opacity: .5;
	width: 214px;
}

/* Menu */
#menu #menu_edge {
	position: absolute;
	right: -20px;
	top: 0;
}
#menu ul {
	background: #7a74b5;
	display: inline-block;

	font-variant: small-caps;
	height: 25px;
}
#menu li {
	float: right;
	margin: 0;
	padding-top: 3px;
}
#menu li:before {
	color: yellow;
	content: '|';
	margin: 0 .75em;
}
#menu ul li:first-child {
	margin-right: .25em;
}
#menu ul li:last-child {
	background: url('../img/menu_left.png') top left no-repeat;
	min-height: 25px;
	min-width: 19px;
}
#menu ul li:last-child:before {
	content: '';
}
#menu a {
	color: white;
}
#menu a:hover {
	color: yellow;
	text-decoration: none;
}
#menu .spacer {
	color: yellow;
	padding: 0 8px;
}

/* Body */
#right_col {
	float: right;
	width: 265px;
	margin-top: 25px;
}
#left_col {
	padding: 14px 290px 15px 15px;
}

/* Right Column */
#right_col #sidebox_small {
	height: 200px;
	padding-left: 17px;
}
#right_col #sidebox_nun {
	height: 239px;
	padding-left: 17px;
}
#right_col #sidebox_special_event {
	text-align: right;
}
#right_col #sidebox_special_event img {
	vertical-align:bottom;
}
#right_col .sidebox_spacer {
	height: 40px;
	background: url('../img/sidebox_spacer.png') no-repeat;
}
#right_col .sidebox_title {

	margin-bottom: 10px;
}
#right_col .inner {
	font-size: .85em;
	padding: 0 10px 10px 31px;
}
#right_col .warning {
	color: #000;
}
#right_col #buy_tickets {
	padding-top: 5px;
}

.StickyWinInstance {
	text-align: left;
}
#calendarImg {
	margin-left: 5px;
}