﻿.main_control_widget_menu li.selected a
{
	background-color: #ef6b00;
}

.marker_label
{
	text-align: center;
	background-color: #a2aaaf;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: bold;
	width: 0px;
	height: 0px;
}

#google_map
{
	z-index: 450
}

#control_panel
{
	position: absolute;
	z-index: 500
}

#control_panel .handler
{
	height: 32px
}

.control_panel .content
{
	padding:0px;
}

.control_panel .content .margin
{
	padding:15px;
}

.add_new_wrapper .add_new_left img 
{
	width: 104px;
	height: 104px
}

.add_new_wrapper .add_new_controls 
{
	float:left; 
	width:100%;
	margin:0 0 10px 0;
}

.add_new_wrapper .add_new_upload
{
	float:left; 
	width:245px;
	padding:5px 0 0 0; 
	margin:0;
}

.add_new_wrapper .add_new_buttons
{
	float:left; 
	width:157px; 
	text-align:right; 
	padding:0; 
	margin:0; 
	padding:5px 0 0 0;
}

.add_new_footer a
{
	margin-left: 10px;
}

label.form_error{
	color:red;
	padding:5px 0;
	font-weight:bold;
	display:block;
}

input.form_error, select.form_error 
{
	border: 1px solid red
}

table.form_table tr td 
{
	vertical-align: top
}

.flash-replaced .alt
{
	display: none;
}

a.mp3player
{
	margin-left: 5px;
	position: relative;
	top: 2px;
}

.main_control_widget_menu ul li
{
	cursor: pointer
}

#mapItemMarker{
  width: 450px;
}
#mapItemMarker_contents{
  background-color: #eaeaea;
  font-family:Arial, Helvetica, sans-serif;
  color:#333;
  font-size:11px;
  width: 450px;
}
#mapItemMarker_tl{
  width: 9px;
  height: 10px;
  background: url('../images/global/pop_up/poi_pop_tl.gif') top left no-repeat transparent;
}
* html #mapItemMarker_tl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/global/pop_up/poi_pop_tl.png', sizingMethod='crop');
}
#mapItemMarker_t{
  background: url('../images/global/pop_up/poi_pop_t.gif') top left repeat-x #FFF;
}
#mapItemMarker_tr{
  width: 9px;
  height: 10px;
  background: url('../images/global/pop_up/poi_pop_tr.gif') top right no-repeat transparent;
}
* html #mapItemMarker_tr{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/global/pop_up/poi_pop_tr.gif', sizingMethod='crop');
}
#mapItemMarker_l{
  background: url('../images/global/pop_up/poi_pop_l.gif') top left repeat-y transparent;
  width: 9px;
}
#mapItemMarker_r{
  background: url('../images/global/pop_up/poi_pop_r.gif') top right repeat-y transparent;
  width: 9px;
}
#mapItemMarker_bl{
  width: 9px;
  height: 10px;
  background: url('../images/global/pop_up/poi_pop_bl.gif') top left no-repeat transparent;
}
* html #mapItemMarker_bl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/global/pop_up/poi_pop_bl.gif', sizingMethod='crop');
}
#mapItemMarker_b{
  height: 10px;
  background: url('../images/global/pop_up/poi_pop_b.gif') bottom left repeat-x #FFF;
}
#mapItemMarker_br{
  width: 9px;
  height: 10px;
  background: url('../images/global/pop_up/poi_pop_br.gif') top left no-repeat transparent;
}
* html #mapItemMarker_br{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/global/pop_up/poi_pop_br.gif', sizingMethod='crop');
}
#mapItemMarker_close{
  width: 20px;
  height: 20px;
  background: url('../images/global/close_button.jpg') bottom left no-repeat transparent;
  cursor: pointer;
}
* html #mapItemMarker_close{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/global/close_button.jpg', sizingMethod='crop');
}
#mapItemMarker_beak{
	width: 73px;
  height: 67px;
  margin-left: 30px;
  background: url('../images/global/pop_up/poi_pop_beak.gif') top left no-repeat transparent;
}
* html #mapItemMarker_beak{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/global/pop_up/poi_pop_beak.gif', sizingMethod='crop');
}

 .poi_data_content{
  width:95%;
  float:left;
  background-color:#eaeaea;
  color:#333;
  margin:0;
   }
 .poi_data p{
  padding:3px 0; 
 }
 
 .poi_data_content_top,
 .poi_data_content_middle{
  width:95%;
  float:left;
  padding:0 10px;
  background-color:#eaeaea;
  color:#333;
  margin:0;
   }
 .poi_img{
  float:left;
  border:1px solid #333; 
  padding:0;
  margin:0;
  width:104px;
  height:104px;
 }  
 
 .poi_name{
  width:60%;
  float:left;
  padding:0 0 0 10px;
  }
 
 ul.poi_controls{
  list-style:none;
  display:inline;
  padding:0;
  margin-top: 5px;
 }
 
 ul.poi_controls li{
  list-style:none;
  display:inline;
  padding:0;
  margin:0 5px 0 0; 
 }
 
 ul.poi_controls li a{
  list-style:none;
  display:inline;
  color:#fff;
  background-color:#333;
  padding:2px;
  margin:0;
  font-size:10px;
  text-decoration:none;
 }
 
#messageDialog, #confirmDialog, #confirmDeleteDialog {
	width:610px;
	background:#FFF;
	border:1px solid #232323;
	padding:10px;
}

.generic_dialog_wrapper 
{
	background:#FFF;
	border:1px solid #232323;
	padding:10px;
}

#inviteOtherDialog.generic_dialog_wrapper, #resendConfirmationEmailDialog.generic_dialog_wrapper, #conversationDialog.generic_dialog_wrapper, #newConversationDialog.generic_dialog_wrapper, #viewGroupMembersDialog, #selectBreadcrumbDialog, #viewProfileDialog, #inviteOutsiderDialog
{
	width: 450px
}
#inviteFriendDialog.generic_dialog_wrapper 
{
	width: 650px;
	padding:0px;
}

.generic_dialog_whole
{
	width:430px;
	padding:0;
	margin:0;
}

#map_message 
{
	position:absolute;
	left: 90px;
	top: 30px;
	display: none;
	z-index: 1001;
}

.map-message {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #232323;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	line-height:inherit;
}

.map-message a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:red;
	text-decoration:none;
	line-height:inherit;
}	

#addNew_uploadMediaFile 
{
	width: 230px
}

.tra-tabheader 
{
	border-bottom:1px solid #333333;
	cursor:pointer;
	padding: 3px 0 0 0;
	position:relative;
	height: 16px;
	overflow: hidden;
}

.tra-tabheader span.icon 
{
	background: url(../images/content/main/control_panel_left/icons/global_expand.gif) center left no-repeat;
	width: 13px;
	height: 13px;
	position: absolute;
}

.tra-tabheader.tra-selected span.icon
{
	background: url(../images/content/main/control_panel_left/icons/global_expanded.gif) center left no-repeat;
}

.tra-tabheader span.title
{
	position: relative;
	left: 15px;
}

.tra-item {
	padding: 1px 4px 4px 4px;
	overflow:hidden;
}

.tra-item:hover 
{
	background-color: #ff5a00;
	color: #ffffff;
	cursor: pointer;
}

.tra-tabcontent 
{
	/*background-color:#ECECEC;*/
	background-color:#d5d3d3;
	margin:0;
	padding:5px 5px 5px 10px;
	position:relative;
}

.tra-item .global_user_style
{
	white-space: nowrap
}

.tra-tabfooter
{
	padding: 0px 5px 5px 5px;
	background-color:#d5d3d3;
	line-height: 21px;
	position: relative;
	height: 20px;
}

.tra-tabfooter.groups-tab-footer
{
    height: 80px;
}

.tra-tabfooter span
{
    position: relative;
    z-index: 2;
    display: block;
}

.tra-tabfooter div.advertisement
{
    position: absolute; 
    left: 0px; 
    bottom: 0px; 
    width: 308px; 
    height: 80px; 
    z-index: 1;
}

.tra-tabfooter .post-advertisement-menu
{
    left:5px;
    position:absolute;
    top:65px;
    width:300px;
    z-index:2;
}

#uploadFootprintDialog.generic_dialog_wrapper 
{
	width: 700px;
	height: 420px;
}

#uploadFootprintDialog iframe
{
	width: 700px;
	height: 400px;
	border: none;
	padding: 0px;
	margin: 10px 0 0 0;
}

img.footprint-photo-icon, div.footprint-photo-icon
{
	height: 26px;
	width: 26px;
	float: left;
	margin-right: 3px;
	margin-top: 2px;
}

#footprintPhoto_image
{
	margin-top: 5px;
}

#footprintPhoto_animationControls 
{
	text-align: center;
	margin-top: 5px;
}

.photo_label img 
{
	width: 33px;
	height: 32px;
}

.photo_label.selected, .photo_label.flashNow
{
	background-color: #EF6B00;
}

.neolaomp3player img 
{
	vertical-align: bottom;
	width: 14px;
	height: 14px;
	margin-left: 5px;
}

#downloadApplicationDialog p
{
	margin: 5px 0px
}

.tra-subheader 
{
	margin-bottom: 4px;
}

.main_header_right
{
	text-align:right;
	position: relative;
	top: 10px;
	right: 0px;
}

#main_header_ad
{
	float: right;
	margin-right: 10px;
}

.main_logo 
{
	width: auto;
	position: absolute; 
	top:0px; 
	left: 0px;
}

.main_header_signin
{
	width: auto;
}

.tra-noitems .btn-download-trip
{
	display: none
}

#shareFootprintDialog div.email-line
{
	padding:4px;
	text-align: right;
}

#shareFootprintDialog div.email-line span
{
	float: left
}

#shareFootprintDialog div.email-line.even
{
	background-color:#f2f2f2;
}

#shareFootprintDialog.generic_dialog_wrapper 
{
	width: 450px;
}

#downlaodTripDialog.generic_dialog_wrapper 
{
	width: 700px;
	height: 420px;
}

#downloadTripDialog iframe
{
	width: 700px;
	height: 400px;
	border: none;
	padding: 0px;
	margin: 0 0 0 0;
}

#contentDialog.generic_dialog_wrapper 
{
	width: 700px;
	height: 420px;
}

#contentDialog_content
{
	width: 680px;
	height: 380px;
	overflow: auto;	
	margin-top: 15px;
	padding: 10px;
	position: relative;
}

#contentDialog_content .tac h2 .tac-article
{
	margin: 0 10px 0 0
}

#contentDialog_content .tac dt
{
	font-weight: bold;
}

#contentDialog_content .tac dd {
	margin-left:45px;
	top:-14px;
}

#contentDialog_content .tac dd dl 
{
	margin-top: 10px
}

#contentDialog_content .aboutus p
{
	margin-top: 5px;
}

#contentDialog_content .installhelp p
{
	margin-top: 5px;
}

#contentDialog_content .supported-phones p
{
	margin-top: 5px;
}

#contentDialog_content ul
{
	margin: 10px 0px 10px 20px;
}

.playback-control
{
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #232323;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	line-height:inherit;
	padding: 8px;
}

.playback-control img.button
{
	margin: 0px 2px
}

.layout-overlay
{
	z-index: 999;
	position: absolute;
	background: transparent url('../images/transparent.gif') repeat fixed top left;
}

.tra-emptyhelp-content 
{
	padding: 5px
}

.tra-emptyhelp-content p
{
	margin-bottom: 8px
}

.clip_row_right a
{
	margin-left: 10px;
}

#header_top_bar 
{
	width:100%;
}

.main-logo
{
	margin-top: 5px
}

.global_header_content_wrapper
{
	margin-top: 0px;
	position: relative;	
	height: 81px;
}

.main_header_signin
{
	margin-top: 5px
}

#downloadTripDialog.generic_dialog_wrapper 
{
	width: 710px;
	height: 420px;
}

#downloadApplicationDialog
{
	width: 650px;
	padding:0px;
}
#downloadApplicationDialog div.generic_dialog_whole
{
	width:100%;
	}
.downloadApplicationDialog_header
{
	background-color:#e5e5e5;
	}
.downloadApplicationDialog_back
{
	background-image:url(/images/global/dialog_fade_back.png);
	background-repeat:repeat-x;
	background-position:left top;
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
	}
.downloadApplicationDialog_back p{
	color:#ee5b23;
}

.approval-seen 
{
	font-style: italic;
}

.warning-color
{
	color: #FF5A00
}

#footprintPhoto_image
{
	margin-bottom: 5px;
}

#footprintPhoto_animationControls, #footprintPhoto_ownerControls 
{
	margin-top: 5px
}

.register_accept_td label 
{
	display: inline;
}

#embedDialog_selectImage img
{
	vertical-align: middle;
}

#embedWelcomeDialog_image
{
	width: 115px;
	height: 120px;
	margin-top: 10px;
}

#embedDialog.generic_dialog_wrapper
{
	width: 450px
}

#embed2Dialog.generic_dialog_wrapper
{
	width: 450px
}

#embedWelcomeDialog.generic_dialog_wrapper
{
	width: 450px;
}

.embedwelcome_hummbahead 
{
	float: left;
	margin-right: 10px;
}

.embedwelcome_content
{
	text-align: center;
	margin-bottom: 10px;
	clear: both;
}

.embedwelcome_name
{
	font-weight: bold;
}

#embedWelcomeDialog_wouldYouLike
{
	margin-top: 20px;
}

.embedwelcome_head div 
{
	margin-bottom: 5px;
}

#loginDialog.generic_dialog_wrapper
{
	width: 450px
}

.friend-content-header
{
	background-color: #7D7D7D;
	color: #FFFFFF;
	padding: 2px 2px 2px 2px;
}

img.user-photo-icon
{
	height: 52px;
	float: left;
	margin-right: 3px;
}

#northPanel_status, #northPanel_position
{
	color: #ffffff;	
	cursor: pointer;
}

#northPanel_status:hover, #northPanel_position:hover
{
	text-decoration: underline;
}

#northPanel_status input 
{
	height: 12px;
	font-size: 10px;
}

#inviteFriend_resultTable 
{
	width: 100%;
}

#inviteFriend_resultTable_container
{
	height: 200px;
	overflow: auto;
	margin-bottom: 5px;
}

#inviteFriend_resultTable th
{
	text-align: left;
}

#inviteFriend_resultTable tr.even 
{
	background-color: #F2F2F2
}

.tra-pager-activepage 
{
	text-decoration: underline
}

.tra-pager-page
{
	text-decoration: none
}

.myself-status .text, .myself-location
{
	text-decoration: underline;
	cursor: pointer;
}

#search-tab-header-buttons 
{
	height: 20px;
}

#search-tab-header
{
	border-bottom: 1px solid #cdcdcd;
	padding-bottom: 5px;
}

#search-tab-results
{
	overflow-x: hidden;
	overflow-y: auto;
	background-color:#ECECEC;
}

#search-tab-functions
{
	margin-top: 5px;
	height: 20px
}

#search-tab-header-summary
{
	margin-bottom: 5px;
	display: none;
}

.ui-dialog-overlay 
{
	background: transparent url('../images/transparent.gif') repeat fixed top left;
}

.global_header_wrapper img
{
	vertical-align: middle;
	margin-left: 10px;
}

.global_header_wrapper input
{
	vertical-align: middle;
}
 
.header_top_right input, .header_top_right img
{
	vertical-align: middle;
}

.header_top_right a
{
	color: white;
}

.friend-content 
{
	margin-top: 10px;
}

.friend-content-buttons
{
	margin-top: 10px;
	line-height: 20px;
}

.friend-content-tabcontent
{
	margin-top: 10px;
}

.footprint-photo-dialog-thumbail
{
	width: 52px;
	height: 52px;
	border: 2px solid black;
	background-color: black;
}

.footprint-photo-dialog-thumbail.current 
{
	border: 2px solid #ff5a00;
	background-color: #ff5a00;
}

.global_user_style .buttons
{
	margin-top: 5px;
}

.friend-header .description
{
	clear: both;
	margin-top: 5px;
}

.tra-item .global_control_button_style 
{
	padding:1px 2px;
	border: 1px solid #7d7d7d
}

.tra-item:hover .global_control_button_style:hover
{
	border: 1px solid #7d7d7d
}

.ui-background-text 
{
	color: #7d7d7d;
	position: absolute;
	line-height: 1em;
	padding-top: 10px;
	padding-left: 10px;
}

.tra-item.selected 
{
	background-color: #ff5a00
}

.friend-content-footprints .tra-item .footprint-photo-icon
{
	height: 52px;
	width: 52px;
}

#uploadKmlDialog.generic_dialog_wrapper
{
	width: 450px
}

#search-tab-results-help
{
	padding: 10px;
	border-bottom: 1px solid #cdcdcd;
}

#search-tab-results-help p 
{
	margin-bottom: 5px;
}

#contentDialog_content .toc > ul
{
	margin: 10px 0px 10px 20px
}

#contentDialog_content .toc > ul > li > ul
{
	margin: 5px 0px 5px 20px
}

#contentDialog_content .help img
{
	margin:10px 0;
}

#contentDialog_content h3 a, #contentDialog_content h4 a
{
	margin-left: 5px; 
	font-weight: normal;
}

#footprintPhoto_photoScroller img, #viewGroup_photoScroller img
{
	vertical-align: middle;
	border: 2px solid white;
	width: 52px;
	height: 52px;
}

#footprintPhoto_photoScroller img.current
{
	border: 2px solid black;
}

#footprintPhoto_photoScroller, #viewGroup_photoScroller
{
	width: 320px;
	height: 72px;
	white-space: nowrap;
	overflow-x: auto;
	cursor: pointer;
	position: relative;
}

.ac_results li.empty 
{
	background-color: #ff5a00;
}

#friendOptions_friendPhoto
{
	vertical-align: middle;
}

#friendOptions_friendName
{
	font-weight: bold;
	font-size: larger;	
}

#inbox-tab-notifications, #inbox-tab-conversations
{
	overflow-x: hidden;
	overflow-y: auto;
	background-color:#ECECEC;
	padding:5px;
}

ul#inbox-tab-notifications-list li, ul#inbox-tab-conversations-list li  
{
	border-bottom:1px solid #333333;
	padding: 2px 0 2px 0;
	margin: 2px 0 2px 0;
}

ul#inbox-tab-notifications-list li img.user-photo-icon, ul#inbox-tab-conversations-list li img.user-photo-icon
{
	width: 40px;
	height: 40px;
}

ul#inbox-tab-notifications-list a, ul#inbox-tab-conversations-list a
{
	color: #EF6B00;
	text-decoration: underline;
}

.register_left_menu 
{
	float: left;
	clear: left;
	margin: 20px 0 0 0;
}

.register_left_menu ul.left_linklist
{
	list-style: none;
}

.register_left_menu ul.left_linklist li
{
	line-height: 30px;
}

.header_top_left_main a 
{
	color: white
}

#header_top_left_main img
{
	vertical-align: middle;
}

.search-input {
	border:1px solid #9c9c9c;
	margin: 0px 0px 0px 10px;
	color:#9c9c9c;
}

.frontpage-block 
{
	position:relative;
}

.frontpage-block div.content-text
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	height: 72px;
	left: 35px;
	line-height: 1.5em;
	position:absolute;
	top: 94px;
	width: 170px;
	color: #7D7D7D;
}

.frontpage-block div.content-text a 
{
	font: inherit;
	color: inherit;
}

.frontpage-block.download-block div.content-text
{
	top: 25px;
	left: 25px;
	width: 160px;
	color: White;
	font-weight: normal;
	line-height: 1.2em;
}

.header_top_right_main_signed_out form 
{
	display: inline;
}

.global_header_content_wrapper.frontpage .main_logo img 
{
	padding: 0px 0px 8px 10px;
}

.global_header_content_wrapper 
{
	border-bottom:1px solid #fff;
}

.global_header_content_wrapper.frontpage
{
	border-bottom: none;
}

.top-block div 
{
	color:#7F7F7F;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	left:20px;
	line-height:1.5em;
	position:absolute;
	text-align:center;
	top:22px;
	width:530px;
}

#editFootprintDialog
{
	width: 550px;
}

#editBreadcrumbDialog
{
    width: 610px;
}

#editBreadcrumbDialog .add_new_right 
{
    margin-right: 5px;
}

#search-tab-results-help ul, .tra-emptyhelp-content ul
{
	padding-left: 20px;
	margin-bottom: 10px;
}

#footprintPhoto_comments, #breadcrumbPhoto_comments
{
	position: absolute;
	top: 25px;
	left: 0px;
	padding: 5px;
	margin: 5px;
	border: none;
	background-color: #ececec;
	display:none;
	z-index:1;
}

#viewGroup_comments
{
	padding: 5px;
	background-color: #ececec;
	margin-top: 5px;
	clear: both;
}

#viewGroup_description
{
    height: 120px; 
    overflow-y: auto;
    overflow-x: none;
}

#footprintPhoto_comments_comments, #breadcrumbPhoto_comments_comments, #viewGroup_comments_comments
{
	overflow-x: none;
	overflow-y: auto;
}

#viewGroup_comments_comments 
{
    height: 235px;
}

#footprintPhoto_comments_comments div.even, #breadcrumbPhoto_comments_comments div.even, #viewGroup_comments_comments div.even
{
	background-color:#f2f2f2;
}

#footprintPhoto_comments_comments div.odd, #breadcrumbPhoto_comments_comments div.odd, #viewGroup_comments_comments div.odd
{
	background-color:#ffffff;
}

#footprintPhoto_comments_comments .name, #breadcrumbPhoto_comments_comments .name, #viewGroup_comments_comments .name
{
	font-weight: bold;
}

#footprintPhoto_showComments.new-comment, #breadcrumbPhoto_showComments.new-comment
{
	background-color: #ff5a00;
}

#footprintPhoto_top, #footprintPhoto_bottom
{
	margin-right: 15px;
}

#footprintPhoto_top > div
{
	margin-left: auto;
	margin-right: auto;
}

#inbox-tab-header
{
	line-height: 25px;
}

ul.friends-chooser-list
{
  list-style:none;
  display:inline;
  padding:0;
  margin:0; 
}

ul.friends-chooser-list li
{
	line-height: 15px;
}

ul.friends-chooser-list li a
{
	margin-left: 5px;
}

#inbox-tab-conversations-list .user-link
{
	margin-left: 5px;
}

#inbox-tab-conversations-list div.conv-subject, #inbox-tab-conversations-list div.conv-content, #inbox-tab-conversations-list div.conv-header 
{
	width: 230px;
	height: 1.2em;
	overflow: hidden;
}

#inbox-tab-conversations-list div.conv-header 
{
    width: 210px;
}

#inbox-tab-conversations-list li:hover
{
	background-color: #ff5a00;
}

#inbox-tab-conversations-list li:hover a
{
	color: white;
}

#inbox-tab-conversations-list div.conv-subject.conv-unread
{
	font-weight: bold
}

#conversation_subject
{
	font-size: 20px;
	line-height: 20px;
	color: #ff5a00; 
	font-weight: bold;
	margin-bottom: 10px;
}

#conversation_messages .date
{
	color: #a0a0a0;
}

#conversation_messages .user-link
{
	margin-left: 5px;
}

#conversation_messages li
{
	margin-top: 5px;
	list-style-image: none;
	list-style-type: none;
}

#conversation_messages
{
	overflow-y: auto;
}

.footprints-breadcrumbs-selector
{
    line-height: 24px;
}

.breadcrumbPhoto_descriptionDiv, .breadcrumbPhoto_photoScroller_background
{
    background-color: #ECECEC;
    margin: 3px 0;
    padding: 3px;
    clear: both;
}

.breadcrumbPhoto_name
{
    color: #FF5A00;
    font-weight: bold;
}

#breadcrumbPhoto_photoScroller img
{
	vertical-align: middle;
	border: 2px solid white;
	width: 52px;
	height: 52px;
}

#breadcrumbPhoto_photoScroller img.current
{
	border: 2px solid black;
}

#breadcrumbPhoto_photoScroller 
{
	width: 320px;
	height: 72px;
	white-space: nowrap;
	overflow-x: auto;
	cursor: pointer;
	position: relative;
}

div.ui-dialog 
{
    text-align: left;
}

#modifyEmailAndPrivacySettingsDialog_fbPublishTargetId
{
    width: 220px;
}

.handcursor
{
	cursor: pointer
}

#viewGroupDialog
{
    width: 750px;
}

#selectBreadcrumb_breadcrumbs tbody img 
{
    width: 52px;
    height: 52px;
}

#selectBreadcrumb_breadcrumbs tbody tr.even
{
	background-color:#f2f2f2;
}

.lightbg 
{
    background-color: #ECECEC
}

.group-breadcrumb-list
{
    margin-top: 10px;
}

.group-breadcrumb-list img
{
    margin: 3px;
    width: 52px;
    height: 52px;
}

#searchGroups_resultsContainer
{
    width: 600px;
    height: 350px;
    overflow-y: auto;
}

#searchGroups_resultsContainer > div
{
    width: 280px;
    height: 115px;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

#searchGroupsDialog
{
    width: 650px;
}

#searchGroups_resultsContainer img
{
    float: left;
    margin-right: 10px;
}

#searchGroupsDialog div.actions
{
    margin-top: 10px
}

#searchGroupsDialog div.info div.name
{
    font-weight: bold
}

#viewGroupMembers_members img
{
    margin: 3px;
    width: 52px;
    height: 52px;
}

.ui-dialog h3
{
	color: #ef6b00;
}

#searchGroups_resultsContainer 
{
    margin-top: 10px;
}

#search-tab-results-guides 
{
    padding: 3px 5px;
}

#search-tab-results-guides > .bottom-link
{
    float: right;
}

#search-tab-results-guides > .bottom-link a
{
    float: right;
    color: #EF6B00;
    text-decoration: none;
}

#search-tab-results-list .biglistitem
{
    border-top: 1px solid #7D7D7D; 
    border-bottom: 1px solid #7D7D7D; 
    margin: 5px 5px;
    padding: 2px 5px; 
    background-color: #FFFFFF;
    position: relative;
    clear: both;
}

#search-tab-results-list .biglistitem > .biglistitem-buttons
{
    position: absolute; 
    bottom: 5px; 
    right: 5px;
}

#search-tab-results-list .biglistitem > .biglistitem-content strong
{
    margin-right: 5px;
}

#search-tab-results-list .biglistitem > .biglistitem-content div
{
    width: 185px;
    height: 14px;
    overflow: hidden;
}

#search-tab-results-list .biglistitem > img
{
    float: left; 
    width: 80px; 
    height: 80px;
    margin-right: 5px;
}

#search-tab-results-guides .guide
{
    border-top: 1px solid #EF6B00; 
    border-bottom: 1px solid #EF6B00; 
    margin: 0px; 
    padding: 2px 5px; 
    background-color: #FEEFDD;
    clear: both;
}

#search-tab-results-guides .guide .guide-intro
{
    color: gray;
    margin-bottom: 2px;
}

#search-tab-results-guides .guide .guide-title
{
    font-weight: bold;
}

#search-tab-results-guides .guide > img
{
    float: left; 
    width: 80px; 
    height: 80px;
    margin-right: 5px;
}

#search-tab-results-guides .guide .guide-description
{
    overflow: hidden; 
    height: 70px;
}

#search-tab-results-guides .guide .guide-buttons
{
    margin: 5px; 
    float: right; 
    clear: both
}

#search-tab-results-more-guides .guide
{
    margin-top: 5px;
}

#controlPanel_showTable td 
{
    vertical-align: bottom;
}

#controlPanel_showTable td.name
{
    margin-right: 5px;
}

#viewGroup_invite 
{
    background-color: #ff6105
}

#viewGroupDialog .left_block
{
    padding: 5px; 
    width: 250px;
}

#viewGroupDialog .left_block .lightbg, #viewGroupDialog .right_block .lightbg
{
    margin-top: 10px;
    padding: 5px 5px;
}

#viewGroupDialog .right_block
{
    float: right;
    width: 480px;
    clear: right;
}

#viewProfile_detail tr td
{
    padding: 5px;
}

#viewProfile_userInfo
{
    clear:both;
    margin-top: 15px;
}

#viewProfile_buttons
{
    padding: 10px;
    margin: 10px 0px;
}

#viewProfile_description
{
    padding: 10px;
    margin: 10px 0px;
}

.main_header 
{
    position: relative;
}