/* new background + max-width */
html, body { height: 100%; }

body {
	background-color: #b0d2f2;
	background: #b0d3f3 url(/static/img/newbg_1100.gif) repeat-y top center;
	text-align: center;
}

.td_header_cityname {
background-image: url(../img/dubai.jpg);
background-repeat: no-repeat;
background-position: right;
color: White;
text-align: right;
vertical-align: bottom;
font-family: Verdana;
font-size: 35px;
font-weight: bold;
padding-right: 10px;
}
.td_header_cityname_new {
/*background-image: url(../img/reservation.jpg);*/
background-image: url(../img/citymap.jpg);
background-repeat: no-repeat;
background-position: right;
color: White;
text-align: right;
vertical-align: bottom;
font-family: Verdana;
font-size: 35px;
font-weight: bold;
padding-right: 10px;
}


#backgroundbar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 7em;
	background-color: #bb99ee;
	/* XXX: omit this for now? */
	display: none;
}

#bodyconstraint {
	height: 100%;
}
*>#bodyconstraint { height: auto; min-height: 100%; }

#bodyconstraint-inner {
	height: 100%;
	zoom: 1;
}

#bodyconstraint {
	position: relative;
	z-index: 2;
	max-width: 1100px;
	min-width: 620px;
	width: expression((this.offsetParent.clientWidth < 1100) ? 'auto' : 1100);
	margin: 0 auto;
	background: #ffffff url(/static/img/innerbg.gif) top center repeat-y;
	text-align: left;
}
#bodyconstraint-inner {
	position: relative;
	border-width: 0 3px;
	border-style: double;
	border-color: #a0a0a0;
}
/* new background + max-width */


p, li, td, th, h1, h2, h3, h4, h5, #headernav, .breadcrumb, #footerbuttons, #footernav, #footernote, form, input, button, select, textarea, div {
    font: x-small/1.2em Arial, Helvetica, sans-serif;
    color: #003580; /* de boxmodelhack voor IE 5.0 en 5.5 (Win), zie http://www.tantek.com/CSS/Examples/boxmodelhack.html */
    voice-family: "\"}\"";
    font: small/1.2em Arial, Helvetica, sans-serif;
}

h1 {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
	font-size: 35px;
	font-weight: bold;
	color: White;
}
h2 {
	margin: 0;
	font-size: 144%;
	font-weight: normal;
}
/*
h2 {
    margin: 0 0 .5em .5em;
    padding-top: 1.5em;
    font-size: 120%;
    font-weight: bold;
}
*/
h3 {
    margin: 0;
    font-size: 120%;
    font-weight: bold;
}
h4 {
    font-weight: bold;
    margin: 1.2em 0 0;
}
h5 {
    font-weight: bold;
    margin: 1em 0 0;
}
h6 {
    font-size: 88%;
    font-style: italic;
    font-weight: normal;
    margin: 0;
}

a img {
    border: none !important;
}
a:link {
    color: #0896FF;
    font-weight: bold;
    text-decoration: underline;
}
a:visited {
    color: #537CB4;
    font-weight: bold;
    text-decoration: underline;
}
a:hover {
    color: #FEBA02;
}
a:active {
    color: #B30000;
}

table.yellowtable {
	/*background-color: #feba02;*/
	background-color: #ecf3f9;
	background-color: #e5eaf2;
	/* background-color: #fff0c4; */
	border: 1px solid #779bca;
}



table.bluetable {
	background-color: #e6edf6;
	background-color: #f4f3ee;
	background-color: #fff0c4;
	/* background-color: #e5eaf2; */
	border: 1px solid #779bca;
}

img.hoteltn {
    border: 2px solid #779bca !important;
}

.calender img {
    display: none;
}
/* hack IE 5 (Mac) \*/
.calender img {
    display: inline;
    background-color: #0896FF;
}
/* einde hack */

.caltable {
    border: 1px solid #003580;
    background-color: #fff;
}
.caltable a:link, .caltable a:visited {
    color: #0896ff !important;
}
.caltable a:hover {
    color: #feba02 !important;
    border-color: #feba02 !important;
}
.caltable a:active {
    color: #b30000 !important;
    border-color: #b30000 !important;
}
.caltable td {
    text-align: center;
}
.caltable td a {
    display: block;
    text-decoration: none;
}
.caltable td.calheader a {
    display: inline;
    vertical-align: -.4em;
}
.caltable td.calheader img.calNoPrevMonth {
    background: white url(/static/img/butPrevMonth.png) 0 -72px no-repeat;
    vertical-align: -.4em;
}
.caltable td.calheader img.calNoNextMonth {
    background: white url(/static/img/butNextMonth.png) 0 -72px no-repeat;
    vertical-align: -.4em;
}
.caltable td.calheader .calNextMonth img {
    background: white url(/static/img/butNextMonth2.png) 0 0 no-repeat;
}
.caltable td.calheader .calPrevMonth img {
    background: white url(/static/img/butPrevMonth2.png) 0 0 no-repeat;
}
.caltable td.calheader .calNextMonth:hover img, .caltable td.calheader .calPrevMonth:hover img {
    background-position: 0 -24px;
}
.caltable td.calheader .calNextMonth:active img, .caltable td.calheader .calPrevMonth:active img {
    background-position: 0 -48px;
}
.calheader {
    padding: .4em;
    white-space: nowrap;
}
.calheader select {
    margin: 0 .6em;
}

.dayNames td {
    border-bottom: 1px solid #003580;
    background-color: #e6edf6;
}
.days td {
    color: #779bca;
    background-color: #e6edf6;
    padding: .2em;
    border: 2px solid #e6edf6;
}
.days td.weekend {
    background-color: #c5d4e9;
    border-color: #c5d4e9;
}
.days td.past {
    text-decoration: line-through;
}
.days td.today, .days td.future {
    border: none;
    padding: 0;
}
.days td a {
    padding: .2em;
    border: 2px solid #e6edf6;
}
.days td.weekend a {
    border-color: #c5d4e9;
}
.days td.today a {
    background-color: #fff;
}
.days td.selected {
    font-weight: bold;
}
.days td.selected a {
    border-color: #0896ff;
}

a.calender:hover img {
    background-color: #B30000;
}
a.calender:active img {
    background-color: #B30000;
}

#calendar, #currencyConverter {
    display: none;
    position: absolute;
    background-image: url(/static/img/shadow3.png);
    padding: 0 4px 4px 0;
}

.mapArea {
    padding: 0 8px;
    border: 1px solid #003580;
    background-color: #e6edf6;
}
.closeMap {
    padding: .3em 8px;
    margin: 0 -8px .6em;
    background-color: #fff;
}
.closeMap a {
    float: right;
    width: auto;
}
div.mapImage {
    background-image: url(/static/img/mapImage1.png);
    background-position: 100% 0;
}

#mapcontainer, #mailafriend, #feedback{
    position: absolute;
    width: 640px;
    background-image: url(/static/img/shadow3.png);
    padding: 0 4px 4px 0;
    display: none;
    margin: 8px;
    z-index: 25; /* 5 meer dan #woordmerk */
}

#mapthumb {
    border: 1px solid #003580 !important;
}


#footer {
     border-top: 1px dashed #779BCA;
	margin: 0 8px;
    padding: 8px;
    margin-bottom: 3em;
}

#footernote {
    margin-top: .75em;
    font-size: 80%;
}

.map {
		/* top:210px;
		left:620px; 
		position: absolute; */
		width:235px;
		height:175px;
		overflow: hidden;
}

.largemap {
		width:500px;
		height:300px;
		overflow: hidden;
}

.neigborhoodsTxt {
		width:500px;
}

.landmarksTxt {
		width:500px;
}

.nhoodsTable, .nhoodsTxt_td {
   /*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;*/

}

.landmarksTable {

}


div#waitbox{

    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    /*background-color: #fff;*/
    /* set z-index higher than possible */
    position:absolute;

    border: 1px #779bca dashed; width: 85%;
    padding: 1em 3em 1em 1em;

/*    border-color: #999999;
    border-color: #000000;
    border-width: 1px;
   */
    /*height:40%;
    width:40%;*/

    height: 150px;
    width: 450px;
	 
	 
    background-color: #ffffff;
    /*background-color: #ffffff; */
    top: 110px;
    left: 20%;
    font-size: 12px;
	 
	 padding-top: 50px;
	 
}
