/* HTML Element styles specific to this project. */
* {	
	margin: 0;
	padding: 0;
}

body 
{
	scrollbar-arrow-color: #ffffff;
	scrollbar-darkshadow-color: #3B2313;
	scrollbar-base-color: #A97B4E;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}
body,
html
{
	width: 100%;
	height: 100%;
}

body,
input,
textarea,
select,
p,
ul,
ol,
h1,
h2,
h3,
h4,
h5
{
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
	word-wrap: break-word;
	color: #200400;
	text-align: left;
	font: normal 11px/120% Verdana, Verdana, Arial, Helvetica, sans-serif;
}

th
{	
	vertical-align:	baseline;
}

td
{
	vertical-align:	top;
	padding: 3px 3px;
}
h1, 
h2,
h3,
h4,
h5,
h6 {
	color: #000000;
	font-weight: bold;
	font-family: "Arial Narrow", Arial;
}
h1
{
	margin: 0 0 15px;
	padding: 0;

} 
h2, 
h3
{
	margin: 20px 0 10px;
	padding: 0;
}
h4, 
h5
{
	margin: 17px 0 8px;
	padding: 0;
}
h6 {
	margin: 0 0 8px 0;
}
h1 {
	margin-top: 0;
}
h1 + h2 {
	margin-top: 0;
}
h1 + h3 {
	margin-top: 0;
}
h1 + h4 {
	margin-top: 0;
}
h3 + h4 {
	margin-top: 0;
}
h2 + h3 {
	margin-top: 0;
}
h1
{
	font-size: 18px;
	text-align: right;
	text-transform: uppercase;
}
h2
{
	font-size: 16px;
	color: #000000;
}
h3 {
	font-size: 14px;
	color: #a47a48;
}

h4
{
	font-size: 14px;
	color: #000;
}
h5
{
	font-size: 12px;
	color: #a47a48;
}
h6
{
	font-size: 12px;
}

p
{
	margin-bottom: 8px;
}
ul, 
ol
{
	margin: 0 0 8px 0;
	padding: 0;
}
ol
{
	padding-left: 20px;
}
li
{
	margin: 0 0 2px 15px;
	padding: 0;
}
a
{
	text-decoration: none;
	color: #875b36;
	background: url(../UserFiles/Image/Frame/Link.jpg) repeat-x left bottom;
}

a:visited
{	
	text-decoration: none;
	color: #875b36;
}

a:active
{
	text-decoration: none;
	color: #875b36;
}

a:hover
{
	color: #000;
	background: url(../UserFiles/Image/Frame/Link.jpg) repeat-x left bottom;
}

ul>li
{
	list-style-type: none;
	background: url(../UserFiles/Image/Frame/Li.gif) no-repeat left 5px;
	padding-left: 10px;
}

ul ul>li
{
	list-style-type: none;
	background: url(../UserFiles/Image/Frame/LiLi.gif) no-repeat left 5px;
	padding-left: 7px;
}

ol>li
{
	list-style-type: decimal;
}

ol ol>li
{
	list-style-type: lower-alpha;
}

ol ol ol>li
{
	list-style-type: lower-roman;
}

small
{
	font-size:	11px;
}

big
{
	font-size:	16px;
}

blockquote,
pre
{	
	font-family:	Courier New, monospace;
}

hr
{
	color: #696969;
	width: 99%;
}

unknown
{
	display: block;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}









/* 
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.
*/

/* All pages come in a <table>. */

.LoginTable,
.ForgotLoginTable,
.MenuTable,
.ListTable,
.FormTable
{
	width:100%;
	vertical-align:top;
}


/* All pages have a <tr> which is set to the header row which contains the title of the page. */

.LoginHeaderRow,
.ForgotLoginHeaderRow,
.ListHeaderRow,
.FormHeaderRow
{
	font-weight: bold;
	font-size: 14px;
	background-color: #200400;
	color: white;
	text-align: left;
}


/* List and Form pages have a <tr> which is set to the criteria row which describes how the page is filtered. */

.ListCriteriaRow,
.FormCriteriaRow
{
	color: rgb(181,161,64);
	text-align: left;
}



/* All pages have a <tr> which is set to the description row which contains the description of the page. */

.LoginDescriptionRow,
.ForgotLoginDescriptionRow,
.ListDescriptionRow,
.ListInstructionRow,
.FormDescriptionRow,
.FormInstructionRow
{
	text-align: left;
}



/* All pages have a <tr> which is set to the message row which contains any information, warning or error messages returned from a submit. */

.LoginMessageRow,
.ForgotLoginMessageRow,
.ListMessageRow,
.FormMessageRow
{
	font-size:smaller;
	text-align:center;
}

.InformationMessage
{
	color:Blue;
}

.WarningMessage
{
	color:Maroon;
}

.ErrorMessage
{
	color:Red;
}



/* List and Form pages have a <tr> which is set to the column header row which contains a title for each column. */

.ListColumnHeaderRow,
.FormColumnHeaderRow
{
	font-weight:bold;
	font-size:smaller;
}

.FormColumnHeaderRow
{
	display:none;
}



/* Form pages have a <tr> which is set to the category header row which contains a title for each category. */

.FormCategoryHeaderRow
{
	font-weight:bold;
	font-size:smaller;
}

.FormCategoryHeaderRow TD
{
	padding-top: 10px;
	padding-bottom: 5px;
	border-top-color: #08086b;
	border-top-style: solid;
	border-top-width: 3px;
}



/* All pages have multiple <tr>s which are set to the detail row which contains the details.
   The form and list have been broken down to odd and even rows which can be styled (perhaps different colors) so each row is distinguishable. */

.LoginDetailRow,
.ForgotLoginDetailRow,
.ListOddDetailRow,
.ListEvenDetailRow
{
	font-size:smaller;
}

.FormOddDetailRow,
.FormEvenDetailRow
{
}

.ListOddDetailRow
{
	background-color: #e7ddc1;
}

.ListEvenDetailRow
{
	background-color: #f1eada;
}



/* All pages except the list have multiple <td>s which are set to Name or Value cells 
   which contains the name (title) and value of the field in the detail row. Also, Name and Value cells
   may have be distinguished when a value is required. */

.LoginNameCell,
.ForgotLoginNameCell
{
	font-style: normal;
	font-weight: bold;
	width: 50%;
	text-align: right;
}

.LoginValueCell,
.ForgotLoginValueCell
{
	width:50%;
}

.FormNameCell, 
.FormNameCellWithRequiredValue
{
	width:25%;
	color: #373D18;
	padding: 2px;
	padding-right: 15px;
	margin: 1px;
	text-align: right;
	white-space: nowrap;
}

.FormNameCell a
{
	font-style:normal;
}

.FormNameCell .Information, 
.FormNameCellWithRequiredValue .Information
{
	float: right;
	margin-right: -15px;
	padding-left: 2px;
}

.FormNameCellWithRequiredValue .Required
{
	padding-right: 3px;
}

.FormValueCell,
.FormRequiredValueCell
{
	width:75%;
	padding: 2px;
	margin: 1px;
}

.LoginValueCell #UserName,
.LoginValueCell #Password
{
	width:150px;
}

.ForgotLoginValueCell #EmailAddress
{
	width:300px;
}



/* In a list page there a record selectors (checkboxes) and editor (more info) columns. */

.ListRecordSelectorCell,
.ListRecordEditorCell
{
	text-align:center;
}

.ListRecordSelectorCell
{
	width:22px;
}

.ListRecordEditorCell
{
	width:75px;
}

.ListRecordRankUpCell,
.ListRecordRankDownCell
{
	width: 10px;
}



/* The following are all the different types of values that can be visible in the form and list value cells. */

.ListItemCell,
.ListCollectionCell,
.ListForeignCollectionCell,
.ListLinkingForeignCollectionCell,
.ListTextCell,
.ListMultipleLineTextCell,
.ListHTMLCell,
.ListURLCell,
.ListWebAddressCell,
.ListFileURLCell,
.ListImageURLCell,
.ListEmailAddressCell,
.ListPasswordCell,
.ListDecimalCell,
.ListIDCell,
.ListDurationCell,
.ListRankingCell,
.ListMoneyCell,
.ListPercentageCell,
.ListEnumerationCell,
.ListDateTimeCell,
.ListBooleanCell,
.ListGroupCell
{
	width:auto;
}

.ListImageURLCell
{
	width: 80px;
	text-align: center;
}

.ListImageURLCell image
{
	width: 80px;
	text-align: center;
	border-style: solid;
	border-color: black;
	border-width: 1px;
}

.FormItemControl,
.FormCollectionControl,
.FormForeignCollectionControl,
.FormLinkingForeignCollectionControl,
.FormTextControl,
.FormMultipleLineTextControl,
.FormHTMLControl,
.FormURLControl,
.FormWebAddressControl,
.FormFileURLControl,
.FormImageURLControl,
.FormEmailAddressControl,
.FormPasswordControl,
.FormDecimalControl,
.FormIDControl,
.FormDurationControl,
.FormRankingControl,
.FormMoneyControl,
.FormPercentageControl,
.FormEnumerationControl,
.FormDateTimeControl,
.FormBooleanControl,
.FormGroupControl
{
	width:85%;
}

.FormLinkingForeignCollectionControl
{
	border-style: solid;
	border-width: 1px;
	border-color: rgb(127,157,185);
	background-color:White;
	height: 120px;
	overflow: auto;
}
.FormLinkingForeignCollectionControl div
{
	height: 20px;
}
.FormLinkingForeignCollectionControl div input[type="checkbox"]
{
	border-style: solid;
	border-width: 1px;
	border-color: rgb(127,157,185);
}
.FormLinkingForeignCollectionControl div span
{
	cursor: default;
}


/* Form Value cells and the type of form controls that can exist. */

/*
.FormValueCell SELECT,
.FormValueCell INPUT,
.FormValueCell TEXTAREA,
.FormRequiredValueCell SELECT,
.FormRequiredValueCell INPUT,
.FormRequiredValueCell TEXTAREA
{
	width:100%;
}
*/



/* Form pages have a <tr> which is set to the required message row which contains the required message for required fields. ie. All fields italicised are required.*/

.FormRequiredMessageRow
{
	font-size: 9px;
	text-align: center;
}



/* List pages have a <tr> which is set to the list page range row which contains the page and record ranges. ie. Page 2 of 9 : Records 20-40 of 175.*/

.ListPageRangeRow
{
	font-size: 9px;
	text-align: center;
}



/* All pages have a <tr> which is set to the command row which contains the commands (buttons) of the page. ie. Add New, Remove, Submit, Reset. */

.LoginCommandRow,
.ForgotLoginCommandRow,
.ListCommandRow,
.FormCommandRow
{
	text-align: center;
	vertical-align: middle;
	height: 30px;
}



/* All buttons used by the page generator. */

.ImageButton image
{
	border-style:none;
	vertical-align:middle;
	margin-left:3px;
	margin-right:3px;
	cursor: hand;	
}

a.TextButton,
input.TextButton
{
	display: inline-block;
	color: #FFFFFF;
	white-space: nowrap;
	cursor: hand;
	width: auto;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	border: solid 1px #000;
	background: #200400 url(../UserFiles/Image/Buttons/BtnBg.gif) no-repeat 2px center;
	line-height:14px;
	margin: 0px;
	margin-left: 3px;
	margin-right: 3px;
	padding: 2px;
	padding-left: 17px;
	padding-right: 5px;
	vertical-align: middle;
}
a.TextButton:hover,
input.TextButton:hover
{
	color: #a27545;
}
input.TextButton
{
	padding: 0px;
	padding-left: 18px;
	text-align: left;
	width: auto;
}
.ListCommandRow a.TextButton,
.ListCommandRow input.TextButton,
.FormCommandRow a.TextButton,
.FormCommandRow input.TextButton
{
	margin: 3px;
}




/* The following is used on <span> tags and is used in a template to note that content is placed here. */

.Content
{
	display: block;
	height: 100%;
	width: 100%;
	text-align: left;
}





/* DON'T PRINT */

@media print
{
	.ListRecordSelectorCell,
	.ListRecordEditorCell,
	.LoginCommandRow,
	.ForgotLoginCommandRow,
	.ListCommandRow,
	.FormCommandRow,
	.NoPrint
	{
		display:none;
	}
}








/* File Upload status bar */

#UploadDisplay
{
	width: 300px;
	height: 85px;
	display: block;
	position: absolute;
	top:  300px;
	left: 400px;
   	border: solid 1px gray;
  	padding: 20px;
	background-color: #f0f0f0;
	z-index: 1;
}

#UploadDisplayFrame
{
 	margin: 0px;
	border: 0px;
	padding: 0px;
 }

.UploadBarBody
{
	background-color: #f0f0f0;
}

.UploadProgressBar
{
	width: 99%;
}

.UploadHeading
{
	white-space: nowrap;
}

.UploadBar
{
	margin-top: 5px;
	width: 99%;
  	border: solid 1px #08086b;
	background-color:  White;
}

.UploadBarPercent
{
	background-color:  #08086b;
}

.UploadStatus
{
	margin-top: 5px;
	white-space: nowrap;
}

.UploadCancel
{
	margin-top: 10px;
	text-align: center;
}









/* Styles here are used to define the menu and its items and sub-menus. */

.Menu
{
	list-style: none;
	cursor: default;
}

.Menu .Line
{
	padding: 0;
	margin: 0;
}

.Menu .Line hr
{
	width:100%;
	display: none;
}

.Menu .Item
{
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	border-bottom: solid 1px #000;
	font: 14px/22px "Arial Narrow", Arial;
	color: #FFFFFF;
	text-decoration: none;
	background: url(../UserFiles/Image/Frame/MenuBullet.gif) no-repeat left 7px;
	text-indent: 15px;
	width: 211px;
	text-transform: uppercase;
}

.Menu .Item a
{
	width: 100%;
	display: block;
	color: #FFFFFF;
	background: none;
}
.Menu .Item a:hover
{
	width: 100%;
	background-color: #2d1e1a;
	display: block;
}
.Menu .Item .Menu
{
	position: absolute;
	left: 211px;
	top: -1px;
	padding: 0;
	margin: 0;
	background-color: #2d1e1a;
	border: solid 1px #000;
}
.Menu .Item .Menu .Item
{
	background-color: 2d1e1a;
	border-bottom: solid 1px #000;
	font: 13px/22px "Arial Narrow", Arial;
	color: #FFFFFF;
	text-decoration: none;
	width: 211px;
	font-weight: bold;
	background: url(../UserFiles/Image/Frame/MenuBullet.gif) no-repeat 7px 7px;
	text-indent: 20px;
}
.Menu .Item .Menu .Item a:hover
{
	background-color: #200400;
}
.Menu .Item .Menu.Opened
{
	display: block;
	z-index: 100;
}

.Menu .Item .Menu.Closed
{
	display: none;
}


/* HORIZONTAL MENU */
#FooterMenu .Menu
{
	margin: 0;
	padding: 0px;
	height: 15px;
	cursor: default;
}

#FooterMenu .Item
{
	float: left;
	width: auto;
	list-style: none;
	padding: 0px 7px;
	background: #3a2218 url(../UserFiles/Image/Frame/Spacer.gif);
	float: left;
	font-size: 10px;
	color: #d2b983;
	line-height: 15px;
	border: none;
	text-transform: none;
}

#FooterMenu .Item a
{
	display: inline;
	width: auto;
	text-decoration: none;
	color: #d2b983;
}
#FooterMenu .Menu .Item a:hover
{
	color: #FFFFFF;
	background-color: Transparent;
}

/* HORIZONTAL MENU */
#TopMenu .Menu
{
	margin: 0;
	padding: 0;
	height: 15px;
	cursor: default;
	width: auto;
	float: right;
}

#TopMenu .Item
{
	float: left;
	width: auto;
	list-style: none;
	padding: 0px 8px;
	background: #FFF url(../UserFiles/Image/Frame/Spacer.gif);
	float: left;
	color: #000;
	border: none;
	margin: 0;
	border-bottom: none;
	border-left: solid 1px #3a2218;
	font: 11px/16px "Arial Narrow", Arial;
	text-decoration: none;
	text-indent: 0px;
	text-transform: uppercase;
	text-align: center;
}

#TopMenu .Item a
{
	display: inline;
	width: auto;
	text-decoration: none;
	color: #000;
}
#TopMenu .Menu .Item a:hover
{
	color: #d2b983;
	background-color: transparent;
}





/* New class tags used */

.Object
{
	display: block;
	background-color: white;
	text-align: center;
	width: 100%;
}

.Property
{
	display: block;
	text-align: left;
	padding: 2px;
	width: 100%;
}

.Property .Name
{
	display: inline-block;
	width: 30%;
}

.Property .Value
{
	display: inline-block;
	width: auto;
}

.Property.Odd
{
	background-color: rgb(201,218,234);
}

.Property.Even
{
	background-color: rgb(168,188,197);
}

.Method
{
	border-left-style:none;
	border-right-style:none;
	border-top-style: solid;
	border-top-color: rgb(127,157,185);
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(127,157,185);
	border-bottom-width: 1px;
	vertical-align: middle;
	margin-left:7px;
	margin-right:7px;
	margin-top:2px;
	margin-bottom:2px;
	cursor: hand;
}

.Collection .Object
{
	display: block;
	width: 100%;
}

.Collection .Object.Odd,
.Collection .Object.Odd .Property.Odd,
.Collection .Object.Odd .Property.Even
{
	background-color: rgb(201,218,234);
}

.Collection .Object.Even,
.Collection .Object.Even .Property.Odd,
.Collection .Object.Even .Property.Even
{
	background-color: rgb(168,188,197);
}


/* Specific class tags */

.ProductCategory .Property
{
	display: inline;
}

.ProductCategory .Property .Name
{
	display: none;
}

.ProductCategory .Property .Value
{
	display: inline;
}

.ProductCategory .Property.Image
{
	z-index: 1;
	float: left;
}

.ProductCategory .Property.Image img
{
	border: none;
}

.ProductCategory .Property.Name
{
	z-index: 2;
	font-size: 20px;
}

.ProductCategory .Property.Description
{
	z-index: 3;
	font-size: 14px;
}

.ProductCategory .Property.Products
{
	z-index: 4;
	font-size: 14px;
}






/*Skin specific styles */

.Container {
	margin: 0;
	padding: 0;
	background: #3A2218 url(../UserFiles/Image/Frame/HeaderBg.gif) repeat-x left top;
	width: 100%;
	height: 100%;
	text-align: center;
	float: none;
}
#ContentWrapper {
	width: 100%;
	background-color:#200400;
	clear: both;
	float: left;
	height: auto;
	background-image: url(../UserFiles/Image/Frame/BodyBg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#Wrapper {
	width: auto;
	float: left;
	padding-left: 35px;
}
#Header {
	background: url(../UserFiles/Image/Frame/Header.gif) no-repeat left top;
	float: left;
	height: 148px;
	width: 955px;
	margin: 0px;
	padding: 0px;
}
#TopMenu {
	float: right;
	padding-top: 13px;
	clear: both;
}
#HeaderAd {
	float: right;
	margin-top: 10px;
	padding-left: 200px;
	clear: none;
	width: 330px;
	height: 85px;
}
#LeftPanel {
	float: left;
	height: auto;
	width: 211px;
	padding-left: 35px;
	padding-right: 12px;
}
#RightPanel {
	background: #FFFFFF url(../UserFiles/Image/Frame/PageTop.gif) no-repeat left top;
	padding: 20px;
	clear: none;
	float: left;
	width: 657px;
}

#FooterWrapper {
	width: 100%;
	height: 75px;
	background: url(../UserFiles/Image/Frame/FooterBg.gif) repeat-x left top;
	clear: both;
	float: left;
	font-size: 10px;
	color: #d2b983;
	line-height: 15px;
}
#Footer {
	width: 955px;
	height: 75px;
	float: left;
}

#Footer a
{
	background: none;
}

#FooterMenu {
	float: right;
	padding-top: 30px;
}
#Afilliates {
	float: left;
	width: auto;
	padding-left: 35px;
	padding-top: 30px;
	clear: none;
}

#DevelopedBy {
	background: url(../UserFiles/Image/Frame/FooterTag.gif) no-repeat right top;
	float: right;
	padding-right: 350px;
	height: 75px;
	padding-top: 30px;
	clear: none;
}

#MainMenu {
	height: auto;
	width: 211px;
	margin-bottom: 15px;
	padding-top: 20px;
	
}
#CountDown,
#Advertisers {
	width: 211px;
	margin-bottom: 15px;
	
}
#Advertisers {
	height: 211px;
}
#CountDown {
	height: 53px
}
#SignUp,
#Accomodation
{
	height: auto;
	width: 211px;
	margin-bottom: 15px;
	
}
#MainMenu p,
#SignUp p,
#Accomodation p,
#Advertisers p {
 color: #FFFFFF;
	
}
#MainMenu h1,
#SignUp h1,
#Accomodation h1,
#Advertisers h1 {
 color: #FFFFFF;
 font-size: 14px;
 margin-bottom: 12px;
 text-align: left;
	
}
#Accomodation,
#Competition {
	background: #875b36 url(../UserFiles/Image/FeatureBoxBgDark.jpg) repeat-x left top;
}
#SignUp{
	background: #a57b49 url(../UserFiles/Image/FeatureBoxBgLight.jpg) repeat-x left top;
}

.ClearBoth {
	clear: both;
	margin: 0;
	line-height: 1px;
	padding: 0;
	font-size: 1px;
	height: 1px;
	background: #a57b49 url(../UserFiles/Image/FeatureBoxBgLight.jpg) left top;
}





/* Newsletter Styles 
table.NewsletterTable td.NewsletterFooter {
	font-size: 10px;
	color: #FFFFFF;
	padding: 3px 15px;
}
table.NewsletterTable td.NewsletterFooter a {
	font-size: 10px;
	color: #FFFFFF;
	padding: 3px 15px;
}
table.NewsletterTable td {
	margin: 0px;
	padding: 0px;
}
table.NewsletterTable td.NewsletterContentBorder {
	border: 1px solid #030066;
	padding: 15px;
	text-align: left;
}
.ContainerNewsletter {
	width: 100%;
	height: 100%;
	text-align: center;
	float: none;
	background: url(../UserFiles/Image/Frame/NewsletterBg.jpg)  #5B8BDF repeat-x left top;
}
table.NewsletterHeading {
	text-align: right;
	margin: 65px 15px 0 0;
	padding: 0px;
	color: #FFFFFF;
	font-size: 18px;

}*/.StallHolderBooking {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
	padding: 15px;
}
.StallHolderBooking input, .StallHolderBooking textarea, .StallHolderBooking select {
	border: 1px solid #200400;
	color: #000000;
	background: #faf8f2;
}
.StallHolderBooking .Footer {
	color: #FFFFFF;
	background: #200400;
	padding: 10px;
	font-size: 11px;
}	

.DidYouKnow {
	display: block;
	padding: 0px;
	clear: both;
	margin-top: 20px;
}
.DidYouKnow img {
	display: block;
	margin-bottom: 7px;
}
.DidYouKnow p {
	color: #7B5531;
	font: 11px Georgia, "Times New Roman", Times, serif;
	margin: 5px 0px 0px;
	font-style: italic;
}
.DidYouKnow h1 {
	margin: 0;
	padding: 0;
	font: 12px Georgia, "Times New Roman", Times, serif;
	text-align: left;
}	
.DidYouKnow b,
.DidYouKnow strong {
	color: #000;
}
