.tab_contenitore {
	border-top:#e6e7e9 solid 0px;
	border-right:#e6e7e9 solid 1px;
	border-bottom:#e6e7e9 solid 1px;
	border-left:#e6e7e9 solid 20px;
	width:95%;
}

.tab_header {
	border-top:#e6e7e9 solid 1px;
	border-right:#e6e7e9 solid 1px;
	border-bottom:#e6e7e9 solid 0px;
	border-left:#e6e7e9 solid 20px;
	
	width:95%;
}

.tab_contenitore_tr {
	background-color:#ededed;
}

.frm_section_container {
	padding-left:83px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#e6e7e9;
	margin-bottom:10px;
}

.gestione_menu_title {
	color:#ffffff;
	font-weight:bold;
}

a.gestione_menu_title_area,
a.gestione_menu_title_area:link,
a.gestione_menu_title_area:visited
{
	text-decoration:none;
	text-transform:uppercase;
	color:#666666;
}
a.gestione_menu_title_area:hover
{
	color:#000000;
}

a.gestione_menu_title_area_selected,
a.gestione_menu_title_area_selected:link,
a.gestione_menu_title_area_selected:visited
{
	text-decoration:none;
	text-transform:uppercase;
	color:#00b2d8;
	font-weight:bold;
}

