﻿
html, body {
	background-color: #000000;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, helvetica, sans-serif;
	font-size: 12px;
	}

a:active {
	text-decoration:none;
	font-weight:bold;
	color: #D8C89E;
}

a:visited {
	text-decoration:none;
	font-weight:bold;
	color: #D8C89E;
}

A:link {
	color: #BDBF79;
	font-weight:bold;
	text-decoration: none;
	}

a:hover {
	text-decoration:underline;
	color: #D8C89E;
}

.LogoBorder {
	background-color:#6C336B;
}

.EventName {
	font-family:Trebuchet MS, Lucida Sans Unicode, Arial, helvetica, sans-serif;
	font-size:17pt;
	color: #D8C89E;
	font-weight:bold;
}


.MenuItem {
	font-family:Trebuchet MS, Lucida Sans Unicode, Arial, helvetica, sans-serif;
	font-size:10pt;
}

.MenuPrice {
	font-family:Trebuchet MS, Lucida Sans Unicode, Arial, helvetica, sans-serif;
	font-size:12pt;
	color: #D8C89E;
	font-weight:bold;
}

.MenuHeading {
	font-family:Trebuchet MS, Lucida Sans Unicode, Arial, helvetica, sans-serif;
	font-size:17pt;
	border-style: solid;
	border-width: 2px;
	border-color: #6C336B;
	padding-left: 10px;
}

.MenuHighlight {
	font-weight:bold;
	border-style: solid;
	border-width: 2px;
	border-color: #999999;
}


.MenuHeadingDescription {
	font-family:Trebuchet MS, Lucida Sans Unicode, Arial, helvetica, sans-serif;
	font-size:10pt;
}


.Small {
	font-family:Tahoma, Verdana, helvetica, sans-serif;
	font-size:7pt;
}

.FormDefault {
	font-family:Tahoma, Verdana, helvetica, sans-serif;
	font-size:8pt;
	font-weight:normal;
	text-decoration:none;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color:#CCCCCC;
	padding: 2px;
	z-index: 1;
}

.FormButton {
	font-family:Tahoma, Verdana, helvetica, sans-serif;
	font-size:8pt;
	font-weight:normal;
	text-decoration:none;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color:#999999;
	padding: 3px 6px 3px 6px;
	z-index: 1;
}


.CalendarStyle {
	font-family:Tahoma, Verdana, helvetica, sans-serif;
	font-size:8pt;
	font-weight:normal;
	text-decoration:none;
	border-style: solid;
	border-width: 1px;
	border-color: #60305E;
	background-color:#000000;
	padding: 2px;
	z-index: 1;
	border-collapse:collapse;
}


#menu_home a {

	display: block;
	background: url(images/Menu/0_Home.jpg) top;
	width: 76px;
	height: 26px;
	}
#menu_home a:hover {

	background:  url(images/Menu/0_Home.jpg) no-repeat bottom;
	}


#menu_events a {

	display: block;
	background: url(images/Menu/1_Events.jpg) top;
	width: 91px;
	height: 26px;
	}
#menu_events a:hover {

	background:  url(images/Menu/1_Events.jpg) no-repeat bottom;
	}


#menu_menu a {

	display: block;
	background: url(images/Menu/2_Menu.jpg) top;
	width: 76px;
	height: 26px;
	}
#menu_menu a:hover {

	background:  url(images/Menu/2_Menu.jpg) no-repeat bottom;
	}


#menu_gallery a {

	display: block;
	background: url(images/Menu/3_Gallery.jpg) top;
	width: 104px;
	height: 26px;
	}
#menu_gallery a:hover {

	background:  url(images/Menu/3_Gallery.jpg) no-repeat bottom;
	}


#menu_contactus a {

	display: block;
	background: url(images/Menu/4_ContactUs.jpg) top;
	width: 137px;
	height: 26px;
	}
#menu_contactus a:hover {

	background:  url(images/Menu/4_ContactUs.jpg) no-repeat bottom;
	}


#menu_language a {

	display: block;
	background: url(images/language.jpg) top;
	width: 70px;
	height: 20px;
	}
#menu_language a:hover {

	background:  url(images/language.jpg) no-repeat bottom;
	}


#menu_languagef a {

	display: block;
	background: url(images/languageF.jpg) top;
	width: 77px;
	height: 22px;
	}
#menu_languagef a:hover {

	background:  url(images/languageF.jpg) no-repeat bottom;
	}


