/*Shared*/
.lhWidgetHeader {
	border-bottom: solid 1px #274241;
	color: #6B6B6B;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
	padding: 2px 2px 0 2px;
}		
.lhWidgetTools {
	background-color: #EEE;
	border-bottom: solid 1px #999;
	padding: 2px 2px 3px 2px;
}
a.lhIconLink {
	padding-left: 20px;
	background-position: left center;
	background-repeat: no-repeat;
}
a.lhToolFlag {
	background-image: url(/images/icons/flag_red.gif);
}
a.lhToolLike {
	background-image: url(/images/icons/thumb_up.gif);
}
a.lhToolEdit {
	background-image: url(/images/icons/page_edit.gif);
}
iframe.lhMapFrame {
	border: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.lhFinePrint {
	font-size: 10px;
	font-style: italic;
}
/*Description*/
#lhDescriptionTable {
	font-size: 90%;
	margin: 5px 0;
}
#lhDescriptionTable th {
	padding-right: 5px;
	text-align: left;
}
#lhDescriptionEdit {
	background-image: url(/images/icons/page_edit.gif);
}
/*Profile Layout*/
#lhProfile {
	margin: 20px 20px 0 20px;
}
#lhProfileLeftColumn {
	width: 500px;
	margin-right: 15px;
	float: left;
}
#lhProfileRightColumn {
	width: 400px;
	float: left;
}
#lhProfile a img{
	border: 1px solid black;
}
#lhProfile a:hover img{
	border: 1px solid rgb(72,153,102);
}
#lhProfileSearchForm {
	float: right;
}
#lhProfileBack {
	float: left;
	margin-top: 5px;
}
#lhShareProfile a, #lhShareProfile label {
	float: right;
}
#lhShareProfile label {
	padding-right: 10px;
}
#lhEmailProfile {
	background-image: url(/kserver/images/famfamfam/mini-icons/icon_mail.gif);
	background-position: bottom left;
	margin-right: 10px;
}
#lhProfileNav {
	padding: 5px;
}

/*Header Image*/
#lhMainPhoto {
	text-align: center;
}

/*Story Board*/
#lhStoryBoardShare {
	background-image: url(/images/icons/add.gif);
	float: left;
}
#lhStoryBoardEmpty {
	margin-top: 10px;
	text-align: center;
}
#lhStoryBoardSort {
	float: right;
}
.lhStory {
	border-top: dashed 1px #999;
	clear: both;
	margin-top: 10px;
	padding-top: 10px;
	width: 500px;
}
.lhStoryFirst {
	border-top: none;
	margin-top: 15px;
	padding-top: 0;
}
.lhStoryTools {
	margin-top: 5px;
}
.lhStoryTools a {
	padding: 0 5px 3px 20px;
}
.lhStoryTitle {
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0 2px 0;
}
.lhStoryRating {
	font-size: 90%;
	font-style: italic;
}
.lhStoryPhotos, .lhStoryRelatedProfiles {
	margin: 10px 0 2px 0;
}
.lhStory h4 {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
}

/*Profile Map*/
#lhMapLink {
	background-image: url(/images/icons/map_go.gif);
}
#lhMapCanvas {
	height: 400px;
	margin-top: 10px;
	width: 420px;
}

/*Photo Gallery*/
#lhPhotoGalleryInfo {
	float: right;
}
#lhPhotoGalleryEmpty {
	margin: 10px 0;
	text-align: center;
}
.lhPhotoThumbnail {
	float: left;
	margin: 5px 5px 0 0;
	border: 1px solid gray;
	padding: 5px;
}
.lhPhotoThumbnail a.lhToolFlag {
	display: none;
}
#lhPhotoGallery.lhFlagMode .lhPhotoThumbnail a.lhToolFlag {
	display: block;
}
#lhPhotoGalleryControls {
	float: left;
}
#lhPhotoGalleryShare {
	background-image: url(/images/icons/add.gif);
}

/*Post Photo*/
.lhPhotoCaption {
	width: 300px;
}
#lhPhotoUploadTable {
	margin-bottom: 10px;
}
#lhPhotoUploaderNameContainer {
	margin-top: 10px;
}
#lhPhotoUploaderName, #lhPhotoUploaderEmail {
	width: 300px;
}
#lhPhotoOwnershipLabel {
	font-size: 90%;
}
#photoUploaderNameCell, #photoUploaderEmailCell {
	padding-top: 4px;
	vertical-align: top;
}

/*Search Bar*/
#lhSearchBar {
	background-color: #EEE;
	border: solid 1px #486766;
	border-right: none;
	border-left: none;
	padding: 5px;
	text-align: right;
	vertical-align: middle;
}
#lhSearchBar #lhAddNewProfile {
	background-image: url(/images/icons/add.gif);
	float: right;
	font-size: 110%;
	font-weight: bold;
	margin-top: 18px;
}
#lhSearchForm {
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;
}
#lhSearchForm td {
	vertical-align: bottom;
}
#lhSearchForm .lhQueryCell input {
	font-size: 14px;
	width: 200px;
}
#lhSearchForm .lhQueryCell label {
	font-size: 12px;
	display: block;
}
#lhSearchForm .lhQuerySiteLimit, #lhSearchForm .lhQuerySiteLimit input  {
	font-size: 12px;
}
#lhSearchButton {
	font-size: 14px;
}

/*Search Results*/
#lhSearchResultsEmptyMessage, #lhSearchResultsNoneMessage {
	height: 300px;
	margin-top: 20px;
	text-align: center;
}
.lhSearchResult {
	border-bottom: solid 1px #EEE; 
	margin-bottom: 10px;
	padding-bottom: 10px;	
}
.lhSearchResultImage {
	float: left;
	margin-right: 10px;
}
.lhSearchResultSummary {
	margin-left: 120px;
}

/*Post Story*/
#lhPostStoryName, #lhPostStoryEmail {
	width: 250px;
}
#lhPostStoryTitle {
	width: 400px;
}
#lhPostStory  #lhRelatedProfileQuery {
	width: 400px;
}
#lhPostStoryLayoutTable th {
	vertical-align: top;
}
#lhPostStory label {
	margin-top: 5px;
	padding-right: 5px;
	text-align: left;
	display: block;
}
#lhPostStoryContent {
	width: 550px;
	height: 220px;
}
#lhPostStoryAttachPhoto {
	background-image: url(/images/icons/icon_attachment.gif);
}
#lhPostStory input.lhDefault {
	color: #AAA;
	font-style: italic;
}
#lhPostStory .lhRelatedProfile {
	padding: 2px 0;
}
#lhPostStory #lhRelatedProfileSuggestions {
	background-color: #FFF;
	border: solid 1px #999;
	border-right: solid 2px #333;
	border-bottom: solid 2px #333;
	z-index: 1000;
}
#lhPostStory #lhRelatedProfileSuggestions ul {
	cursor: default;
	margin: 0;
	list-style-type: none;
	padding: 0;
}
#lhPostStory #lhRelatedProfileSuggestions ul li {
	cursor: default;
	margin: 0;
	padding: 0;
}
#lhPostStory #lhRelatedProfileSuggestions ul li.selected {
	background-color: #486766;
	color: #FFF;
}
#lhPostStory .toolbar .toolbarRow {
	position: relative; /*Must have or IE FAIL*/
}
#lhPostStory .lhPhotoRemove {
	margin-left: 5px;
}
#lhPostStory .lhPhotoAttachment {
	padding: 2px 0;
}
#lhPostStory .lhPhotoCaption {
	margin-left: 2px;
	width: 175px;
}
#lhPostStoryNameCell {
	vertical-align: top;
}
#lhPostStory #lhPostStoryShowNameLabel {
	display: inline;
	font-weight: normal;
}

/*Photo Viewer*/
#lhPhotoWrapper {
	text-align: center;
}
#lhPhoto {
	display: block;
	margin: 5px auto;
}
#lhPhotoControls {
	margin-top: 20px;
}
#lhPhotoPrev {
	float: left;
}
#lhPhotoNext {
	float: right;
}
#lhPhotoNav {
	margin-bottom: 5px;
	text-align: center;
}

/*Main*/
#lhMain h1 {
	margin-bottom: 5px;
}
#lhMainContent #lhLeftColumn {
	width: 600px;
	margin-right: 20px;
	float: left;
}
#lhMainContent #lhRightColumn {
	width: 300px;
	float: left;
}
#lhMainContent .lhPersonName {
	font-weight: bold;
}
#lhMainContent {
	margin-top: 15px;
}
#lhMainContent h2 {
	font-size: 18px;
	margin: 5px 0 2px 0;
	padding: 0;
}
#lhMain #lhDescription {
	margin: 0px 0 10px 0;
	text-indent: 0;
}

/*Main - Recent Updates*/
#lhRecentUpdates {
	border-bottom: solid 1px #486766;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#lhRecentUpdates .lhRecentUpdate {
	margin-bottom: 15px;
}
#lhRecentUpdates .lhRecentUpdateFirst {
	margin-top: 0;
}		
#lhRecentUpdates .lhRecentUpdateLast {
	margin-bottom: 0;
}

/*Main - Story Spotlight*/
#lhStorySpotlight cite {
	font-style: normal;
}
#lhStorySpotlight blockquote {
	margin: 10px 20px;
	padding: 0;
}

/*Main - Favorite Profiles*/
#lhFavoriteProfiles .lhFavoriteProfilesListingRow {
	margin: 10px 0;
}
#lhFavoriteProfiles .lhFavoriteProfilesListingRow .lhListingItem {
	float: left;
	margin: 0 20px 10px 0;
	padding: 0;
	width: 280px;			
}
#lhFavoriteProfiles .lhFavoriteProfilesListingRow .lhListingItem .lhListingItemSummary {
	margin-left: 0;
}
#lhFavoriteProfiles .lhListingItem {
	margin-top: 10px;
}
#lhFavoriteProfiles .lhListingItemImage {
	float: left;
	margin-right: 10px;
}
#lhFavoriteProfiles .lhListingItemSummary {
	margin-left: 110px;
}
#lhFavoriteProfilesMap {
	height: 450px;
	margin-bottom: 20px;
	margin-top: 10px;
	width: 100%;
}
#lhFavoriteProfilesEmptyMessage {
	height: 300px;
}
