/* BODY STYLE */
BODY {
  margin: 0;
  background: #ffffcc;
  FONT-SIZE: 9pt;
  COLOR: #000;
  FONT-FAMILY: Arial, Helvetica, sans-serif;
  TEXT-ALIGN: justify;
}

TABLE {
  FONT-SIZE: 9pt;
  COLOR: #000;
  FONT-FAMILY: Arial, Helvetica, sans-serif;
  TEXT-ALIGN: justify;
}

A IMG, IMG A {border: 0}

A:link {
	FONT-SIZE: 9pt; COLOR: #1857cc; TEXT-DECORATION: none; border-bottom: 1px dotted #1857cc;
}
A:active {
	FONT-SIZE: 9pt; COLOR: #1857cc; TEXT-DECORATION: none; border-bottom: 1px dotted #1857cc;
}
A:visited {
	FONT-SIZE: 9pt; COLOR: #1857cc; TEXT-DECORATION: none; border-bottom: 1px dotted #1857cc;
}
A:hover {
	FONT-SIZE: 9pt; COLOR: #ff0000; TEXT-DECORATION: none; border-bottom: 0;
}
A.link1 {color:#F00}

.button {width: 170px; height: 32px; border: 0; color: white; background: url(../images/button_view.gif) no-repeat}
.button_success {width: 170px; height: 32px; border: 0; color: white; background: url(../images/button_success.gif) no-repeat}
.button_attention {width: 170px; height: 32px; border: 0; color: white; background: url(../images/button_attention.gif) no-repeat}
.bigcheck {width:25px;height:25px}

/* MAIN DIV STYLES */

#Main {
  padding: 5pt;
  width: 600px;
}

#Top {
  width: 595px;
  text-align: center;
  padding: 1pt;
  border: 2px solid #9999ff;
  background: #ffff99;
  margin-bottom: 3pt;
}

#Wrapper {
  
  margin-top: 13pt;
  width: 595px;
  text-align: center;
  padding: 5pt 1pt;
  border: 2px solid #D3D3D3;
  background: #ffffff;
}

div.displayResults {
  position: absolute;
  width:250px;
  top:60px;
  left:615px;
  padding:6pt;
  background:#FEFEDC;
  border: 1px dotted #D3D3D3;
}

div.displayResorts {
  position: absolute;
  width:175px;
  top:3px;
  left:615px;
  text-align:right;
  padding:6pt;
  background: #FEFEDC;
  border: 1px dotted #D3D3D3;
}
div.displayResorts H3 {font-size: 10pt;margin:0; padding: 5px; margin-bottom: 5px; background: #E5E5E5}

#button_view {width: 170px; height: 32px; border: 0; color: white; background: url(../images/button_view.gif) no-repeat}
body>div.displayResults {position: fixed}
body>div.displayResorts {position: fixed}

SELECT#languageSelect {
  position: absolute;
  width:120px;
  top:8px;
  left:615px;
  border: 1px solid #D5D5D5;
  background:#FDFDDD;
  FONT: normal 8pt Arial, Helvetica, sans-serif;
  color: red;
}

/*********************** Search Form - s-search.htm *****************************/
#searchForm {
  
  width: 580px;
  border: 2px solid #ffcc00;
  background: url(../images/back-02.jpg) repeat-x;
  margin:0;
}

#searchForm h1 {
  margin: 0;
  FONT-SIZE: 9pt;
  background: #ffcc00;
  height: 1.5em;
}

.smallText {font-size: 0.9em}

.inputText {
	BORDER: #1857cc 1px dotted; FONT-SIZE: 10pt; WIDTH: 200px; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #ffffe1
}

SELECT {BORDER: #1857cc 1px dotted; WIDTH: 100%;FONT: normal 10pt Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #ffffe1}

.inputDate {
	BORDER: #1857cc 1px dotted; FONT-SIZE: 10pt; WIDTH: 100px; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #ffffe1
}

#searchTable, #searchTable TABLE {
  FONT-SIZE: 9pt;
  COLOR: #666666;
}
#searchTable td {padding: 5px 10pt}

.select {width:150pt}

.btn {width: 157px; height: 27px; border: 0; color: white; background: url(../images/btn.gif) no-repeat}
/*********************** Search Form - s-search.htm *****************************/

/********************** Result - results.htm *****************************/

.resultTable td {FONT-SIZE: 9pt;}
H2 {text-align:center; FONT-SIZE: 12pt; font-weight: normal; color:red}

#Footer {
  padding: 5pt;
  width: 600px;
  border-top: 1px dotted #D3D3D3;
}

#smallResultsVariants{font-size: 0.95em}

#Timer 
{
  width: 300px;
  padding: 0 10px;
  height: 20px;
  line-height: 20px;
  font-size: 11pt;
  text-align: center;
  color: red;
  border: 1px dotted #d4d4d4;
}

.dotted {
  padding: 0 10px;
  height: 15px;
  line-height: 15px;
  font-size: 8pt;
  color: red;
  border: 1px dotted #d4d4d4;
}

BLINK {color:#f00}

#roomInfo {
  padding: 5px;
  border: 1px dotted #999;
  background: url(../images/back1.jpg) repeat-x;
  text-align: left;
}

A#plusLink {
  border: 0;
  float: left;
  margin-right: 20px;
}

HR {height: 1px; border-top: 1px dotted #D3D3D3;}
