/* 
    Document   : member.css
    Created on : 2009-may-21, 22:42:32
    Author     : Patrik Högberg
    Description: Styles for member pages
*/


/*******************************************************
*  Profile
*******************************************************/
#profile_top {
	width:505px;
	height:44px;
	margin-top:-10px;
	background:url(../images/frames/profile-top.png) no-repeat;
}
#profile_bgrtop {
	width:505px;
	min-height:90px;
	background:url(../images/frames/profile-bgr-top.png) no-repeat;
	padding-bottom:40px;
}
#profile_middle {
	width:505px;
	background:url(../images/frames/profile-middle.png) repeat-y;
	font-size:11px;
}
#profile_bottom {
	width:505px;
	height:26px;
	background:url(../images/frames/profile-bottom.png) bottom no-repeat;
}
.profile_label {
	clear:both;
	width:180px;
	float:left;
	text-align:right;
	font-weight:bold;
	margin-right:10px;
	margin-top:5px;
}
.profile_prop {
	float:left;
	width:200px;
	height:auto;
	margin-top:5px;
}
#profile_picture_frame {
	margin-top:5px;
	margin-right:20px;
	margin-bottom:20px;
	float:left;
}
#profile_picture_frame img {
	width:150px;
	height:150px;
	overflow:hidden;
}
/* Custom styles */
.profile_picture_frame0 {
	width:244px;
	height:256px;
	background:url(../images/frames/frame-shabbychic.png);
}
.profile_picture_frame0 img {
	margin-left:42px;
	margin-top:56px;

}
.profile_picture_frame1 {
	width:220px;
	height:235px;
	background:url(../images/frames/frame-antique.png);
}
.profile_picture_frame1 img {
	margin-left:30px;
	margin-top:46px;
}
.profile_picture_frame2 {
	width:217px;
	height:233px;
	background:url(../images/frames/frame-royal.png);
}
.profile_picture_frame2 img {
	margin-left:28px;
	margin-top:45px;
}
.profile_picture_frame3 {
	width:231px;
	height:243px;
	background:url(../images/frames/frame-plainblack.png);
}
.profile_picture_frame3 img {
	margin-left:35px;
	margin-top:49px;
}
.profile_picture_frame4 {
	width:231px;
	height:243px;
	background:url(../images/frames/frame-plainbrown.png);
}
.profile_picture_frame4 img {
	margin-left:35px;
	margin-top:49px;
}
.profile_picture_frame5 {
	width:231px;
	height:243px;
	background:url(../images/frames/frame-plaingold.png);
}
.profile_picture_frame5 img {
	margin-left:35px;
	margin-top:49px;
}
/*******************************************************
* Visitor list
*******************************************************/
.visitors_header {
	height:20px;
	margin-left:10px;
	margin-right:10px;
	border-bottom:1px solid silver;
	font-weight:bold;
	color:gray;
}
.visitors_col1 {
    width:220px;
}
.visitors_col2 {
    width:120px;
}
.visitors_col3 {
	text-align:center;
    width:90px;
}
.visitors_col4 {
    width:55px;
}
.visitors_row {
	margin-left:10px;
	margin-right:10px;
	margin-top: 5px;
	margin-bottom: 5px;
	clear:both;
	border-bottom:1px dotted #DDDDDD;
}
.visitors_row img.profile {
	float:left;
	margin-right:5px;
}
/*******************************************************
* Friend list
*******************************************************/
.friends_col1 {
    width:80px;
	margin-top:5px;
}
.friends_col2 {
	margin-top:5px;
	font-size:14px;
	font-weight:bold;
    width:280px;
}
.friends_col2 img {
	margin-top:5px;
}
.friends_col3 {
	margin-top:10px;
	text-align:center;
    width:130px;
}
.friends_col3 input {
	margin:5px;
}
.friends_row {
	height:80px;
	margin-left:10px;
	margin-top:3px;
	clear:both;
	border-bottom:1px dotted #DDDDDD;
}
.friends_row img {
	float:left;
	margin-right:5px;
}
.friends_row .tagline {
	font-weight:normal;
	color:#808080;
}
.friends_row .date {
	font-size:10px;
}
.friends_row .options {
	font-size: 12px;
}
/*******************************************************
* Messages list
*******************************************************/
.messages_col1 {
    width:15px;
	margin-top:5px;
}
.messages_col2 {
	text-align:center;
    width:80px;
}
.messages_col3 {
	margin-right:10px;
	font-size:12px;
    width:90px;
}
.messages_col4 {
	font-size:12px;
    width:270px;
}
.messages_col5 {
	text-align:center;
    width:30px;
}
.messages_row {
	height:80px;
	margin-top:3px;
	margin-left:2px;
	margin-right:7px;
	clear:both;
	border-bottom:1px dotted #DDDDDD;
}
.messages_row img {
	float:left;
	margin-right:5px;
}
.messages_row .tagline {
	color:#808080;
}
.messages_row .date {
	font-size:10px;
}
/*******************************************************
* Message view
*******************************************************/
#message_window {
	margin-top:10px;
	margin-left:20px;
	margin-right:25px;
}
#message_window .message_col1 {
	width:100px;
}
#message_window .message_col2 {
	width:360px;
}
#message_window .tagline {
	color:#808080;
}
#message_window .date {
	font-size:10px;
}

