/* HTML Element styles specific to this project. */

html,
body {
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	scrollbar-arrow-color: #ffffff;
	scrollbar-darkshadow-color: ##020167;
	scrollbar-base-color: #020167;
	font: normal 11px Verdana, Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	color: #fff;
	background: url(../Image/Templates/13_20.gif) #151415 repeat;
}

button,
input,
textarea,
select {
	font: normal 11px Verdana, Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
}

input[type="text"],
input[type="password"],
textarea,
select {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(127,157,185);
}

td, th {
	vertical-align: top;
}

h1, 
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: normal;
}
h1 {
	font-size: 18px;
	color: #06C1BC;
}
h2
{
	padding-top: 15px;
	font-size: 16px;
	color: #FFCD33;
}
h3 {
	padding-top: 15px;
	font-size: 15px;
	color: #06C1BC;
}
h4 {
	padding-top: 12px;
	font-size: 14px;
	color: #FFCD33;
}
h5 {
	padding-top: 12px;
	font-size: 13px;
	color: #06C1BC;
}
h6 {
	padding-top: 12px;
	font-size: 12px;
	color: #FFCD33;
}

p {
	margin: 0;
	padding: 6px 0 0 0;
}

ul,
ol {
	margin: 0;
	padding: 6px 0 0 30px;
}

li {
	margin: 0;
	padding-top: 3px;
}

a,
a:link,
a:visited,
a:active {
	text-decoration: none;
	color: #FFCD33;
}

a:hover {
	text-decoration: underline;
}

hr {
	width: 99%;
	color: #666;
}





/* 
PAGE GENERATOR CLASSES
These styles are used by pages that are dynamically built by the page generator.
There are 4 types of pages created with the generator.  They are:
	-> Login Page where a user is asked for there login details (username and password),
	-> Forgot Login Page which is used when a user forgets there login and asks for their 
	   email address and sends there details to them.
	-> List page which returns a list of rows and allowing the user to select one or more to do operations on.
	-> Form page which is a page where the user can edit information and submit.
*/

.InformationMessage {
	color: Green;
}

.WarningMessage {
	color: Orange;
}

.ErrorMessage {
	color: Red;
}



.ListOddDetailRow td {
	background-color: #463F49;
}

.ListEvenDetailRow td {
	background-color: #3C363F;
}

a.TextButton,
input.TextButton,
a.Method {
	border-color: #333;
	background-color: #888;
	color: #FFFFFF;
}

a.TextButton:hover,
input.TextButton:hover,
a.Method:hover {
	color: #eee;
	text-decoration: none;
}

.ClearBoth {
	clear: both;
}


.ImageGallery a
{
	display: block;
	float: left;
	padding: 10px;
	width: 185px;
	height: 185px;
	text-align: center;
}






/*Skin specific styles */

#Container {
	width: 100%;
	min-height: 100%;
	text-align: center;
}

#Page {
	margin: 0 auto;
	padding: 15px 0;
	width: 909px;
	text-align: left;
}

#Header {
	width: 909px;
	height: 152px;
	background: url(../Image/Templates/13_03.gif);
}

#Header img {
	width: auto;
	height: auto;
	border: none;
	max-height: 100px;
	max-width: 520px;
}

#MainMenu {
	float: right;
	padding: 125px 10px 0 10px;
}

#MainMenu .Menu {
}

#MainMenu .Line {
	display: none;
}

#MainMenu .Line hr {
	display: none;
}

#MainMenu .Item {
	float: left;
	display: block;
	padding: 0 7px;
	border-left: 1px solid #fff;
	line-height: 14px;
	color: #fff;
}

#MainMenu .Item:first-child {
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}

#MainMenu .Item a {
	color: #fff;
}

#MainMenu .Item a:hover {
	text-decoration: none;
}

#MainMenu .Item .Description {
	display: none;
}

#MainMenu .Item .Image {
	clear: both;
	margin-right: 3px;
	max-height: 60px;
	max-width: 60px;
	border: none;
}

#MainMenu .Item .Item {
	padding: 0;
	line-height: auto;
	border: none;
}

#MainMenu .Menu .Menu {
	top: 14px;
	padding: 0;
	border: solid 1px #fff;
	width: 200px;
	height: auto;
	background-color: #282929;
}

#MainMenu .Menu .Menu .Line {
	display: block;
	border-bottom: solid 1px #fff;
	width: 200px;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	background-color: #fff;
}

#MainMenu .Menu .Menu .Item {
	float: none;
	border-bottom: solid 1px #fff;
	padding: 7px 10px;
	width: 180px;
	font-size: 11px;
	color: #fff;
}

#MainMenu .Menu .Menu .Item a {
	color: #fff;
}

#MainMenu .Menu .Menu .Item a .Description {
	display: none;
}

#MainMenu .Menu .Menu .Item a:hover .Description {
	display: block;
	position: absolute;
	left: 200px;
	top: -1px;
	border: solid 1px #fff;
	padding: 7px 10px;
	width: 180px;
	color: #fff;
	background-color: #888;
}

#MainMenu .Menu .Menu .Menu {
	left: 200px;
	top: -1px;
}

#TopContent {
	margin-top: 15px;
	width: 909px;
}

#TopLeftPanel {
	padding: 20px 20px 10px 20px;
	width: 267px;	
	height: 224px;
	background-image: url(../Image/Templates/13_06.gif);
	font-size: 13px;
}

#TopLeftPanel a {
	color: #06C1BC;
}

.TopMainImg {
	float: right;
	width: 602px;
	height: 254px;
}

.TopMainImg.Home {
	float: right;
	width: 602px;
	height: 254px;
	background: url(../Image/Templates/13_07.jpg);
}

.TopMainImg.Functions {
	float: right;
	width: 602px;
	height: 254px;
	background: url(../Image/Templates/functions_07.jpg);
}

.TopMainImg.Entertainment {
	float: right;
	width: 602px;
	height: 254px;
	background: url(../Image/Templates/entertainment_07.jpg);
}

.TopMainImg.Dining {
	float: right;
	width: 602px;
	height: 254px;
	background: url(../Image/Templates/dining_07.jpg);
}

.TopMainImg.Gaming {
	float: right;
	width: 602px;
	height: 254px;
	background: url(../Image/Templates/gaming_07.jpg);
}

.TopMainImg.Bars {
	float: right;
	width: 602px;
	height: 254px;
	background: url(../Image/Templates/bar_07.jpg);
}

.TopMainImg.Membership {
	float: right;
	width: 602px;
	height: 254px;
	background: url(../Image/Templates/membership_07.jpg);
}

.TopMainImg.KidsClub {
	float: right;
	width: 602px;
	height: 254px;
	background: url(../Image/Templates/kidsclub_07.jpg);
}

.TopMainImg.Community {
	float: right;
	width: 602px;
	height: 254px;
	background: url(../Image/Templates/community_07.jpg);
}

#Body,
#BodyWithLeftPanel {
	clear: both;
	margin-top: 15px;
	width: 909px;
}

#ContentTop {
	height: 41px;
	background-image: url(../Image/Templates/13_15.gif);
}

#BodyWithLeftPanel #ContentTop {
	background-image: url(../Image/Templates/13_09.gif);
}

#ContentMiddle {
	background: url(../Image/Templates/13_23.gif) repeat-y;
}

#BodyWithLeftPanel #ContentMiddle {
	background: url(../Image/Templates/13_11.gif) repeat-y;
}

#Content {
	float: right;
	padding: 0 20px 5px 20px;
	width: 869px;
}

#BodyWithLeftPanel #Content {
	width: 609px;
}

#LeftPanel {
	padding: 0 15px 25px 15px;
	width: 230px;
	float: left;
}

#LeftPanel img {
	border: none;
}

#ContentBottom {
	height: 14px;
	background-image: url(../Image/Templates/13_25.gif);
}

#BodyWithLeftPanel #ContentBottom {
	background-image: url(../Image/Templates/13_13.gif);
}

#Footer {
	margin-top: 15px;
	width: 909px;
	color: #FFFFFF;
	text-align: left;
}

#Footer a {
	color: #FFFFFF;
}

#FooterTop {
	width: 909px;
	height: 40px;
	background-image: url(../Image/Templates/13_15.gif);
}

#FooterMiddle {
	padding: 0px 20px 10px 20px;
	width: 869px;
	text-align: right;
	background: url(../Image/Templates/13_17.gif) repeat-y;
}

#BottomMenu {
}

#BottomMenu .Item {
	float: left;
	display: inline-block;
	border-left: 1px solid white;
	padding: 0 7px;
	line-height: 11px;
	color: #fff;
}

#BottomMenu .Item:first-child {
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}

#WebsiteBy {
}

#Copyright {
}

#FooterBottom {
	height: 15px;
	background-image: url(../Image/Templates/13_25.gif);
}
