/*
+--------------------------------------------------------+
| PHP-Fusion Content Management System                   |
| Copyright (C) 2002 - 2012 Nick Jones                   |
| http://www.php-fusion.co.uk/                           |
+--------------------------------------------------------+
| User Info Panel                                        |
| Filename: _stylesheet.css                              |
| Fileversion: 1.2                                       |
+--------------------------------------------------------+
| Author: PHP-Fusion D-A-CH NSS Development Team         |
| Support: http://www.php-fusion.at/                     |
+--------------------------------------------------------+
| This program is released as free software under the    |
| Affero GPL license. You can redistribute it and/or     |
| modify it under the terms of this license which you    |
| can read by viewing the included agpl.txt or online    |
| at www.gnu.org/licenses/agpl.html. Removal of this     |
| copyright header is strictly prohibited without        |
| written permission from the original author(s).        |
+--------------------------------------------------------+
*/

/* Formfields and Buttons */
.pp-up input.user-formfield {
	background-repeat: no-repeat;
	background-position: 2px 2px;
	width: 150px;
	height: 20px;
	padding-left: 20px;
	margin-bottom: 4px;
}

.pp-up form input[type="text"]#user_name {
	background-image: url("images/user-name.png");
	background-repeat: no-repeat;
}

.pp-up form input[type="password"]#user_pass {
	background-image: url("images/user-password.png");
	background-repeat: no-repeat;
}

.pp-up form p#user-save-login {
	width: 170px;
	text-align: right;
	padding: 0px;
	margin: 0px;
}

.pp-up form p#user-save-login input[type="submit"]#user_save_login {
	background-image: url("images/user-savelogin.png");
	background-repeat: no-repeat;
	background-position: 2px 2px;
	height: 20px;
	padding-left: 20px;
	margin-bottom: 4px;
}


/* Private Messages */
.pp-up #pp-up-private-messages {
	text-align: center;
}


/* User Avatar */
.pp-up img#avatar {
	border: 0px;
	max-width: 150px;
}


/* User Links */
.pp-up a.user-link {
	background-repeat: no-repeat;
	background-position: 2px 2px;
	height: 20px;
	padding: 3px 0px 0px 20px;
	display: block;
}

.pp-up a#user-myprofile {
	background-image: url("images/user-myprofile.png");
}

.pp-up a#user-editprofile {
	background-image: url("images/user-editprofile.png");
}

.pp-up a#user-privatemessages {
	background-image: url("images/user-privatemessages.png");
}

.pp-up a#user-memberslist {
	background-image: url("images/user-memberslist.png");
}

.pp-up a#user-administration {
	background-image: url("images/user-administration.png");
}

.pp-up a#user-logout {
	background-image: url("images/user-logout.png");
}

.pp-up a#user-register {
	background-image: url("images/user-register.png");
}

.pp-up a#user-lostpassword {
	background-image: url("images/user-lostpassword.png");
}