/* CSS Document */

/* set page background to white and text to very dark gray
 * html is included because this is the root element for
 * pages served as application/xhtml+xml */
html, body {
  background: #FFF;
  color:#000000;
  margin: 0;
  padding: 0;
  font-family:Arial, Helvetica, sans-serif;
  }
/* set width of wrapper to same width as title image
 * no top or bottom margin
 * auto on both sides will center wrapper in modern browsers */
#wrapper {
  width: 99%;
  margin: 0 auto;
  }
/* set 15px top margin for titlebar, other margins set to zero */
#titlebar {
  margin: 5px 0 0;
  }
 /* set dimensions for level 2 heading in titlebar */
#titlebar h2 {
  margin: 0 0 3px 0;
  padding: 5px 0 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #00008C;
  font-size: 115%;
  }
/* maincontent width is 1px smaller to account for left border */
#maincontent {
  width: 99%;
  
  margin: 0;
  padding: 0;
  font-size: 85%;
  }
/* set margins, padding, and line height for maincontent paragraphs */
#maincontent p {
  margin: 0 10px 0 35px;
  padding: 5px 0;
  line-height:1.4;
  }
/* set dimensions for level 1 and 2 headings in maincontent */
#maincontent h1 {
  margin: 0 0 5px 15px;
  padding: 5px 0 0;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color: #00008C;
  font-size: 165%;
  }
#maincontent h2 {
  margin: 15px 0 5px 15px;
  padding: 5px 0 0;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color: #00008C;
  font-size: 135%;
  }
  
#maincontent h3 {
  margin: 15px 0 5px 15px;
  padding: 5px 0 0;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color: #993300;
  font-size: 115%;
  }

/* set table for xml feeds data */
table.data {
width: 83%;
font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
border-collapse: collapse;
}
caption-side {
text-align: right;
}

td.hotels {
font-size: 1.1em;
border: #0000CC 1px solid;
padding: 0 0 0 0;
}
td.hotels p {
font-size: 1em;
padding: 0 0 0 0;
margin: 0 0 0 0;
}
th.hotels {
font-size: 1.1em;
border: #0000CC 1px solid;
padding: 5px 5px 5px 5px;
background-color: #99FFCC;
color: black;
}


/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 8px;
	right: 65px;
	color: #919999;
	
}

#utility a{
	color: black;
	font-weight: bold;
}

#utility a:hover{
	text-decoration: underline;
}

/* apply style to lists for hotels of different price ranges */

.priceRange {
	margin: 5px 25px 25px 40px;
	line-height: 1.7;
	font-weight: bold;
}


/* Span and p Styles */

.right {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
  	color: #000066;
	font-weight: bold;
  	font-size: 125%;
	position: absolute;
	right: 65px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
  	line-height: 1.0;
	
}

.searchRight {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
  	color: #006A35;
	font-weight: bold;
  	font-size: 125%;
	
	right: 65px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
  	line-height: 1.0;
	
}

.searchCenter {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
  	color: #FFFFFF;
	font-weight: bold;
  	font-size: 125%;
	
	right: 65px;
	padding: 5px 5px 5px 5px;
	margin: 0 0 0 0;
  	line-height: 1.0;
	background-color: #000080;
	
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;	
  	font-size: 95%;
	
} 



/* apply bullet-type style to give preminence to some text, like on the home page */
.standsOut {
  margin: 0 0 0 0;
  padding: 0 0;
  line-height:1.4;
  font-size: 135%;
  color: #FF0000;
  font-weight: bold;
  }
  
  
/* On this page go to styles */  

div.goto {	
	font-family:	Arial, Tahoma, Trebuchet ms, Verdana, Myriad Web, Syntax, sans-serif;
	font-size-adjust:	.53;
	font-size:	1em;
	font-weight: bold;
	color: red;

text-align: center;
 margin-top: 2em; margin-bottom: 2em; }


div.gotolist {	
	font-family:	Arial, Tahoma, Trebuchet ms, Verdana, Myriad Web, Syntax, sans-serif;
	font-size-adjust:	.53;
	font-size:	0.8em;
	
	

text-align: left;
 margin-top: 0.6em; margin-bottom: 2em; }


div.gotolistcentered {	
	font-family:	Arial, Tahoma, Trebuchet ms, Verdana, Myriad Web, Syntax, sans-serif;
	font-size-adjust:	.53;
	font-size:	0.8em;
	
	

text-align: center;
 margin-top: 0.6em; margin-bottom: 1em; }
