/* CSS Document */

/* LINK STYLES*/

.mainContent a:link,
.sidebar a:link,
.sidebarWide a:link {
	text-decoration: none;
	color: #3E56A0;
}
.mainContent a:visited,
.sidebar a:visited,
.sidebarWide a:visited {
	text-decoration: none;
	color: #00829A;
}
.mainContent a:hover, .mainContent a:active,
.sidebar a:hover, .sidebar a:active,
.sidebarWide a:hover, .sidebarWide a:active {
	text-decoration: underline !important;
	color: #FF9900 !important;
}

.mainContent a img,
.sidebar a img,
.sidebarWide a img {
	border: 0;
}

/* Main Content */
.mainContent {
	font-size: 0.7em;
	line-height: 1.4;
	margin: 0 20px;
	padding-bottom: 5px;
min-height: 100px;
}

.mainContent {
	_height: 100px;
}

.mainContent p {
	margin: 0.6em 0;
}

.mainContent h1 {
	color: #3A4EA0;
	font-weight: normal;
	line-height: 1.1;
	font-size: 1.65em;
	margin: 0.4em 0 0 0;
}
.mainContent h2 {
	font-size: 1.2em;
	line-height: 1;
	margin: 0.6em 0 0 0;
	color: #348C70;
	font-weight: normal;
}
.mainContent h3 {
	font-size: 1.2em;
	line-height: 1.2;
	margin: 0.6em 0;
	color: #348C70;
	font-weight: normal;
	border-top: 1px solid #348C70;
	padding-top: 0.4em;
}
.mainContent h4 {
	font-size: 1.2em;
	line-height: 1.2;
	margin: 0;
	color: #6275AF;
	font-weight: normal;
}
.mainContent h5 {
	font-size: 1em;
	margin: 0;
	font-weight: bold;
	margin-bottom: -0.6em;
}
.mainContent ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
.mainContent li {
	margin: 0.3em 0;
}

.mainContent hr {
	color: #596EAC;
	background-color: #596EAC;
	height: 1px;
	border-style: none;
}


.inlineH2 {
	font-size: 1.2em;
	line-height: 1;
	color: #348C70;
	font-weight: normal;
}


.leftIndent {
	padding-left: 20px;
}
.cellPadRight {
	padding-right: 10px !important;
}
.cellPadLeft {
	padding-left: 10px !important;
}
.genTable {
	border-collapse: collapse;
	margin-top: 6px;
	border-top: 1px solid #6275AF;
}
.genTable th {
	background-color: #A2ADCC;
	color: #FFFFFF;
	padding: 2px 0;
}
.genTable td {
	border-bottom: 1px solid #6275AF;
	padding: 2px 0;
	vertical-align: top;
}

.listNoBullet {
	list-style-type: none;
}


/* SIDEBAR for location info etc*/
.mainContent .sidebar {
	float: right;
	font-size: 0.9em;
	line-height: 1.2;
	margin: 10px 0px 10px 20px;
}
.mainContent .sidebarWide {
	float: right;
	font-size: 0.9em;
	line-height: 1.2;
	margin: 10px 0px 10px 20px;
	padding-right: 20px;
}
.mainContent .sidebar table, .mainContent .sidebarWide table{
	background-color: #FFFFF2;
	border: 1px solid #FF9900;
	width: 180px;
}
.mainContent .sidebar th, .mainContent .sidebarWide th {
	background-color: #FF9900;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px 5px;
	text-transform: uppercase;
	text-align: center;
}
.mainContent .sidebar td, .mainContent .sidebarWide td {
	padding: 2px 9px;
	text-align: center;
}
.mainContent .sidebar p, .mainContent .sidebarWide p {
	margin: 0.4em 0;
}

/* Location table*/
.mainContent .locations {
	font-size: 0.9em;
	line-height: 1.2;
	margin: 10px 0px;
}
.mainContent .locations table td {
	vertical-align: top;
	padding-right: 9px;
}
.mainContent table .locTable table {
	background-color: #FFFFF2;
	border: 1px solid #FF9900;
	width: 180px;
}
.mainContent table .locTable th {
	background-color: #FF9900;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px 5px;
	text-transform: uppercase;
	text-align: center;
}
.mainContent table .locTable td {
	padding: 2px 9px;
	text-align: center;
}
.mainContent table .locTable p {
	margin: 0.4em 0;
}


.redHighlight {
	color: #FF0000;
}
.introImage {
	padding: 4px;
	border: 1px solid #6376B0;
	width: 314px;
	margin: 0.8em 20px 0.8em 0px;
	float: left;
}
.movieCentre {
	text-align: center;
	margin-top: 10px;
}
.sidebar2nd {
	margin-top: 10px;
	margin-bottom: 10px;
}
.sidebar2nd table {
	margin: 0 auto;
}
.sidebar2nd td {
	text-align: center;
	vertical-align: bottom;
	padding: 0 10px;
}
.sidebar2nd img {
	border: 0;
}
.sidebar2nd p {
	margin: 0;
}
.sidebar2ndBorder {
}
.noWrapText {
	white-space: nowrap;
}
.nutritionBut {
	padding-left: 20px;	
}
