div#account_menu
{
	width: 140px;
	height: 250px !important;
	float: left;
	padding: 70px 20px 40px 20px;
	background-image: url('../graphics/account_menu_background.png');
}

div#account_content
{
	width: 700px;
	margin-left: 20px;
	float: left;
}


div#account_content div#account_header
{
	width: 700px;
	margin: 0px;
	float: left;
	height: 20px;
	background-image: url('../graphics/account_body_header.png');
}

div#account_content div#account_body
{
	background-image: url('../graphics/account_body_background_repeat.png');
	float: left;
	width: 620px;
	padding: 40px 40px 20px 40px;
	min-height: 260px;
}

div#account_content div#account_body h1
{
	font-size: 15px;
}


div#account_content div#account_footer
{
	width: 700px;
	float: left;
	height: 20px;
	background-image: url('../graphics/account_body_footer.png');
}

div#account_content div#account_body div#profile_statistics
{
	width: 300px;
	float: left;
}


div#account_content div#account_body div#profile_picture
{
	width: 200px;
	float: right;
}


table#friends_requests tr
{
	background-image: url(../graphics/50trans.png);	
}







div#account_body table a
{
	border: none;
}



div#space_usage_bar
{
	width: 140px;
	height: 20px;
	background-image: url(../graphics/space_usage_background.png);
	float: left;
}

div#space_usage_bar div.bar_start
{
	width: 15px;
	height: 20px;
	background-image: url(../graphics/bar_start.png);
	float: left;
}

div#space_usage_bar div.bar
{
	height: 20px;
	background-image: url(../graphics/bar_repeat.png);
	float: left;
}

div#space_usage_bar div.bar_end
{
	width: 15px;
	height: 20px;
	background-image: url(../graphics/bar_end.png);
	float: left;
}





table#manage_pages_overview tr
{
	background-image: url(../graphics/50trans.png);
	height: 30px;
}

table#manage_pages_overview tr td
{
	padding: 0 3px 0 3px;
}








table#friends_table td
{
	background-image: url(../graphics/50trans.png);
}



table#friends_table tr.tr_header td
{
	background-image: none;
}




div.new_picture
{
	float: right;
	padding: 15px;
	font-size: 120%;
	margin-bottom: 10px;
	background-image: url(../graphics/50trans.png);
}

div.new_picture img
{
	vertical-align: middle;
	
}





div#removeUserDiv
{
	width: 350px;
	margin: 0 auto 20px auto;
	font-size: 1.1em;
	line-height: 1.5em;
	border: 1px dotted #777777;
}

div#removeUserDiv div.header
{
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	background-image: url('../graphics/error_message_header_repeat.png');
	padding: 0 5px 0 5px;
	background-color: black;
}

div#removeUserDiv div.header img
{

	margin: 3px 10px 0 0;
	float: left;
}

div#removeUserDiv div.content
{
	padding: 10px;
	background-image: url(../graphics/80trans.png);
}


#account_body form#login_form
{
	width: 350px;
	margin: 0 auto 20px auto;
	font-size: 1.1em;
	line-height: 1.5em;
	border: 1px dotted #777777;
	height: 180px;
	padding: 25px 30px 0px 30px;
	background-image: url(../graphics/50trans.png);
}

#account_body form#login_form input
{
	float: left;
	margin-bottom: 15px;
}

#account_body form#login_form a
{
	float: left;
	margin-bottom: 15px;
}

#account_body form#login_form label
{
	clear: left;
	float: left;
	text-align: right;
	width: 130px;
	line-height: 25px;
	margin-right: 10px;
}




a#del_image,a#change_image,a#edit_image
{
	background-image: url(../graphics/80trans.png);
	display: block;
	padding: 7px;
	width: 150px;
	margin: 0px 0 4px 25px;
	float: left;
	font-weight: normal;
}

a#del_image:hover
{
	text-decoration: underline;
}



div#comments_pager
{
	margin:0 0 20px 0;
}


div#comments_pager a
{
    display: block;
    border: 1px solid #95a9c1;
    line-height: 13px;
    height: 13px;
    width: 13px;
    margin: 0 3px 0 3px;
    color: #95a9c1;
    font-weight: bold;
    font-size: 9px;
    float: left;
    line-height: 16px;
    height: 16px;
    width: 16px;
    margin: 0 10px 0 0px;
    font-weight: bold;
    text-align: center;
}

div#comments_pager a:hover
{
	background-color: white;
}



table.account_table
{
	background-image: url(../graphics/50trans.png);
	border: 1px dotted #777777;
	padding: 10px;
	
}

table.account_table td
{
	padding: 5px;
}

