﻿body
{
	background-color: #f4edf5;
	text-align: left;
	font-family: Garamond;
	padding: 3 3 3 3;
}

table
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	position: static;
}

tr
{
	vertical-align:top;
}

td
{
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	vertical-align: top;
	padding-top: 3px;
	text-align: left;
}	

.HeaderTable
{
	 background-color: #4786b1;
	 width: 100%;
}	

.HeaderTable td
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}	

.HotelListTable
{
}

.HotelListHeaderOddRow
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	background-color: #4786b1;
	color: white;
	font-weight: bold;
	font-size: larger;
}	 

.HotelListBodyOddRow
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;	
	background-color: #add8e6;
}	 

.HotelListHeaderEvenRow
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	background-color: #8e6a8e;
	color: white;
	font-weight: bold;
	font-size: larger;
}	 

.HotelListBodyEvenRow
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;	
	background-color: #d1c2d1;
}	


#MainPage 
{
position:absolute;
top:114;
left:120;
width:730;
height:auto;
background-color:#f4edf5; 
text-align:left;
border-right: black thin solid; 
border-top: black thin solid; 
border-left: black thin solid; 
border-bottom: black thin solid;
}

#MainPageLeft 
{
position:absolute;
top:10;
left:10;
width:470;
height:auto;
}

#MainPageRight {
position:absolute;
top:10;
left:500;
width:220;
height:auto;
}

.box
{
	border-right: #4786b1 0.1em groove;
	border-top: #4786b1 0.1em groove;
	border-left: #4786b1 0.1em groove;
	border-bottom: #4786b1 0.1em groove;
}		

.box h1
{
Margin-top:0px;
font-family: "Times New Roman", serif;
font-size: small; 
color: white; 
background-color:#4786b1; 
}

.box a
{
color: black;
background-color:#f4edf5; 

}

.box p
{
Margin-left:10px;
Margin-right:10px;
}

/* Country list from sitemap */
.cl
{
    text-decoration: none;
}


.aerobuttonmenu{ /*container that holds a row of aero buttons*/
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: auto;
background: #F7F7F7; /*menu strip background*/
border: 1px solid gray;
padding: 4px 0;
border-width: 1px 0;
}

* html .aerobuttonmenu{ /*IE6 and below hack. Set explicit strip width*/
width: 100%;
}

.aerobuttonmenu a.aero{ /*aero button CSS*/
background: transparent url('media/aeroleft.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Verdana, Trebuchet MS; /* Change 13px as desired */
line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */
height: 31px; /* Height of button background height */
padding-left: 10px; /* Width of left menu image */
text-decoration: none;
margin-right: 5px; /*spacing between buttons*/
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
opacity: 0.9;
-moz-opacity: 0.9;
}

.aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active{
color: white; /*button text color*/
}

.aerobuttonmenu a.aero span{
background: transparent url('media/aeroright.gif') no-repeat top right;
display: block;
padding: 4px 10px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
}

.aerobuttonmenu a.aero:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
opacity: 1;
-moz-opacity: 0.99;
}

.aerobuttonmenu a.aero:hover span{ /* Hover state CSS (for text) */
color: yellow;
}

.black a.aero{
background-image: url('media/aeroleftblack.gif');
}

.black a.aero span{
background-image: url('media/aerorightblack.gif');
}

.aerobuttonmenu .rightsection{
float: right;
width: 100px;
position: relative;
top: 3px;
padding-right: 5px;
text-align: right;
}

.aerobuttonmenu .rightsection a{
color: navy;
}

hr {
	border:none;
	border-top:1px solid #CCCCCC;
	height:1px;
	margin-bottom:25px;
	}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#menu {
	width: 200px;
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
	margin: 10px;
	}
	
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #5E7830;
	display: block;
	background: url(media/menu.gif);
	padding: 8px 0 0 10px;
	}
	
#menu li a:hover {
	color: #26370A;
	background: url(media/menu.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}
	
#menu li a:active {
	color: #26370A;
	background: url(media/menu.gif) 0 -64px;
	padding: 8px 0 0 10px;
	}
 