/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;

}

#container {
			width: 750px;
			\width: 770px;
			w\idth: 750px;
			margin: 0;
			margin-left: auto;
			margin-right: auto;
			padding: 0;
		}

		#banner {
			padding: 0;
			margin-bottom: 0;
			margin-top: 0;
			background-image: url(images/logo.gif);
			background-repeat: no-repeat;
			height: 70px;
			
		}
		
		#banner a {
			font-size: 10px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-weight: bold;
			color:#CC0000;
			text-decoration: none;
		
		}
		
		#header {
			float: right;
			padding: 10px 10px 0 0
			
		
		} 
		
		#searchform {
		
			font-size: 11px;
			margin: 0;
			padding: 0;
			clear: both;
		
		}

		#content {
			padding: 0;
			margin-left: 270px;
		}

		#sidebar-a {
			float: left;
			width: 250px;
			margin: 0;
			padding: 0;
			background-color: #0099cc;
		}

		#footer {
			clear: both;
			padding: 3px 20px;
			margin-top: 0;
			background-color: #0099cc;
		}
		
/*-----footer Ul-------*/

ul#footlights
{
margin-left: 0;
padding-left: 3;
}

#footlights li
{
display: inline;
list-style-type: none;
}

#footlights a { padding: 3px; }

#footlights a:link, #footlights a:visited
{
color: #fff;
text-decoration: none;
font-size: 10px;
}

#footlights a:hover
{
color: #fff;
text-decoration: underline;
}

		
		
/*----Navigation LHS------*/
#navcontainer { width: 250px; margin: 0; padding: 0; }

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
}

#navcontainer a
{
display: block;
margin:0;
padding: 3px 3px 3px 10px;
width: 250px;
background-color: #0099cc;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #0066cc;
color: #fff;
}
/*- Menu Tabs I--------------------------- */

    #tabsI {
      float:left;
      width:100%;
      font-size:11px;
      line-height:normal;
	  margin: 0;
      }
    #tabsI ul {
	margin:0;
	padding:0;
	list-style:none;
      }
    #tabsI li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsI a {
      float:right;
      background:url("images/tableftI.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsI a span {
      float:left;
      display:block;
      background:url("images/tabrightI.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsI a span {float:none;}
    /* End IE5-Mac hack */
    #tabsI a:hover span {
      color:#FFF;
      }
    #tabsI a:hover {
      background-position:0% -42px;
      }
    #tabsI a:hover span {
      background-position:100% -42px;
      }


/*----Header styles------*/

h1 { 
Font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
font-size: 18px;
font-weight: normal;
color: #0099cc;

}

h2 { 
Font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
font-size: 18px;
font-weight: normal;
color: #0099cc;

}

h3 { 
Font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
font-size: 18px;
font-weight: normal;
color: #0099cc;

}

/*----custom styles for tables------*/

.tblwhite {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
}

.tblfontsize {
font-size: 10px;

}

.tblheaders {
 font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif
 font-size: 14px;
 font-weight: bold;

}

.tblBorder { border: 1px solid #ccc;}

.tblBorderBot { border-bottom: 1px solid #333;}

.activeHotelsTable {
	font-weight: normal; font-size: 10px; font-family: Arial, Helvetica, sans-serif;
}

.activeHotelsTableformbut {
	font-weight: normal; font-size: 10px; font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;
	background-color: #ff6600:
	color: #fff;
}

.AHtableHeader {
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0082ac;
}
.AHtableHeaderRed {
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
}