/***************************** Standard HTML styles **************************/
h1 {
	margin:5px 0px 8px 5px;
	padding:0px;
	font-size:18px;
	line-height:18px;
	color:#112266;
}

h1 a {
	font-size: 18px;
	text-decoration: none;
	background-image: url(dot_blue.gif);
	background-position: bottom center;
	background-repeat: repeat-x;
}

h1 a:hover { background: #F9C768; }

h2 {
	margin:10px 5px 0px 5px;
    padding: 0px;
	font-size:13px;
    font-weight: bold;
	line-height: 1.6em;
	color: #112266;
}

h2 a { font-size: 13px; }

h2 a:hover { background: #F9C768; }

h2 strong { font-size: 14px; }

h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3em;
	color: #112266;
}

h3 a { text-decoration: none; }

h3 a:hover { text-decoration: underline; }

.blueh2 {
	background-image: url(travbuddy_welcome_back.gif);
	background-color: #666666;
	padding: 2px 5px 2px 8px;
	margin-left: 0px;
	margin-right: 0px;
}

a {
	color: #112266;
	font-size: 12px;
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
}

a:link { color: #112266; }

form {
	padding: 0px;
	margin: 0px;
}

label { font-weight: bold; }

p { 
    line-height: 1.5em;
    margin-top: 0px;
}

/******************************* Layout **************************************/
body {
	margin:0px;
	padding:0px 0px 5px 0px;	
    font-size: 12px;
    font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	color:#333;
	background-color:white;
	background-image: url(lines.gif);
}

#outerContainer {
	background-image: url(back_header.gif);
	background-position: top center;
	background-repeat: repeat-x;
}

#main { margin-top: 12px; }

#container {
	position: relative;
	padding: 0px 5px 5px 5px;
    width: 972px;
	margin: 0 auto;
}

.row .row {
	position: relative;
	clear: right;
}

.row {
	position: relative;
	clear: both;
	margin-top: 5px;
}

.row .columnRight {
	position: relative;
	float: right;
	padding: 0px;
	width: 690px;
}

/* Hides from IE5-mac \*/
* html .columnRight {height: 1%;}
/* End hide from IE5-mac */

.row .columnLeft {
	position: relative;
	float: left;
	width: 276px;
}

/* custom columns for the homepage */
.homepageColumnLeft {
	position: relative;
	float: left;
	padding: 0px;
	width: 482px;
}

.homepageColumnRight {
	position: relative;
	float: right;
	padding: 0px;
	width: 276px;
}

.homepageColumnLeftHalf {
	position: relative;
	float: left;
	padding: 0px;
	width: 379px;
}

.homepageColumnRightHalf {	
	position: relative;
	float: right;
	padding: 0px;
	width: 379px;
}

.hotelSearchBox {
	position: relative;
	background-image: url(hotel_gradient_back.gif);
	background-position: top center;
	background-repeat: repeat-x;
	height: 150px;
	padding: 5px 5px 5px 10px;
	top: -1px;
}

.hotelSearchBoxGreen {
	position: relative;
	background-image: url(hotel_gradient_back_green.gif);
	background-position: top center;
	background-repeat: repeat-x;
	padding: 5px 5px 5px 10px;
	margin: 10px 0px 7px 0px;
}

.hotelSearchBoxGreen .headerText {
	font-weight: bold;
	color: #33553e;
	margin-bottom: 10px;
	display: block;
}

.section {
	position: relative;
	margin-bottom: 10px;
}

/* Rounded Corners */
.rtop, .rbottom{
	display:block
}
.rtop * {
	display: block;
	height: 1px;
	overflow: hidden;
	background-color: #66A6CB;
}
.rbottom * {
	display: block;
	height: 1px;
	overflow: hidden;
	background-color: #FF9933;
}
.r1 { margin: 0 5px; }
.r2 { margin: 0 3px; }
.r3 { margin: 0 2px; }
.r4 { margin: 0 1px; }

.section .sectionBody {
	background-color: #FFF;
	position: relative;
	padding: 2px;
	border: 1px solid #999999;
}

.section .sectionFooter {
	position: relative;
	height: 25px;
	text-align: right;
}

.section .sectionFooter .middle {
	position: relative;
	display: block;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	background-image: url(section_footer_back.gif);
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #EEE;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
}

.section .sectionFooter .middle a {
	position: relative;
	float: right;
	padding-right: 5px;
	line-height: 25px;
	font-size: 11px;
	color:	#226014;
}

.section .sectionFooter .middle img {
	position: relative;
	float: right;
	padding-right: 3px;
	margin-top: 7px;
}

.section h1 {
	font-size: 11px;
	line-height: 1.3em;
	background-image: url(section_title_back.gif);
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #FF9933;
	color: white;
	margin: 0px;
	padding: 0px 0px 3px 8px;
}

.section h1 a {
    font-size: 11px;
	color: white;
	text-decoration: none;
    background: none;
}

.section h1 a:hover {
    color:  #F0B44B;
    background: none;
}

.sectionLink {
	background-image: url(section_link_back2.gif);
	background-position: top center;
	background-repeat: repeat-x;
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #884811;
	background-color: #F0B54C;
}

.sectionLink a {
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #884811;
	width: 100%;
	line-height: 20px;
	height: 20px;
	display: block;
}

.sectionIconLink { 
    background-image: url(section_link_back2.gif);
	background-position: top center;
	background-repeat: repeat-x;
	position: relative;
	border: 1px solid #884811;
	background-color: #F0B54C;
	height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;    
    color: #884811;
    overflow: hidden;
    text-align: center;
}

.sectionIconLink * { vertical-align: middle; }

.sectionIconLink img { padding-right: 5px; }

.sectionIconLink a { 
    text-decoration: none;
    text-align: center;
    font-weight: bold;
	font-size: 10px;
    color: #884811;
    width: 100%;
    overflow: hidden;
}

.sectionBody .sectionLink {
	margin-right: 5px;
	margin-left: 5px;
}

.welcome {
	background-image: url(welcome_03.jpg);
	background-position: top center;
	background-repeat: none;
	width: 504px;
	height: 125px;
	padding: 0px;
	margin: 0px;
	position: relative;
	color: #FFF;
}

.welcome a {
	color: #FFF;
	text-decoration: none;
}

.welcome a:hover { text-decoration: underline; }

.photoSection {
    min-height:600px; 
    height:auto;
    margin-bottom: 10px;
}
/* ie 6.0 */
/*\*/
* html .photoSection { height: 600px; }
/**/

.sideAd { background-color: #F4F8FC;}

/******************************** Photo Styles *******************************/
.gridPhotoBox {
	padding-left: 3px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 3px;
	text-align: center;
}

.photoShadow {
	position: relative;
	float: right;
	clear: none;
	background: url(shadowAlpha.png) no-repeat bottom right !important;
	background: url(shadow.gif) no-repeat bottom right;
	margin: 10px 5px 0px 10px !important;
	margin: 10px 5px 0px 5px;
}

.photoShadow img {
	position:relative;
	bottom:3px !important;
	bottom: 6px;
	right: 6px;
	border: 1px solid #999;
	padding: 4px;
	margin: 0px;
	background-color: #FCFCFC;
}

/* special case for profile pic drop shadows */
#profilePhotoShadow {
	position: relative;
	float: left;
	clear: none;
	background: url(shadowAlpha.png) no-repeat bottom right !important;
	background: url(shadow.gif) no-repeat bottom right;
	margin: 10px 0 10px 10px !important;
	margin: 10px 0 10px 5px;
}

#profilePhotoShadow img {
	position:relative;
	bottom:3px !important;
	bottom: 6px;
	right: 6px;
	border: 1px solid #999;
	padding: 4px;
	margin: 0px;
	background-color: #FCFCFC;
}


/******************************* Header/NavBar *******************************/
#header {
	display: block;
	position: relative;
	font-size: 18px;
	color: #000033;
	width: 972px;
	height: 115px;
	z-index: 1000000000;
	margin: 0px auto -10px auto;
}

#header #title {
	position: absolute;
	left: 0px;
	top: 12px;
	padding: 0px;
	margin: 0px;
}

#header .updatesLink {
	position: absolute;
	left: 216px;
	top: 58px;
}

#header .updatesLink a {
	text-decoration: none;
	font-size: 11px;
	color: #FFBF42;
}

#header .updatesLink a:hover {
	text-decoration: underline;
}

#header #searchtravbuddy {
	position: absolute;
	right: 10px;
	top: 28px;
	z-index: 9999;
	color: #000000;
}

#header #navbar {
	position: absolute;
	top: 80px;
	color: white;
	height: 25px;
	width: 970px;
}

#header #navbar .bluetab, .bluetabactive {
	float:left;
	display: inline;
   	font-size: 11px;
	text-align: center;
}

#header #navbar a {
	font-size: 11px;
	line-height: 25px;
	color: #FFFFFF;
	height: 25px;
	width: 100px;
	text-decoration: none;
	float: left;
}

#header #navbar a:hover { text-decoration: underline; }

#header #navbar .bluetab a { background: url('header_tab_blue_v3.gif') no-repeat 0 0; }

#header #navbar .bluetabactive a {
	font-size: 11px;
	line-height: 25px;
	color: #112266;
	height: 25px;
	width: 100px;
	text-decoration: none;
	font-weight: bold;
	float: left;
	background: url('header_tab_blue_v3.gif') no-repeat 0 0;
	background-position: 0 -25px;
}

#header #navbar .bluetabactive ul { display: none; }

#header #navbar .bluetab ul {
	position: absolute;
	top: 25px;
	display: none;
	padding: 0px;
	margin: 0px 0px 0px 1px;
	line-height: 1em;
	list-style: none;
	background-color: #253E62;
	text-align: left;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
#header #navbar .bluetab ul li {
	margin: 0px;
	padding: 0px;
}
#header #navbar .bluetab ul li a {
	padding: 5px 10px 5px 10px;
	line-height: 1em;
	float: none;
	height: auto;
	width: 151px;
	display: block;
	background: none;
}

#header #navbar .bluetab ul li a:hover {
	color: #FFF;
	background-color: #4D8AB3;
}

#header #navbar .bluetabsmall, .bluetabsmallactive {
	float:left;
	display: inline;
   	font-size: 11px;
	text-align: center;
}

#header #navbar .bluetabsmall a {
	font-size: 11px;
	line-height: 25px;
	color: #FFF;
	height: 25px;
	width: 71px;
	text-decoration: none;
	float: left;
	background: url('header_tab_blue_small_v3.gif') no-repeat 0 0;
}

#header #navbar .bluetabsmall a:hover { text-decoration: underline; }

#header #navbar .bluetabsmallactive a{
	font-size: 11px;
	font-weight: bold;
	line-height: 25px;
	color: #112266;
	height: 25px;
	width: 71px;
	text-decoration: none;
	font-weight: bold;
	float: left;
	background: url('header_tab_blue_small_v3.gif') no-repeat 0 0;
	background-position: 0 -25px;
}

#subnavbar {
	position: relative;
	margin-bottom: 0px;
	border-left: 1px solid #4E8CB5;
	border-right: 1px solid #4E8CB5;
	border-bottom: 1px solid #4E8CB5;
	height: 28px;
	line-height: 28px;
	background-color: #FFF;
	display: block;
    width: 972px;
    margin-left: auto;
    margin-right: auto;
}

#subnavbar .splitter {
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;	
}

#subnavbar a {
	line-height: 28px;
	color: #112266;
}

#subnavbar .active { font-weight: bold; }

#subnavbarshadow {
	position: relative;
	display: block;
	height: 10px;
	background-image: url(subnavbar_shadow.gif);
	background-position: top center;
	background-repeat: repeat-x;
	margin-bottom: -10px;
    width: 972px;
    margin-left: auto;
    margin-right: auto;
}

#header #status {
	position: absolute;
	top: 8px;
	right: 5px;
	padding-right: 5px;
	text-align: right;
	font-size: 10px;
}	

#header #status a {
	color: white;
	font-size: 10px;
    text-decoration: none;
}

#header #status a:hover { text-decoration: underline; }

#footer {
	margin-top: 5px;
	text-align: center;
	font-size: 11px;
	color: #6e6e6e;
	clear: both;
}

/*********************************** Footer **********************************/
#footer a { font-size: 11px; }

#footer #copyright {
	color: #6e6e6e;
	padding-top: 5px;
	font-size: 10px;
}

#subfooter {
	font-size: 11px;
	text-align: center;
	margin-top: 0px;
	color: #6e6e6e;
	clear: both;
}

#subfooter a {
	font-weight: normal;
	font-size: 11px;
}

.locationChooserBox {
    padding: 2px;
    margin: 0;
    color: #000;
    position: relative;
}

.buttonLink a {
	color: #112266;
    font-size: 11px;
}

.buttonLink a:hover {
    background-color: #FFCC99;
    color:  #884811;
}

.locationLink { 
    font-size: 11px;
    font-weight: normal;
}

.locationLink:hover { background-color: #f5f8fc; }

#locationLabel { 
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
}


/******************************** Photo Styles *******************************/
.gridPhotoBox {
	padding-left: 3px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 3px;
	text-align: center;
}

.photoShadow {
	position: relative;
	float: right;
	clear: none;
	background: url(shadowAlpha.png) no-repeat bottom right !important;
	background: url(shadow.gif) no-repeat bottom right;
	margin: 10px 5px 0px 10px !important;
	margin: 10px 5px 0px 5px;
}

.photoShadow img {
	position:relative;
	bottom:3px !important;
	bottom: 6px;
	right: 6px;
	border: 1px solid #999;
	padding: 4px;
	margin: 0px;
	background-color: #FCFCFC;
}

/* special case for profile pic drop shadows */
#profilePhotoShadow {
	position: relative;
	float: left;
	clear: none;
	background: url(shadowAlpha.png) no-repeat bottom right !important;
	background: url(shadow.gif) no-repeat bottom right;
	margin: 10px 0 10px 10px !important;
	margin: 10px 0 10px 5px;
}

#profilePhotoShadow img {
	position:relative;
	bottom:3px !important;
	bottom: 6px;
	right: 6px;
	border: 1px solid #999;
	padding: 4px;
	margin: 0px;
	background-color: #FCFCFC;
}





/*************************** Location Footer *********************************/
.locationFooter {
	border: 1px solid #888888;
	margin-top: -5px;
	margin-bottom: 10px;
	background-color: rgb(238,238,221);
	padding: 10px;
}

.locationFooter span {
	font-weight: bold;
	color: #555555;
}

.locationFooter span a {color: inherit;}

.locationFooter ul a {
	font-size: 11px;
}

.locationFooterPhoto {
	float: left;
	position: relative;
	margin-right: 15px;
}

.locationFooterPhoto img {
	border: 1px solid #888888;
}

.locationFooterPhotoCaption {
	text-align: center;
}

/******************************* Pagination **********************************/
/*Credits: Modified from Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.newPagination {
    margin: 10px 8px 15px 8px;
}

.newPagination .dots { 
    color: #888;
    font-weight: bold;
}

.newPagination ul {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 16px;
}

.newPagination li {
    font-size: 10px;
    list-style-type: none;
    display: inline;
    padding-bottom: 1px;
}

.newPagination a {
    font-size: 10px;
    font-weight: bold;
    padding: 3px 7px 3px 7px;
    border: 1px solid #75b5d8;
    text-decoration: none; 
    color: #112266;
    background-color: #eef4f8;
}

.newPagination a:hover {
    border: 1px solid #75b5d8;
    color: #000;
    background-color: #dfe4e8;
}

.newPagination li.currentPage {
    font-weight: bold;
    padding: 3px 7px 3px 7px;
    border: 1px solid #4e8cb5;
    background-color: #4e8cb5;
    color: #FFF;
}

.newPagination li.nextPage a, li.prevPage a, li.firstPage a, li.lastPage a { font-weight: bold; }

* html .newPagination li.currentPage{ 
    /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
    margin-right: 5px;
    padding-right: 7px;
}

/*********************************** IE Fixes ********************************/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* needed to display polylines in IE */
v\:*{
      behavior:url(#default#VML);
}

/* \*/ 
* html .gainlayout { height: 1%; } 
/* */ 

/** DEBUG
body div {
	padding: 1px;
	border: 1px dashed red;
}
**/

