@import url("Navigation.css");
@import url("SectionsHeader.css");

body{
	background : #FFF url(../../img/bkg.gif);
	margin: 0;
	padding: 0;
}

#Container{
	width: 761px;
	margin: 0;
}

#Content{
	position: absolute;
	top: 240px;
	left: 175px;
	width: 550px;
}

#MyAccountContent {
    left: 163px;
    position: absolute;
    width: 598px;
}

#leftNav {
 	margin-top: 20px;
    position: absolute;
    width: 163px;
}

/*********************************
	Quick Search Form on top just 
	behind the destination list
**********************************/

#QuickSearchForm{
	position: absolute;
	right: 12px;
	top: 55px;
}

#QuickSearchForm label{
	display: block;
	color:#FFF;
	font-weight: bold;
}
#QuickSearchForm a{
	display: block;
	color:#FFF;
}

#QuickSearchForm input{
	font-size: 12px;
	width:95px;
}

#QuickSearchForm input.go{
	display:inline;
	width: 20px;
	height: 20px;
	background-image: url(../../img/buttons/Go.gif);
	background-repeat: no-repeat;
}
#QuickSearchForm input.gobtn{
	width:26px;
	height:20px;
}

/**********************************
	Travel Agent Logo, when of TA 
	is logged to the site
/**********************************/
#TALogo{
	margin:20px 0 0 15px;
	width:131px;
	height: 19px;
	background: url(../../img/ta/travel_agent_logo_2.gif) no-repeat;
	text-indent: -200px;
}

/************************************************
	Page Navigation at the bottom of the content
	Back, Top, Cancel ... links
*************************************************/

/************************************************
	eStara display configuration.
*************************************************/
div#eStara {
	text-align: right;
}

/*-------------- FOR ONREQUEST FORM AND CONFIRMTION ----------------- */
body#BookingQuote #Content,
body#bookingQuoteConf #Content {
	top:170px;
}
/*----------------------------------------------------------*/
