@import url(Menu.css);
@import url(WYSIWYG.css);

html
{
	height: 100%;
}

body 
{
	width: 796px;
	width: 876px;
	height: 100%;
	margin: auto;
	position: relative;
	/* text formatting (font-size and font-family) is now found in the WYSIWYG.css */
}

body form
{
	height: 100%;
	padding: 0px;
}

.ClearBoth
{
	clear: both;
}

#MasterWrapper
{
	background-image: url("../Images/Borders.gif");
	background-repeat: repeat-y;
	padding: 15px 35px 0px 35px;
	min-height: 681px;
}

#MasterContent
{
	width: 729px;
	width: 802px;
}

#Header
{
}

#HeaderLeft
{
	float: left;
}

#HeaderLeft img
{
	float: left;
	padding: 0px 0px 0px 10px;
}

#HeaderRight
{
	float: right;
	text-align: right;
	padding: 15px 0px 0px 0px;
}

#HeaderContact
{
	font-size: 0.7em;
	padding: 0px 10px 10px 0px;
}

#HeaderContact .ContactName
{
	color: #E77718;
	font-size: 1em;
	font-weight: bold;
}

#HeaderContact .ContactPhone, #HeaderContact .ContactEmail
{
	color: #29176F;
}

#HeaderContact .PhoneNumber
{
	font-size: 1.45em;
	font-weight: bold;
}

#HeaderContact .ContactEmail a
{
	color: #29176F;
	text-decoration: none;
}

#Banner
{
	background-image: url("../Images/Banner01.jpg");
	background-repeat: no-repeat;
	width: 600px;
	height: 55px;
	text-align: left;
	font-style: italic;
	font-weight: bold;
	color: #2A156E;
}

#BannerText1
{
	padding: 10px 0px 0px 50px;
}

#BannerText2
{
	padding: 3px 0px 0px 200px;
}

#HeaderImage img
{
	display: block;
}

#MainContent
{
	padding: 10px 0px 0px 0px;
	height: 100%;
}

#Quote
{
	text-align: center;
	margin-top: 120px;
	margin-left: auto;
	margin-right: auto;
	width: 77%;
}

#OpenQuote, #QuoteText
{
	float: left;
}

#CloseQuote
{
	float: right;
}

#OpenQuote
{
	width: 6.5%;
}

#OpenQuote img
{
	vertical-align: top;
}

#QuoteSource img
{
	vertical-align: middle;
}

#QuoteText
{
	font-size: 0.625em;
	font-weight: bold;
	color: Gray;
	line-height: 1.6em;
	text-align: center; 
	padding: 10px 0px 0px 0px;
	width: 87%;
}
	
#QuoteSource
{
	font-size: 8px;
	font-size: 0.5em;
	font-size: 10px;
	font-size: 0.625em;
	color: #E77718;
	text-align: right; 
	margin-top: -14px;
	width: 97%;
}

#Footer
{
	font-size: 8px;
	font-size: 0.5em;
	font-size: 10px;
	font-size: 0.625em;
	color: Gray;
	margin-top: 8em;
 }

#Footer a
{
	color: Gray;
	text-decoration: none;
}

#FooterLeft, #FooterAddress, #FooterRegNo, #FooterVatNo
{
	float: left;
}

#FooterAddress, #FooterRegNo
{
	padding: 0px 20px 0px 0px;
}

#FooterRight
{
	float: right;
}

#EventList
{
	min-height: 350px;
}

#EventTable
{
	min-height: 350px;
	float: left;
	float: none;
	width: 647px;
	width: 100%;
	border-right: 5px solid #E77718;
	border-right: none;
}

#EventDetails
{
	float: right;
	width: 150px;
	background-color: #DBE6ED;
	min-height: 360px;
	margin-top: -10px;
}

#EventDetailsContents
{
	padding: 10px 0px 0px 10px;
}

.EventDetailsLink
{
	color: #29176F;
	font-size: 0.7em;
	font-weight: bold;
	padding: 0px 0px 35px 0px;
}

table#EventListings
{
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}

table#EventListings th, table#EventListings td
{
	font-size: 0.7em;
}

table#EventListings th
{
	font-size: 0.7em;
	font-weight: bold;
	color: #E77718;
}

.Registered
{
	vertical-align: sub;
	font-size: xx-small;
}

#Gallery
{
	padding: 25px 5px 0px 5px;
	padding: 25px 5px 0px 5px;
	background-color: White;
}

#Gallery #LeftThumbnails, #Gallery #CurrentImage
{
	float: left;
}

#Gallery #RightThumbnails
{
	float: right;
}

#Gallery #LeftThumbnails, #Gallery #RightThumbnails
{
	width: 128px;
	width: 120px;
}

.GalleryThumbnail
{
	margin-bottom: 10px;
}

#Gallery #CurrentImage
{
	width: 479px;
	width: 536px;
	width: 544px;
	margin-top: 25px;
	
}

#Gallery #CurrentImage img, .GalleryThumbnail img
{
	display: block;
	margin: auto;
}

#Gallery #CurrentImage img
{
	padding: 5px;
	border: 1px solid black;
}

.GalleryThumbnail img
{
	padding: 3px;
	border: 1px solid blue;
}

table.FormTable
{
	font-size: 10pt;
	color: #003366;
	border: none;
}

table.FormTable td.FormLabel
{
}

table.FormTable td.FormLabel, table.FormTable td.MandatoryFormLabel, td.FormLabelAlignTop, table.FormTable td.MandatoryFormLabelAlignTop
{
	padding-right: 13px;
}

table.FormTable td.FormLabelAlignTop, table.FormTable td.MandatoryFormLabelAlignTop
{
	vertical-align: top;
}

table.FormTable td.Required
{
	padding-left: 20px;
}

table.FormTable td.Button
{
}

.ErrorText
{
	color: Red;
}

