/* Common Display of Trips */
.section {
	float: left;
	width: 100%;
	display: none;
	z-index: 20;
	position: relative;
}

.section_title {
	text-indent: 10px;
	display: block;
	float: left;
	width: 100%;
	background: url("/images/gradients/silver_gradient.gif") repeat-x;
	padding: 0px 0 0px 0px;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	color: #5e5e5e;
	margin-top: 1px;
	clear: both;
}

.section_title:hover {
	cursor: pointer;
	background: url("/images/gradients/silver_gradient_r.gif") repeat-x;
}

.trip {
	z-index: 10;
}

.trips .trip .title,
.trips .city .title, 
.trips .currentCity .title,
#bookings .title, #sharings .title {
	text-indent: 5px;
	display: block;
	padding: 5px 0 7px 0;
	width: 100%;
	font-size: 14px;
	float: left;
	background-color: #d1e1f0;
	color: #124282;
	margin-top: 1px;
}

.trips .currentCity .title .name {
	float: left;	
}

.trip .title .name, .city .title .name {
	display: block;
	margin-left:8px;
	margin-top: 3px;
	float: left;
}

.trip .title:hover, .city .title:hover, #bookings .title:hover, #sharings .title:hover {
	cursor: pointer;
	background-color: #afcbe6;
}

.trip.active .title, .city.active .title, #bookings .title.ui-state-active, #sharings .title.ui-state-active {
	background-color:#3969a5;
	color: #FFFFFF;
	font-weight: bold;
	border-top: 1px solid #124282;
	font-size:13px;
}

.trip .dates {
	display:block;
	float:right;
	font-size: 100%;
	margin-right:12px;
	margin-top:3px;
}

.trip .event {
	background-color: #FFFFFF;
	color: #686868;
	border-bottom: 1px solid #d6d8dd;
	float: left;
	width: 100%;
	font-size: 14px;
	padding: 3px 0;
	position: relative;
}

.trip .event em {
	float: left;
	font-style: normal;
	margin-top:3px;
}

.trip .event .date {
	float: right;
	display: block;
	margin-right:12px;
	margin-top:3px;
}

.trip .event form .date {
	float: right;
	display: block;
	margin: 1px 0 0 0;
}

.trip .event form .date select {
	color: #729677;
	font-weight: bold;
	margin-top: 4px;
}

.trip .flight:hover,
.trip .hotel:hover,
.trip .cab:hover {
	background-color: #F0F0F0;
	cursor: pointer;	
}

.trip .new.city.event:hover {
	background-color: #e9eaed;
	color: #bbbcbe;
}

.events {
	float:left;
	width:100%;
}

.ie .trip .event .date {
	margin-right: 18px !important;
}

.trip_details {
	float: left;
	width: 100%;
	display: none;
	z-index: 0;
	position: relative;
}


/* Common Live Search */
input.inactive, select.inactive {
	color: #aaaaaa !important;
	font-weight: bold;
}

.search_wrapper {
	float: left;
	padding-left: 0 !important;
	text-align: left;
	width: 100%;
}

.search_wrapper input {
	padding: 4px;
	width: 100%;
}

.search_wrapper .search_results {
	width:300px;
	position: absolute;
	background-color: #fff;
	border: 1px solid #ccc;
	z-index: 30;
	font-size: 12px;
}

.search_wrapper .search_results ul {
	padding: 0;
	margin: 0;
}

.search_wrapper .search_results ul li {
	overflow: hidden;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #efefef;
}

.search_wrapper .search_results ul li:last-child {
	border: none;
}

.search_wrapper .search_results ul li a {
	color: #6a97c2;
	float: left;
	width: 100%;
	padding: 5px;
	margin-left:0;
	text-decoration: none;
}

.search_wrapper .search_results ul li a.hover {
	background-color: #f6f1c9;
}

/* Common Map Tooltip */
#MapTooltipContainer {
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	width: 100%;
	float: left;
	text-align: center;
}

/* Loading Screen */
.loading {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1000;
	top: -1px;
	left: 0;
	text-align: center;
	line-height: 1.7em;
	color: #ccc;
	font-size: 1.2em;
	opacity: 0.7;
	text-indent: -10px;
	background: #333 url('/images/loading.gif') 50% 50% no-repeat;
	display: none;
}

.guide {
	background-color: #FFF;
	border: 1px solid #b0b0b0;
	padding: 5px 0;
	
}

.guide h2 {
	margin: 10px 0;
	padding: 5px 20px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #686868;
}

.guide p {
	text-align: left;
	float: left;
	padding: 0px 25px 10px 25px;
	font-size: 16px;
	color: #686868;
	line-height: 24px;

}

.guide h3 {
	font-size: 12px;
	text-align: right;
	padding: 5px 10px 0 0;
}

.guide strong {
	font-weight: bold;
}

.guide em {
	font-style: italic;
}

.guide a {
	color: #124282;
	text-decoration: none;

}	

.guide a:hover {
	color: #67664e;
}


.event_private {
	color:#EDC2C2;
	display:block;
	float:left;
	font-size:12px;
	height:19px;
	margin-left:6px;
	margin-top:2px;
	width: 37px;
	text-align:center;
	letter-spacing: -1px;
	text-indent:0;
	margin-right:10px;
}

.event_status {
	cursor:default;
	display:block;
	float:left;
	height:20px;
	margin-left:12px;
	margin-right:10px;
	overflow:hidden;
	text-align:center;
	text-indent:-1000px;
	width:20px;
}

.event_private.public {
	border:1px solid #adc0d3;
	color: #2f5f9e;
	background: url('/images/gradients/shared.gif') repeat-x;
	padding-top: 2px;
	height: 17px;
	padding-right: 1px;
}

.event_private.private {
	background: url('/images/gradients/edit_stop.gif') repeat-x;
	border:1px solid #b0b0b0;
	color: #676767;
	padding-top: 2px;
	height: 17px;
	padding-left: 1px;
}

.event_status.city.public {
	background: url('/images/event_icons.png') no-repeat scroll 0 4px;
}

.event_status.city.private {
	background: url('/images/event_icons.png') no-repeat scroll 0 -221px;
}

.event_status.city.hotel.public {
	background: url('/images/event_hotel_icons.png') no-repeat scroll 0 0px;
}

.event_status.city.hotel.private {
	background: url('/images/event_hotel_icons.png') no-repeat scroll 0 -48px;
}

.event_status.hotel {
	background: url('/images/event_icons.png') no-repeat scroll 6px -447px;
}

.event_status.hotel.private {
	background: url('/images/event_icons.png') no-repeat scroll 6px -491px;
}

.event_status.flight.depart.public {
	background: url('/images/event_icons.png') no-repeat scroll 0 -41px;
}

.event_status.flight.depart.private {
	background: url('/images/event_icons.png') no-repeat scroll 0px -266px;
}

.event_status.flight.return.public {
	background: url('/images/event_icons.png') no-repeat scroll 1px -86px;
}

.event_status.flight.return.private {
	background: url('/images/event_icons.png') no-repeat scroll 1px -311px;
}

.event_status.cab.public {
	background: url('/images/event_icons.png') no-repeat scroll 0 -132px;
}

.event_status.cab.private {
	background: url('/images/event_icons.png') no-repeat scroll 0 -357px;
}




li a{
	text-decoration:none;
}

.hiddenLabel {
	color: #686868;
}

/* Common History tabs component */

#history{
	background-color:#FFF;
	font-size:10px;
	width:100%;
	margin-top: 1px;
}

*+html #history{
	min-width:520px;
} 

#history li {
	float: left;
	width: 20% !important;
}

*+html #history li {
	width:19.9% !important;
} 


#history a,
#history a:visited,
#history a:hover{
	color:#000;
	text-decoration: none;
	width: 100%;
}

.historyResult{
	float:left;
	height:46px;
	text-align:center;
	width:100%;
	background-color:#CFE1EF;
	color: #a0a7ae;
	font-size: 12px;
	border-left: 1px solid #FFF;
}


.historyResult .littlePrice {
	color:#7fa0c1
}

.historyResult:hover .littlePrice{
	color: #124282;
}

.historyResult:hover{
	background-color:#9BBEDE;
	border-bottom:0 solid #E2E2E2;
	float:left;
	height:46px;
	text-align:center;
	width:100%;
	color: #484646;
	cursor:pointer;
}

.historyCode{
	font-weight: bold;
}

.historyResult .from {
	font-weight: normal;
}

li.ui-state-active .historyResult .littlePrice {
color: #124282;
}

li.ui-state-active .historyResult {
	background-color:#FFFFFF;
	color: #484646;
	border-bottom-color:#FFFFFF;
}

.ui-tabs .ui-tabs-hide {
     display: none;
}

.tabResult{
	margin-top: 0;
	font-size:12px;
}


.resultHead{
	width:100%;
}

.resultHeadContent{
	color:#686868;
	font-size:18px;
	font-weight:bold;
	padding-top:24px;
	text-align:center;
	clear:both;
}

.indicator{
	padding-bottom:10px;
	padding-top:10px;
	width:100%;
	text-align: center;
}

.refresh, #refresh{
	background-color:#FFE7E7;
	border-bottom:1px solid #FFFFFF;
	color:#BE1818;
	cursor:pointer;
	margin-bottom:0;
	padding:5px 0;
	position:relative;
	text-align:center;
	top:22px;
	font-size:12px;
}

.refresh:hover, #refresh:hover {
	background-color: #FED3D3;
}

/* Pagination controls */

.paginationControls {
	text-align: right;
	background-color:#CFE1EF;
	padding:5px 0;
	clear: both;
	width:100%;
	float:left;
	font-size:12px;
}

.paginationControls .count {
	margin: 0 1em;
}

.paginationControls a.on {
	color: #124282 !important;
}

.paginationControls a.on:hover {
	font-weight: bold;
}

.paginationControls a.off {
	cursor: default;
	color: #9b9b9b !important;
}

.paginationControls .paginationIndicator {
	display: none;
}	

/* social red bar for friend related search */

#socialRedBar{
	background-color:#FED3D3;
	color:#BE1818;
	float:left;
	width:100%;
	margin-bottom:10px;
}

#socialRedBar div{
	font-size:13px;
	margin-bottom:5px;
	margin-top:5px;
	padding-left:15px;
	padding-right:15px;
}


/* Social Arrow */

.socialArrow{
	border-bottom:2px solid #124282;
	border-right:2px solid #124282;
	border-top:2px solid #124282;
	background-color:#FFFFFF;
	height:25px;
	left:0;
	margin-left:102%;
	position:absolute;
	z-index:50;
}

.socialArrow div{
	left:21px;
	position:absolute;
	top:7px;
}

.socialArrow div span{
	font-size:13px;
	float:left;
}

.socialArrow img{
	left:-16px;
	position:absolute;
	top:-2px;
}

.socialArrow span {
	float:left;
	font-size:15px;
	margin-top:3px;
	color: #124282;
	padding-right:8px;
	font-weight:bold;
}

br.clear {
	clear: both;
}

.hidden {
	display: none;
}


.italic{
	font-style:italic;
}