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


/*******************************************************
*  Profile
*******************************************************/
#profile_container_top {
	margin-top:2px;
	width:512px;
	height:5px;
	background:url(../images/frames/article-top.png);
}
#profile_container_middle {
	width:512px;
	overflow:hidden;
	padding-bottom: 3px;
	background:url(../images/frames/article-middle.png);
}
#profile_container_bottom {
	width:512px;
	height:7px;
	background:url(../images/frames/article-bottom.png);
}
#profile_top {
	width:503px;
	height:auto;
	margin-top:-10px;
	background:url(../images/cm/cm-profilebox-top.jpg) no-repeat;
}
#profile_bgrtop {
	width:503px;
	min-height:170px;
	padding-top: 40px;
	background:none;
}
#profile_middle {
	width:503px;
	height:auto;
	margin-top:20px;
	background:url(../images/cm/cm-profilebox-middle.jpg) repeat-y;
	font-size:11px;
}
#profile_bottom {
	width:503px;
	height:auto;
	background:url(../images/cm/cm-profilebox-bottom.jpg) bottom no-repeat;
}
#profile_picture_frame {
	margin-left: 20px;
	margin-right: 10px;
}
#profile_border_top {
	width:481px;
	height:23px;
	margin-left:6px;
	margin-top:1px;
	padding-left:15px;
	font-size: 14px;
	font-weight: bold;
	color:#5E3F30;
	background:url(../images/cm/cm-bar-groups.gif);
}
#profile_border_top form {
	float:right;
	margin:0px;
	padding:0px;
	margin-right: 10px;
	line-height: 20px;
}
#profile_border_top select {
	color:#5E3F30;
	font-weight: bold;
	margin:0px;
	padding:0px;
	border:none;
	background:none;
}
#profile_title {
	width:125px;
	height:36px;
	margin-bottom:-20px;
	margin-left:20px;
	background:url(../images/cm/cm-text-profilebox.png);
}
#profile_text {
	margin-top: 18px;
	padding-right:20px;
	padding-left:10px;
}
/****************************************************************************
*
*****************************************************************************/

