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;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {
	color: #3288bd;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}
.style2 {
	color: #5d5d5d;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}
.style3 {
	color: #242424;
	font-size: 11px;
	font-family: tahoma;
}
.style4 {
	color: #6e6c6b;
	font-size: 12px;
	font-family: tahoma;
	font-weight: bold;
}
.style5 {
	color: #6e6c6b;
	font-size: 12px;
	font-family: tahoma;
}
.style6 {
	color: #474747;
	font-size: 11px;
	font-family: tahoma;
}
.style7 {
	color: #474747;
	font-size: 10px;
	font-family: tahoma;
}
.style8 {
	color: #787878;
	font-size: 12px;
	font-family: tahoma;
	font-weight: bold;
}
.style9 {
	color: #3e91cd;
	font-size: 11px;
	font-family: tahoma;
}
.style10 {
	color: #3e91cd;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}
.style11 {
	color: #fc770b;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}
.style12 {
	color: #808080;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}
.style13 {
	color: #979797;
	font-size: 11px;
	font-family: tahoma;
}
A{
   text-decoration : none;
   font-weight: normal;
   font-size: 10px;
   color: #333333;
   font-family: Verdana, Arial, sans-serif;
} 
A:visited{
   text-decoration : none;
   font-weight: normal;
   font-size: 10px;
   color: #333333;
   font-family: Verdana, Arial, sans-serif;
}
/*Rimuove gli spazi dai tag FROM */
FORM { margin: 0px;}
#hack {
	/* leeg */
}/*
.selectdata {
	margin-bottom: 26px;
}
.lastselect {
	margin-right: -21px;
}*/
.calender img {
	display: none;
}
/* hack IE 5 (Mac) \*/
.calender img {
    display: inline;
    background-color: #0896FF;
}
/* einde hack */
a.calender:hover img {
	background-color: #FEBA02;
}
a.calender:active img {
	background-color: #B30000;
}

div.popup {
	position: absolute;
	display: none;
	padding: 3px; 
	border: 1px solid #feba02; 
	background-color: #fff9e7;
	z-index: 99;
}
div.popup p {
	margin: 0;
}
div.popup ul {
	margin: 0 0 .3em;
    padding: 0 0 0 1.8em;
}
div.preferredHelp {
	width: 150px;
}
/* For calendar */
.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;
}
.monthYear {
    background-color: #ffffff;
    color: white;
}
.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;
}
.hotelchars.blockdisplay {
	display: block;
}
.blockdisplay {
	display: none;
}
#doc #left {
	position: absolute;
    left: 0;
    border: none;
    margin-top: 0;
}
#doc #right {
    margin: 0 0 2em 227px;
    border-left: 1px dashed #779bca;
}
#doc .breadcrumb {
    clear: left;
	position: relative;
	top: -2.4em;
}
#doc #left .generaltable {
	width: 206px;
}
#doc #left .generaltable td {
    font-weight: bold;
}
#doc div.quote {
	background-color: #e6edf6;
    margin: .6em 0 .6em 1.2em;
    width: 30%;
    border: 1px dashed #779bca;
    border-width: 1px 0;
    float: right;
}
#doc div.quote p {
    margin: 0;
	padding: .6em 0;
    font-size: 120%;
    font-style: italic;
    text-align: center;
    color: #779bca;
}/*