/* GLOBAL STYLES */
html
{
	padding: 0;
	margin: 0;
}

body
{
	text-align: center;
	padding: 0;
	margin: 0;
	/* overflow: auto; */
	background: #23282c url(../images/back.gif) scroll repeat-x left top;
}

form
{
	margin: 0;
	padding: 0;
}

a img { border: none; }

a
{
	text-decoration: none;
	color: #000000;
}

a:hover { text-decoration: underline; }
a:focus { outline: none; }

h1
{
	color: #7198BB;
	font-size: 24px;
	font-weight: normal;
}

#page
{
	background: none;
	padding: 0;
	margin: 0 auto;
	width: 985px;
}

#search
{
	position: absolute;
	right: 9px;
	top: 8px;
	width: 230px;
}

#search .txt
{
	float: left;
	color: #a7b3bc;
	text-align: right;
	width: 65px;
	height: 26px;
	font-family: "Garamond", "Times New Roman", Garamond, Times, "Courier New", serif;
	font-size: 16px;
	padding-top: 4px;
	padding-right: 5px;
}

#search .input
{
	float: left;
	width: 112px;
	height: 26px;
	padding-top: 4px;
}

#search input
{
	width: 112px;
	padding: 0;
	border: 1px solid #a7b3bc;
}

#search .btn
{
	width: 40px;
	height: 26px;
	float: left;
}

#welcomeText
{
	position: absolute;
	color: #88b3da;
	right: 19px;
	top: 40px;
	text-align: right;
	font-size: 12px;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#welcomeText a
{
	color: #88b3da;
	font-size: 12px;
	text-decoration: none;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#welcomeText a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

#maincontent
{
	padding: 0;
	margin: 0;
	width: 955px;
	float: left;
	margin-bottom: 20px;
}

#page.home #maincontent { width: 953px; }

#content, #header, #topnav
{
	border-left: 1px solid #222222;
	border-right: 1px solid #222222;
}

#content
{
	border-bottom: 1px solid #222222;
	zoom: 1;
}

#page.home #content, #page.home #header, #page.home #topnav { border: 0 !important; }

#header
{
	position: relative;
	text-align: left;
	background-image: url(../images/header.gif);
	width: 953px;
	height: 90px;
}

#topnav
{
	background-image: url(../images/menu_bg.gif);
	width: 953px;
	height: 31px;
}

#footer, #subpage_footer
{
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
}

#footer
{
	color: #7e8a93;
	width: 938px;
	padding-left: 15px;
	margin: 0 auto 20px auto;
}

#footer a { color: #7e8a93; }

#footer_main ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer_main li
{
	display: inline;
	padding-right: 30px;
}

#footer_main p
{
	font-size: 10px;
	margin: 0;
	width: 400px;
}

#footer_newsletter
{
	float: right;
	text-align: right;
	position: relative;
}

#footer_newsletter img { vertical-align: middle; }

#footer_social
{
	position: absolute;
	top: -25px;
	right: 0;
	width: 100px;
}

#footer_social a
{
	float: left;
	width: 44px;
	height: 43px;
	display: block;
	margin-left: 5px;
}

#footer_social_fb { background: url(../images/footer_facebook.gif) top left no-repeat; }
#footer_social_tw { background: url(../images/footer_twitter.gif) top left no-repeat; }

#topnav a.menu_item, #topnav a.menu_item_actv
{
	display: inline;
	float: left;
	/* margin-left: 40px; */
	width:158px;
	font-family: "Garamond", "Times New Roman", Garamond, Times, "Courier New", serif;
	font-weight: bold;
	line-height: 26px;
	font-size: 15px;
	color: #a7b3bc;
	text-align: center;
	text-decoration: none;
}

#topnav a.menu_item:hover, #topnav a.menu_item_actv
{
	background-image: url(../images/topnav_over_bk.gif);
	background-repeat: repeat-x;
}

#topnav a:last-child
{
	width:163px;
}

#dashboard_icon
{
	float: right;
	padding-right: 11px;
}

* HTML #dashboard_icon { padding-right: 9px; }

.clear
{
	clear: both;
	padding: 0;
	margin: 0;
}

/* @group PIP ADDED STYLES */

/* @group GENERAL TEXT TREATMENTS */

span.paxjets
{
	text-transform:uppercase;
}

span.paxjets span 
{
	color: red; 
}

/* @end GENERAL TEXT TREATMENTS */


/* HOME PAGE STYLES */
/* @group PIP ADDED STYLES FOR HOME PAGE */
/* Home Page Shadows: 2011-01-13 Pip New Approach.  Deleted styles for obsolete div#home_right and  div#home_left. */
body#body_home div#fullShadow
{
	background-image: url(../pip/images/BG_Home_Shadow_Full_985x1021.png);
	background-repeat: no-repeat;
	width: 985px;
	height: 1021px;
	position: absolute;
	top: -121px;
	z-index: -1;
	left: -16px;
}

html.lte7 body#body_home div#fullShadow
{
	/* PNG Alpha IE Win ONLY */
	display:none;
}

/* END Home Page Shadows */
/* @group Home Main Structure */


#page.home
{
	width: 953px;
	/* was 983px; */
}

body#body_home #home_flash
{
	border: 1px solid black;
	overflow: hidden;
	width: 951px;
}

body#body_home #home_box_spacer
{
	height: 5px;
	width: 953px;
}

body#body_home #home_boxes
{
	position: relative;
	height: 390px;
	/* was 347px; */
	padding: 16px;
	/* background: transparent url(../images/home_boxes_bg.jpg) top left no-repeat; */
	/* PIP adds the following: */
	padding-bottom: 0;
	background-color: #161a1d;
	background-image: url(../pip/images/BG_Home_Boxes_Triplet_Main_953x362.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

	body#body_home div#belowBoxes
	{
		padding-bottom: 10px;
		height: 90px;
		background-color: #161a1d;
	}
/* @end Home Main Structure */


div#home_boxes { text-align: left; }
div#home_boxes h1 { margin-top: 0; }
div#home_boxes h1 span { display: block; }

div#home_boxes h2
{
	color: #88b3da;
	font-size: 13px;
	clear: right;
	margin: 0;
}

div#home_boxes p
{
	color: #efefef;
	font-size: 13px;
	line-height: 15px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 0;
	margin-bottom: 1em;
}

div.home_box_content p a, div.home_box_content li a { color: #88B3DA; }

div#home_boxes img.display
{
	float: right;
	display: inline;
	margin-bottom: 5px;
	margin-right: -10px;
}

div#home_boxes div.home_box { position: relative; }

/* @group Specific Box Style Overrides */
/* @group Special content for Home Box 1 Travel in Style */
div#home_box1_copy ul
{
	padding-left: 20px;
	margin-top: -2px;
}

div#home_box1_btn
{
	position: absolute;
	left: 0px;
	top: 220px;
}

div#home_box1_copy ul li
{
	font-size: 13px;
	margin-top: 5px;
}

html.lte7 div#home_box1_copy ul {padding-left:0; margin-left:0; margin-top: -15px; /*Special Rule for IE7 & IE6*/}

/* @end Special content for Home Box 1 Travel in Style */
/* @group Special Content for Home Page Box 2 iPad Photo Contest */
div#home_box2 div#photoContest a.feature
{
	position: absolute;
	top: 50px;
	left: -5px;
}

div#home_box2 div#photoContest p
{
	width: 130px;
	margin-left: 140px;
	padding-top: 10px;
}

html.ie6 div#home_box2 div#photoContest div.feature {position:absolute;top:70px;left:-5px;}

/* @end Special Content for Home Page Box 2 iPad Photo Contest */


/* @group Special Content for Home Page Box 2 Playbook Photo Contest */
div#home_box2 div#photoContestPlaybook a.feature
{
	position: absolute;
	top: 93px;
	left: 22px;
}

div#home_box2 div#photoContestPlaybook p
{
	width: 250px;
	margin-left: 10px;
	padding-top: 0px;
}

html.ie6 div#home_box2 div#photoContestPlaybook div.feature {position:absolute;top:74px;left:1px;}

/* @end Special Content for Home Page Box 2 Playbook Photo Contest */


/* @group Special Content for Home Page Box 2 Bucket List */
div#home_box2 div#bucketList a.feature
{
	position: absolute;
	top: 50px;
	left: -5px;
}

div#home_box2 div#bucketList p
{
	width: 130px;
	margin-left: 142px;
	padding-top: 0px;
}

html.ie6 div#home_box2 div#bucketList div.feature {position:absolute;top:70px;left:-5px;}
/* @end Special Content for Home Page Box 2 Bucket List */


/* @group Special Content for Home Page Box 2 Australia Destination */
div#home_box2 div#australia a.feature
{
	position: absolute;
	top: 50px;
	
}

div#home_box2 div#australia p
{
	width: 120px;
	margin-left: 150px;
	padding-top: 10px;
}

/* @end Special Content for Home Page Box 2 Australia Destination */


/* @group Buttons for Box 2 */
body#body_home div#home_box2 img.button, body#body_home div#home_box2 div.IE6Button
{
	position: absolute;
	left: 174px;
	top: 250px;
}

body#body_home div#home_box2 div.IE6Button
{
	cursor: hand;
	width: 95px;
	height: 26px;
	position: absolute;
	left: 174px;
	top: 250px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/read_more_btn.png', sizingMethod='scale');
}


/* @end Buttons for Box 2 */

/*Special Content for Home Page Box 3 Special Offers South America*/
div#home_box3 div#specialOffersSouthAmerica a#treefrog
{
	position: absolute;
	top: 50px;
	left: 140px;
}

div#home_box3 div#specialOffersSouthAmerica p { width: 130px; margin-top:20px;}
/*End Special Content for Home Page Box 3 Special Offers South America*/


/*Special Content for Home Page Box 3 Family Boat Trips*/
div#home_box3 div#specialOffersBoats a#boatSide
{
	position: absolute;
	top: 50px;
	left: 140px;
}

div#home_box3 div#specialOffersBoats p 
{ 
	width: 130px; 
	margin-top:20px;
}
/*End Special Content for Home Page Box 3 Family Boat Trips*/


/* @group Buttons for Box 3 */
body#body_home div#home_box3 img.button, body#body_home div#home_box3 div.IE6Button
{
	position: absolute;
	left: 0;
	top: 250px;
}

body#body_home div#home_box3 div.IE6Button
{
	cursor: hand;
	width: 95px;
	height: 26px;
	position: absolute;
	left: 0;
	top: 250px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/read_more_btn.png', sizingMethod='scale');
}

/* @end Buttons for Box 3 */
/* @end Specific Box Style Overrides */
/* @group Video Tour Icon on Home Page */
body#body_home div#videoTour
{
	position: absolute;
	left: 45px;
	top: 711px;
	width: 200px;
}

body#body_home div#videoTour p
{
	position: absolute;
	top: 113px;
	left: 0;
	width: 190px;
	text-align: right;
}

html.lte7 body#body_home div#videoTour p
{
	top: 125px;
	/* Special Rule for IE6 and IE7 */
}

body#body_home div#videoTour p a
{
	color: #90AFD7;
	font-weight: normal;
	font-family: sans-serif;
	font-size: 80%;
}

/* @end Video Tour Icon on Home Page */
/* @group The Press Teaser on the Home Page */
body#body_home div#pressTeaser
{
	position: absolute;
	left: 333px;
	top: 711px;
	width: 212px;
	height: 150px;
}

body#body_home div#pressTeaser p
{
	position: absolute;
	width: 100px;
	text-align: right;
	top: 110px;
	left: -75px;
}

html.lte7 body#body_home div#pressTeaser p
{
	top: 125px;
	/* Special Rule for IE6 and IE7 */
}

body#body_home div#pressTeaser p a
{
	color: #90AFD7;
	font-weight: normal;
	font-family: sans-serif;
	font-size: 80%;
}

/* @end The Press Teaser on the Home Page */
/* @group Links to Facebook, Twitter, and the Bookmarklet on Home Page  */
body#body_home div#content { position: relative; }

body#body_home div#otherlinks
{
	position: absolute;
	width: 334px;
	height: 111px;
	top: 750px !important;
	left: 603px !important;
}

body#body_home div#otherlinks ul
{
	list-style-type: none;
	list-style-position: outside;
	width: 188px;
	height: 24px;
	display: block;
	padding-left: 0;
	margin-left: 0;
}

body#body_home div#otherlinks ul li a
{
	width: 48px;
	height: 47px;
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-position: 0 0;
	top: 0;
	left: 0;
}

body#body_home div#otherlinks ul li a:hover { background-position: 1px 1px; }

body#body_home div#otherlinks ul li.twitter a
{
	background-image: url(../pip/images/Icon_Twitter_Matte_161a1d_46x46.jpg);
	left: 287px;
}

body#body_home div#otherlinks ul li.facebook a
{
	background-image: url(../pip/images/Icon_Facebook_Matte_161a1d_47x46.jpg);
	left: 238px;
}

body#body_home div#otherlinks ul li.bookmarkletHome a
{
	background-image: url(../pip/images/Icon_MLS_Bookmarklet_333x61.gif);
	width: 334px;
	height: 62px;
	position: absolute;
	top: 49px;
}

/* @end Links to Facebook, Twitter, and the Bookmarklet on Home Page  */
/* @end PIP ADDED STYLES FOR HOME PAGE */
/* @group PIP ADDED STYLES FOR ABOUT US - OUR FOUNDER PAGE */
body#body_aboutus_founder div#portrait { margin-bottom: 20px; }

body#body_aboutus_founder div#portrait img
{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

body#body_aboutus_founder div#portrait p { margin-bottom: 1em; }

/* @end PIP ADDED STYLES FOR ABOUT US - OUR FOUNDER PAGE */
/* @group PIP ADDED STYLES FOR ABOUT US - OVERVIEW PAGE */
body#body_aboutus_overview div#cms_content25 img
{
	float: left;
	margin-right: 10px;
}

body#body_aboutus_overview div#cms_content25 li img
{
	float: right;
	margin-left: 30px;
	margin-right: -230px;
}

body#body_aboutus_overview div#cms_content25 ul
{
	list-style-type: none;
	list-style-position: outside;
	margin-left: 30px;
	margin-right: 230px;
	width: 300px;
	margin-bottom: 20px;
}

body#body_aboutus_overview div#cms_content25 li { clear: both; }

body#body_aboutus_overview div#cms_content25 p
{
	padding-top: 20px;
	clear: left;
}

body#body_aboutus_overview div#cms_content25 p.tag
{
	font-size: 1.2em;
	margin-bottom: 20px;
}

body#body_aboutus_overview div#cms_content25 p strong { font-size: 1.3em; }
body#body_aboutus_overview div#cms_content25 p a { color: blue; }

/* @end PIP ADDED STYLES FOR ABOUT US - OVERVIEW PAGE */
/* @group PIP ADDED STYLES FOR ABOUT US - TRAVEL ADVISOR PAGE */
body#body_aboutus_specialist div#cms_content28 p
{
	margin-bottom: .1in;
	margin-left: 234px;
}

body#body_aboutus_specialist div#cms_content28 p img { margin-left: -234px; }

/* @end PIP ADDED STYLES FOR ABOUT US - TRAVEL ADVISOR PAGE */
/* @group PIP ADDED STYLES FOR THE ABOUT US - MLS DIFFERENCE PAGE */
div#cms_content41 div#contentFromDB li { margin-top: .1in; }

div#cms_content41 div#contentFromDB img
{
	float: right;
	margin-right: -20px;
	margin-top: 15px;
}

div#cms_content41 div#contentFromDB ul { width: 340px; }
div#cms_content41 div#contentFromDB ul ul { width: 300px; }
div#cms_content41 div#contentFromDB div#introduction p { width: 380px; }
div#cms_content41 div#contentFromDB div#introduction img { margin-top: 5px; }

/* @end PIP ADDED STYLES FOR THE ABOUT US - MLS DIFFERENCE PAGE */
/* @group PIP ADDED STYLES FOR MULTI SECTION TEXT TREATMENT */
.ipad { display: none; }
.swans_content div.youtube { margin-top: 20px; }

p.healthDisclaimerLink
{
	padding-top: .5in !important;
	font-size: 80%;
	color: black !important;
}

/* @end PIP ADDED STYLES FOR MULTI SECTION TEXT TREATMENT */
/* @group PIP ADDED STYLES FOR THE LUFTHANSA PRIVATE JET PARTNER PAGE */
body#body_partners div#trip259 ul#trip_top_right_content_section384 { margin-top: -50px; }

/* @end PIP ADDED STYLES FOR THE LUFTHANSA PRIVATE JET PARTNER PAGE */
/* @group PIP ADDED STYLES FOR THE HEALTH DISCLAIMER PAGE */
body#body_disclaimer_health div#disclaimerHealth
{
	margin-top: .5in;
	margin-bottom: .3in;
	margin-left: 1.5in;
	margin-right: 1in;
}

body#body_disclaimer_health div#disclaimerHealth p { margin-bottom: 10px; }

/* @end PIP ADDED STYLES FOR THE HEALTH DISCLAIMER PAGE */
/* @group PIP ADDED STYLES FOR INDIVIDUAL PARTNER PAGE CONTACT INFO ADJUSTMENTS */
body#body_partners div#trip25 ul#trip_top_right_content_section129
{
	/*Original Travel*/
	margin-top:0;
}

body#body_partners div#trip28 ul#trip_top_right_content_section132
{
	/*The Hummingbird Trip*/
	margin-top: 0px;
}

body#body_partners div#trip29 ul#trip_top_right_content_section134
{
	/*Latin Odyssey*/
	margin-top: -10px;
}

body#body_partners div#trip30 ul#trip_top_right_content_section135
{
	/*Sapphire Seas*/
	margin-top:10px;
}

body#body_partners div#trip163 ul#trip_top_right_content_section141
{
	/*Luxury Concierge China*/
	margin-top: -20px;
}

body#body_partners div#trip192 ul#trip_top_right_content_section239
{
	/*The Tailor*/
	margin-top:0px;
}

body#body_partners div#trip208 ul#trip_top_right_content_section265
{
	/*Discover New York*/
	margin-top:10px;
}

body#body_partners div#trip211 ul#trip_top_right_content_section276
{
	/*And Beyond India*/
	margin-top: 0px;
}

body#body_partners div#trip212 ul#trip_top_right_content_section279
{
	/*Danytours*/
	margin-top:-70px;
}

body#body_partners div#trip213 div.side_headings
{
	/*Indispensable (was Centimetro)*/
	margin-top: -20px;
}

body#body_partners div#trip213 ul#trip_top_right_content_section284
{
	/*Indispensable (was Centimetro)*/
	margin-top: -40px;
}

body#body_partners div#trip214 ul#trip_top_right_content_section285
{
	/*Steenman*/
	margin-top:0px;
}

body#body_partners div#trip220 ul#trip_top_right_content_section294
{
	/*IC Bellagio*/
	margin-top:0px;
}

body#body_partners div#trip236 ul#trip_top_right_content_section309
{
	/*Linehan Outfitting Company*/
	margin-top:10px;
}

body#body_partners div#trip239 ul#trip_top_right_content_section321
{
	/*Paws Up*/
	margin-top:-30px;
}

body#body_partners div#trip263 ul#trip_top_right_content_section405
{
	/*Dulcedo Class*/
	margin-top:-10px;
}

body#body_partners div#trip263 ul#trip_top_right_content_section405 p
{
	/*Dulcedo Class*/
	line-height: 1.1em;
}

body#body_partners div#trip308 ul#trip_top_right_content_section437
{
	/*Southern Crossings*/
	margin-top:-40px;
}

body#body_partners div#trip323 ul#trip_top_right_content_section456
{
	/*Jaisalmer*/
	margin-top:-20px;
}

body#body_partners div#trip326 ul#trip_top_right_content_section461
{
	/*Powder Pursuits Worldwide*/
	margin-top: 0px;
}

body#body_partners div#trip359 div.side_headings
{
	/*PaxJets -- Move the logo down*/
	margin-top: 90px;
}

/* @end PIP ADDED STYLES FOR INDIVIDUAL PARTNER PAGE CONTACT INFO ADJUSTMENTS */

/* @end PIP ADDED STYLES */
.home_box { float: left; }

#home_box1, #home_box2, #home_box3
{
	padding: 10px;
	width: 269px;
	height: 318px;
}

#home_box1_copy { width: 269px; }

#home_box2
{
	margin-left: 28px;
	margin-right: 26px;
}

.home_box_content
{
	position: relative;
	text-align: left;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*font-size:14px;*/
	color: #efefef;
}

#home_box1_btn, #home_box2_btn { padding-top: 10px; }

#home_box1_txt, #home_box2_txt, #home_box3_txt
{
	padding-top: 15px;
	font-size: 13px;
	line-height: 15px;
}

#home_box1_txt
{
	padding-right: 15px;
	width: 165px;
}

#home_box2_txt { width: 269px; }

#home_box2_txt ul
{
	padding: 0 0 0 15px;
	margin: 0;
}

#home_box2_txt li.alt { color: #b0b0b0; }


#home_box3_txt
{
	width: 269px;
	padding-top: 95px;
}

#home_img1
{
	position: absolute;
	top: 70px;
	right: 0;
	/*       For all browsers except IE6 and IE7.   */
	*right: 0px;
	/*       Hack for IE7 Browser - to keep UI consistency across different browsers.   */
	_right: 10px;
	/*       Hack for IE6 Browser - to keep UI consistency across different browsers.   */
}

#home_img3
{
	position: absolute;
	top: 0;
	right: 0;
	/*       For all browsers except IE6 and IE7.   */
	*right: 0px;
	/*       Hack for IE7 Browser - to keep UI consistency across different browsers.   */
	_right: 10px;
	/*       Hack for IE6 Browser - to keep UI consistency across different browsers.   */
}

.home_box_hdr, div#home_boxes h1
{
	/*PIP added second selector*/
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-size: 18px;
	line-height: 14px;
	color: #88b3da;
}

.home_box_subhdr, div#home_boxes h1 span
{
	/*PIP added second selector*/
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 28px;
	line-height: 26px;
	color: #FFFFFF;
	font-weight: 100;
}

.home_news_item { padding-bottom: 10px; }

.home_news_hdr
{
	color: #88b3da;
	font-size: 12px;
	line-height: 14px;
}

/* DESTINATION MAP SUB PAGE STYLES */
#flash_box2 { display: none; }

#destination_map
{
	width: 953px;
	position: relative;
	height: 401px;
	/*background:#678a9e;*/
	background: #0a2631;
	padding: 0px;
	margin: 0px;
	overflow: none;
	top: -1px;
	display: none;
}

#destination_map .main_nav
{
	position: relative;
	width: 953px;
	background: transparent url(../images/map_headingbg.jpg) top left repeat-x;
	height: 35px;
}

#destination_map .map_spacer
{
	height: 4px;
	width: 953px;
	background-color: #1b3140;
	overflow: none;
}

#destination_map .heading
{
	color: #82abd0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 17px;
	text-align: left;
	padding-left: 10px;
	padding-top: 11px;
	padding-bottom: 9px;
	float: left;
}

#destination_map .heading a, .login-table a { color: #82ABD0; }

#destination_map .flash_box
{
	/*	border:1px solid #0a2631; */
	height: 364px;
	position: absolute;
	top: 35px;
	left: 0;
}

#destination_map .mls_box { float: left; }

#destination_map .quicknav
{
	float: right;
	display: none;
	padding: 4px 2px 0 0;
}

#destination_map .quicknav select { width: 250px; }

#destination_map .country_select
{
	background: #88B3DA none repeat scroll 0 0;
	font-size: 12px;
	height: 23px;
	padding-left: 5px;
	width: 236px;
}

.mls_destination
{
	margin: 0;
	width: 252px;
}

#mls_boxes
{
	padding: 0;
	margin: 0;
	float: right;
	display: inline;
	overflow: hidden;
	height: 366px;
	background: #1b3140;
	position: absolute;
	top: 35px;
	right: 0;
	width: 0;
	border-left: 1px solid #243b4b;
}

.quicklink
{
	color: #88b3da;
	font-size: 75%;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.iframe_boxes
{
	width: 254px;
	display: inline;
	height: 366px;
	overflow: hidden;
}

.mls_boxes_container
{
	padding: 0;
	margin: 0;
	background: url(../images/mls_destination_boxbg.jpg) top left repeat-y;
	font-family: Arial, Helvetica, sans-serif;
}

.mls_boxes_space_blue,.mls_boxes_space_white
{
	padding: 0;
	margin: 0;
	width: 253px;
}

.mls_boxes_space_blue
{
	background: #628396;
	height: 2px;
}

.mls_boxes_space_white
{
	background: #FFFFFF;
	height: 1px;
}

.mls_dest_heading
{
	background: url(../images/mls_box_headingbg.jpg) top left no-repeat;
	color: #88b3da;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
}

.mls_dest_heading_txt
{
	color: #88b3da;
	font-size: 14px;
	padding-left: 17px;
	text-align: left;
}

.mls_dest_box
{
	color: #7c8a92;
	font-size: 14px;
	height: 336px;
	text-align: left;
	overflow: hidden;
	position: relative;
}

.mls_dest_arrow_up, .mls_dest_arrow_down
{
	height: 18px;
	width: 100%;
	position: absolute;
	left: 0;
	cursor: pointer;
}

.mls_dest_arrow_up
{
	background: #042137 url(../images/dest_arrow_up.gif) 118px -18px no-repeat;
	top: 0;
}

.mls_dest_arrow_down
{
	background: #042137 url(../images/dest_arrow_down.gif) 118px 0 no-repeat;
	bottom: 0;
}

/*	2009-03-10 Pipsqueak adds these styles to support custom markup on the destinations.php page
 	 	 Using a different naming convention on DIVs to avoid collisions. 
 	 2009-03-29 09:03 PM (Sunday): Added styling in boxes to featured destinations 
 	 2009-08-27 08:08 AM (Thursday): Extend the boxes a bit.
 	 */

div#subpagecontent, div#destination, div#featuredDestinations, div#featuredDestinations ul, div#featuredDestinations ul ul, div#featuredDestinations li, div#featuredDestinations li li
{
	/*Setting to default values*/
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style-type: none;
	list-style-position: outside;
}

/*Styling Changes to LL Markup*/
div#content div#destinationWrapper
{
	background-color: black;
	height: 720px;
}

div.subpage_footer_black { background-image: url(../pip/images/subpage_footer_black.gif) !important; }
div#destinationWrapper div.swans_content { background-color: black; }

div#destinationWrapper div#subpagecontent
{
	background-image: url(../pip/images/BG_Featured_Destinations_Area.gif);
	background-color: black;
	background-repeat: repeat-x;
	padding-top: 1px;
}

/*End Styling Changes to LL Markup*/
div#featuredDestinations
{
	color: #5288ba;
	text-align: left;
	font-size: 13px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	/*height was: 350px.  2011-05-14 Pip removed height to fix footer link bug.*/
	position: relative;
}

div#featuredDestinations img
{
	position: absolute;
	right: 15px;
	top: 10px;
}

div#featuredDestinations h2
{
	font-weight: normal;
	color: white;
	margin-left: 14px;
	margin-top: 14px;
}

div#featuredDestinations h2 span
{
	display: block;
	color: #87b3d8;
}

div#featuredDestinations h2+ul { margin-left: 14px; }

div#featuredDestinations ul.continent
{
	font-size: 1.3em;
	width: 147px;
	float: left;
	display: inline;
	margin-left: 9px;
	color: #87b3d8;
	height: 220px;
	/* Box Height for the 6 Boxes - and changes here must be added also to the div#destinationWrapper height.  One line equals 20 px.*/
	background-image: url(../pip/images/BG_Featured_Destinations_Box.gif);
	background-repeat: repeat-x;
	padding: 0;
	padding-top: 7px;
}

div#featuredDestinations ul li { margin-left: 10px; }
div#featuredDestinations ul li a { color: #87b3d8; }

div#featuredDestinations ul ul
{
	font-size: .75em;
	color: #5288ba;
	background-image: none;
	line-height: 1.5em;
}

div#featuredDestinations ul ul li { margin-left: 0; }
div#featuredDestinations ul ul li a { color: #5288ba; }
div#featuredDestinations ul ul li a:hover { color: #325166; }

div#featuredDestinations ul ul ul
{
	height: inherit;
	margin-bottom: 10px;
}

div#featuredDestinations ul.continent ul ul li
{
	margin-left: 10px;
	padding-top: 0;
}

#noflashcontent
{
	text-align: left;
	background: url(../images/destinations_noflashbg.jpg) top left no-repeat;
	height: 627px;
	font-family: Helvetica, Arial, sans-serif;
	padding: 14px 0px 14px 14px;
}

#noflashcontent .legend
{
	float: right;
	margin-right: 14px;
}

#noflashcontent h1
{
	color: #fff;
	font-size: 27px;
	margin: 0 0 10px 0;
	padding-left: 8px;
}

#noflashcontent h2
{
	color: #7aa3d0;
	font-size: 18px;
	line-height: 18px;
	margin: 0;
	font-weight: normal;
	padding-left: 8px;
}

.noflash_continent_list, .noflash_continent_list ul, .noflash_continent_list li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.no_flash_continent_div
{
	float: left;
	width: 125px;
	height: 545px;
	padding: 10px 11px 10px 10px;
	margin-right: 10px;
	overflow: auto;
}

.noflash_continent_list { margin-bottom: 1.5em; }
.noflash_continent_list li li li { padding: 0 0 0 10px; }

.noflash_continent_list li a
{
	color: #5288ba;
	font-size: 18px;
	display: block;
	margin-bottom: 4px;
}

.noflash_continent_list li li a
{
	color: #8d9ca5;
	font-size: 13px;
	display: block;
	padding: 2px 0 3px 0;
	margin: 0;
}

.noflash_continent_list li li li a { font-size: 11px; }
.noflash_continent_list li li li a.mls { color: #7da5c9; }
.noflash_continent_list li li li a.partner { color: #edb842; }
.noflash_continent_list ul li ul { display: none; }
.continent_list_europe2 { padding-top: 22px; }

/*2009-03-12 Pipsqueak adds these styles to support custom markup on the login.php page.*/
div#loginBox
{
	width: 435px;
	height: 370px;
	float: left;
	display: inline;
	padding-left: 15px;
	color: #557186;
}

div#notMember
{
	width: 450px;
	float: left;
	padding-left: 7px;
	margin-left: 10px;
	display: inline;
}

* HTML div#notMember { padding-top: 15px; }

div#notMember h1
{
	font-size: 18px;
	margin-bottom: 6px;
	color: #86b3dd;
}

div#notMember p
{
	margin-top: 0;
	margin-bottom: 21px;
	line-height: 20px;
	font-size: 18px;
	color: #fff;
}

div#notMember div.action p
{
	font-size: 14px;
	color: #31516a;
}

div#notMember div.action a
{
	color: #8bb2d9;
	text-decoration: underline;
}

div#notMember ul li
{
	margin-bottom: .1in;
	font-size: 1.1em;
}

div#notMember a { color: blue; }

/*end Pipsqueak markup*/
ul.countries
{
	list-style-type: none;
	list-style: none;
	padding: 0 15px;
	margin: 0;
}

ul.countries ul
{
	display: none;
	list-style: none;
	margin: 0;
	padding: 0 0 0 15px;
	font-size: 90%;
	color: #b4bbbd;
}

ul.countries a
{
	text-decoration: none;
	color: #88b3da;
	font-size: 100%;
	padding: 3px 0 3px 15px;
	line-height: 12px;
	height: 12px;
	display: block;
	cursor: pointer;
}

.mls_dest_box ul.countries a { height: auto !important; }
ul.countries a.expanded { background: url(../images/expanded.gif) left center no-repeat; }
ul.countries a.expanded, ul.countries a:hover { color: #ffffff; }
ul.countries a.collapsed { background: url(../images/collapsed.gif) left center no-repeat; }
ul.countries ul a.expanded { background: url(../images/expanded_small.gif) left center no-repeat; }
ul.countries ul a.expanded, ul.countries ul a:hover { color: #ffffff; }
ul.countries ul a.collapsed { background: url(../images/collapsed_small.gif) left center no-repeat; }

ul.countries a.mls
{
	background: url(../images/icon_mls.gif) left center no-repeat;
	color: #88b3da;
	font-weight: bold;
}

ul.countries a.partner
{
	background: url(../images/icon_partner.gif) 3px center no-repeat;
	color: #ffa921;
	font-weight: bold;
}

ul.countries ul a { color: #b4bbbd; }
ul.countries ul ul a { padding-left: 25px; }

.mls_box_column1
{
	position: relative;
	top: 30px;
	height: 280px;
}

#dest_legend { display: none; }

.dest_legend
{
	float: left;
	padding-right: 10px;
}

.bread_continent a, .bread_country a { color: #88b4db; }

#bread_crumb ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#bread_crumb ul li
{
	float: left;
	margin-left: 10px;
	line-height: 35px;
}

#bread_crumb ul li a { display: block; }
#bread_crumb ul li a:hover { text-decoration: underline; }
#bread_crumb ul li div { display: none; }

#bread_crumb ul li ul li
{
	float: none;
	margin: 0;
	line-height: 14px;
	width: 200px;
	height: 18px;
}

#bread_crumb ul li ul li a { display: block; }
#bread_crumb ul.mls li { padding: 0 20px 0 0; }
#bread_crumb ul li img { padding: 0; }
#bread_continent_item, #bread_country_item { display: none; }

.bread_continent, .bread_country
{
	z-index: 10;
	position: absolute;
	text-align: left;
	background-color: #212e36;
	border: 1px solid #0f1c22;
	padding: 15px 8px 15px 8px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.bread_continent ul, .bread_country ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.bread_country ul { float: left; }

.bread_country ul.partner, .bread_country ul.partner a
{
	color: #FFA921 !important;
	padding-bottom: 10px;
}

.bread_country ul li { width: auto !important; }

/* SUB PAGE STYLES */
.subpage
{
	padding: 0 15px !important;
	_padding: 0 15px;
	background: transparent url(../images/subpage_bg.png) top left repeat-y;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/subpage_bg.png', sizingMethod='scale');
}

#subpagecontent
{
	padding: 0;
	margin: 0;
	width: 953px;
	background: #FFFFFF;
}

#subpage_footer_container
{
	width: 953px;
	height: 121px;
	background: #FFFFFF;
}

#subpage_footer
{
	background-image: url(../images/subpage_footer.jpg);
	position: relative;
	/* width: 858px; */
	height: 81px;
	padding: 40px 25px 0 70px;
	color: #88b3da;
}

#subpage_footer a { color: #88b3da; }
#subpage_footer #footer_newsletter { margin-top: 48px; }

#destination
{
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 40px;
	padding-right: 20px;
	text-align: left;
	display: none;
}

.dest_content_text
{
	text-align: left;
	font-size: 13px;
	color: #000000;
	width: 700px;
	float: left;
	margin-left: 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.dest_content_text p { margin: 0; }

.dest_heading
{
	text-align: left;
	font-size: 15px;
	color: #1b2c37;
	font-weight: bold;
}

/*  core styles for navigation content starts here */
.bread_crumb
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 17px;
	color: #88b3da;
	/*font-weight: 100;*/
	width: auto;
	background: #222e36 url(../images/bread_crumb_bg.gif) repeat-x top left;
	text-align: left;
	/* height:35px; */
	clear: both;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	line-height: 24px;
	height: 35px;
	_margin-top: -1px;
}

.bread_crumb p
{
	float: left;
	/* width:600px; */
	margin: 0;
	padding: 5px 10px;
}

.bread_crumb .current { color: #FFFFFF; }

.bread_crumb a
{
	color: #88b3da;
	text-decoration: none;
}

.bread_crumb a.current
{
	color: #FFFFFF;
	text-decoration: none;
}

/*
.bread_crumb img{
	float:right;
	padding-right:12px;	
	padding-top:7px;
	border:0;
}
*/

/* swans_content is main class - comes after the header */
.swans_content
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 9px;
	/*	color:#675545;*/
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	text-align: left;
	width: auto;
	/*  total = 953px; padding is 9px left + 9px right = 18px so width is  953-18 = 935px*/
	background-color: #FFFFFF;
}

.swans_content p, 
.swans_content div, 
.swans_content h1, 
.swans_content h2,
.swans_content h3,
.swans_content h4,
.swans_content h5,
.swans_content h6,
.swans_content span,
.swans_content form,
.swans_content img,
.swans_content input
{
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: left;
}

/* left_navigation is for navigation of the left side of the page - immediate to swans_content class */
.left_navigation
{
	width: 190px;
	float: left;
	color: #7198bb;
	font-size: 16px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	position: relative;
	/* padding-right:10px !important; */
	z-index: 89;
	display: inline;
	zoom: 1;
}

.left_navigation ul
{
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
}

.left_navigation ul ul
{
	margin: 0;
	padding: 0 0 0 8px;
}

.left_navigation li
{
	margin: 0 0 0 3px;
	padding: 0;
}

.left_navigation a
{
	color: #7198bb;
	text-decoration: none;
}

.left_navigation a:hover
{
	color: #1B2C37;
	text-decoration: none;
}

.left_navigation li.current a { color: #1B2C37; }

/* content_navigation is for navigation of the middle content of the page*/
.content_navigation
{
	padding: 0px;
	height: auto;
	width: 675px;
	float: right;
	margin: 0px 25px 0px 0px !important;
	font-size: 13px;
	color: #000000;
}

.side_headings
{
	font-size: 20px;
	color: #7198bb;
}

.editorial_headings
{
	font-size: 24px;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	color: #7198bb;
}

.side_headings_city
{
	font-size: 26px;
	color: #1b2c37;
	margin-bottom: 6px !important;
}

.small_links
{
	font-size: 10px;
	color: #2026d6;
}

.external_links { color: #913d1e; }
.clear { clear: both; }

/*  core styles ends here */
.swans_content_middle
{
	width: auto;
	height: 10%;
	clear: both;
}

.swans_content .middle_left
{
	margin: 0px;
	width: 470px;
	overflow-x: hidden;
	float: left;
	padding-bottom: 1px;
}

.middle_center
{
	float: left;
	height: auto;
	width: 135px;
	border-right: 1px solid #9ec1e1;
	padding: 0 9px !important;
}

.swans_content .middle_right
{
	float: left;
	height: auto;
	margin: 0;
	padding: 0 0 0 9px;
	width: 300px;
	color: #34536a;
	font-size: 90%;
}

.swans_content .middle_right p { padding: 7px 0px; }
.swans_content .middle_right p span { font-weight: bold; }

.swans_content .swans_content_bottom
{
	clear: both;
	padding: 13px 0 0 0;
	width: auto;
}

.swans_content .basic_navigation
{
	color: #1b2c37;
	padding-bottom: 20px;
}

.swans_content .basic_navigation a { color: #82acd2; }
.swans_content .basic_navigation p { padding-bottom: 10px; }

.swans_content .basic_navigation .pclass
{
	font-weight: bold;
	padding: 10px 0 6px 0;
}

.swans_content .basic_navigation .pclass_ready
{
	font-weight: bold;
	padding: 10px 0 0 0;
}

.swans_content .basic_navigation .sidesubhead
{
	padding: 0;
	color: #7e9cb8;
}

.swans_content .basic_navigation p.side
{
	color: #7e9cb8;
	padding: 20px 0 6px 0;
}

.swans_content .basic_navigation p.sidetop
{
	color: #7e9cb8;
	padding: 10px 0 6px 0;
}

.swans_content .basic_navigation p.sidetop_ready
{
	color: #1B2C37;
	padding: 10px 0 0 0;
	font-weight: bold;
}

.gr_subhead { color: #990000; }
.swans_content .geo { padding: 20px 0 0 14px; }

img.googleimage
{
	border: 1px solid #9ec1e1;
	width: 300px;
	height: 340px;
}

.swans_content p.google_links { text-align: right; }
.swans_content p.google_links_left { float: left; }

p.google_links_left a
{
	color: #4548de;
	font-size: 11px;
	padding-left: 0px;
	margin-left: 0px;
}

p.google_links a
{
	color: #4548de;
	font-size: 11px;
	padding-left: 22px;
	margin-left: 7px;
}

p.google_links a:hover { text-decoration: underline; }
p.google_links a.print { background: #ffffff url(../images/print_icon.gif) no-repeat center left; }
p.google_links a.send { background: #ffffff url(../images/send_icon.gif) no-repeat center left; }
p.google_links a.linkto { background: #ffffff url(../images/link_icon.gif) no-repeat center left; }

.swans_content .besthotels_img
{
	float: left;
	padding-right: 15px;
	width: 250px;
	overflow: hidden;
}

.city_besthotels { font-weight: bold; }

.besthotels
{
	clear: both;
	height: 178px;
}

.besthotels_cont
{
	float: left;
	color: #675545;
	width: 450px;
}

.besthotels_cont ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.besthotels_cont li
{
	margin: 0;
	padding: 0;
}

.besthotels_cont li a.hotel_name
{
	color: #913d1e;
	font-weight: bold;
}

.besthotels_cont li span.hotel_resv { font-weight: bold; }
.besthotels_cont li a.hotel_resv_email { color: #913d1e; }
.swans_content .besthotels_cont .besthotels_map { padding-top: 25px; }

.swans_content .besthotels_cont .besthotels_map a
{
	color: #2026d6;
	font-size: 11px;
}

.swans_content img.tips_img
{
	margin-left: 5px;
	float: right;
	/* border:1px solid #799ebf; */
}

/*
.tips .content_navigation p, .qa_content .content_navigation p { margin: 1em 0; }
*/

.tips .content_navigation a
{
	color: #5381AC;
	text-decoration: underline;
}

.tips .content_navigation a:hover { text-decoration: none; }
.tips h1, .qa_content h1 { margin-bottom: 1em; }

/*listing with image and content*/
.partners_search
{
	font-size: 18px;
	color: #923202;
}

.swans_content .partners_sidelinks a { color: #923202; }
.swans_content .partners_sidelinks li a:hover { color: #1B2C37; }

.swans_content .partners_sideheadings
{
	color: #923202;
	padding-bottom: 10px;
}

.listingDetails { margin-bottom: 20px !important; }

.swans_content .listingDetails_img
{
	float: left;
	padding-right: 14px;
	width: 160px;
	overflow: hidden;
	margin: 1px 0 0 1px;
}

.partners_details_cont
{
	color: #675545;
	width: 495px;
	float: left;
	position: relative;
}

.partners_details_cont p
{
	font-weight: bold;
	padding-bottom: 3px;
}

.partners_details_cont a
{
	clear: both;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
}

.partners_details_cont p a
{
	color: #675545;
	float: none;
	padding-top: 0px;
	padding-bottom: 0px;
}

.swans_content div.over_view p { padding: 10px 0; }

/*new css*/
.centerimage { width: auto; }

/*  corosel*/
.jcarousel-skin-tango .jcarousel-container
{
	background: #ffffff none repeat scroll 0% !important;
	border: 0px solid #346F97 !important;
}

p.google_links a.lightbox
{
	float: left;
	padding-left: 0px;
	margin-left: 0px;
}

/*
ul.tooglediv a{
	font-size:16px;
	color:#913101;
	background:#ffffff url(../images/toogle_arrow_up.gif) scroll no-repeat top right;
	padding-right:24px;
}
*/

ul.tooglediv a
{
	font-size: 16px;
	color: #913101;
	background: #ffffff url(../images/toogle_arrow_up.gif) scroll no-repeat center right;
	padding-right: 24px;
	padding-bottom: 3px;
	display: block;
	margin-bottom: 1px;
}

ul.tooglediv a:hover
{
	text-decoration: none;
	border-bottom: 1px solid #913101;
	margin-bottom: 0;
}

ul.tooglediv div a
{
	font-weight: bold;
	color: #1B2C37;
	background: none;
	padding-right: 0px;
}

ul.tooglediv li.nolink
{
	font-size: 16px;
	color: #913101;
}

/*
ul.tooglediv li.nolink span {
	padding-right:24px;
}
*/

ul.tooglediv a.adown
{
	background: #ffffff url(../images/toogle_arrow_down.gif) scroll no-repeat center right;
	border-bottom: 1px solid #913101;
	margin-bottom: 0;
}

ul.tooglediv
{
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
}

ul.tooglediv li
{
	padding: 10px 0;
	margin: 0;
	clear: both;
}

ul.tooglediv a span,ul.tooglediv li.nolink span
{
	/* float:left; */
	display: block;
	/* width:110px; */
	font-size: 75%;
}

.swans_content ul.tooglediv div
{
	background-color: #f4eae5;
	padding: 10px;
	margin: 10px 0;
	clear: both;
}

.tooldivinner { display: none; }
.tooldivinnerShow { display: block; }

/*  Community styles ( community.tpl ) */
.community_go
{
	float: right;
	padding-right: 20px;
	margin-top: 6px;
}

.community_go input
{
	background-color: #88B3DA;
	border: 1px solid #000000;
	font-size: 14px;
	padding-top: 2px;
	width: 200px;
}

.community_go input.go
{
	background: #88B3DA url(../images/go_button.gif) no-repeat left bottom;
	width: 20px;
}

.community_left
{
	color: #34536a;
	font-size: 12px;
	width: 200px;
	float: left;
}

.community_image_person
{
	width: 190px;
	height: 182px;
}

.community_left a { color: #34536a; }

.community_left ul
{
	list-style-type: none;
	margin: 20px 0;
	padding: 0;
}

.community_left ul li
{
	margin: 0;
	padding: 0;
}

.community_left ul li span { font-weight: bold; }
.community_left ul.trips { border: 1px solid #88b3da; }

.community_left ul.trips li
{
	background-color: #dbe8f4;
	padding: 0 6px;
	line-height: 29px;
}

.community_left ul.trips li, .community_left ul.trips li a
{
	color: #34536A;
	font-size: 12px;
}

.community_left ul.trips li.trips_name
{
	background-color: #88b3da;
	font-size: 14px;
}

.community_left ul.trips li.trips_alt_name { background-color: #c3d9ec; }

.swans_content .travel_logs
{
	background-color: #efe2dd;
	color: #913d1e;
	font-size: 11px;
	padding-left: 7px;
}

.swans_content .travel_logs p.heading
{
	line-height: 29px;
	font-size: 14px;
	height: 29px;
}

.travel_logs div.img
{
	float: left;
	width: 60px;
	text-align: left;
	padding-left: 0 !important;
}

.travel_logs div.img img { border: 1px solid #000000; }

.travel_logs div.travel_logs_content
{
	float: left;
	/* width:121px; */
}

.community_left .travel_logs div.travel_logs_content ul
{
	margin: 0;
	width: 120px;
}

.community_left .travel_log_comment
{
	color: #675545;
	padding-bottom: 5px;
}

.swans_content .community_right
{
	float: left;
	width: 727px;
	padding-left: 8px;
}

.swans_content .top_line
{
	line-height: 40px;
	color: #739dc3;
	font-size: 18px;
	padding-left: 5px;
	float: left;
}

.swans_content .top_line_right
{
	line-height: 40px;
	color: #739dc3;
	font-size: 18px;
	padding-left: 5px;
	float: right;
	text-align: right;
	width: 190px;
}

.top_line span
{
	color: #232f37;
	margin-right: 25px;
}

.top_line a.editprofile
{
	color: #34536a;
	float: right;
	font-size: 12px;
	margin-right: 0px;
}

.top_line_right a.editprofile
{
	color: #34536a;
	font-size: 12px;
	margin-right: 0px;
}

a.add_carousel
{
	color: #34536a;
	float: right;
	font-size: 12px;
	margin-right: 0px;
	padding-top: 5px;
	padding-right: 10px;
}

a.add_carousel2
{
	color: #34536a;
	float: right;
	font-size: 12px;
	margin-right: 0px;
	padding: 5px 10px 0 0;
}

.friends a.add_carousel2 { padding-right: 0; }

.community_carosel
{
	height: 29px;
	background: #b1cde7 url(../images/community_photo_bg.gif) repeat-x bottom left;
}

.community_carosel ul, .community_friends ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}

.community_carosel ul li, .community_friends ul li
{
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 17px;
	line-height: 29px;
	height: 29px;
	float: left;
	overflow: hidden;
}

.community_carosel ul li a, .community_friends ul li a
{
	color: #1b232a;
	padding: 5px 37px 4px 7px;
}

.community_carosel ul li a.selected, .community_friends ul li a.selected
{
	color: #ffffff;
	padding: 6px 37px 4px 7px;
	cursor: auto;
	text-decoration: none;
}

.community_right > .community_carosel ul li a.selected, .community_right > .community_friends ul li a.selected { padding-top: 4px; }
.community_carosel ul li a.selected { background: transparent url(../images/community_photo_ending.gif) no-repeat bottom right; }
.community_friends ul li a.selected { background: transparent url(../images/community_friends_ending.gif) no-repeat bottom right; }

.swans_content .community_friends
{
	height: 29px;
	background: #dadada url(../images/community_friends_bg.gif) repeat-x top left;
}

.swans_content div.friends
{
	border-top: 1px solid #ffffff;
	background-color: #dcdcdc;
	padding: 10px;
}

ul.friends
{
	list-style-type: none;
	margin: 0;
	padding: 10px;
	float: left;
}

ul.friends li
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 15px;
	text-align: center;
}

ul.friends li img
{
	/* width:90px; */
	height: 67px;
}

ul.friends li span
{
	clear: left;
	color: #34536a;
	font-size: 11px;
}

#sidebar_map ul
{
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
}

#sidebar_map ul li
{
	list-style-type: none;
	padding: 3px 15px;
	float: left;
	margin: 0;
}

.divider
{
	height: 25px;
	clear: both;
}

.swans_content .community_comments
{
	clear: both;
	background-color: #f7f7f7;
	margin-top: 15px;
	border-bottom: 1px solid #ededed;
}

.swans_content .community_comments_head
{
	line-height: 27px;
	padding: 0 10px;
	background-color: #88b3da;
	font-size: 18px;
}

.swans_content .community_comments_head, .swans_content .community_comments_head a { color: #34536A; }

.community_comments textarea
{
	width: 700px;
	height: 70px;
	margin-bottom: 5px;
}

div.textarea { padding: 10px; }
.swans_content .community_comments .textarea { padding-top: 10px; }

.swans_content .comment_one
{
	background-color: #eeeeee;
	padding: 10px 0;
}

.swans_content .comment_one_alt { background-color: #ffffff; }

.swans_content .comment_one div.img
{
	float: left;
	width: 65px;
	text-align: left;
	padding-left: 10px;
}

.swans_content .comment_one div.img img
{
	border: 1px solid #c8c8c8;
	padding: 2px;
	width: 50px;
}

.swans_content div.img
{
	float: left;
	width: 65px;
	text-align: left;
	padding-left: 10px;
}

.swans_content  div.img img
{
	border: 1px solid #c8c8c8;
	padding: 2px;
	width: 50px;
}

.comment_one_content
{
	float: left;
	width: 644px;
}

.comment_one_content ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.comment_one_content ul li
{
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #000000;
}

.comment_one_content ul li.comment_one_name a
{
	font-size: 14px;
	color: #2274bb;
}

.comment_one_content ul li.comment_one_name a span
{
	font-size: 11px;
	color: #aeaeae;
}

/*  Community styles ends here ( community.tpl ) */
/*  whatsnew_katrina styles starts here ( whatsnew.tpl ) */
img.katrina_image
{
	padding-right: 24px;
	border-right: 1px solid #9ec1e1;
	float: left;
}

.swans_content .gallery
{
	float: left;
	padding-left: 24px;
	width: 275px;
}

.gallery img { border: 1px solid #9ec1e1; }
.swans_content .gallery p { text-align: center; }

a.previous
{
	float: left;
	background: #ffffff url(../images/prev.gif) no-repeat top left;
	padding-left: 14px;
	color: #88b3da;
}

a.next
{
	float: right;
	background: #ffffff url(../images/next.gif) no-repeat top right;
	padding-right: 14px;
	color: #88b3da;
}

.swans_content .katrina_content { padding-top: 10px; }

.archives_main
{
	width: 198px;
	float: left;
}

.swans_content .qanda
{
	width: 720px;
	float: left;
	padding-left: 7px;
	color: #1b2c37;
	font-size: 13px;
}

.archives a
{
	background: #ffffff url(../images/archieve.gif) no-repeat center right;
	padding-right: 25px;
	font-size: 16px;
	color: #675545;
}

.archives-main
{
	font-size: 12px;
	color: #1b2c37;
}

.archives_main ul
{
	margin: 20px 0;
	padding: 0;
	list-style-type: none;
}

.archives_main ul li
{
	margin: 0;
	padding: 0;
}

.archives_main ul li.triparchieve { color: #913d1e; }

.qanda .qandanswer
{
	font-size: 30px;
	color: #1b2c37;
	margin: 0;
	padding: 0;
}

.qanda .interview_head
{
	font-size: 18px;
	color: #7198bb;
	margin: 0;
	padding: 0;
}

.qanda .interview_date
{
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.qanda p { margin: 10px 0; }

/* PIP Adds What's New Katrina Style */
	div#editorialPassions img
	{
		display: block;
		margin: auto;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	/*Special rule for IE7 and below that deals with Portraits in signature line getting cut off by the footer*/
	
	html.lte7 body#body_whats_new div.editorial_content {padding-bottom:170px;}
	html.lte7 body#body_whats_new div#content {background-color: white;}

/* END PIP Adds What's New Katrina Style */

/*  whatsnew_katrina styles ends here ( whatsnew.tpl ) */
/*  mytrip styles starts here ( mytrips.tpl ) */
.mytrips_container
{
	position: relative;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 9px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	text-align: left;
	width: auto;
	background-color: #FFFFFF;
}

#publishloading
{
	border: 1px solid #000;
	background: #fff url(../images/loadingpublish.gif) center 80px no-repeat;
	padding: 30px 10px;
	width: 300px;
	height: 80px;
	position: absolute;
	top: 350px;
	left: 335px;
	font-weight: bold;
	text-align: center;
	display: none;
	z-index: 90000;
}

#downloadframe { display: none; }

.mytrip_right
{
	position: absolute;
	right: 0;
	top: 73px;
	width: 170px;
	padding-left: 6px;
}

.mytrip_left
{
	position: absolute;
	left: 0;
	top: 40px;
	width: 223px;
}

.mytrip_middle
{
	position: relative;
	margin-left: 170px;
	margin-top: 10px;
	width: 624px;
	min-height: 500px;
}

.mtr_header
{
	background: url(../images/mytrips/right_header.png) top left no-repeat;
	height: 40px;
}

.mtr_header h3
{
	font-size: 11px;
	font-weight: bold;
	color: #88b3da;
	line-height: 20px;
	padding: 15px 0 0 15px;
}

.mtr_body
{
	background: url(../images/mytrips/right_middle.png) top left no-repeat;
	padding-top: 5px;
	min-height: 370px;
	position: relative;
}

.mtr_body ul
{
	list-style: none;
	margin: 0 0 0 3px;
	padding: 0;
}

.mtr_body ul li { list-style: none; }

.mtr_body a.section
{
	display: block;
	width: 143px;
	height: 36px;
	overflow: hidden;
	line-height: 34px;
	background: url(../images/mytrips/right_title_inactive.jpg) top left no-repeat;
	padding: 0 0 0 12px;
	color: #838180;
	font-size: 13px;
	font-weight: bold;
	white-space: nowrap;
	position: relative;
	margin-left: 3px;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.mtr_body a.section:hover
{
	color: #fff;
	text-decoration: none;
}

.mtr_body a.active, .mtr_body a.active:hover
{
	background-image: url(../images/mytrips/right_title_active.jpg);
	color: #5792c7;
	height: 37px;
	z-index: 10;
}

#trip_doc_section_add { margin-left: 6px; }

.mtr_body_actions
{
	position: absolute;
	bottom: -8px;
	left: 28px;
}

.mtr_body_actions a, #trip_doc_publish_submit
{
	text-align: center;
	display: block;
	width: 113px;
	height: 26px;
	line-height: 22px;
	color: #b3cfe7;
	background: url(../images/mytrips/right_but_bg.png) top left no-repeat;
}

.mtr_footer
{
	background: url(../images/mytrips/right_bottom.png) top left no-repeat;
	height: 56px;
}

#mtr_publish_options
{
	background-color: #474747;
	color: #bbb;
	font-weight: bold;
	width: 146px;
	padding: 10px 4px 10px 10px;
	position: absolute;
	top: 435px;
	left: 11px;
	display: none;
}

#publish_email_address
{
	border: none;
	width: 137px;
	padding: 3px;
	color: #888;
	display: none;
}

#publish_option_label, #publish_option { float: left; }

#publish_option_label
{
	position: relative;
	top: 4px;
	left: 0;
	margin-right: 5px;
}

#publish_option { width: 80px; }

#publish_community, #publish_community_label
{
	position: relative;
	left: -4px;
	top: 0;
}

#publish_community_label { font-size: 11px; }
#publish_community_fields { margin: 4px 0; }

#trip_doc_publish_submit
{
	margin: 0 auto;
	font-weight: normal;
}

.mtl_bg
{
	position: absolute;
	top: -60px;
	left: 0;
	width: 224px;
	height: 442px;
	background: url(../images/mytrips/left_header.png) top left no-repeat;
	display: none;
}

.mtl_header
{
	position: relative;
	padding: 10px 15px 0 15px;
	z-index: 2;
}

.mtl_header h3
{
	color: #5386ad;
	font-size: 19px;
	font-weight: normal;
	padding-left: 20px;
	margin-bottom: 10px;
}

.mtl_body_wrap
{
	background: url(../images/mytrips/left_bodywrap_bg.png) 8px 0 repeat-y;
	position: relative;
	padding: 0 20px 100px 20px;
}

.mtl_body
{
	min-height: 350px;
	/*
  overflow-y:auto;
  overflow-x:visible;
  */
}

#mytrip_inputpopup
{
	background-color: #121212;
	color: #fff;
	position: absolute;
	width: 275px;
	height: 56px;
	display: none;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

#mytrip_inputpopup_label
{
	display: block;
	background: url(../images/mytrips/middle_bars_bg.gif) 0 0 repeat-x;
	height: 29px;
	line-height: 29px;
	padding-left: 5px;
	font-weight: bold;
}

#mytrip_inputpopup_field
{
	width: 180px;
	margin-left: 5px;
	float: left;
}

#mytrip_inputpopup a
{
	margin-left: 5px;
	line-height: 23px;
	color: #fff;
}

#mytrip_inputpopup fieldset
{
	border: none;
	margin: 0 0 5px 0;
	padding: 0;
}

#mytrip_inputpopup #mytrip_inputpopup_save { font-weight: bold; }

.trip_bank
{
	margin-bottom: 1px;
	position: relative;
}

.mytrips_container .trip_bank
{
	overflow: hidden;
	height: 22px;
}

.mytrips_container .mytrip_left .trip_bank
{
	height: auto;
	overflow: auto;
}

.trip_bank_title
{
	background: url(../images/mytrips/left_titlebar.jpg) 0 0 no-repeat;
	display: block;
	color: #232f36;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	padding-left: 9px;
	padding-right: 22px;
}

.trip_bank_title span
{
	display: block;
	width: 150px;
	overflow: hidden;
	white-space: nowrap;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.trip_bank_active .trip_bank_title
{
	background-position: 0 -22px;
	color: #fcfbfb;
}

.trip_bank_content
{
	background: url(../images/mytrips/left_open_bg.jpg) top left no-repeat;
	margin-left: 2px;
	height: 154px;
	overflow-y: auto;
	display: none;
}

.trip_bank_active .trip_bank_content { display: block; }

.trip_bank_content ul
{
	list-style: none;
	padding: 0 5px;
}

.trip_bank_content li
{
	float: left;
	width: 45px !important;
	height: 65px !important;
	margin-right: 4px;
	margin-bottom: 3px;
	font-size: 9px;
	text-align: center;
	font-weight: bold;
}

.trip_bank_item { z-index: 999; }

.trip_bank_item_img
{
	display: block;
	width: 45px !important;
	background: url(../images/mytrips/left_icon.jpg) 2px -80px no-repeat;
	height: 40px !important;
}

.trip_bank_content .trip_bank_item_img { float: left; }
.trip_bank_item_picture,
.trip_bank_item_trip_image,
.trip_bank_item_community_photo,
.trip_bank_item_partner_logo,
.trip_bank_item_whats_new_gallery_image,
.trip_bank_item_whats_new_big_image,
.trip_bank_item_trip_big_image,
.trip_bank_item_header_big_images,
.trip_bank_item_header_big_images_tt,
.trip_bank_item_header_big_images_wn,
.trip_bank_item_friend_image_list,
.trip_bank_item_album_image,
.trip_bank_item_album_video,
.trip_bank_item_handdrawnmap { background-position: 2px 0; }
.trip_bank_item_location,
.trip_bank_item_mymaps { background-position: 2px -40px; }
.trip_bank_item_weather_chart, 
.trip_bank_item_calendar_item { background-position: 2px -120px; }
.trip_bank_item_itinerary { background-position: 2px -160px; }
.trip_bank_item_title { color: #6c95ac; }

#trip_how_it_works
{
	color: #b3cfe7;
	font-size: 14px;
	display: block;
	height: 35px;
	width: 193px;
	line-height: 35px;
	padding-left: 20px;
	background: url(../images/mytrips/left_howitworks_bg.jpg) top left no-repeat;
	position: absolute;
	bottom: 0;
	left: 15px;
}

.drag_drop_arrow
{
	display: block;
	height: 44px;
	width: 67px;
	background: url(../images/mytrips/left_arrow_bg.png) top left no-repeat;
	position: absolute;
	bottom: 40px;
	right: 10px;
	font-size: 11px;
	line-height: 40px;
	text-align: center;
	color: #395d86;
}

.mtl_footer
{
	position: relative;
	background: url(../images/mytrips/left_footer.png) top left no-repeat;
	height: 56px;
	padding: 0 15px;
}

.mtm_header
{
	background: url(../images/mytrips/middle_header.png) top left no-repeat;
	height: 102px;
}

.mtm_header h1
{
	color: #fff;
	font-size: 20px;
	position: absolute;
	top: 18px;
	left: 100px;
}

.mtm_header label
{
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	display: block;
	padding-left: 3px;
}

.mtm_header select { width: 150px; }

#trip_switch
{
	position: absolute;
	right: 140px;
	top: 30px;
}

#trip_doc_new
{
	display: block;
	position: absolute;
	top: 39px;
	right: 20px;
	background: url(../images/mytrips/but_newdoc.png) top left no-repeat;
	width: 118px;
	height: 30px;
}

.mtm_titlebar
{
	position: relative;
	top: 74px;
	left: 0;
	padding: 0 20px 0 40px;
}

.mtm_titlebar h2
{
	color: #88b3da;
	font-size: 13px;
	line-height: 24px;
	height: 24px;
	width: 450px;
	overflow: hidden;
	white-space: nowrap;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.mtm_titlebar h2 span
{
	display: block;
	float: left;
	margin-right: 4px;
}

.mtm_delete, .mtm_export_pdf, .mtm_print
{
	display: block;
	float: right;
	height: 27px;
}

.mtm_delete
{
	width: 24px;
	background: url(../images/mytrips/middle_icon_trash.png) top left no-repeat;
	margin-left: 3px;
}

.mtm_export_pdf
{
	width: 25px;
	background: url(../images/mytrips/middle_icon_pdf.png) top left no-repeat;
}

.mtm_print
{
	width: 26px;
	background: url(../images/mytrips/middle_icon_print.png) top left no-repeat;
}

#doc_section_separator { display: none; }

.mtm_body
{
	background: url(../images/mytrips/middle_bg.png) top left repeat-y;
	position: relative;
	padding: 0 14px 0 19px;
}

.mtm_section_holder { min-height: 400px; }

.mtm_section
{
	padding: 10px 24px 10px 29px;
	margin: 0;
	list-style: none;
	min-height: 350px;
}

.mtm_section h2
{
	color: #7198BB;
	font-weight: normal;
	font-size: 21px;
}

.mtm_section ul li { list-style-type: disc; }

.mtm_body .trip_new_subsection_bar, .mtm_body .trip_new_section_bar
{
	background: url(../images/mytrips/middle_bars_bg.gif) 0 -29px repeat-x;
	height: 24px;
	display: block;
	color: #d4dfe8;
	font-weight: bold;
	font-size: 12px;
	line-height: 24px;
	padding-left: 20px;
	margin-top: 10px;
}

.mtm_body .trip_new_section_bar
{
	background-position: 0 0;
	height: 29px;
	line-height: 26px;
	font-size: 13px;
	color: #a7b3bc;
}

.mtm_body .trip_new_subsection_bar p, .mtm_body .trip_new_section_bar p { margin: 0; }

.mtm_body .trip_new_subsection, .mtm_body .trip_new_section
{
	float: right;
	display: block;
	margin-right: 20px;
	background: url(../images/mytrips/but_add_bg.png) 0 -29px repeat-x;
	text-align: center;
	height: 24px;
	width: 44px;
	color: #b3cfe7;
}

.mtm_body .trip_new_section
{
	height: 29px;
	background-position: 0 0;
}

.mtm_body .content_navigation { width: auto; }

.mtm_footer
{
	background: url(../images/mytrips/middle_footer.png) top left no-repeat;
	height: 54px;
}

.mtm_section .trip_bank_item
{
	padding: 10px;
	border: 2px solid #ededed;
	overflow: hidden;
}

.mtm_section .trip_bank_item_hover
{
	background-color: #d4dfe8;
	border: 2px dashed #adc9e1;
}

#neweditor
{
	display: none;
	background-color: #d4dfe8;
	border: 2px dashed #adc9e1;
	color: #88b3da;
	text-align: center;
	line-height: 25px;
	font-weight: bold;
	margin-left: 29px;
	margin-right: 24px;
	padding: 10px;
}

#neweditor form { text-align: left; }
.mytrips_container .ui-draggable:hover, .mytrips_container .ui-draggable a:hover, 
.trip_bank_item:hover, #trip_doc_sections .section:hover { cursor: move !important; }
.mytrips_container .helper { z-index: 20; }
.mytrips_container div.wysiwyg ul.panel li a { cursor: pointer !important; }

#howitworks
{
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	width: 500px;
	text-align: left;
	color: #5386ad;
}

#howitworks h2
{
	font-size: 19px;
	font-weight: normal;
	margin: 0 0 8px 0;
}

#howitworks h2 em
{
	font-style: normal;
	color: #435f70;
}

#howitworks div
{
	background-color: #f1f1f1;
	padding: 5px;
}

#howitworks .hiw_image
{
	float: left;
	margin-right: 10px;
	width: 176px;
	background: none;
	text-align: right;
}

#howitworks div.alt { background-color: #dfe9f1; }

#howitworks div p
{
	padding: 10px;
	float: left;
	width: 270px;
}

.mytrips_container #howitworks { display: none; }
#body_mytrips { overflow: inherit !important; }
#body_mytrips #fancybox-inner { overflow-x: hidden !important; }

div.wysiwyg
{
	border: 1px solid #cccccc;
	padding: 5px;
	background-color: #ffffff;
}

div.wysiwyg *
{
	margin: 0;
	padding: 0;
}

div.wysiwyg ul.panel
{
	border-bottom: 1px solid #cccccc;
	float: left;
	width: 100%;
	padding: 0 0 0 0;
}

div.wysiwyg ul.panel li
{
	list-style-type: none;
	float: left;
	margin: 1px 2px 3px 0;
	background: #ffffff;
}

div.wysiwyg ul.panel li.separator
{
	height: 16px;
	margin: 0 4px;
	border-left: 1px solid #cccccc;
}

div.wysiwyg ul.panel li a
{
	text-indent: -5000px;
	opacity: 0.85;
	filter: alpha(opacity=85);
	display: block;
	width: 14px;
	height: 14px;
	background: url('../images/jquery.wysiwyg.gif') no-repeat -64px -80px;
	border: 0;
	cursor: pointer !important;
	padding: 1px;
}

div.wysiwyg ul.panel li a:hover, div.wysiwyg ul.panel li a.active
{
	opacity: 1.00;
	filter: alpha(opacity=100);
}

div.wysiwyg ul.panel li a.active
{
	background-color: #f9f9f9;
	border: 1px solid #cccccc;
	border-left-color: #aaaaaa;
	border-top-color: #aaaaaa;
	padding: 0;
}

div.wysiwyg ul.panel li a.bold { background-position: 0 -16px; }
div.wysiwyg ul.panel li a.italic { background-position: -16px -16px; }
div.wysiwyg ul.panel li a.strikeThrough { background-position: -32px -16px; }
div.wysiwyg ul.panel li a.underline { background-position: -48px -16px; }
div.wysiwyg ul.panel li a.justifyLeft { background-position: 0 0; }
div.wysiwyg ul.panel li a.justifyCenter { background-position: -16px 0; }
div.wysiwyg ul.panel li a.justifyRight { background-position: -32px 0; }
div.wysiwyg ul.panel li a.justifyFull { background-position: -48px 0; }
div.wysiwyg ul.panel li a.indent { background-position: -64px 0; }
div.wysiwyg ul.panel li a.outdent { background-position: -80px 0; }
div.wysiwyg ul.panel li a.subscript { background-position: -64px -16px; }
div.wysiwyg ul.panel li a.superscript { background-position: -80px -16px; }
div.wysiwyg ul.panel li a.undo { background-position: 0 -64px; }
div.wysiwyg ul.panel li a.redo { background-position: -16px -64px; }
div.wysiwyg ul.panel li a.insertOrderedList { background-position: -32px -48px; }
div.wysiwyg ul.panel li a.insertUnorderedList { background-position: -16px -48px; }
div.wysiwyg ul.panel li a.insertHorizontalRule { background-position: 0 -48px; }
div.wysiwyg ul.panel li a.h1 { background-position: 0 -32px; }
div.wysiwyg ul.panel li a.h2 { background-position: -16px -32px; }
div.wysiwyg ul.panel li a.h3 { background-position: -32px -32px; }
div.wysiwyg ul.panel li a.h4 { background-position: -48px -32px; }
div.wysiwyg ul.panel li a.h5 { background-position: -64px -32px; }
div.wysiwyg ul.panel li a.h6 { background-position: -80px -32px; }
div.wysiwyg ul.panel li a.cut { background-position: -32px -64px; }
div.wysiwyg ul.panel li a.copy { background-position: -48px -64px; }
div.wysiwyg ul.panel li a.paste { background-position: -64px -64px; }
div.wysiwyg ul.panel li a.increaseFontSize { background-position: -16px -80px; }
div.wysiwyg ul.panel li a.decreaseFontSize { background-position: -32px -80px; }
div.wysiwyg ul.panel li a.createLink { background-position: -80px -48px; }
div.wysiwyg ul.panel li a.insertImage { background-position: -80px -80px; }
div.wysiwyg ul.panel li a.html { background-position: -47px -46px; }
div.wysiwyg ul.panel li a.removeFormat { background-position: -80px -63px; }
div.wysiwyg ul.panel li a.empty { background-position: -64px -80px; }

div.wysiwyg iframe
{
	border: 0;
	clear: left;
	margin: 4px 0 0 1px;
}

/* Location Content Type */
.locations_img
{
	float: left;
	padding-right: 15px;
	width: 215px;
	overflow: hidden;
}

.locations_img_none
{
	float: left;
	width: 0px;
	overflow: hidden;
}

.locations { zoom: 1; }

.locations_cont
{
	float: left;
	width: 250px;
}

.locations_cont p { padding-bottom: 0 !important; }

.locations_cont ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.locations_cont li
{
	margin: 0;
	padding: 0;
}

.locations_map
{
	float: right;
	padding: 0 !important;
	margin-top: 14px !important;
}

.locations_map a
{
	/* color:#2026d6 !important; */
	text-decoration: none !important;
	font-size: 11px !important;
}

/* Itinerary Item Type */
.itinerary_item
{
	font-size: 16px;
	color: #913101;
	padding-top: 10px !important;
	padding-right: 24px;
	padding-bottom: 3px;
	display: block;
	border-bottom: 1px solid #FFFFFF;
}

.nonexpandable
{
	border-bottom: 1px solid #913101;
	margin-bottom: 0 !important;
}

.expandable
{
	background: #ffffff url(../images/toogle_arrow_up.gif) scroll no-repeat center right;
	cursor: pointer;
}

.expanded
{
	background: #ffffff url(../images/toogle_arrow_down.gif) scroll no-repeat center right;
	border-bottom: 1px solid #913101;
	margin-bottom: 0 !important;
}

.itinerary_item_subtitle
{
	font-weight: normal;
	display: block;
	font-size: 75%;
}

div.expandable { display: none !important; }
div.expanded { display: block !important; }
div.itinerary_item { display: block !important; }

.itinerary_item_details
{
	background-color: #f4eae5;
	background-image: none !important;
	padding: 10px !important;
	margin: 10px 0;
	clear: both;
	border: none !important;
}

/*  mytrip styles ends here ( mytrips.tpl ) */
/*  calendar styles starts here ( calendar.tpl ) */
.calendar_main_image { height: 212px; }

span.poor
{
	background: #dc5aa4 url(../images/poor_left.gif) no-repeat top left;
	display: block;
	float: left;
	font: normal 12px Arial;
	line-height: 12px;
	height: 12px;
	padding-left: 0px;
	text-decoration: none;
	cursor: pointer;
}

span.poor span
{
	background: transparent url(../images/poor_right.gif) no-repeat top right;
	display: block;
	padding: 0px;
	color: #ffffff;
	cursor: pointer;
}

span.fair
{
	background: #908cca url(../images/fair_left.gif) no-repeat top left;
	display: block;
	float: left;
	font: normal 12px Arial;
	line-height: 12px;
	height: 12px;
	padding-left: 0px;
	text-decoration: none;
	cursor: pointer;
}

span.fair span
{
	background: transparent url(../images/fair_right.gif) no-repeat top right;
	display: block;
	padding: 0px;
	color: #ffffff;
	cursor: pointer;
}

span.good
{
	background: #729abd url(../images/good_left.gif) no-repeat top left;
	display: block;
	float: left;
	font: normal 12px Arial;
	line-height: 12px;
	height: 12px;
	padding-left: 0px;
	text-decoration: none;
	cursor: pointer;
}

span.good span
{
	background: transparent url(../images/good_right.gif) no-repeat top right;
	display: block;
	padding: 0px;
	color: #ffffff;
	cursor: pointer;
}

span.best
{
	background: #77bab3 url(../images/best_left.gif) no-repeat top left;
	display: block;
	float: left;
	font: normal 12px Arial;
	line-height: 12px;
	height: 12px;
	padding-left: 0px;
	text-decoration: none;
	cursor: pointer;
}

span.best:hover, span.good:hover, span.fair:hover, span.poor:hover
{
	opacity: .6;
	filter: alpha(Opacity=60, FinishedOpacity=60);
	width: 100%;
	z-index: 1;
}

span.noclass
{
	display: block;
	float: left;
	font: normal 12px Arial;
	line-height: 12px;
	height: 12px;
	padding-left: 0px;
	text-decoration: none;
}

span.best span
{
	background: transparent url(../images/best_right.gif) no-repeat top right;
	display: block;
	padding: 0px;
	color: #ffffff;
	cursor: pointer;
}

.best_popup .main_table_popup
{
	background: transparent url(../images/middle_best_popup.gif) repeat-y left top;
	width: 140px;
	padding: 0 16px 0 25px;
	text-align: left;
}

.fair_popup .main_table_popup
{
	background: transparent url(../images/middle_fair_popup.gif) repeat-y left top;
	width: 140px;
	padding: 0 16px 0 25px;
	text-align: left;
}

.good_popup .main_table_popup
{
	background: transparent url(../images/middle_good_popup.gif) repeat-y left top;
	width: 140px;
	padding: 0 16px 0 25px;
	text-align: left;
}

.poor_popup .main_table_popup
{
	background: transparent url(../images/middle_poor_popup.gif) repeat-y left top;
	width: 140px;
	padding: 0 16px 0 25px;
	text-align: left;
}

.best_popup .first_table_popup
{
	background: transparent url(../images/top_best_popup.gif) no-repeat left top;
	padding-top: 14px;
}

.fair_popup .first_table_popup
{
	background: transparent url(../images/top_fair_popup.gif) no-repeat left top;
	padding-top: 14px;
}

.good_popup .first_table_popup
{
	background: transparent url(../images/top_good_popup.gif) no-repeat left top;
	padding-top: 14px;
}

.poor_popup .first_table_popup
{
	background: transparent url(../images/top_poor_popup.gif) no-repeat left top;
	padding-top: 14px;
}

.best_popup .second_table_popup
{
	background: transparent url(../images/bottom_best_popup.gif) no-repeat left top;
	height: 14px;
}

.fair_popup .second_table_popup
{
	background: transparent url(../images/bottom_fair_popup.gif) no-repeat left top;
	height: 14px;
}

.good_popup .second_table_popup
{
	background: transparent url(../images/bottom_good_popup.gif) no-repeat left top;
	height: 14px;
}

.poor_popup .second_table_popup
{
	background: transparent url(../images/bottom_poor_popup.gif) no-repeat left top;
	height: 14px;
}

.mlsratings_inner
{
	width: 191px;
	float: left;
}

.mlsratings_desc
{
	float: left;
	width: 742px;
	color: #729abd;
	font-size: 14px;
	position: relative;
}

.mlsquarterlies
{
	position: absolute;
	bottom: 24px;
	right: 1px;
	height: 22px;
}

.mlsquarterlies .quarterly_desc
{
	float: right;
	color: #192630;
	margin-right: 4px;
	line-height: 20px;
}

.mlsquarterlies .left
{
	float: right;
	background: url(../images/calendar_quarterly_left.gif) top left no-repeat;
	width: 7px;
	height: 22px;
}

.mlsquarterlies .right
{
	float: right;
	background: url(../images/calendar_quarterly_right.gif) top left no-repeat;
	width: 7px;
	height: 22px;
}

.mlsquarterlies .quarterly
{
	width: 20px;
	height: 22px;
	float: right;
	display: block;
	padding-left: 2px;
	padding-right: 2px;
}

.mlsquarterlies .spring { background: #000 url(../images/calendar_quarterly_spring.gif) top left no-repeat; }
.mlsquarterlies .summer { background: #000 url(../images/calendar_quarterly_summer.gif) top left no-repeat; }
.mlsquarterlies .fall { background: #000 url(../images/calendar_quarterly_fall.gif) top left no-repeat; }
.mlsquarterlies .winter { background: #000 url(../images/calendar_quarterly_winter.gif) top left no-repeat; }

.swans_content .mls_rating_icon
{
	background: #ffffff url(../images/mls_icon.jpg) no-repeat left center;
	color: #88b3da;
	padding-left: 53px;
	font-size: 18px;
	margin-bottom: 20px;
}

span.ratg_desc { color: #192630; }

.swans_content p.ratg_desc
{
	padding-left: 15px;
	padding-bottom: 12px;
	margin-top: 20px;
}

.calendar_months_holder
{
	height: 32px;
	line-height: 32px;
	width: 742px;
	position: absolute;
}

.calendar_months
{
	line-height: 32px;
	height: 21px;
	background: transparent url(../images/calendar_month_bg.gif) no-repeat left center;
	width: 742px;
	position: relative;
	z-index: 90;
}

.swans_content .calendar_months span
{
	padding: 0 17px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #a7b3bc;
	display: none;
}

.swans_content .country_top
{
	background-image: url(../images/country_top.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 10px;
	_position: relative;
}

.mlsratings { /*position:relative;*/ }

.swans_content .country_bottom
{
	background-image: url(../images/country_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #e5e5e5;
	padding-bottom: 10px;
}

.swans_content .country_name_mls
{
	padding-top: 5px;
	color: #1b2c37;
	font-size: 14px;
	padding-left: 25px;
	_position: relative;
}

ul.countries_list
{
	list-style-type: none;
	margin: 1px 0;
	padding: 0;
	clear: both;
	float: left;
	height: 13px;
	width: 935px;
	_position: relative;
}

ul.countries_list li
{
	margin: 0;
	padding: 0;
	float: left;
}

ul.countries_list li.countries_list_name
{
	color: #7198bb;
	width: 165px;
	float: left;
	padding-left: 25px;
}

ul.countries_list li.countries_list_name a { color: #7198bb; }

ul.countries_list li.countries_list_name a:hover
{
	text-decoration: none;
	font-weight: bold;
}

.countries_name_carousel
{
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

.countries_list_name_carousel
{
	color: #7198bb;
	font-size: 12px;
}

/*  calendar styles ends here ( calendar.tpl ) */
/* weather css starts */
.weather_content
{
	color: #8E9698;
	background-color: #EBECEE;
	text-align: center;
}

.weather_row_head
{
	color: #6D95B8;
	width: 170px;
	background-color: #EFF2F7;
	padding: 5px;
}

.weather_f_c
{
	color: #879095;
	background-color: #EFF2F7;
	text-align: center;
}

.swans_content .weather_month_head { color: #6D95B8; }

.weather_head
{
	color: #6D95B8;
	text-align: left;
}

.weather_row_bg
{
	background-color: #EBECEE;
	color: #6D95B8;
	text-align: center;
}

.weather_empty_column { background-color: #EBECEE; }
.weather_height { height: 5px; }

.swans_content div.over_view p.bold
{
	font-weight: bold;
	padding: 0;
	padding-top: 5px;
}

/* weather css ends here */
/* trips_events.tpl css starts here */
.swans_content .eventdate
{
	color: #7198BB;
	font-weight: bold;
	padding-top: 20px;
}

.swans_content .eventhead
{
	font-weight: bold;
	padding-top: 10px;
}

.swans_content .eventsidelink
{
	font-size: 12px;
	font-weight: normal;
	padding-left: 10px;
}

/* trips_events.tpl css ends here */
.strong { font-weight: bold; }

.blockquote
{
	position: relative;
	left: 20px;
}

.itinerary_one
{
	float: left;
	width: 100px;
	font-weight: bold;
}

.itinerary_two
{
	float: left;
	width: 545px;
}

.dashboard_manage { margin: 0 0 0 100px; }
.dashboard_manage { margin: 0 0 0 0px; }

.dashboard_manage dt
{
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 3px;
}

.dashboard_manage dd { padding-bottom: 3px; }
p.edit_manage_dash { padding-left: 160px; }

#config_widget_14
{
	cursor: default;
	*margin-left: -10px;
	_margin-left: -10px;
	font-size: 12px;
}

.right { float: right; }
.error { color: #FF0000; }

/* Login Page Styles */
.login_content
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 12px 9px 9px 9px;
	/*	color:#675545;*/
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	text-align: left;
	width: auto;
	height: 500px;
	/*  total = 953px; padding is 9px left + 9px right = 18px so width is  953-18 = 935px*/
	background: #FFFFFF url(../images/loginbg.jpg) top left no-repeat;
	color: #537388;
}

.login_content .page_header
{
	font-size: 18px;
	color: #729ec5;
	font-family: Helvetica, Arial, sans-serif;
}

.login_content .loginmsg
{
	margin-top: 0;
	margin-bottom: 4px;
}

.login_content label { line-height: 27px; }

.login_content input
{
	border: 1px solid #9eb2bd;
	background-color: #e9eaec;
	padding: 2px;
	font-size: 16px;
	width: 290px;
}

.login_content .form2 a
{
	color: #8bb2d9;
	text-decoration: none;
}

.login_content input.checkbox
{
	width: auto;
	margin: 0;
}

.login_content .submittd { text-align: center; }
.form2 a { color: #000000; }

.login_content .login-table
{
	xborder-top: 1px solid #666666;
	xborder-right: 1px solid #999999;
	xborder-bottom: 1px solid #999999;
	xborder-left: 1px solid #666666;
	font-size: 14px;
	text-align: left;
	width: 429px;
}

input.login-button, input.reset-button
{
	height: 31px;
	text-align: center;
	margin: 10px auto;
	border: none;
	cursor: pointer;
}

input.login-button
{
	width: 77px;
	background: url(../images/login_btn.jpg) left top no-repeat;
}

input.reset-button
{
	width: 136px;
	background: url(../images/but_forgotpassword.jpg) left top no-repeat;
}

.login_page_header
{
	font-weight: bold;
	margin: 20px 0px 0px 0px;
}

.login_error { color: #CC9900; }
.form1 { vertical-align: top; }
.form2 { text-align: left; }

.form_desc
{
	font-size: 12px;
	font-style: italic;
	color: #999999;
}

.signup_header { font-weight: bold; }
.signup_page_header { font-weight: bold; }

.page_header
{
	display: inline;
	font-size: 24px;
	line-height: 48px;
	vertical-align: top;
	padding-left: 4px !important;
}

.page_subheader
{
	font-size: 16px;
	vertical-align: top;
	padding-left: 4px !important;
	color: #729ec5;
	font-family: Helvetica, Arial, sans-serif;
}

.tabs
{
	margin-bottom: 10px;
	float: right;
}

.tabs td { padding-right: 10px; }

.tabs td.tab a
{
	display: block;
	background: #F3F3F3;
	padding: 4px 10px;
	width: 150px;
}

.tabs td.tab a:hover
{
	background: #e1e1e1;
	text-decoration: none;
}

.tabs td.subtab a { background: #e1e1e1; }
.tabs td.subtab a:hover { background: #c8c8c8; }
.icon { vertical-align: middle; }

#dhtmltooltip
{
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
	text-align: left;
	width: 200px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

.ajax
{
	visibility: hidden;
	vertical-align: middle;
}

.commentlink
{
	text-align: right;
	float: right;
	color: #0000FF;
	font-size: 12px;
}

/* travelogs */
.travel_log_archives
{
	background-color: #efe2dd;
	color: #913d1e;
	font-size: 12px;
}

.travel_log_archives_header
{
	background-color: #B3A099;
	color: #000;
	font-size: 14px;
	line-height: 30px;
	text-transform: capitalize;
}

.travel_log_archives_header span { margin-left: 7px; }

.travel_log_archives ul
{
	margin: 0px;
	padding-bottom: 22px;
}

.travel_log_archives ul li
{
	margin-left: 7px;
	line-height: 18px;
}

.travel_log_archives ul li a:link { color: #913d1e; }

.travel_log_archives ul li ul
{
	color: #675545;
	margin: 0px 0px 0px 12px;
	padding-bottom: 0px;
}

.travel_log_archives ul li ul a:link { color: #675545; }

.travel_log
{
	background-color: #efe2dd;
	color: #913d1e;
	font-size: 11px;
	padding-left: 7px;
}

.travel_log div.travel_log_date
{
	float: right;
	margin: 12px 13px 0px 0px;
	text-align: right;
}

.travel_log_header
{
	clear: both;
	background: transparent url(../images/travel_log_header.gif) repeat-x left top;
	width: 100%;
	height: 29px;
	color: #364755;
	font-size: 18.5px;
	line-height: 30px;
	text-transform: capitalize;
	border: 0px;
}

.travel_log_header span { margin-left: 10px; }

.travel_log div.travel_log_contentHeader
{
	color: #913d1e;
	font-size: 18px;
	padding: 12px 13px 0px 10px;
}

.travel_log div.travel_log_content
{
	color: #675545;
	font-size: 12px;
	padding: 0px 13px 60px 10px;
}

.travel_log div.travel_log_content img
{
	float: left;
	border: 0px;
	padding: 0px 10px 14px 0px;
}

.travel_log div.travel_log_content p { padding-top: 10px; }

.travel_log div.travel_log_comment
{
	float: right;
	text-align: left;
}

/* travelogs */
/* trip calendar */
#trip-calendar { font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
#trip-calendar ul li { margin-top: 0px; }

.trip-calendar-month
{
	margin: 1px 1px;
	background-color: #000000;
	color: #A7B3BC;
	font-size: 12px;
	height: 21px;
}

.trip-calendar-monthText
{
	margin-left: 100px;
	padding: 3px 0px 0px 0px;
	text-align: center;
	height: 21px;
	width: 121px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.trip-calendar-nodes
{
	margin: 1px 1px;
	padding: 0px 0px 2px 45px;
	background-color: #000000;
	color: #82ACD2;
	font-size: 12px;
	height: 21px;
}

.trip-calendar-nodes img { padding: 5px 0px 0px 5px; }

.trip-calendar-nodesText
{
	margin-left: 73px;
	font-size: 10px;
}

.trip-calendar-nodesText li
{
	display: inline;
	list-style: none;
	padding-left: 19px;
	font-size: 10px;
}

/* trip calendar */
.friends .tooldivinnerShow p
{
	text-align: right;
	margin-top: 10px;
}

.friends .tooldivinnerShow p a.add_carousel2 { float: none; }
table.tabs { font-size: 12px; }
.user_freindly, .friends_result table td { font-size: 13px; }
.friends_result { background-color: #E2E2E2; }
.friends_result_alt { background-color: #F3F3F3; }

table.tabs td
{
	padding-right: 0px;
	padding-left: 10px;
	color: #34536A;
}

table.tabs td a { color: #34536A; }

.swans_content .search_friend_form
{
	font-size: 14px;
	padding: 10px;
	text-align: center;
	padding-left: 25%;
}

.swans_content .search_friend_formp { padding-left: 10px; }

.swans_content .user_freindly
{
	/*	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;*/
	padding: 5px 0 5px 10px;
	background-color: #DCDCDC;
	width: 700px;
}

.swans_content .friends_result table
{
	padding: 0 10px 5px 0;
	vertical-align: top;
}

.swans_content .friends_result table td
{
	vertical-align: top;
	padding-right: 10px;
}

.swans_content .last_update
{
	color: #34536A;
	font-size: 12px;
}

.swans_content .friends_result2 a
{
	margin-left: 10px;
	font-size: 12px;
}

.swans_content .friends_result table.friends_result_table
{
	padding-top: 10px;
	padding-left: 10px;
}

.imgwidth
{
	max-width: 320px;
	width: expression(this.width > 320 ? 320: true);
}

input.button { text-align: center; }

.join
{
	background: url(../images/joinnow_bg.jpg) top left repeat-x;
	padding: 30px 50px 0 50px !important;
	height: 100%;
}

.join_box
{
	float: left;
	width: 415px;
	height: 419px;
	background: url(../images/joinnow_box.jpg) bottom center no-repeat;
}

.join_header
{
	padding: 0 10px !important;
	line-height: 30px;
	font-size: 18px;
}

.join_black_header
{
	background: url(../images/join_black_header.gif) top left repeat-x;
	width: 395px;
	color: #cfd1d3;
	text-align: center !important;
}

.join_blue_header
{
	background: url(../images/join_blue_header.gif) top left repeat-x;
	width: 395px;
	color: #1b232a;
	text-align: center !important;
}

.join_box_content
{
	font-size: 13px;
	padding: 25px !important;
}

.join_spacer
{
	float: left;
	width: 5px;
	height: 419px;
}

.subsec { margin-left: 30px !important; }
.messages_header { background-color: #e8e8e8; }

.swans_content .folder_drop
{
	position: relative;
	_position: absolute;
	width: 280px;
	z-index: 92356;
	color: #90b8dd;
	background-color: #2b3c46;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: none;
	padding: 5px 5px 5px 10px;
	font-size: 13px;
}

.swans_content .mytrips_create_folder
{
	position: absolute;
	right: 0px;
}

.draggable { /*border:2px solid #ffffff;*/ }

.draggableactive
{
	cursor: all-scroll;
	background-color: #dddddd;
	/* border-top:1px dashed #444444;
  border-bottom:1px dashed #444444; */
}

.droppable
{
	background: #ffffff url(../images/mytrips_closed.gif) 2px 1px no-repeat;
	padding: 0 5px 0 30px !important;
	height: 25px;
	width: 120px;
	line-height: 25px !important;
	border-color: #ffffff;
	border-width: 2px 0;
	border-style: solid;
}

.droppableactive
{
	border: 2px solid #777777 !important;
	background-position: 0px 1px;
	padding-left: 28px !important;
	/* background:transparent url(../images/mytrips_open.gif) 2px center  no-repeat;
  padding-left:35px !important; */
}

.droppableover
{
	border: 2px solid #777777 !important;
	background: transparent url(../images/mytrips_open.gif) 2px 1px no-repeat;
	padding-left: 35px !important;
	padding-right: 0 !important;
}

.droppableover a { color: #1B2C37; }

.dragobj
{
	width: 19px;
	height: 22px;
	background: transparent url(../images/mytrips_paper.gif) left center no-repeat;
	z-index: 10000;
}

.editprofile_photoleft
{
	text-align: center;
	padding-right: 40px;
}

.height18 { height: 18px; }

.itenarywidth
{
	float: left;
	width: 60%;
}

div div div li.calendar-cal { display: inline !important; }

.editorial ul ul a
{
	color: #913d1e;
	font-size: 12px;
	font-size-adjust: none;
	font-style: normal;
	font-weight: bold;
}

.editorial .date
{
	color: #675545;
	font-size: 12px;
	font-size-adjust: none;
	font-style: normal;
	font-weight: bold;
}

/*
.editorial .side_headings
{
	font-size: 16px;
	color: #1b2c37;
}
*/

.editorial li { margin: 0 !important; }
.editorial ul ul { padding: 0.25em 0 0 0 !important; }

.editorial ul ul li
{
	margin-bottom: 1em !important;
	line-height: 0.8em;
}

.editorial_content a
{
	background-color: #dae8f3;
	color: #394a59 !important;
	padding: 1px 4px;
	text-decoration: underline;
}

.editorial_content a:hover
{
	background-color: #eaf8fa;
	text-decoration: none;
}

.editorial_author_img
{
	float: left;
	margin-right: 1em !important;
}

.editorial_footer
{
	float: left;
	width: 485px;
}

.editorial_footer p { margin-top: 0 !important; }

.editorial_author_bio, .editorial_author_bio p
{
	margin-top: 1em;
	color: #8996a0;
}

.itinery_day_item_right
{
	float: left;
	margin-right: 20px;
	text-align: right;
	width: 200px;
}

div.swans_content div.expandcollapse
{
	padding: 5px 0;
	text-align: right;
	color: #913101;
}

div.swans_content div.expandcollapse a { color: #34536A; }
div.swans_content div.expandcollapse a:hover { color: #913101; }
.hand { cursor: pointer; }
.swans_content .partners_middle_center { border-right: 1px solid #913101; }

.swans_content .partners_right
{
	text-align: center;
	padding-top: 10px;
}

.swans_content .partners_right ul
{
	list-style-type: none;
	margin: 40px 0 0 0;
	padding: 0;
}

.partners_right li
{
	text-align: center !important;
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #675545;
	line-height: 18px;
}

.partners_right li a
{
	color: #913d1e;
	text-decoration: none;
}

.partners_right li a:hover { text-decoration: underline; }

.partners_right li span
{
	font-weight: bold;
	color: #913d1e;
	font-size: 14px;
}

.partners_navigation .side_headings { color: #923202; }
.partners_navigation li.current a { color: #923202; }

.swans_content .partners_navigation p.list_defination
{
	font-size: 16px;
	padding: 20px 0 0px 0;
	color: #923202;
}

.swans_content .partners_navigation p.partners_country
{
	color: #2a3a44;
	font-size: 14px;
}

.partners_navigation ul.list_defination
{
	marign: 17px 0 17px 0;
	display: none;
}

.partners_navigation a, partners_navigation { color: #1B2C37; }

.swans_content .partners_navigation ul.list_defination
{
	margin-left: 25px;
	margin-top: 0px;
	color: #7198bb;
}

.swans_content .partners_navigation ul.list_defination li a
{
	font-size: 14px;
	color: #7198bb;
}

.swans_content .content_partners .side_headings
{
	color: #923202;
	padding: 0px;
}

.swans_content .content_partners .side_headings span { color: #7198bb; }

.swans_content .content_partners p
{
	padding: 10px 0;
	color: #1b2c37;
}

.toslink a { text-decoration: underline !important; }
tr.messages_unread td { background-color: #ffffd7; }
tr.messages_read td b,
tr.messages_read td strong { font-weight: normal; }

/*STYLES ADDED BY PIPSQUEAK*/
.pipIndent { padding-left: 30px !important; }

/* @group  PIP ADDED - TOUR VIDEO STYLE PAGES */
body#body_tourvideo_quicktime div#innerContent, body#body_tourvideo_flash div#innerContent { position: relative; }

body#body_tourvideo_quicktime div#video, body#body_tourvideo_flash div#video
{
	width: 640px;
	margin: 0px auto;
	text-align: left;
	margin-top: 1in;
	position: relative;
	z-index: 90;
}

body#body_tourvideo_quicktime div#content, body#body_tourvideo_flash div#content
{
	background-color: black;
	padding-top: 1px;
}

body#body_tourvideo_quicktime div#buttons, body#body_tourvideo_flash div#buttons
{
	width: 640px;
	height: 50px;
	margin-left: 210px;
	margin-top: 50px;
}

body#body_tourvideo_quicktime div#buttons ul, body#body_tourvideo_flash div#buttons ul
{
	list-style-type: none;
	list-style-position: outside;
}

body#body_tourvideo_quicktime div#buttons ul li, body#body_tourvideo_flash div#buttons ul li { display: inline; }
body#body_tourvideo_quicktime div#buttons ul li a, body#body_tourvideo_flash div#buttons ul li a { color: white; }

body#body_tourvideo_quicktime div#buttons a, body#body_tourvideo_flash div#buttons a
{
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
	height: 35px;
	width: 35px;
	padding-left: 10px;
}

body#body_tourvideo_quicktime div#buttons a:hover, body#body_tourvideo_flash div#buttons a:hover { background-position: 1px 1px; }
body#body_tourvideo_quicktime a.wmv, body#body_tourvideo_flash a.wmv { background-image: url(../pip/images/Icon_WMV_on_Black.gif); }
body#body_tourvideo_quicktime a.flash, body#body_tourvideo_flash a.flash { background-image: url(../pip/images/Icon_Flash_on_Black.gif); }
body#body_tourvideo_quicktime a.quicktime, body#body_tourvideo_flash a.quicktime { background-image: url(../pip/images/Icon_Quicktime_on_Black.gif); }

body#body_tourvideo_quicktime div#buttons a.joinus, body#body_tourvideo_flash div#buttons a.joinus
{
	width: 105px;
	background-image: url(../pip/images/Button_Join_Us_on_Black.gif);
	float: right;
	padding-right: 100px;
}

body#body_tourvideo_quicktime div#buttons label, body#body_tourvideo_flash div#buttons label
{
	position: absolute;
	color: #87b9d7;
	left: 160px;
	bottom: 20px;
	font-size: 12px;
}

/*This is for the "No Flash" text*/
body#body_tourvideo_flash div#video p
{
	display: block;
	position: relative;
	color: white;
	top: 0px;
	left: 75px;
	width: 250px;
	border-color: red;
	border-width: 1pt;
	border-style: solid;
	padding: 10px;
	font-size: 1.4em;
}

/* @end TOUR VIDEO STYLE PAGES */
/* @group TRAVEL TIPS TRAVEL ESSENTIALS */
/* 2009-11-11 Pipsqueak Adds */
body#body_travel_tips div#pipIntro img
{
	float: left;
	display: inline;
	margin-right: 20px;
	margin-bottom: 30px;
}

body#body_travel_tips div#pipIntro p, body#body_travel_tips div#pipConclusion p
{
	font-size: 1.08em;
	line-height: 1.3em;
}

body#body_travel_tips ul#itList
{
	list-style-type: none;
	list-style-position: outside;
	padding-left: 0;
	clear: both;
	margin-top: 30px;
}

body#body_travel_tips ul#itList li
{
	position: relative;
	clear: both;
	margin-left: 320px;
	width: 300px;
}

body#body_travel_tips ul#itList li#wholeMotionFitness
{
	min-height: 330px;
}

body#body_travel_tips ul#itList li#wholeMotionFitness img
{
	position: absolute;
	left: -40px;
}

body#body_travel_tips ul#itList span.product { font-weight: bold; }

body#body_travel_tips ul#itList h2
{
	color: #87b3d8;
	font-weight: normal;
	clear: both;
	margin-top: 30px;
}

body#body_travel_tips ul#itList li img
{
	width: 300px;
	float: left;
	margin-left: -320px;
}

body#body_travel_tips div#pipConclusion { margin-top: .6in; }

/* @end TRAVEL TIPS TRAVEL ESSENTIALS */
.type_newsletters .swans_content, .type_special_offers .swans_content,
.type_press .swans_content { padding: 0 0 0 9px; }

.type_newsletters .content_navigation, .type_special_offers .content_navigation,
.type_press .content_navigation
{
	margin-right: 0 !important;
	padding: 25px 25px 249px 25px;
}

.type_newsletters .left_navigation, .type_special_offers .left_navigation,
.type_press .left_navigation { padding-top: 25px !important; }

.type_newsletters .centerimage, .type_special_offers .centerimage,
.type_press .centerimage
{
	position: relative;
	top: 0;
	left: -9px;
}

.type_html .centerimage, .type_tips .centerimage
{
	position: relative;
	top: -9px;
	left: -9px;
}

.type_newsletters .editorial_content, .type_special_offers .editorial_content, 
.type_press .editorial_content { background: #8996a0 url(../images/newsoffers_bg.jpg) bottom left repeat-x; }

.type_newsletters #qalist h1, .type_special_offers #qalist h1,
.type_press #qalist h1
{
	color: #fff;
	margin-bottom: 5px;
	font-size: 18px;
}

.press_thumbs
{
	list-style: none;
	padding: 0;
}

.press_thumbs a
{
	display: block;
	float: left;
	background-color: #243038;
	width: 93px;
	height: 122px;
	padding: 5px;
	margin: 0 32px 25px 0;
}

#body_whats_new #lightbox { top: 215px !important; }

#body_whats_new #overlay
{
	opacity: 0.4 !important;
	filter: alpha(opacity=40) !important;
	-moz-opacity: 0.4 !important;
	-khtml-opacity: 0.4 !important;
}

.signup_content
{
	text-align: left;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #FFFFFF;
}

.signup_complete
{
	padding: 10px;
	color: #00314b;
	font-size: 12px;
	height: 400px;
}

#joinpage
{
	color: #00314b;
	padding: 10px 8px 0 8px;
	width: 937px;
	background: url(../images/signupbg.jpg) top left no-repeat;
}

#joinboxleft
{
	float: left;
	width: 460px;
	padding: 0 9px 11px 10px;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
}

#joinboxleft h2
{
	font-size: 17px;
	margin-bottom: 0;
	color: #87b3da;
	font-family: Helvetica, Arial, sans-serif;
}

#joinboxleft h3
{
	font-size: 25px;
	line-height: 20px;
	margin-top: 0;
	margin-bottom: 34px;
	font-family: Helvetica, Arial, sans-serif;
}

#joinboxleft p
{
	padding-left: 2px;
	margin-top: 0;
}

#joinboxright
{
	float: right;
	width: 427px;
	padding: 0 11px 11px 11px;
	font-size: 12px;
	line-height: 28px;
	position: relative;
}

#joinboxright .page_header, .signup_complete .page_header
{
	font-size: 18px;
	color: #729ec5;
	font-family: Helvetica, Arial, sans-serif;
}

#joinboxright .errors
{
	position: absolute;
	top: 4px;
	right: -3px;
	line-height: 13px;
	width: 295px;
	background: url(../images/error.gif) 0 5px no-repeat;
}

#joinboxright .error
{
	padding-left: 16px;
	margin-right: 10px;
}

#joinboxright .form1 { padding-left: 5px; }

#joinboxright input
{
	border: 1px solid #9eb2bd;
	background-color: #e9eaec;
	padding: 2px;
	font-size: 16px;
	width: 290px;
}

#joinboxright input.checkbox
{
	width: auto;
	margin-left: 3px;
	margin-right: 5px;
}

#joinboxright .form_desc
{
	line-height: 13px;
	font-size: 11px;
	margin-bottom: 8px;
}

#joinboxright .submittd { text-align: center; }

#joinboxright .button
{
	width: 136px;
	height: 27px;
	text-align: center;
	margin: 0 auto;
	border: none;
	background: url(../images/but_registernow.jpg) top left no-repeat;
	cursor: pointer;
}

#joinboxright .disclaimer
{
	font-size: 11px;
	margin-top: 21px;
	padding-left: 5px;
	line-height: 15px;
	*margin-top: -10px;
}

#joindesc
{
	font-size: 14px;
	line-height: 20px;
	padding-left: 9px;
	position: relative;
	top: -55px;
	left: 0;
	*top: -25px;
}

* HTML #joindesc { top: -15px; }

#joindesc h3
{
	font-size: 22px;
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom: 13px;
}

#joindesc p, #joindesc div
{
	float: left;
	margin-right: 27px;
	width: 212px;
	margin-top: 7px;
}

#joindesc div.last
{
	width: 205px;
	margin-right: 0;
}

.bookmarklet
{
	position: relative;
	top: -35px;
	left: 3px;
	width: 355px;
	height: 76px;
	display: block;
	background: url('./images/bookmarklet.png') top left no-repeat;
}

a.bookmarklet:hover
{
	top: -34px;
	left: 4px;
}

* HTML .bookmarklet
{
	background-image: none;
	cursor: pointer;
	/* PNG Alpha IE Win ONLY */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='./images/bookmarklet.png', sizingMethod='scale');
}

.loginbookmarklet
{
	top: 0;
	left: 0;
	margin-left: 520px;
	text-align: center;
	margin-top: 45px;
	width: 355px;
	height: 76px;
	display: block;
	background: url('./images/bookmarklet.png') top left no-repeat;
}

a.loginbookmarklet:hover
{
	top: 1px;
	left: 1px;
}

.bookmarklet_content
{
	color: #325166;
	font-size: 14px;
	padding: 5px 0 100px 10px !important;
}

.bookmarklet_content p { margin-bottom: 1em; }
.bookmarklet_content li { margin-bottom: 2em !important; }

.bookmarklet_content li li
{
	list-style: none;
	margin-top: 0.5em !important;
	margin-bottom: 0 !important;
}

.bookmarklet_content h2
{
	font-size: 28px;
	color: #88b3da;
	font-weight: normal;
	margin-bottom: 8px;
}

.bookmarklet_desc { font-size: 18px; }
.bookmarklet_content ol, .bookmarklet_content ul { padding-left: 20px; }

.bookmarklet_content a
{
	color: #88b3da;
	text-decoration: underline !important;
}

.bookmarklet_left, .bookmarklet_right { float: left; }

.bookmarklet_left
{
	width: 437px;
	margin-right: 15px !important;
	padding-top: 1em;
}

.bookmarklet_left p { width: 410px; }
.bookmarklet_right { width: 465px; }
.fb_iframe_widget, .connect_widget .connect_widget_interactive_area { float: right; }
