/* Stili generici sul pannello di controllo. */
#user_cp_cont{
	min-height: 900px;
	height: auto !important;
	height: 900px;
	border: 2px solid green;
}
#console{
	width: 200px;
	float: right;
	margin-top: 30px;
}
#console div.section{
	margin: 6px;
	margin-bottom: 50px;
	padding-right: 5px;
	border: 1px solid green;
	font-size: 80%;
	text-align: center;
}
#console div.section h2{
	margin: 5px;
	font-size: 120%;
	color: green;
}
#console div.section p{
	margin-left: 5px;
	margin-right: 5px;
}
#console div.section ul{
	list-style: none;
}
#section_bar{
	height: 30px;
	width: 800px;
	margin: 0;
	padding: 0;
	background: transparent url(../multimedia/bar_gradient.gif) repeat-x;
	font: bold 12px verdana, tahoma, arial;
}
/************************************
#section_bar ul{
}
#section_bar li{
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
*************************************/
/* Tabella di gestione dei CV */
.row0{
	background: #e7ffe9;
}
.row1{
	background: #aded7c;
}
.destra{
	text-align: right;
	font-size: 13px;
	font-weight: bold;
}
.openclose{
	font-weight: bold;
	font-size: 13px;
}
table td,th{
	padding: 5px 10px;
	font: 12px verdana, tahoma, arial;
	color: green;
}
table th {
	font-weight: bold;
	font-size: 13px;
}