/*********** Page Styles ***********/

html
{
	margin: 0px;
	padding: 0px;
}

body
{
	color: black;
	background-color:white;
	font-size: 100%;
	margin: 0;
	padding: 2px 3em;
	font-family: Ariel,Sans-Serif;
	
} 

/*********** Menu Styles ***********/

#Title
{
	background-color: #e63108;
	color: Red;
	padding: 0 1em;
	margin-bottom: 2px;
	border-color: #784F0C;
	border-style: solid;
	border-width: 8px 0;
	line-height: 1px;
} 

#Title a {
	text-decoration: none;
}

#Title a img{
	border: none;
}

#Menu
{
	background-color: #A32309;
	color: Red;
	padding: 2px 0.5em;
	font-weight: bold;
	font-size: 0.9em;
	z-index: 5000;
} 

#Menu ul {
	list-style: none;
	margin: 0;
	padding: 2px 0;
	z-index: 5100;
}

#Menu li {
	display: inline;
	position: relative;
	padding: 2px 0.25em;
	color: white;
	background-color: #A32309;
	z-index: 5200;
	cursor: default;
}

#Menu li div {
	position: absolute;
	padding-top: 7px;
	top: 1em;
	left: -999em;
	width: 14em;
	z-index: 5300;
}

#Menu li:hover div {
	left: 0em;
	display: block;  /* This line looks like it does nothing but 
						actually IE7 doesn't work without it, forces redraw */
}

#Menu li a, #Menu li a:link, #Menu li a:visited {
	display: block;
	color: black !important;
	text-decoration: none;
	background-color: #d4ab6a;
	border: 1px solid #A32309;
	border-left-width: 0.5em;
	padding: 2px 0.5em 2px;
	z-index: 5400;
}

#Menu li a:hover {
	color: white !important;
	text-decoration: none;
	background-color: #A32309;
}

/********* Content div style **********/
#Content {
	margin-top: 1em;
}

/********* Sponsor div style **********/

#Sponsors {
	margin-top: 2.5em;
	text-align: center;
	font: normal normal normal 1em/normal "Times New Roman", Times, serif;
	color: Black;
	clear: both;
}

#Sponsors div {
	margin-bottom: 1em;
}

#Sponsors p {
	margin: 0;
}

#Sponsors a img {
	border: none;
	vertical-align: middle;
}

/********* Heading Styles **********/

h1
{
	font-family: arial, sans-serif;
	font-weight: bold;
	color: #A32309;
	font-size: 1.6em;
} 

h2
{
	font-family: arial, sans-serif;
	color: #784F0C;
	font-size: 1.1em;
} 

h3
{
	font-family: arial, sans-serif;
	font-weight: bold;
	color: #784F0C;
	font-size: 1em;
} 

/********* Link Styles **********/

a:link, #Content a:link
{
/*	font-weight: bold;*/
	text-decoration: underline;
	color: #784F0C !important;
}

a:visited
{
	color: #3d2805 !important;
}

a:active
{
	color: #d4ab6a !important;
	text-decoration: underline overline;
}

a:hover
{
	color: #A32309 !important;
	text-decoration: underline overline;
}

a.detailLink, a.detailLink:link
{
	font-weight: normal;
	letter-spacing: 0px;
	text-decoration: underline;
	color: #000;
	font-size: 0.6em;
}

a.detailLink:visited
{
	color: #000;
}

a.detailLink:active
{
	color: #000;
	text-decoration: underline overline;
}

a.detailLink:hover
{
	color: #000;
	background-color: #d4ab6a;
	text-decoration: underline;
}

/********* List Styles **********/

dt {
	font-weight: bold;
	color: #A32309;
}

/********* Error Page Styles **********/

#Error {
	margin-top: 30%;
}

/********* Listing Styles **********/

.festival{
	border: 2px solid #784F0C;
	background-color: #ebe4d8;
	color: black;
}

.festivalDetail{
	margin: 0.4em;
	padding: 10px 2%;
	background-color: white;
	color: black;
}

.festivalDetail h2{
	margin: 0;
	color: #A32309;
	font-size: 1.5em;
}

.festivalDetail p{
	margin: 0;
	margin-top: 1em;
}

.production
{
	font-weight: bold;
	color: #A32309;
	/*font-family: times,serif;*/
	font-size: 1.8em;
} 

.notifier
{
	font-size: 0.8em;
} 

.company
{
	color: #784F0C;
	/*font-family: times,serif;*/
	font-size: 1.2em;
} 

.author
{
	color: #784F0C;
	/*font-family: times,serif;*/

	font-size: 1.1em;
} 

.date
{
	color: #3d2805;
	/*font-family: times,serif;*/
	background-color: #d4ab6a;
	font-size: 1.1em;
	font-weight: bold;
} 

.tickets
{
	color: #3d2805;
	/*font-family: times,serif;*/
	background-color: #d4ab6a;
	font-size: 1em;
	font-weight: bold;
} 

.type
{
	color: #3d2805;
	/*font-family: times,serif;*/
	background-color: #d4ab6a;
	font-size: 1em;
	font-weight: bold;
} 

.description
{
	/*font-family: times,serif;*/
	color: #000;
	font-size: 1em;
} 

.listing
{
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	width: 90%;
	margin-left: 4%;
	vertical-align: top;
}

.even {
}

.odd {
	background-color: #ebd3ae;
}

/*.listing .odd td {
	background-color: Red;
}*/

/********* Calendar Styles **********/

.calendarLinkPrev
{
	float: left;
	margin-left: 10%;
	width: 39%;
	text-align: left;
}

.calendarLinkNext
{
	float: right;
	margin-right: 10%;
	width: 39%;
	text-align: right;
}

#Calendar
{
	clear: both;
	margin: 1em 0;
	width: 80%;
	margin-left: 10%;
	margin-right: auto;
	border: 4px outset #784F0C;
}

#Calendar th
{
	border: 1px inset #784F0C;
	text-align:left;
}

#Calendar td
{
	border: 1px inset #784F0C;
	text-align: left;
	padding-left: 0.1em;
}

#Calendar td
{
	border: 1px inset #784F0C;
	text-align: left;
	padding-left: 0.1em;
}

#Calendar td table, #Calendar td table td
{
	border: none;
}

#Calendar td p
{
	margin: 0;
	font-size: smaller;
	font-weight: bold;
	color: #d4ab6a;
}

#Calendar .CDateProductionWeek
{
	background-color: #d4ab6a;
}

#Calendar .CDateProductionWeekend
{
	background-color: #d4ab6a;
}

#Calendar .CDateNothingWeek
{
}

#Calendar .CDateNothingWeekend
{
	background-color: #ccc;
}

#Calendar #TableSeparator
{
	background-color: #ccc;
}

/********* Search & Result Styles **********/

#SearchTables 
{
	text-align: center;
}

#SearchTables table
{
	width: 79%;
	margin: 1em 10%;
	border: 1px solid #3d2805;
	text-align: left;
}

#SearchTables table td
{
	padding: 5px;
}

#SearchTables .day
{
	float: left;
	width: 5.5em;
	text-align: center;
}

#SearchTables .productionType
{
	height: 84px;
	overflow: auto;
	border: 1px solid #3d2805;
}

#SearchTables .productionType div
{
	float: left;
	width: 50%; 
}

.SearchTextBox
{
	width:250px;
}

.ResultRow
{
	border-top:1px solid gray;
	border-bottom:1px solid gray;
	vertical-align:middle;
}

.prev
{
	width:80px;
	text-align:left;
}

.next
{
	width:80px;
	text-align:right;
}

.page
{
	text-align:center;
}

.CurrentPage
{
	text-align:center;
	color:red;
	font-weight: bold;
	letter-spacing: -1px;
}
 
/********* Contact Page Styles **********/

#Address {
	font-weight: bold;
	color: #A32309;
	white-space: pre;
}

#SendMail{
    margin: 0px;
}

#SendMail #Headings {
    font-weight: bold;
}

#SendMail .line {
    clear: both;
    text-align: left;
    padding-bottom: 1px;
    border-bottom: 1px solid #d4ab6a;
    margin: 0px 5% 1px;
}

#SendMail .position {
    display: block;
    float: left;
    width: 6em;
}

#SendMail .name {
    display: block;
    float: left;
    width: 6em;
}

#SendMail .control {
    display: block;
    float: left;
    width: 4em;
    text-align: center;
}

#SendMail .responsibility {
    margin: 0px 0px 0px 17em;
}

#SendMail #Guestbook{
    margin: 1.5em 20%;
    text-align: center;
}

#SendMail #MsgDetail {
    margin: 0px 20%;
}

#SendMail #MsgDetail input {
    float: right;
    width: 38em;
}

#SendMail #MsgDetail textarea {
    float: right;
    width: 38em;
}

#SendMail #MsgDetail #CopyToMe {
    float: none;
    display: inline;
    margin: 1.5em 0.5em 0px 0px;
    width: auto;
}

#SendMail #MsgDetail #Submit {
    display: block;
    float: none;
    width: auto;
    margin: 0.5em 0px;
}

#SendMail #Result{
    margin: 1.5em 20%;
    text-align: center;
}

/********* 2 Column Page Styles, used on site map **********/

.column h2 {
	margin: 0 0 0.25em;
}

.column {
	margin: 0;
	padding: 0;
	width: 49%;
	float: left;
}

.column div {
	margin: 1%;
	padding: 1%;
	border: 1px solid #d4ab6a;
}

.column a {
	display: block;
}

/********* Outreach page styles **********/

.outreach {
	border: 2px solid #A32309;
	padding: 0.75em;
	margin: 1em 0;
}

.outreach div {
	border-top: 1px solid #A32309;
}

.outreach div div {
	border-top: none;
	background-color: #F7E7EC;
}

/*********  **********/

.spacer {
    clear: both;
    height: 1px;
	overflow: hidden;
}

.standard
{
	font-family:arial,sans-serif;
	color:#3d2805;
	font-size: 1em;
} 

.centered
{
	width:80%;
	margin-left:10%;
	margin-right:auto;
}

.centeredNarrow
{
	width:60%;
	margin-left:20%;
	margin-right:auto;
}

.highlight
{
	font-size: larger;
	color: #d4ab6a
}

.italicHighlight
{
	font-size: larger;
	color: #d4ab6a;
	font-style:italic;
}

.coloured
{
	font-weight:bold;
	color: #784F0C;
}

.margin
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.tableTitle
{
	font-family: Ariel,Sans-Serif;
	font-weight: bold;
	color:#784F0C;
	background-color:#ccc;
	text-align:center;
	font-size: 1em;
} 

.txtLeft
{
	text-align:left;
}

.txtRight
{
	text-align:right;
}

.txtCentre
{
	text-align:center;
}

.mandatory
{
	color:red;
}

.noGap
{
	margin-bottom:0px;
}

.floatRight
{
	float:right;
}

#RondoDrawing
{
	float:Left;
	margin: 1em 0;
}

.smallText
{
	font-size:smaller;
}

.boldText
{
	font-weight: bold;
}

.grey
{
	color:#ccc;
}

.NoBorder
{
	border: 0px none #000;
}

