﻿#ProfilePhotoBox
{
  width: 325px; 
  margin-top: 10px;
  margin-bottom: 5px;
  text-align: center;
  font-weight: bold;
  float: left;
  overflow: hidden;
}
#ProfilePhotoBox img
{
  border: solid 1px red;
  margin-bottom: 5px;
}
#ProfileDetails
{
  float: left;
  border-left: solid 1px red;
  margin: 10px 0px 10px 0px;
  padding-left: 15px;
  padding-bottom: 15px;
  width: 320px;
}
.ProfileRedRuler
{
  margin: 15px 10px 15px 5px;
  border-bottom: solid 1px red;
}

#ProfilePhotoCaption
{
  width: 110px; 
  margin-left: 20px;
  text-align: left;
  font-weight: bold;
  float: left;
  margin-bottom: 5px;  
}

#ProfileStatus
{
  width: 110px; 
  margin-right: 20px;
  text-align: right;
  font-weight: bold;
  float: right;
  margin-bottom: 5px;
}

#ProfileUploadNewPicture
{
  margin-top: 0px;
  margin-left: 5px;
  font-weight: bold;
  float: left;
}

#ProfileActions
{
  border-top: solid 1px red;
  border-bottom: solid 1px red;
  padding: 5px 0px 10px 0px;
  margin: 10px 10px 10px 10px;
  font-weight: bold;
}
#ProfileActions img
{
  position: relative;
  top: 5px; 
}
.ActionButton
{
  width: 33%;
  float: left;
  text-align: center;
}
#EditProfile
{
  border: solid 0 gray; 
}
#ProfileMyBike
{
  margin-left: 0px;
  display: inline;
  width: 650px;
  float: left;
}
#ProfileMyBike h2
{
  font-size: 16px;
  color: Red;
  padding: 0px 0px 10px 0px;
  margin: 0px;
}
#ProfileMyBike img
{
  border: solid 1px red;
}
#ProfileOtherLinks
{
  width: 180px;
}
#ProfileOtherLinks a
{
  margin-top: 5px;
  margin-left: 4px;
  margin-bottom: 10px;
  display: block;
  font-weight: bold;
}
#ProfileFavourites
{
    margin-left: 0px;
  font-size: 12px;
}
#ProfileFavourites h2
{
  font-size: 16px;
  color: Red;
  padding: 0px 0px 10px 0px;
  margin: 10px 0px 0px 0px;
}
#ProfileFriends
{
  font-weight: bold;
  font-size: 12px;
  color: #407AA3;
    margin-left: 0px;
}
#ProfileFriends h2
{
  font-size: 16px;
  color: Red;
  padding: 0px 0px 10px 0px;
  margin: 10px 0px 0px 0px;
}
#ProfileSelling
{
  font-weight: bold;
  font-size: 16px;
  color: #407AA3;
  text-align: center;
  margin: 10px 15px 10px 15px;
}
#ProfileSelling a
{
  text-decoration: none; 
}
#ProfileSelling img
{
  position: relative;
  top: 10px; 
}
.ProfileOnlineText
{
  color: Red; 
}
.ProfileOfflineText
{
  color: Gray; 
}
/***********************************************
* USER IMAGES                                 *
***********************************************/
.UserGalleryImage
{
  float: left;
  margin: 0 15px 2em 0;
  width: 200px;
  text-align: center;
}
.UserGalleryImageFrame
{
	margin: 0 auto;
  overflow: hidden;
  height: 80px;
  width: 150px;
}

.UserProfileGalleryImage
{
  float: left;
  margin-left: 5px;
  text-align: center;
  width: 90px; 
}
.UserProfileGalleryImageFrame
{
  margin-bottom: 5px;
  float: left;
  width: 85px; 
}

.EditProfileForm label, .EditImageCaption label, .InvitationManagerForm label
{
  width: 250px;
  text-align: right;
  margin-right: 10px;
  font-weight: bold;
  float: left;
  clear: both;
}

.EditImageCaption label
{
  width: 200px; 
}

.UsersInput
{
  float: left;
  margin-bottom: 5px;
  text-align: left;
} 

.MailingListDescription
{
  padding: 2px 20px 3px;
  font-size: 0.9em;
  color: Gray;
}

.PictureCaption
{
	display: block;
	padding: 0 0 1.5em 0;
	color: #555;
}

.StatusLabel
{
	font-size: 0.8em;
}

.PictureApproved
{
	font-size: 0.8em;
	color: Green;
}

.PictureUnapproved
{
	font-size: 0.8em;
	color: Red;
}