/*
USER PROFILE PAGES
*/
#profile {
	width: 380px;
	height: 190px;
	padding: 10px;
	border: 1px solid #000000;
	background-color: #e5e5e5;
	position: absolute;
	top: 2px;
	right: 0px;
	font-size: 14px;
	color: #000000;
}
#profile_header {
	width: 394px;
	height: 35px;
	border: 1px solid #000000;
	background-color: #ffffff;
	position: absolute;
	top: 2px;
	left: 2px;
}
#profile_header_left {
	position: absolute;
	top: 0px;
	left: 10px;
}
#profile_header_right {
	position: absolute;
	top: 0px;
	right: 10px;
}
#profile_header_email {
	position: absolute;
	bottom: 2px;
	left: 10px;
	font-size: 11.5px;
}
#profile_userstats {
	position: absolute;
	top: 60px;
	left: 55px;
	font-size: 11px;
	font-weight: bold;
}
#profile_admin {
	position: absolute;
	bottom: 10px;
	left: 10px;
}
#profile_admin a:link {
	font-weight: bold;
	font-size: 11px;
	color: #000000;
}
#profile_admin a:visited {
	font-weight: bold;
	font-size: 11px;
	color: #000000;
}
#profile_address {
	width: 190px;
	height: 45px;
	padding: 15px 0px 0px 10px;
	border: 1px solid #000000;
	background-color: #ffffcc;
	position: absolute;
	top: 50px;
	right: 5px;
	font-size: 12px;
	font-weight: bold;
}
#profile_phone {
	width: 190px;
	height: 65px;
	padding: 15px 0px 0px 10px;
	border: 1px solid #000000;
	background-color: #ffffcc;
	position: absolute;
	top: 120px;
	right: 5px;
	font-size: 12px;
	font-weight: bold;
}
.profile_label {
	height: 13px;
	border: 1px solid #000000;
	background-color: #ffffcc;
	padding: 0px 10px; 0px 10px;;
	margin: 0px;
	position: absolute;
	top: -5px;
	left: 10px;
	font-size: 10px;
	font-weight: bold;
}
.profile_other {
	width: 190px;
	height: 130px;
	padding: 15px 0px 0px 10px;
	border: 1px solid #000000;
	background-color: #ffffcc;
	position: absolute;
	top: 35px;
	right: 5px;
	font-size: 10px;
	font-weight: bold;
}
#profile_weather {
	width: 380px;
	height: 150px;
	padding: 0px 10px 0px 10px;
	border: 1px solid #000000;
	position: absolute;
	top: 230px;
	right: 0px;
}
#profile_edit{
	position: absolute;
	bottom: 0px;
	left: 0px;	
}
#profile_edit input{
	position: absolute;
	bottom: 5px;
	left: 5px;
	width: 90px;
	height: 18px;
	padding: 0px 0px 3px 0px;
	margin: 0px;
	font-size: 10px;
	font-weight: bold;
	background-color: #ffffff;
}
#profile_user_edit {
	width: 350px;
	height: 300px;
	border: 1px solid #000000;
	position: absolute;
	top: 0px;
	right: 0px;
}