﻿body, html
{
	margin: 0px;
	padding: 0px;
	background-image: url(./images/Background.png);
	background-repeat: repeat-x;
	background-color: #ffffff;
	font-family: Arial, Verdana, Tahoma;
	font-size:10pt;
	color: #847C76;
}

h1
{
	color: #847C76;
	font-size: 22px;
	padding-top: 20px;
	margin:0px;
}

h2
{
	color: #2072BA;
	font-size: 14px;
	padding: 10px;
	margin:0px;
}

h3
{
	color: #847C76;
	font-size: 14px; 
	padding: 0px;
	margin:0px;
}

h4
{
	padding-top: 10px;
	margin-top: 0px;
	font-size: 14px;
	color: #FF9933;
}

p, ul, li
{
	color: #847C76;
	font-size: 14px;
	line-height: 1.4em;
}

#pageContainer
{
	padding: 0px;
	margin: auto;
	width: 1051px;
	background-color: #FFFFFF;
	height:100%;
	background-image: url(./images/fpageContainerBG.png);
	background-repeat: repeat-y;
}

#wrapper
{
	height: 100%; 
}

.leftShadow
{
	background-image: url(./images/LeftShadow.png);
	background-position: top left;
	background-repeat: repeat-y;
	width: 5px;
}

.rightShadow
{
	background-image: url(./images/RightShadow.png);
	background-repeat: repeat-y;
	width: 5px;
}

#headerContainer
{
	height: 180px;
	background-color: #FFFFFF;
	margin: auto;
	padding-top:20px;
	padding-left: 20px;
}

#logo
{
	float: left;
	height: 80px;
	width: 301px;
}

#mainNavigation
{
	height: 27px;
	font-size:12px;
	font-weight: bold;
	background-image: url(./images/mainNavigationBackground.jpg);
	background-repeat: repeat-x;
}

.menuItem, .menuItem > a
{
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px;
	width: 250px;
}

.menuItemRight
{
	text-align: right;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px;
}

#secondaryNavigation
{
	float: left;
	width: 200px;
	background-color: #ffffff;
}

#types
{
	font-family: Sans-Serif;
	padding: 20px;
	background-image: url(./images/typeBackground.png);
	background-repeat: repeat-x;
	line-height: 1.8em;
	background-color: #F6F5F4;
}

#types > a
{
	text-decoration: none;
	font-weight: bold;
	color: #847C76;
	font-size: 14px;
}

#types > a:hover
{
	color: #FFAA39;
}

#nrRooms
{
	height: 100px;
	background-image: url(./images/searchBackground.jpg);
	background-repeat: repeat-x;
	background-color: #2693D3;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	color: #FFFFFF;
}

#nrRooms a
{
	text-decoration: none;
	color: #FFFFFF;
	line-height: 1.5;
}

#areas
{
	padding: 20px;
	background-image: url(./images/areaBackground.png);
	background-repeat: repeat-x;
	background-color: #FFF7EE;
	border-right: solid 1px #FFF1E2;
}

#links-menu
{
	background-color:#F6F6F4;
	background-image:url("./images/bannerAdBackground.png");
	background-repeat:repeat-x;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding:20px;
}

#links-menu > a
{
	text-decoration: none;
	font-weight: bold;
	color: #847C76;
	font-size: 14px;
}

#links-menu > a:hover
{
	color: #FFAA39;
}

#areas > a
{
	text-decoration :none;
	color: #847C76
}

#areas > a:hover
{
	text-decoration: underline;
}

#spacer
{
	height: 6px;
	border-bottom: solid 1px #FFAA39;
	background-color: #ffffff;
}

#mainContent
{
	float: left;
	width: 610px;
	background-color: #FFFFFF;
	padding-left: 20px;
}

#bannerAds
{
	float: right;
	background-image: url(./images/bannerAdBackground.png);
	background-repeat: repeat-x;
	
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	background-color: #F6F6F4;
	border-left: solid 1px #EEEBEA;
}

.ad 
{
	margin-bottom: 20px;
}

#introduction
{
	
}

#featured
{
	background-color: #FF9A35;
	background-repeat: repeat-x;
	color: #ffffff;
	text-align: right;
	padding: 20px;
}

.featuredHeading
{
	color: #FFFFFF;
	font-size:14px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;	
}

.featuredHeading a
{
	color: #FFFFFF;
	text-decoration: none;
}

.featuredArea
{
	font-size: 14px;
	color: #847C76;
	text-align: right;
	padding-right: 10px;	
}

.featuredTitle
{
	font-size: 12px;
	text-align: right;
	padding-right: 10px;	
}

.featuredRooms, .featuredPrice 
{
	font-size: 10px;
	text-align: right;
	padding-right: 10px;	
}

.featuredEnquiry
{
	padding-right: 10px;
}

#hot 
{
	margin-top: 12px;
	padding-left: 16px;
	padding-right: 7px;
	float: left;
	width: 272px;
	border: 1px solid #CCCCCC;
	height: 425px;
}

#latest
{
	margin-top: 12px;
	padding-left: 16px;
	padding-right: 7px;
	float: right;
	width: 272px;
	border: 1px solid #CCCCCC;
	height: 425px;
}

.specialsArea
{
	font-size: 14px;
	color: #FF9A35;
	padding-left: 5px;	
}

.specialsTitle
{
	font-size: 11px;
	padding-left: 5px;
	font-weight: bold;	
}

.specialsRooms
{
	font-size: 10px;
	padding-left: 5px;	
}

.specialsPrice 
{
	font-size: 10px;
	text-align: left;
	padding-left: 5px;	
}

.specialsButton
{
	padding-left: 5px;
}

.ratesColHeader
{
	background-color: #2172BB;
	color: #ffffff;
}

.ratesCell
{
	background-color: #FFEFE0;
}

#accommodationTitle
{
	padding: 5px;
	background-color: #FFAA39;
	color: #FFFFFF;
}

.alternateHeading
{
	padding: 5px;
	background-color: #FFAA39;
	color: #FFFFFF;
	font-size: 12pt;
}

DIV#loader {
  border: 1px solid #ccc;
  width: 380px;
  min-height: 253px;
}

/** 
 * While we're having the loading class set.
 * Removig it, will remove the loading message
 */
DIV#loader.loading {
  background: url(./images/ajax-loader.gif) no-repeat center center;
}

.tagLine 
{
	color: #2072BA;
}

.valid
{
	color :Red;
}

#helper
{
	color: #FF9A35;
}

.error
{
	padding-left:5px;
	color:Red;
	font-size: 8pt;
	font-weight: bold;
}

.AccCell
{
	background-color: #847C76;
	color: White;
	font-size:8pt;
}

.AccCell > a
{
	border: solid 2px #FFAA39;
}

.AccHeader
{
	height: 30px;
	padding-left: 10px;
	color: White;
}

#button {
padding:0.5em 1em;
text-decoration:none;
}

.dataRowOdd, .dataLabel
{
	background-color: #EEEEEE;
}

.ratesGroupHeader
{
	font-size: 12pt;
	font-weight: bold;
	height :27px;
	vertical-align: middle;
	background-image: url(./images/ratesHeader.jpg);
	background-repeat: repeat-x;
	padding-left: 5px;
	padding-top: 8px;
}

.help
{
	color: #FF9A35;
}

p a, a
{
	color: #FF9A35;
	text-decoration:none;
}

img
{
	border:none;
}

.getListed, .getListed a
{
	background-image: url(./images/getListedBG.jpg);
	padding-top: 5px;
	height: 22px;
	text-decoration: none;
	color: #FFFFFF;
}

label
{
	display: block;
}

fieldset 
{  
	float: left;    
	clear: both;    
	min-width: 60%;
	margin: 0 0 1.5em 0;    
	padding: 0;    
	border: 1px solid #CCCCCC;    
	background-color: #E5E2E0;    
	background-image: url(./images/form-background.jpg);    
	background-repeat: repeat-x;    
	display: block; 
}  

legend 
{  
	margin-left: 1em;    
	padding: 0;    
	color: #000;    
	font-weight: bold;   
}  

fieldset ol 
{  
	padding: 1em 1em 0 1em;  
	list-style: none;  
}  

fieldset li 
{  
	padding-bottom: 1em;  
}  

fieldset.submit 
{  
	float: none;    
	width: auto;    
	border-style: none;    
	padding-left: 12em;    
	background-color: transparent;    
}

.searchField
{
	Width: 150px;
}

#button {
padding:0.5em 1em;
text-decoration:none;
}

#footer
{
	background-color: #777777;
	color: #FFFFFF;
	border-top: solid 1px #555555;
	padding:10px 0px;
	font-weight: bold;
}

#footer a
{
	background-color: #777777;
	color: #FFFFFF;
	border-top: solid 1px #555555;
	padding:10px 0px;
	font-weight: bold;
}