﻿/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
   Based on work by Eric Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend /*,table, caption, tbody, tfoot, thead, tr, th, td */
{
	margin: 0;
	padding: 0; /*	border: 0;*/
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body 
{ 
    line-height: 1.5;
    background: #fff;
  /*  background: #f57f18; */
    margin:1.5em 0;
 }
 
 #top
 {
     background-color: #F57f18;
 }

/* Tables still need 'cellspacing="0"' in the markup. */
/*table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }*/

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after
{
	content: "";
}
blockquote, q
{
	quotes: "" "";
}

a img
{
	border: none;
}

a 
{
    color: #435a74;
}

img
{
	border: none;
}
.field
{
	text-align: right;
	width: 30%;
	font-weight: bold;
	padding-right: 10px;
}

.fieldvalue
{
	width: 70%;
}

*
{
	margin: 0;
	padding: 0;
}

body, input, h1, h2, h3, p, select
{
	font-family: Tahoma,Arial;
	color: #666666;
}

body
{
	background-color: #ccc;
	background-position:center;
	background-repeat: repeat-y; 
	margin: 0px;
	font-size: 9pt;
	text-align: justify;
}
h1, h2, h3
{
	margin-bottom: 10px;
	font-weight: bold;
}
h1
{
	font-size: 14pt;
}
h2
{
	font-size: 12pt;
}
h3
{
	font-size: 9pt;
}
.clear
{
	clear: both;
	height: 0px;
	background: #fff;
}

#wrapper
{
	/*background-color: #f57f18;*/
	background-color: #fff;
	width: 980px;
	margin: auto;
	padding: 0px 0px 10px 0px;
	border: solid 1px #aaa;
}

#languages
{
	float: right;
	background-image: url(/images/flags-bg.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 80px;
	text-align: center;
	margin-right: 5px;
}

#languages li
{
	display: inline;
	list-style: none;
}

#logo
{
	float: left;
	height: 68px;
	width: 210px;
}


#nav
{
	background-color: #f57f18;
	
}

#nav li
{
	display: inline-block;
	padding:  5px 15px 0px 15px;
	float: left;
	margin-right: 2px;
	background-color: #f8a054;
}

#nav li a
{
	color: white;
	font-family: Tahoma,Arial;
	font-size: 8pt;
	text-decoration: none;
	
	font-weight: bold;
}

#nav li:hover, #nav li.selected
{
	/*background-color: #435a74;*/
		background-image: url(/images/results-header-bg.gif);
	background-repeat: repeat-x;
	background-position: right bottom;
}


#content
{
	background-color: White;
	background-image: url(/images/topbg.jpg);
	background-position: top;
	background-attachment: fixed;
	background-repeat: repeat-x;
}

#main-content
{
	margin: 0px 20px 0px 20px;
    background-color: White;
}

#breadcrumb
{
	float: left;
	margin-top: 10px;
	
}
#breadcrumb li
{
	display: inline;
	list-style: nothing;
	padding: 0px 10px 0px 5px;
	background-image: url(/images/arrows.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#breadcrumb li.last
{
	background-image: none;
}

#breadcrumb li a, #tel
{
	color: Navy;
	font-family: Tahoma,Arial;
	font-size: 9pt;
	text-decoration: none;
}


#tel
{
    padding-right: 75px;
   padding-top: 20px;
}

#tel a
{
    color: #fff;
}

#main-image
{
	float: left;
	display: inline;
	height: 197px;
	width: 570px;
	margin: 20px 20px 10px 0px;
}

#availability
{
	float: left;
	display: inline;
	margin: 20px 0px 5px 0px;
	width: 350px; /*no more than 350px wide*/
	background-image: url(/images/small-item-bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}


#box-container-left, #box-container-center, #box-container-right
{
	display: inline;
	float: left;
	margin: 5px 0px 5px 0px;
}

#box-container-left
{
	width: 48%;
	margin-right: 20px;
}

#box-container-center
{
	width: 48%;
	float: right;
}

#box-container-right
{
	width: 350px; /*no more than 350px wide*/
	margin-right: 0px;
}

.box 
{
	float: left;
	background-image: url(/images/box-header.gif);
	background-repeat: no-repeat;
	border: solid 1px #f5f5f5;
	width: 100%;
	margin-bottom: 20px;
	font-family: Tahoma,Arial;
	font-size: 9pt;
	color: #666666;
	
}

.full
{

	filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;
}

p
{
	font-size: 9pt;
	text-align: justify;
}

.box  h3
{
	font-family: Tahoma,Arial;
	font-size: 9pt;
	font-weight: bold;
	color: White;
	margin: 6px 0px 10px 40px;
}

.box  p
{
	padding: 5px 10px 10px 10px;
	text-align: justify;
}


.box
{
}

#footer
{
	background-color: #f57f18;
	float: right;
	margin-top: 5px;
	font-family: Tahoma,Arial;
	color: White;
	font-size: 10px;
	padding: 5px;
}

#footer a
{
    color: White;
}

#links
{
    background-color: #f57f18;
    margin-top: 5px;
	font-family: Tahoma,Arial;
	color: White;
	font-size: 10px;
	padding: 5px;
}

#links a
{
    color: White;
}

#home .left
{
	float: left;
	display: inline;
	width: 570px;
}

#home .right
{
	float: left;
	display: inline;
	margin-left: 20px;
	width: 350px;
}

.box  h4
{
	color: #f57f18;
	font-family: Tahoma,Arial;
	font-weight: bold;
	font-size: 9pt;
	padding: 5px 0px 0px 10px;
}

span.title
{
	color: #f57f18;
	font-family: Tahoma,Arial;
	font-weight: bold;
	font-size: 9pt;
}


.box .listitem 
{
	background-image: url(/images/small-item-bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

/*hotel Results Page */

#results
{
	margin-top: 20px;
}

#results .box
{
	width: 180px;
	border: solid 1px #0088FF;
	margin-right: 5px;
	margin-top: 0;
	background-image: none;
}

#results .features span
{
	display: block;
	width: 160px;
	margin-left: 10px;
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 9pt;
}

#results .features span.y
{
	background-image: url(/images/tick.gif);
}

#results .features span.n
{
	background-image: url(/images/cross.gif);
}

#results .features span.na
{
	background-image: url(/images/na.gif);
}

#results .header
{
	background-image: url(/images/results-header-bg.gif);
	background-repeat: repeat-x;
	background-position: right bottom;
	height: 47px;
	margin-top: 0;
	overflow: hidden;
}

#results .header h3
{
	text-align: left;
	margin: 0px 10px 10px 10px;
	padding-top: 5px;
}

#results .clear
{
	height: 1px;
	border-bottom: dotted 1px #0088FF;
}

#results .details img
{
	display: inline;
	float: right;
}
/* -------------------------------------------------------------- 
   
   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   
   Usage:
   * For text fields, use class .title or .text
   
-------------------------------------------------------------- */

label
{
	font-weight: bold;
}


/* Fieldsets */
fieldset
{
	padding: 1.4em;
	margin: 0 0 1.5em 0;
	border: 1px solid #ccc;
}
legend
{
	font-weight: bold;
	font-size: 1.2em;
}

/* Text fields */
input.text, input.title
{
	margin: 0.5em 0.5em 0.5em 0;
}
input.text, input.title
{
	border: 1px solid #bbb;
	background: #f6f6f6;
	padding: 5px;
}
input.text:focus, input.title:focus
{
	border: 1px solid #999;
	background: #fff;
}
input.title
{
	font-size: 1.5em;
}

/* Textareas */
textarea
{
	width: 400px;
	height: 250px;
	margin: 0.5em 0.5em 0.5em 0;
}
textarea
{
	border: 1px solid #bbb;
	background: #eee;
	padding: 5px;
}
textarea:focus
{
	border: 1px solid #999;
	background: #fff;
}

/* Select fields */
select
{
	border: 1px solid #ccc;
	background: #f6f6f6;
}
select:focus
{
	border: 1px solid #999;
	background: #fff;
}


/* Success, error & notice boxes for messages and errors. */
.error, .notice, .success
{
	padding: .8em;
	margin-bottom: 1em;
	border: 1px solid #ddd;
}
.error
{
	background: #FBE3E4;
	color: #D12F19;
	border-color: #FBC2C4;
}
.notice
{
	background: #FFF6BF;
	color: #817134;
	border-color: #FFD324;
}
.success
{
	background: #E6EFC2;
	color: #529214;
	border-color: #C6D880;
}
.error a
{
	color: #D12F19;
}
.notice a
{
	color: #817134;
}
.success a
{
	color: #529214;
}

.dashtitle
{
    border: solid 1px #aaa;
    color: #888;
    padding: 2px;
    font-weight: bold;
    background: #eee;
    font-size: 0.9em;
}

.dashtitle a
{
    color: #888;
    font-size: 0.9em;
}

.quiet      { color: #866; font-size: 0.8em; }

table.GridView
{
    border: 5;
}

.tablestyle
{
    border: solid 1px #7f7f7f;
}

.altrowstyle
{
    background-color: #edf5ff;
}

.headerstyle th, .headerstylewide th
{
	  background: url(/images/sprite.png) repeat-x 0px 0px;
    border-color: #989898 #cbcbcb #989898 #989898;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    color: #000;
    text-align: center;
    vertical-align: bottom;
}


.headerstyle th
{   
    padding: 4px 5px 4px 10px;
}

.headerstylewide th
{
	
    padding: 0px 0px 6px 0px;
   
}

.headerstyle th a, .headerstylewide th a
{
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    color: #000;
    display: block;
    padding-right: 10px;
}

.headerstyle th a:hover,  .headerstylewide th a:hover
{
    text-decoration: underline;
}

.rowstyle .sortaltrow, .altrowstyle .sortaltrow, .rowstylewide .sortaltrow, .altrowstylewide .sortaltrow
{
    background-color: #edf5ff;
}

.rowstyle .sortrow, .altrowstyle .sortrow, .rowstylewide .sortrow,  .altrowstylewide .sortrow
{
    background-color: #dbeaff;
}

.rowstyle td, .altrowstyle td
{
    padding: 4px 10px 4px 10px;
    border-right: solid 1px #cbcbcb;
}

.rowstylewide td, .altrowstylewide td
{
	padding: 0px 0px 0px 0px;
	border-right: solid 1px #cbcbcb;
}

.headerstyle .sortascheader
{
    background: url(/images/sprite.png) repeat-x 0px -100px;
}

.headerstyle .sortascheader a
{
    background: url(/images/dt-arrow-up.png) no-repeat right 50%;
}

.headerstyle .sortdescheader
{
    background: url(/images/sprite.png) repeat-x 0px -100px;
}

.headerstyle .sortdescheader a
{
    background: url(/images/dt-arrow-dn.png) no-repeat right 50%;
}

