@charset "utf-8";
/* CSS Document */
/************
prices
*************/
.priceDisplay {
	margin-top: 1px; /*Offset the border to flush the div against the next coloumn*/
	border: 1px solid #FC6;
	padding: 5px;
}
/************
bar
*************/
.primary #viewerCont {
	width: 440px;
	margin-bottom: 5px;
}

.primary #barImage {
	margin-top:10px;
}
.viewerPanel {
	background-color: #FFF;
	border: solid 3px #CCC;
	float: left;
	width: 100px;
}
/************
parties and specials page
*************/
.partyDisplay {
	margin:10px 0;
	border: 1px solid #FC6;
	padding: 5px;
}
.imgHolder {
	width: 250px;
	float: right;
	margin-left: 10px;
	overflow: hidden;

}
.txtHolder {
	float:left;
	width: 450px;
}


/************
leaflets page
*************/

.leafletBox {
	float: left;
	overflow: visible;
	padding: 10px;
	width: 200px;
	
}



/************
admission page
*************/

.admissionlist li {
	margin: 8px 0;
}

/************
job application page
*************/
.primary #appCont {
	width: 600px;
	margin: 0;
	font-size: 90%;
}

.rowDiv {
	margin: 0;
	width:600px;
	padding: 0;
	clear: left;
}
.labelDiv {
	padding: 3px 5px;
	float:left;
	width:150px;
	line-height:25px;
	height: 25px;
}
.fieldDiv {
	padding: 3px 0;
	float:left;
	width: 300px;
	line-height: 25px;
}

.primary #travdet {
	width:300px;
	margin: 2px 0;
}

/************
Voucher pages
**************/

.primary #vouchCont {
	width: 499px;
	border: 2px ridge #CCCCCC;
	font-size: 80%;
	font-family: Verdana, Geneva, sans-serif;
	
}
.vouchInfo {
	border: 2px ridge #CCCCCC;
	line-height: 25px;
	padding: 0 5px;
}
.vouchTerms {
	text-align: center;
	font-size:80%;
	border: 2px ridge #CCCCCC;
	padding: 0 5px;
}

.primary #vouchCont h3, .primary #vouchCont p {
	padding: 0;
	margin: 0;
}
.primary #vouchTick {
	float: left;
	width: 458px;
	font-size: 80%;
}
.primary #vouchTickBox {
	width:25px;
	height:20px;
	float: left;
	border: 1px solid #CCCCCC;
	margin: 2px 0;
}
/******************
Loyalty
*******************/
.loyRow {
	margin:3px 0;
	border: 0;
	padding: 0;
	width: 340px;
}
.formHolder {
	width: 210px;
	float: right;

}
.labelHolder {
	float:left;
	width: 130px;
	height: 25px;
	margin: 2px 0;
	line-height: 25px;
}
.formErrorDiv {
	font-size: 80%;
	color: #FF0000;
	float:right;
	width:210px;	
}
.errorRow {
	width: 340px;
	display: none;
}
/******************
Links
*******************/
.primary #mainContent a:visited {
	text-decoration: none;
	color: #0000FF;
}
.primary #mainContent a:link {
	color: #0000FF;
	text-decoration: none;
}
.primary #mainContent a:hover {
	font-weight: normal;
	color: #0000FF;
	text-decoration: underline;
}
.primary #mainContent a:active {
}
.primary #footer a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.primary #footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.primary #footer a:hover {
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
.primary #footer a:active {
}
/************
sitemap
*************/

.primary #siteMap li{
	margin: 8px 0;
	list-style-type:disc;
}
.primary #siteMap li a:link {
	color: #4E4E4E;
	text-decoration:underline;
	font-weight: bold;

}
.primary #siteMap li a:visited {
	font-weight: bold;
	text-decoration:underline;
	color: #4E4E4E;
}
.primary #siteMap li a:hover{
	font-weight: bold;
	text-decoration:none;
	color: #CCCCCC;
}

