body
{
	font-family:Arial;
	font-size:10px;
	color:#800000;background:#ffffff;
}

input {font-size:7pt;border:1px solid #800000;}
button {overflow:visible;font-size:8pt;font-weight:bold;border:2px solid rgb(255,239,90);color:#000;cursor:hand;}
select {font-size:7pt;border:1px solid rgb(255,239,90);}
textarea {font-size:7pt;border:1px solid rgb(255,239,90);}

.tooltip,.tooltip *{display:block}
.tooltip {width:200px;color:#000;font:lighter 11px/1.3 Arial,sans-serif;text-decoration:none;text-align:center;}
.tooltip span.top{padding: 30px 8px 0;background: url(images/tooltip.gif) no-repeat top;}
.tooltip b.bottom{padding:3px 8px 15px;color:#548912;background: url(images/tooltip.gif) no-repeat bottom;}

.dateCalendar {position:relative;top:;}
.dateCalendar input {width:18px;text-align:center;}
.dateCalendar a:visited img {border:none;}
.popupCalImg {position:relative;width:28px;border:0;margin-left:5px;top:7px;}

/* The main calendar widget.  DIV containing a table. */
.Calendars {margin:5px;width:200px;height:100px;vertical-align:top;}

.calendar {
  position:relative;display:none;border-top:2px solid #fff;border-right:2px solid #000;border-bottom:2px solid #000;
  border-left:2px solid #fff;font-size:11px;color:#000;cursor:default;background:#e8f4f0;
  font-family:tahoma,verdana,sans-serif;
}
.calendar table {
  border-top:1px solid #000;border-right:1px solid #fff;border-bottom:1px solid #fff;
  border-left:1px solid #000;font-size:11px;color:#000;cursor:default;
  font-family:tahoma,verdana,sans-serif;
}
.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align:center;padding:1px;border-top:1px solid #fff;border-right:1px solid #000;
  border-bottom:1px solid #000;border-left:1px solid #fff;color:#fff;background:#800000;
}
.calendar .nav {background:#800000;/*background:transparent url(menuarrow.gif) no-repeat 100% 100%;*/}
.calendar thead .title { /* This holds the current "month, year" */
  font-weight:bold;padding:1px;border:1px solid #000;background:#800000;color:#fff;text-align:center;
}
.calendar thead .headrow {background:#800000; /* Row <TR> containing navigation buttons */}
.calendar thead .daynames { /* Row <TR> containing the day names */}
.calendar thead .name {border-bottom:1px solid #000;padding:2px;text-align:center;background:#e8f0f4;}
.calendar thead .weekend {color:#f00;}
.calendar thead .hilite {border-top:2px solid #fff;border-right:2px solid #000;border-bottom:2px solid #000;border-left:2px solid #fff;padding:0px;background:#800000;color:#fff;}
.calendar thead .active { /* Active (pressed) buttons in header */
  padding:2px 0px 0px 2px;border-top:1px solid #000;border-right:1px solid #fff;
  border-bottom:1px solid #fff;border-left:1px solid #000;background-color:#b8c0c4;
}
.calendar tbody .day {width:2em;text-align:right;padding:2px 4px 2px 2px;}
.calendar tbody .day.othermonth {font-size:80%;color:#aaa;}
.calendar tbody .day.othermonth.oweekend {color:#faa;}
.calendar table .wn {padding:2px 3px 2px 2px;border-right:1px solid #000;background:#e8f4f0;}
.calendar tbody .rowhilite td {background:#c8d4d0;}
.calendar tbody .rowhilite td.wn {background:#c8d4d0;}
.calendar tbody td.hilite { /* Hovered cells <TD> */
  padding:1px 3px 1px 1px;border:1px solid;border-color:#fff #000 #000 #fff;background:#800000;color:#fff;
/*  padding:1px 3px 1px 1px;border:1px solid;border-color:#fff #000 #000 #fff;background:#BFEEF9;*/
}
.calendar tbody td.active {padding:2px 2px 0px 2px;border:1px solid;border-color:#000 #fff #fff #000;}

.dateCalendar {position:relative;top:;}
.calendar tbody td.selected {font-weight:bold;padding:2px 2px 0px 2px;border:1px solid;border-color:#000 #fff #fff #000;background:#d8e0e4;}
.calendar tbody td.weekend {color:#f00;}
.calendar tbody td.today {font-weight:bold;color:#00f;}
.calendar tbody .disabled { color:#999; }
.calendar tbody .emptycell {visibility:hidden;}
.calendar tbody .emptyrow {display:none;}
.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */}
.calendar tfoot .ttip {padding:1px;border:1px solid #000;background:#800000;color:#fff;text-align:center;}
.calendar tfoot .hilite {border-top:1px solid #fff;border-right:1px solid #000;border-bottom:1px solid #000;border-left:1px solid #fff;padding:1px;background:#d8e0e4;}
.calendar tfoot .active {padding:2px 0px 0px 2px;border-top:1px solid #000;border-right:1px solid #fff;border-bottom:1px solid #fff;border-left:1px solid #000;}
.calendar .combo {
  position:absolute;display:none;width:4em;top:0px;left:0px;cursor:default;
  border-top:1px solid #fff;border-right:1px solid #000;border-bottom:1px solid #000;
  border-left:1px solid #fff;background:#d8e0e4;font-size:90%;padding:1px;z-index:100;
}
.calendar .combo .label,
.calendar .combo .label-IEfix {text-align:center;padding:1px;}
.calendar .combo .label-IEfix {width:4em;}
.calendar .combo .active {background:#c8d0d4;padding:0px;border-top:1px solid #000;border-right:1px solid #fff;border-bottom:1px solid #fff;border-left:1px solid #000;}
.calendar .combo .hilite {background:#048;color:#aef;}
.calendar td.time {border-top:1px solid #000;padding:1px 0px;text-align:center;background-color:#e8f0f4;}
.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding:0px 3px 0px 4px;border:1px solid #889;font-weight:bold;background-color:#fff;
}
.calendar td.time .ampm {text-align:center;}
.calendar td.time .colon {padding:0px 2px 0px 3px;font-weight:bold;}
.calendar td.time span.hilite {border-color:#000;background-color:#667;color:#fff;}
.calendar td.time span.active {border-color:#f00;background-color:#000;color:#0f0;}
#tabs_text table td {cursor:hand;width:80px;text-align:center;font-size:-1em;}
#bottom_tabs_text table td {cursor:hand;width:160px;text-align:center;font-size:-1em;}
#err1,#err2,#err3,#err4,#err5,#err6,#err7,#err8,#err9 {display:none;color:#f00;}
#thx {display:none;}

.calendar table {
  border-top:1px solid #000;border-right:1px solid #fff;border-bottom:1px solid #fff;
  border-left:1px solid #000;font-size:11px;color:#000;cursor:default;
  font-family:tahoma,verdana,sans-serif;
}

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align:center;padding:1px;border-top:1px solid #fff;border-right:1px solid #000;
  border-bottom:1px solid #000;border-left:1px solid #fff;color:#fff;background:#800000;
}
.calendar .nav {background:#800000;/*background:transparent url(menuarrow.gif) no-repeat 100% 100%;*/}
.calendar thead .title { /* This holds the current "month, year" */
  font-weight:bold;padding:1px;border:1px solid #000;background:#800000;color:#fff;text-align:center;
}

.textsize10 {font-family:Arial; font-size:10px; color:#000;}
.textsize12 {font-family:Arial; font-size:12px; color:#000;}
.textsize14bold {font-family:Arial; font-size:14px; font-weight: bold;color:#000;}

.formstyle {font-family:Arial; font-size:10px; color:#000;background:rgb(255,239,90);}

#h1-tag {position:absolute;margin-left:210px;padding-left:10px;top:145px;}
#h1-tag h1 {font-family:helvetica,arial,sans-serif; font-size:16pt; color:#000;}
*+#h1-tag {position:absolute;margin-left:210px;padding-left:10px;top:135px;}

#langs {position:absolute;margin-left:300px;padding-left:430px;top:147px;}
*+#langs {position:absolute;margin-left:300px;padding-left:460px;top:152px;}

#langs_2 {position:absolute;padding-left:25px;top:200px;}
*+#langs_2 {position:absolute;padding-left:25px;top:205px;}

h2 {font-family:helvetica,arial,sans-serif; font-size:12pt; color:#000;}

li ul {display:none;}
li > ul {top:auto;left:auto;}
li:hover ul, li.over ul { display:block;}
.bar-1 {background:url(images/bar_blue.jpg) no-repeat; font-size:12pt;font-weight:bold;}
.bar-2 {background:url(images/bar_sand.jpg) no-repeat;font-size:10pt;font-weight:bold;}
.psize12 {font-size:12pt;}
.pagetext {font-size:8pt; color:#000;}
.booknowtext {font-size:12pt; color:#000;}

#details2 li {padding:0;text-indent:-1em;margin-left:1em;}

.info_top_160 {padding-top:5px;float:left;text-align:center;background:url(images/info_box_top_160.jpg) no-repeat;width:160px;height:26px;font-size:10pt;}
.info_top_200 {padding-top:5px;float:left;text-align:center;background:url(images/info_box_top_200.jpg) no-repeat;width:200px;height:26px;font-size:10pt;}

#menu_02 {width:600px;}
.menu_02_option a {text-decoration:none;font-weight:bold;color:rgb(0,0,0);font-size:10pt;}
.menu_02_option a:hover {font-weight:bold;color:rgb(0,0,0);font-size:10pt;}
.menu_02_option {padding-top:5px;float:left;text-align:center;background:url(images/info_box_top_100.jpg) no-repeat;width:100px;height:26px;font-size:10pt;}
.menu_02_selected {font-weight:bold;padding-top:5px;float:left;text-align:center;background:url(images/info_box_top_100.jpg) no-repeat;width:100px;height:26px;font-size:10pt;}
.menu_02_text {font-weight:bold;padding-top:5px;float:left;text-align:center;background:url(images/info_box_top_100.jpg) no-repeat;width:100px;height:26px;font-size:10pt;}

.menu_01_option a {text-decoration:none;font-weight:bold;color:rgb(0,0,0);font-size:8pt;}
.menu_01_option a:hover {font-weight:bold;color:rgb(0,0,0);font-size:8pt;}
.menu_01_option {padding-top:1px;padding-left:10px;float:left;background:url(images/menu_bar.jpg) no-repeat;width:190px;height:15px;font-size:8pt;}
.menu_01_selected {font-weight:bold;padding-top:1px;padding-left:10px;float:left;background:url(images/menu_bar_here.jpg) no-repeat;width:190px;height:15px;font-size:8pt;}
.menu_01_text {font-weight:bold;padding-top:1px;padding-left:10px;float:left;background:url(images/menu_bar_solid.jpg) no-repeat;width:190px;height:15px;font-size:8pt;}

.disabled {color:#808080;}
.special {background:#00cc00;}
.valid {background:#green;}
.booked {background:#cc0000;}
.selected {background:#d8e0e4;}
.half-s {background:URL(images/half-s.jpg) no-repeat center left;}
.half-e {background:URL(images/half-e.jpg) no-repeat center;}
.ownrhs {font-family:Arial; font-size:12px; color:#000;}
.ownrhs td {padding-right:25px;}

.xtra {width:450px;}
.xtra1 {margin-bottom:20px;}
.xtra1 p {width:400px;float:left;}
.xtra1 span {font-weight:bold;font-style:italic;}
.xtra2 p {float:right;}

.dflt-1 {font-family:Arial,verdana,tahoma;font-size:10px;color:#800000;}
.dflt-1 input {font-size:10px;}
.ff-1 {font-family:Arial;}
.fc-1 {color:#000;}
.fc-2 {color:#800000;}
.px8 {font-size:8px;}
.px9 {font-size:9px;}
.px10 {font-size:10px;}
.px10grey {font-family:tahoma;font-size: 10px; color:rgb(144,144,144);}
.px12 {font-size:12px;}
.px13 {font-size:13px;}
.px14 {font-size:14px;}
.px18 {font-size:18px;}
.pt6 {font-size:6pt;}
.pt7 {font-size:7pt;}
.pt9 {font-size:9pt;}
.pt10 {font-size:10pt;}
.pt12 {font-size:12pt;}
.pt18 {font-size:18pt;}
.pt24 {font-size:24pt;}
#priceTotal span {font-size:10pt;}

.flag_horiz {padding-right:10px;}
