﻿/*
    user profile page
*/

@import url(/css/PhotoNav.css);
@import url(/css/ViewFriends.css);
@import url(/css/ViewComments.css);

.profile_container
{
    width:740px;
    clear:both;
}

.profile_container_left
{
    width:30%;
    vertical-align:top;
    clear:both;
}

.profile_container_right
{
    vertical-align:top;
    text-align:center;
    clear:both;
    width:60%;
}



.user_quote_container
{
    margin-bottom:-4px;
    padding:0px;
}
.user_quote
{
    margin:0px;
    padding:0px;
    font-size:9pt;
}

.fav_team_container
{
    margin:0px;
    margin-top:2px;
    padding:0px;
    font-weight:bold;
}

.fav_team
{
   padding:0px;
   font-size:9pt;
}


.friend_status
{
    border:solid 1px #eef1f5;
    background-color: #f8fafb;
    padding:3px;
    font-size:8pt;
    text-align:center;
    clear:both;
}


.friend_status_img
{
   vertical-align:middle;
}

#friend_list_container
{
    margin:0px;
    margin-top:10px;
}

#user_photo_list_container
{
    margin:2px;
}


#user_friends_list_container
{
}

#user_info_container{
	padding-bottom:5px;
	margin:2px;
}

#user_info_container h1{
	color: #305B7C;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 2px;
}

#user_comments_container
{  
    clear:both;
}


#user_photo_list_container #photo_nav_container
{
	background-color: transparent;
	border: none;
}



#user_photo_list_container #photo_nav_buttons_btm,
#user_photo_list_container #photo_nav_buttons_top  
{
    background-color:transparent;
}

.photo
{
    width:75px;
    height:75px;
    padding:0px;
    margin:0px;

}


.photo_block
{
	float:left;
	font-size: 12px;
	width:95px;
	height:95px;
	padding:0px;
	min-width:85px;
	color:#ffffff;
	font-weight:bold;
	background-image:url(/images/75-shadow.gif);
    background-repeat:no-repeat;
    background-position:top right;
    text-align:center;
    
}

.user_photo
{
}

.add_to_friends_button
{
    vertical-align:middle;
}

.edit_link
{
    font-size:8pt;
}

.edit_friends_link
{
    font-size:8pt;
}

.edit_photo_link
{
    clear:both;
    font-size:8pt;
}

.profile_error
{
    font-size:9pt;
    text-align:center;
}
