﻿body
{
	margin: 0px;
	padding: 0px;
	/*height: 100%;*/
	font-size: 82%;
	font-family: Arial, Helvetica, Sans-serif;
}

h1
{
	font-size: 2.2em;
}
.header
{
	background: #9FC251 url(images/bg-header.gif) left top no-repeat;
	height: 121px;
	width: 100%;
}

.logo
{
	position: relative;
	top: 15px;
	left: 43px;
}


.menu UL
{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.menu LI /*, .menu LI A*/
{
	
	margin: 0px;
	/*padding: 6px 3px 6px 19px;*/
	padding:6px 3px 6px 19px;
	
	list-style: none;
	text-indent:0px;
}

.menu LI A
{
	text-decoration: none;
	color: white;
}

.blue, .green, .yellow, .orange, .pink, .nocolour
{
	font-size: 1.6em;
	font-weight: bold;
	padding: 50px 25px 25px 25px;
}

.blue H1, .blue a
{
	color: #67B7EF;
}
.green H1, .green a
{
	color: #9FC251;
}
.yellow H1, .yellow a
{
	color: #EDC735;
}
.orange H1, .orange a
{
	color: #D89136;
}
.pink H1, .pink a
{
	color: #D571A8;
}

.shows a
{
	color: white;
}


.pink p
{
	color: #67B7EF;
}
.blue p
{
	color: #9FC251;
}
.green p
{
	color: #EDC735;
}
.yellow p
{
	color: #D89136;
}
.orange p
{
	color: #D571A8;
}

.pink h2
{
	color: #9FC251;
}
.blue h2
{
	color: #EDC735;
}
.green h2
{
	color: #D89136;
}
.yellow h2
{
	color: #D571A8;
}
.orange h2
{
	color: #67B7EF;
}


.menu
{
	/*margin-left: 24px;
	_margin-left: 12px;*/
	width:219px;
	float: left;
	background-color:#fff;
	text-align:right;

}

.menucontent
{
	float:right;
	width:195px;
	text-align:left;
}


.contentwrapper
{



}


.contentFixed
{
	background-color:#fff;
	width:785px;
	/*border:solid 1px red;*/
	float:left;
}

.content
{
	/*float: left;*/
}

.content H1, .content H2, .content H3
{
	color: White;
	padding: 0px 25px 0px 25px;
}

.content h2
{
	font-size: 1.2em;
}
.content h3
{
	font-style: italic;
}

.content p
{
	padding: 0px 25px 0px 25px;
	font-size:1.2em;
	color:#1582CA;
	
}

.right-col
{
	float: left;
	padding: 15px;
}

.box
{
	border: solid 3px #D89136;
	padding: 10px;
	background: url(images/orange-sqr.gif) right bottom no-repeat;
	/*height: 88px;*/
	margin-bottom: 12px;
}

.box img
{
	border: solid 6px #D89136;
}

.box h2
{
	padding-bottom: 0px;
	padding-top:0px;
	margin-bottom: 0px;
	margin-top:0px;
	font-size: 1.4em;
}

.box a
{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

.box a:hover
{
	text-decoration: underline;
}

.event H2
{
	padding-top: 10px;
}
.event
{
	margin-left: 219px;
	padding-left: 30px;
	background-color: #D571A8;
}

.event a
{
	color: White;
	font-weight: bold;
	text-decoration: none;
}

.shows
{
	padding: 20px;
	margin: 0px;
}

.shows
{

margin-left: 0px;
	
}


.shows h2, .shows h3
{
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

.listings
{
	font-weight: bold;
	font-size: 1em;
	padding-bottom: 15px;
}

.clear
{
	clear: both;
	height:0px;
	line-height:0px;
}


.modalBackground
{
	background-color: #E8E2D2;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup
{
	background-color: #ffffff;
	border-width: 3px;
	border-style: solid;
	border-color: #ccc;
	padding: 10px;
	text-align: center;
}

.modalPopup H1
{
}

.modalPopup table
{
	border-width: 1px;
	border-style: solid;
	border-color: #AAAAAA;
	border-collapse: collapse;
}

.modalPopup table td
{
	border-width: 1px;
	padding: 4px;
	border-style: dashed;
	border-color: #AAAAAA;
	text-align: left;
}


.rnm
{
	font-size:0.9em;
}

.rnm a
{
	color:#000;
	text-decoration:none;
}

a.textsizeS
{
	font-size: 12px;
	color: #000;
	text-decoration:none;
}

a.textsizeM
{
	font-size: 15px;
	color: #000;
	text-decoration:none;
}

a.textsizeL
{
	font-size: 18px;
	color: #000;
	text-decoration:none;
}

img
{
	border-width:0px;
}


.gridlist td
{
	border-bottom:dashed 1px #333333;
}

