/* PROFILE USER INTERFACE */

body.FridaeProfile {
	margin: 0;
	padding: 0;
	color: black;
}

body.Profile {
	background-color: transparent;
}

body.ProfileClassPersonal {
	background: url(/img/6/texture-profile.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: white;
}

body.ProfileClassBusiness {
	background: url(/img/6/texture-profile-business.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: white;
}

.FridaeProfile .UserNotFound {
	border: 1px solid #888;
	background-color: #E9E9E9;
	margin: 50px;
	width: 550px;
	height: 550px;
	text-align: center;
}
.FridaeProfile .UserNotFound p {
	padding-top: 200px;
	font-size: 13pt;
	font-weight: bold;
}

div#Profile {
	position: relative;
	width: 650px;
	height: 650px;
	/*border: 1px solid #CCC;
	background-color: white;*/
}
.ProfilePage div#Profile {
	height: 675px;
}
.ProfilePage div#Profile .ProfileInvalid {
	height: 100%;
	background-color: #EEE;
}
.ProfileInvalid {
	text-align: center;
}
.ProfileInvalid p {
	margin: 0;
	padding-top: 30px;
}
#Profile,
#Profile td,
.Profile,
.Profile td {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
	color: #444;
}
body.FridaeProfile #Profile {
	margin: 5px;
}

.UserList {
	width: 468px;
	margin: 0 auto;
}
.UserList td {
	background-color: white;
	text-align: left;
}

#Top {
	position: absolute;
	top: 0;
	left: 0;
	width: 650px;
	height: 160px;
}
#ClassPersonal #Top {
}
#ClassBusiness #Top {
}
#Top,
#Top td {
}
#Top #MainImage {
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	height: 160px;
}
#ClassBusiness #Top #MainImage img {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #999999;
}

#Top #Logo {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 68px;
	height: 35px;
}
#Top #OnlineStatus {
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
}
#StatusOnline #OnlineStatus {
	background: transparent url(/img/6/online-tab_32x32.gif) no-repeat scroll 0 0;
}
#StatusOffline #OnlineStatus {
	background: transparent url(/img/6/offline-tab_32x32.gif) no-repeat scroll 0 0;
}

#ClassPersonal #Top #Logo {
	background: url(/img/6/w/fridae-68x32.png);
}
#ClassBusiness #Top #Logo {
	background: url(/img/6/w/fridaelogo-profile-business.gif);
}

#Controls {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
#Menu #Controls {
	position: absolute;
	top: 0;
	left: -1px;
	height: 60px;
	width: 160px;
}
#Controls ul {
	margin: 0;
	width: 164px;
	padding: 0;
}
#GiftButton {
	position: absolute;
	top: 81px;
	left: 0px;
	height: 33px;
	width: 160px;
	background: #b9b298;
	text-align: center;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
#GiftButton .Holder {
	padding: 3px 10px 3px 0;
}
#GiftButton img {
	vertical-align:	middle;
	padding-right: 10px;
}
#ClassBusiness #Controls ul {
	width: 160px;
}
#Controls ul li {
	list-style-type: none;
	padding: 0;
	float: left;
	width: 39px;
	height: 39px;
	margin: 1px 0 0 1px;
}
#Controls ul li a {
	display: block;
	width: 39px;
	height: 39px;
	background-color: #B9B298;
	position: relative;
}
#Controls ul li a span {
	display: block;
	width: 39px;
	height: 39px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#Controls ul li a:hover {
	background-color: #E6E6E6;
}
#LangEN #Controls ul li a span {
	background: url(/img/6/profile/sprite-profiletools-en.gif?20121006);
}
#LangTC #Controls ul li a span {
	background: url(/img/6/profile/sprite-profiletools-tc.gif?20121006);
}
#LangSC #Controls ul li a span {
	background: url(/img/6/profile/sprite-profiletools-sc.gif?20121006);
}
#LangHK #Controls ul li a span {
	background: url(/img/6/profile/sprite-profiletools-hk.gif?20121006);
}
#Controls ul li#ctlhrt a span {
	background-position: 0 0;
}
#Controls ul li#ctlhrt a:hover span {
	background-position: 0 -39px;
}
#Controls ul li#ctlmsg a span {
	background-position: -39px 0;
}
#Controls ul li#ctlmsg a:hover span {
	background-position: -39px -39px;
}
#Controls ul li#ctlfrd a span {
	background-position: -78px 0;
}
#Controls ul li#ctlfrd a:hover span {
	background-position: -78px -39px;
}
#Controls ul li#ctlfav a span {
	background-position: -117px 0;
}
#Controls ul li#ctlfav a:hover span {
	background-position: -117px -39px;
}
#Controls ul li#ctlnot a span {
	background-position: -156px 0;
}
#Controls ul li#ctlnot a:hover span {
	background-position: -156px -39px;
}
#Controls ul li#ctlfwd a span {
	background-position: -195px 0;
}
#Controls ul li#ctlfwd a:hover span {
	background-position: -195px -39px;
}
#Controls ul li#ctlkey a span {
	background-position: -234px 0;
}
#Controls ul li#ctlkey a:hover span {
	background-position: -234px -39px;
}
#Controls ul li#ctlblk a span {
	background-position: -273px 0;
}
#Controls ul li#ctlblk a:hover span {
	background-position: -273px -39px;
}
#Controls ul li#ctlfol a span {
	background-position: -311px 0;
}
#Controls ul li#ctlfol a:hover span {
	background-position: -311px -39px;
}

#ClassPersonal #Controls ul li.TL,
#ClassPersonal #Controls ul li.TL a,
#ClassPersonal #Controls ul li.BL,
#ClassPersonal #Controls ul li.BL a {
	width: 40px;
}
/*
#ClassPersonal #Controls ul li.TL a {
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
}
#ClassPersonal #Controls ul li.TR a {
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}
#ClassPersonal #Controls ul li.BL a {
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
#ClassPersonal #Controls ul li.BR a {
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
*/

#Top #Details {
	position: absolute;
	top: 0;
	left: 168px;
	color: #444;
}
#Top #Details #Name {
	font-size: 11pt;
	font-weight: bold;
	height: 20px;
}
#Top #Details #Name #Username {
	float: left;
}
#Top #Details #Name #Icons {
	float: left;
}
#Top #Details #Name #Icons ul {
	margin: 0 0 0 10px;
	padding: 0;
}
#Top #Details #Name #Icons ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 5px;
}
#Top #Details #Name #Icons ul li img {
	margin-top: 4px;
}
#Top #Details #Name #Icons ul li .Vault {
	width: 16px;
	height: 16px;
	background: url(/img/6/profileicons-sprite2.gif);
	background-position: 0px -16px;
}
#Top #Details #Name #Icons ul li .Birthday {
	width: 16px;
	height: 16px;
	background: url(/img/6/profileicons-sprite2.gif);
	background-position: -16px -16px;
}
#Top #Details #Name #Icons ul li .SafeSex {
	width: 16px;
	height: 16px;
	background: url(/img/6/profileicons-sprite2.gif);
	background-position: -32px -16px;
}
#Top #Details #Name #Icons ul li .LivingTogetherIcon {
	width: 16px;
	height: 16px;
	/*background: url(/img/6/livingtogether/livingtogther-16px.png);*/
	background-position: -32px -16px;
}
#Top #Details #Name #Icons ul li .Perks {
	width: 16px;
	height: 16px;
	background: url(/img/6/profileicons-sprite2.gif);
	background-position: -48px -16px;
}
#Top #Details #Name #Icons ul li .Contributor {
	width: 16px;
	height: 16px;
	background: url(/img/6/profileicons-sprite2.gif);
	background-position: -112px -16px;
}
#Top #Details #Name #Icons ul li .KYS {
	width: 16px;
	height: 16px;
	background: url(/img/6/profileicons-sprite2.gif);
	background-position: -64px -16px;
}
#Top #Details #Name #Icons ul li .AppUser {
	width: 16px;
	height: 16px;
	background: url(/img/fuguex/iphone.png);
}

#Top #Details #Introduction {
	position: absolute;
	top: 25px;
	left: 0;
	font-size: 9pt;
	font-weight: bold;
	height: 15px;
	overflow: hidden;
	width: 400px;
}
#Top #Details #Location {
	position: absolute;
	top: 45px;
	left: 0;
	width: 320px;
}
#Top #Details #Location a img {
	vertical-align: middle;
}
#Top #Details #Rating {
	left: 0;
    position: absolute;
    top: 20px;
    width: 480px;
}
#ClassPersonal #Top #Details #Location a#locLinkToA {
	position: absolute;
	top: 0px;
	left: 0px;
}
#ClassPersonal #Top #Details #Location a#locLinkToA img {
	background: url(/img/6/profileicons-sprite.gif);
	background-position: -114px -35px;
	background-repeat: no-repeat;
}
#ClassBusiness #Top #Details #Location a#locLinkToA img {
	background: url(/img/6/profileicons-sprite.gif);
	background-position: -114px -51px;
	background-repeat: no-repeat;
}
#ClassPersonal #Top #Details #Location a#locLinkToH {
	position: absolute;
	top: 0px;
	left: 15px;
}
#ClassPersonal #Top #Details #Location a#locLinkToH img {
	background: url(/img/6/profileicons-sprite.gif);
	background-position: -129px -35px;
	background-repeat: no-repeat;
}
#ClassBusiness #Top #Details #Location a#locLinkToH img {
	background: url(/img/6/profileicons-sprite.gif);
	background-position: -129px -51px;
	background-repeat: no-repeat;
}
#Top #Details #Location a img {
	opacity:.4; filter:alpha(opacity=40); -moz-opacity:0.4;
}
#Top #Details #Location a.Active img {
	opacity:1; filter:alpha(opacity=100); -moz-opacity:1;
}
#Top #Details #Location #locationText {
	position: absolute;
	top: 0px;
	left: 36px;
	width: 480px;
}
#Top #Details #AboutBusiness {
	position: absolute;
	top: 115px;
	left: 275px;
	width: 200px;
	background-color: #FFC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}
.ProfilePage #Top #Details #AboutBusiness {
	left: 605px;
}
#Top #Details #AboutBusiness a {
	display: block;
	text-align: center;
	padding: 5px 0;
}
#Top #Details #Stats {
	position: absolute;
	top: 65px;
	left: 0;
	width: 480px;
}
#Top #Details #Info {
	position: absolute;
	top: 85px;
	left: 0;
	width: 480px;
}
#Top #Details #Info table {
	border-collapse: collapse;
}
#Top #Details #Info table td {
	padding: 2px 10px 2px 0;
}

#Info .LanguageSpoken {
	height: 15px;
	overflow:hidden;
}

#Main {
	position: absolute;
	top: 161px;
	left: 0;
	width: 100%;
	height: 491px;
}
#Main #Menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	height: 491px;
}
#Main #Menu #MenuOptions {
	font-family: Helvetica, Arial, sans-serif;
	position: absolute;
	top: 85px;
	left: 0;
}
#ClassPersonal #Main #Menu #MenuOptions {
	top: 115px;
}
#ClassBusiness #Main #Menu #MenuOptions {
	top: 50px;
}
#Main #Menu #MenuOptions a {
	display: block;
	width: 160px;
	height: 30px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 9pt;
}
#Main #Menu #MenuOptions a strong {
	color: #888;
	float: left;
	padding: 9px 0 0 2px;
	width: 115px;
	font-weight: normal;
}
#Main #Menu #MenuOptions a em {
	color: #AAA;
	float: right;
	padding: 9px 0 0 0;
	width: 40px;
	text-align: right;
	font-style: normal;
}
#Main #Menu #MenuOptions a.Active {
	color: #444;
}
#Main #Menu #MenuOptions a.Active strong {
	font-weight: bold;
	width: 160px;
}
#Main #Menu #MenuOptions a.Active em {
	display: none;
}
#Main #Menu #MenuOptions a:hover strong {
	color: #444;
}
#Main #Menu #MenuOptions a:hover em {
}

#Main #Menu #Statistics {
	font-size: 7pt !important;
	color: #999;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 160px;
	background-color: #EEE;
	padding: 5px 0;
}
#Main #Menu #Statistics .Hearts {
}
#Main #Menu #Statistics .PageViews {
}
#Main #Menu #Statistics .LastOnline {
}
#Main #Menu #Statistics .LastUpdated {
}
#Main #Menu #Statistics .MemberSince {
}
#Main #Menu #Statistics div {
	padding-left: 5px;
	height: 16px;
}
#Main #Menu #Statistics strong {
	float: left;
	width: 50px;
}
#SC #Main #Menu #Statistics strong,
#TC #Main #Menu #Statistics strong {
	width: 35px;
}


#Main #Frame {
	position: absolute;
	top: 0;
	left: 168px;
	width: 480px;
	height: 489px;
	border: 1px solid #CCC;
}
#Main #Frame iframe {
	width: 480px;
	height: 489px;
	padding: 0;
	margin: 0;
	border: 0;
}

/* Key/Value */

.KeyValue {
	border: 0 !important;
}
.KeyValue td {
	border: 0 !important;
	padding: 3px !important;
}
.KeyValue td.Key {
	width: 25% !important;
	font-weight: bold;
}
.KeyValue td.Value {
	width: 75% !important;
}

/* BOXES FOR CONTENT */

.ProfileBox {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #BBB;
}
.ProfileBox .ProfileTitle {
	font-size: 10pt;
	text-transform: uppercase;
	padding-left: 5px;
}
.ProfileBox .ProfileContents {
	padding-left: 5px;
	color: #888;
}
.ProfileBox .ProfileContents td {
	color: #888;
}
.ProfileBox .ProfileContents td.Key {
	padding-left: 0 !important;
}
.ProfileBox .ProfileContents table.KeyValue td {
	padding-bottom: 0 !important;
}
.ProfileBox .ProfileContents p {
	margin: 0 0 10px 0;
}


.Box {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.Box .Heading {
}
.Box .Heading .Title {
	position: relative;
}
.Box .Heading h2 {
	margin: 0 15px 0 10px;
	padding: 12px 0 5px 3px;
	color: #665;
	font-size: 10.5pt;
	background: url(/img/layout/heading-underline.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	position: relative;
	top: 0;
	left: 0;
	text-transform: none;
}
.Box .Heading h2 a {
	color: #666;
}
.Box .Inner {
	padding: 10px 10px 0 10px;
}

.Box .Inner p {
	margin: 0 0 15px 0;
	padding: 0;
}
.Box .Inner blockquote {
	padding: 5px;
	margin: 0;
}
.Box .Inner hr {
	color: #BBB;
	border: 0;
	border-bottom: 1px solid #BBB;
	height: 1px;
	margin: 10px 0 5px 0;
}
.Box .Inner h2 {
	margin: 0 0 10px 0;
	padding: 5px 3px;
	color: #665;
	font-size: 10.5pt;
	background: url(/img/layout/heading-underline.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}
.Box .Inner h2 a {
	color: #666;
}
.Box .Constant {
	margin: 0 15px;
	border-top: 1px solid #CCCCCC;
	padding: 5px 0 0 0;
}

/* Photos / Vault */

.Photos {
}
.Photos table {
	border-collapse: collapse;
}
.Photos table td.Contents {
	padding: 0;
}

.Vault{
}
.Vault table {
	border-collapse: collapse;
}
.Vault table td.Contents {
	padding: 0;
}

#Thumbnails {
}
#Thumbnails ul {
	margin: 0 0 0 5px;
	padding: 0;
}
#Thumbnails ul li {
	margin: 0 8px 0 0;
	padding: 0;
	float: left;
	list-style-type: none;
}
#Thumbnails ul li a img {
	border: 0;
}
#Picture {
	clear: both;
}
#Picture #mainpic {
	width: 100%;
	height: 430px;
	border: 0;
	overflow: truncate;
	padding: 0;
	margin: 0;
}

#Friends {
}
#Friends table.Gallery {
	width: 420px;
	border-collapse: collapse;
}
#Friends table td {
	padding: 0 5px 0 0;
	height: 105px;
}
#Friends table td .UserBox {
	height: 105px;
}
#Friends .Pagination {
	margin: 0;
}

#Tribes {
}
#Tribes a.Tribe {
	display: block;
	width: 80px;
}
#Tribes a.Tribe .Img {
	margin-bottom: 3px;
}
#Tribes a.Tribe .Name {
	height: 28px;
	overflow: hidden;
	text-align: center;
}

#BlogIndex {
}
#BlogIndex table {
	width: 100%;
	border-collapse: collapse;
}
#BlogIndex table td.Title {
	width: 75%;
}
#BlogIndex table td.Posted {
	width: 25%;
	color: #888;
	text-align: right;
}

.BlogEntry {
}
.BlogEntry h3 {
	font-size: 11pt;
	font-weight: bold;
	padding: 0;
	margin: 2px 0 2px 0;
}
.BlogEntry .Date {
}
.BlogEntry .Post {
	padding: 5px;
}

#BlogText {
	border-top: 1px dotted #BBB;
	padding-top: 10px;
}

.UserHearts {
}
.UserHearts .Number {
	float: left;
	width: 15%;
	text-align: center;
}
.UserHearts .Number strong {
	font-size: 11pt;
}
.UserHearts .Collection {
	margin-left: 16%;
}

.Relationships {
}
.Relationships .Box {
	padding-bottom: 0;
}
.Relationships .Box .Inner {
	padding: 7px;
}
.Relationships table {
	border-collapse: collapse;
}
.Relationships h3 {
	margin: 0;
	padding: 0;
}
.Relationships .Partner {
	width: 90px;
}
.Relationships .Partner .SimpleBox {
	margin-right: 5px;
}
.Relationships .Partner .SimpleBox .UserBox {
	margin: 0 3px;
}

.Relationships .BestFriends {
}
.Relationships .BestFriends .BffItem {
	float: left;
	width: 87px;
	height: 87px;
}
.Relationships .PartnerNo .BestFriends .BffItem {
	width: 93px;
	height: 93px;
}
.Relationships .BestFriends .BffItem .UserBox {
	height: 80px;
}
.Relationships .BestFriends .BffLink {
}

.BestFridaeFriends .MyBestFriends {
	padding-top: 3px;
}
.BestFridaeFriends .MyBestFriends .BffItem {
	float: left;
	width: 80px;
	height: 80px;
	margin: 0px 13px 13px 13px;
}
.BestFridaeFriends .MyBestFriends .UserBox {
	height: 80px;
}

.Friends .Userlist {
}

.Friends .UserBox {
	height: 80px;
}

.Friends .FriendItem {
	float: left;
	width: 80px;
	height: 80px;
	margin: 0 8px 8px 0;
	
}
.Friends .FriendLink {
	text-align: right;
}

.Photos {
}
.Photos .Box {
	padding-bottom: 0px;
}
.Photos .Box .Inner {
	padding: 5px;
}
.Photos table {
	width: 100%;
}
.Photos table .Contents img {
	margin-right: 2px;
	float: left;
}
.Photos table .Contents a.More {
	float: left;
	width: 50px;
	height: 40px;
}
.Photos table .Contents a.More:hover {
	background-color: #FFC;
}
.Photos table .Contents a.More p {
	padding: 13px 0 0 0;
	margin: 0;
	text-align: center;
	font-weight: bold;
}

.Vault {
}
.Vault .Box {
	padding-bottom: 0px;
}
.Vault .Box .Inner {
	padding: 5px;
}
.Vault .Inner {
	padding: 5px;
}
.Vault table {
	width: 100%;
}
.Vault table .Contents .VaultContents {
	padding: 5px 0;
	color: #888;
}
.Vault table .Contents img {
	margin-right: 2px;
}
.Vault table .RequestKey {
	width: 30%;
	text-align: right;
}


.Conversation {
}
.Conversation .Title {
	background: none;
	border-bottom: 1px dotted #BBB;
	height: 90px;
}
.Conversation .Title .Me,
.Conversation .Title .Them {
	padding: 0px;
}
.Conversation .Messages {
	background: none;
}
.Conversation .Messages .Date {
	text-align: left;
}
.Conversation .Messages .MessageReceived {
	margin-left: 150px;
	width: 280px;
}
.Conversation .Messages .MessageReceived .Upper {
	background-position: top right;
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.Conversation .Messages .MessageSent {
	/*margin-left: 115px;*/
	width: 280px;
}
.Conversation .Messages .MessageSent .Upper {
	background-position: top left;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.NoteList {
}
.NoteList .Note {
	background: url(/img/box/white-upper-repeat.gif);
	background-repeat: repeat-x;
	background-color: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #DDD;
	padding: 5px;
	margin-bottom: 5px;
	font-family: 'Comic Sans MS', Arial, Helvetica, sans-serif;
}
.NoteList .Note .Date {
	text-align: right;
	font-weight: bold;
}
.NoteList .Note .Body {
	padding: 5px;
}

/* Agenda */

.ProfileAgenda {
}
.ProfileAgenda .ProfileBox {
	border: 0;
}
.ProfileAgenda .Box .Inner {
	padding: 0;
}

/* Travel Plans */

.Travel {
}

.Travel .ProfileBox {
	border: 0;
}

.Travel .DataList td {
	vertical-align: top;
}
.Travel .DataList .Where {
	margin-bottom: 5px;
}
.Travel .DataList .Description {
	font-style: italic;
}

/* Directory Listings */

.ProfileDirectory .ProfileBox {
	border: 0;
}

.Profile .Directory .Listings table {
	border-top: 0;
}

/* Changed CSS Rules for fullpage version in Div "ProfilePage" */

.ProfilePage {
}
.ProfilePage div#Profile {
	width: 100%;
}
.ProfilePage #Top {
	width: 100%;
}
.ProfilePage #Main #Frame,
.ProfilePage #Main #Frame iframe {
	width: 807px;
}

/* Language Dropdown Selection */
#Profile #ProfileLanguage {
	position: absolute;
	top: 660px;
	left: 0px;
	width: 650px;
	color: #666;
}
	.ProfilePage div#Profile #ProfileLanguage {
		position: absolute;
		top: 660px;
		left: 0px;
		width: 100%;
		color: #666;
	}
#ProfileLanguage table {
	width: 100%;
	border-collapse: collapse;
}
#ProfileLanguage table td {
	width: 50%;
	padding: 0;
}
#ProfileLanguage #Report {
	line-height: 18px;
	font-size: 7pt;
	width: 155px;
}
#ProfileLanguage #Report a {
	display: block;
	color: #666;
	opacity:.6; filter:alpha(opacity=60); -moz-opacity:0.6;
}
#ProfileLanguage #Report a:hover {
	opacity:1; filter:alpha(opacity=100); -moz-opacity:1;
}
#ProfileLanguage #Report a img {
	vertical-align: top;
	margin: 0 5px 0 2px;
}
#ProfileLanguage select {
	font-size: 9pt;
}


/* Login Form */

#Profile .Login {
	text-align: center;
}
#Profile .Login .Logo {
	height: 25px;
	background: url(/img/6/w/fridaelogo-profile-personal.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
	.ProfilePage #Profile .Login .Logo {
		display: none;
	}
#Profile .Login .Logo h1 {
	margin: 0;
	padding: 0;
}
#Profile .Login .Logo h1 span {
	display: none;
}
#Profile .Login .PleaseLogin {
	font-size: 11pt;
	font-weight: bold;
	margin: 50px 0;
}
#Profile .Login .PanelLogin {
	width: 250px;
	margin: 0 auto;
}
#Profile .Login .PanelLogin .Key {
	padding-top: 8px !important;
}
#Profile .Login .PanelLogin div.Submit {
	margin: 20px 0 !important;
	padding: 0 50px;
}
#Profile .Login .PanelLogin div.Submit input.Submit {
	margin: 0 !important;
}
#Profile .Login .PanelLogin .Forgot {
	margin-top: 10px;
}
#Profile .Login .PanelLogin .Signup {
	margin-top: 10px;
}


/* Picture Galleries */

.Galleries .Pictures {
}
.Pictures .GalleryListTiles {
	
}
.Pictures .GalleryListTiles div.Gallery {
	float: left;
	width: 55px;
	height: 65px;
	position: relative;
	padding: 5px;
}
.Pictures .GalleryListTiles div.Gallery .Img {
	text-align: center;
}
.Pictures .GalleryListTiles div.Gallery .Img img {
	margin-top: 5px;
}
.Pictures .GalleryListTiles div.Gallery .Name {
	text-align: center;
	height: 25px;
	overflow: hidden;
	width: 90%;
}
.Pictures .GalleryListTiles div.Gallery .Lock {
	position: absolute;
	top: 2px;
	right: 3px;
	width: 16px;
	height: 16px;
	background: url(/img/silk/lock.png);
}
.Pictures .GalleryListTiles div.Gallery .Number {
	position: absolute;
	top: 3px;
	left: 3px;
	background-color: #800;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: white;
	font-weight: bold;
	font-size: 7pt;
	padding: 1px 3px;
}
.Pictures .GalleryListTiles a.More {
	float: left;
	width: 60px;
	height: 90px;
	position: relative;
}
.Pictures .GalleryListTiles a.More:hover {
	background-color: #FFC;
}
.Pictures .GalleryListTiles a.More p {
	margin: 30px 5px;
	text-align: center;
	font-weight: bold;
}

.Pictures .GalleryList {
	border-top: 1px solid #DDD;
}
.Pictures .GalleryList .Private .Gallery {
	border-right: 10px solid #600;
}
.Pictures .GalleryList .Invisible .Gallery {
	background-color: #F3F3F3;
	border-right: 10px solid #F3F3F3;
}
.Pictures .GalleryList .Gallery {
	height: 100px;
	position: relative;
	border-bottom: 1px solid #DDD;
	border-right: 10px solid white;
}
.Pictures .GalleryList .Gallery .Img {
	position: absolute;
	top: 5px;
	left: 5px;
}
.Pictures .GalleryList .Gallery .Img img {
}
.Pictures .GalleryList .Gallery h3 {
	position: absolute;
	top: 5px;
	left: 90px;
	height: 15px;
	overflow: hidden;
	margin: 0;
}
.Pictures .GalleryList .Gallery .Access {
	position: absolute;
	top: 20px;
	left: 90px;
}
.Pictures .GalleryList .Gallery .Description {
	position: absolute;
	top: 35px;
	left: 90px;
	height: 40px;
	overflow: hidden;
}
.Pictures .GalleryList .Gallery .Links {
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.Pictures .KeyValue .Value input#password {
	width: 100px;
	font-size: 8pt;
}
.Pictures .KeyValue .Value input#name {
	width: 350px;
}
.Pictures .KeyValue .Value textarea#description {
	width: 350px;
	height: 100px;
}

.Pictures .KeyValue .Value p {
	margin: 0 0 7px 0;
}

.QnA {
}
.QnA .Ask {
	width: 460px;
	height: 80px;
	position: relative;
}
.QnA .Ask h4 {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
}
.QnA .Ask textarea {
	position: absolute;
	top: 20px;
	left: 0;
	height: 40px;
	width: 460px;
}
.QnA .Ask .Check {
	position: absolute;
	top: 65px;
	left: 0;
}
.QnA .Ask button {
	position: absolute;
	top: 65px;
	right: 0;
}

.BusinessInfoTable .Key {
	width: 16px;
	height: 16px;
}

#Top #Details #Info table.BusinessInfoTable td {
	padding: 3px;
	vertical-align: middle;
}
.BusinessInfoTable .Address {
	background: url(/img/business/card-address.png) no-repeat;
}
.BusinessInfoTable .Phone {
	background: url(/img/business/telephone-handset.png) no-repeat;
}
.BusinessInfoTable .Fax {
	background: url(/img/business/telephone-fax.png) no-repeat;
}
.BusinessInfoTable .Website {
	background: url(/img/business/globe.png) no-repeat;
}
.BusinessInfoTable .Facebook {
	background: url(/img/business/balloon-facebook.png) no-repeat;
}
.BusinessInfoTable .Twitter {
	background: url(/img/business/balloon-twitter.png) no-repeat;
}

#map_canvas {
	width: 95%;
	height: 200px;
}

.Tooltip {
	font-size: 11px;
	font-style: italic;
}

.Opening .Day {
	float: left;
	padding-right: 7px;
	text-align: right;
}
.Opening .Time {
	clear: both;
	float: left;
	width: 85px;
}

.Follow .FollowButton {
	padding: 5px 5px;
	background: #dff6ff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #8fa9b4;
	color: #435861;
}
.Follow .FollowButton .ButtonThumb {
}
.Follow .FollowButton .ButtonThumb img {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #a4c2cf;
	float: left;
}
.Follow .FollowButton .ButtonText {
	font-size: 12px;
	font-weight: bold;
	float: left;
	padding: 5px 0 0 10px;
}

.Follow .Userlist {
}

.Follow .UserBox {
	height: 80px;
}
.Follow .FollowItem {
	float: left;
	width: 80px;
	height: 80px;
	margin: 0 8px 8px 0;
	
}
.Follow .FollowLink {
	text-align: right;
}
.FollowersArea .FollowItem {
	float: left;
	width: 80px;
	height: 80px;
	margin: 0 8px 8px 0;
	
}
.FollowersArea .FollowLink {
	text-align: right;
}

.UserRating {
	height: 20px;
	position: relative;
	/*width: 100px;*/
}
.UserRating div {
	width: 100px;
	height: 20px;
}
.UserRating div.Rating0 {
	background: url(/img/6/sprite-stars.png);
	background-position: 0px 0px;
	float: left;
}
.UserRating div.Rating1 {
	background: url(/img/6/sprite-stars.png);
	background-position: 0px -20px;
	float: left;
}
.UserRating div.Rating2 {
	background: url(/img/6/sprite-stars.png);
	background-position: 0px -40px;
	float: left;
}
.UserRating div.Rating3 {
	background: url(/img/6/sprite-stars.png);
	background-position: 0px -60px;
	float: left;
}
.UserRating div.Rating4 {
	background: url(/img/6/sprite-stars.png);
	background-position: 0px -80px;
	float: left;
}
.UserRating div.Rating5 {
	background: url(/img/6/sprite-stars.png);
	background-position: 0px -100px;
	float: left;
}
.UserRating a {
	float: left;
	width: 20px;
	height: 20px;
}

.ReviewCount {
	float: left;
	padding: 3px 0 0 5px;
	font-size: 9px
}
.ReviewCount a {
	width: auto;
	color: #333333;
}



.ReceiveList {
	margin: 10px 0;
}
.GiftThumb {
	width: 65px;
	height: 65px;
	position: relative;
	text-align: center;
	/*overflow: hidden;*/
	margin: 0 10px 25px;
	padding: 3px;
	float: left;
}

.GiftThumb a {
	color: #000000;
}

.GiftThumb .GiftCount {
	position: absolute;
	right: -3px;
	top: -3px;
	background: #6699CC;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 100;
	padding: 3px 6px;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}
