body {
	background-color:#f3f3f4;
	color:black;
	font-size:11px;
/*	font-family:Tahoma,Arial;*/
}

#my_wrapper { }
#my_wrapper p {
	margin:0 0 14px 0;
	padding: 0;
	line-height:150%;
}
#my_wrapper h2 {
	font-size:12pt;
	font-weight:bold;
	color:black;
	text-decoration:none;
	margin:3px 0 5px 0;
	padding:0;
}
#my_wrapper h2 a {
	color:black;
	text-decoration:none;
}
#my_wrapper h2 a:hover {
	text-decoration:underline;
}

#my_personal {
	background-color:#c3e3f8;
	width:100%;
}
#my_personal h1 {
	font-size:14pt;
	font-weight:bold;
	color:black;
	text-decoration:none;
	margin:3px 0 5px 0;
	padding:0;
}
#my_personal #id_pic {
	float:right; margin: 2px 0 1px 10px; background-color:#fff; border:1px solid #999; padding:5px;
}

#my_friends {
	width:100%;
	background: #c3e3f8;
}

#my_albums {
	width:100%;
	background: #c3e3f8;
}

#my_options {
	background: #c3e3f8 url(/static/themes/default/contactbox.jpg);
	height:80px;
	width:100%;
}

#my_options td {
	padding: 5px 0 5px 0;
}
#my_options img {
	border:0;
}

#my_options #optionsbtn_addfriend {
	width:145px;
	height:30px;
}

#my_options #optionsbtn_message {
	width:145px;
	height:30px;
}

#my_options #optionsbtn_invite {
	width:145px;
	height:30px;
}

#my_options #optionsbtn_poke {
	width:145px;
	height:30px;
}

#my_details {
	background-color:#c3e3f8;
	width:100%;
}

#rightColumn {
	width:300px;
	margin-left:10px;
}

#leftColumn {
	width:645px;
}

#my_feeds { 
	background-color:#c3e3f8; width:100%; 
}
#my_feeds .feed_date {
	color:grey;
	font-size:11px;
}

#my_blog { 
	background-color:#c3e3f8; width:100%; 
}

#my_wall {
	background-color:#c3e3f8;
	width:100%;
}

#my_comments {
	background-color:#f9f9f9;/*#fcfff9;*/
	width:100%;
}

#my_comments .comment_header {
	background:#f3f5cf url('/static/images/my/comments_default_bg.gif') repeat-x;
}
#my_comments .comment_body {
	background-color:#f9f9f9;
}

#my_wrapper .my_sub_content {
	width:795px;
	float:right;
}
#my_wrapper .my_sub_ad {
	width:152px;
	float:left;
	text-align:left;
}

/*
	User header
*/
div#userHeader {
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	direction:rtl;
}

div#userHeader a {
	color:#108FC4;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}
div#userHeader a:hover {
	text-decoration:underline;
}

div#userHeader img {
	border:0;
}

div#userHeader .imageWrapper {
	position: absolute;
	background-color: #ffffff;
	border: 1px solid #aaaaaa;
	padding: 2px;
	margin-top: -19px;
}

div#userHeader img#userImage {
	width: 50px;
	height: 38px;
}
div#userHeader span {
	display: block;
	margin-right: 65px;
}

.sidebar_spacer {
	height:15px;
}

.comment_write {
	background-color:transparent;
}

