/* LocationSearch */
.AllResults { text-align: left; }
.SearchBreadcrumb
{
	text-align: left;
	font-weight: bold;
}

.LocationItemListCountry, .LocationItemListRegion, .LocationItemListCity {}
.SearchByLocationText { font-weight: bold; }

/* End LocationSearch */

/* StoryFeed Custom Styles */
.story {margin-left: 2px; padding-bottom: 2px;}
.storytext {}
.storyicon {vertical-align:middle; padding: 5px 5px 0px 0px;}
.storytime {color: #999999;	font-size: 9px;}
.storyactions {padding: 2px 0 0 10px;}

/* AJAX Editing */
.profilestatus {font-size: 12pt;}
.profilestatushover {border: red 1px dotted;background-color: lemonchiffon;cursor: pointer;}
.profilestatusedit {border: red 1px dotted;background-color: yellow;text-align: left;}
.profilestatuseditwork {background: url(images/dnnanim.gif) no-repeat 100% left;}
.profilestatusupdated {font-size: x-small;}

/* Not used - next version with Toolbar integration */
.toolbar {
	background-color: silver;
	border: outset 1px; /*give toolbar a 3D look*/
	position: absolute; /*needed so it doesn't take up space */
	margin-top: -22px; /*specify toolbar to be just above text */	
	white-space: nowrap; /* makes toolbar horizontal */
	height: 22px;
}
.toolbarbuttonimg {
	cursor: pointer; /*change mouse to pointer when hover over button*/
	display:inline-block; /* supported by Opera and ? */
	display:-moz-inline-box; /* Gecko proprietary */	
}
.colorhover {
	background-color: Red;
}
/* /Not used - next version with Toolbar integration */

/* SmartThinker_UserProfile Custom Style */
.BirthdayToday {background-color: peachpuff;}   
/* Profile Picture */
.ProfilePicture {border-right: 1px solid;border-top: 1px solid;border-left: 1px solid;border-bottom: 1px solid;}   
/* General Style - Useful in Templates */
.TableOutline {border-right: 1px solid;border-top: 1px solid;border-left: 1px solid;border-bottom: 1px solid;}