.vv-login-portlet{
	width: 100%;
}

/*
#######################
Parte inerente al Login
#######################
*/

.vv-login-portlet ul.login{
	margin-left: auto;
	margin-right: auto;
	width: 30%;
	margin-top: 10px;
}
.vv-login-portlet ul.login li{
	background-image: url(/resources/viven/images/lista-login.gif);
	background-position: left center;
	background-repeat: no-repeat;
	text-align: left;
	display: block;
	padding-left: 15px;
	margin-bottom: 5px;
}
.vv-login-portlet ul.login li a{
	text-decoration: none;
}
.vv-login-portlet ul.login li a:hover{
	text-decoration: underline;
	color: #606060;
}

/*
################
Box degli errori
################
*/
.vv-login-portlet .login .errori{
	text-align: center;
	border: 1px solid #C3C3C3;
	background-color: #FFF1EF;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.vv-login-portlet .login .errori h1{
	font-weight: bold;
	/*background-color: #C51100;*/
	padding: 2px;
	/*color: #FFFFFF;*/
	color: #C51100;
	text-transform: capitalize;
	text-align: center;
}

.vv-login-portlet .login .errori ul {
	width: 99%;
	list-style-image: url(/resources/viven/images/lista-login.gif);
	padding: 1em 1em 1em 0em;
	vertical-align: top;
	margin-left: 1px;
}
.vv-login-portlet .login .errori ul li {
	clear: both;
	text-align: left;
}

/*
########################
Parte inerente al Logout
########################
*/
.vv-login-portlet .logout{
	background-color: #ECECEC;
	border: 1px solid #CECECE;
	padding: 5px;
}

.vv-login-portlet .logout .greeting{
	margin-bottom: 10px;
	font-size: larger;
}

.vv-login-portlet .logout .greeting .welcome{
	font-weight: bold;
	margin-bottom: 5px;
}
.vv-login-portlet .logout .greeting .fullname{
	font-style: oblique;
}

.vv-login-portlet .logout .links ul {
	list-style-image: url(/resources/viven/images/lista-login.gif);
	vertical-align: top;
	margin-left: 20px;
}
.vv-login-portlet .logout .links ul li {
	clear: both;
	text-align: left;
	margin-bottom: 5px;
}

