﻿body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.contenitore-tot {
	width: 100%;
	top: 0px;
	margin-top:0px;
	position: absolute;
}

.contenitore-blue {
	width: 100%;
	height: 40px;
	margin-top:0px;
	top: 0px;
	background-color:#3D69E4;
	border-bottom:1px solid white;
}

.contenitore-menu {
	margin-top:0px;
	background-color:#C5CCDE;
	padding-left:200px;
	background-image: url(../../admin/images/Gestione.jpg);
	background-repeat: no-repeat;
	background-position:20px bottom;
	height:32px;
}

.contenitore-contenuto{
	width:768px;
	padding-top:55px;
	margin:auto;
	}


.amenu{
	border-left:#C5CCDE 1px solid;
	border-right:#C5CCDE 1px solid;		
	}
	
.hover_menu{
	border-left:#3D69E4 1px solid;
	border-right:#3D69E4 1px solid;		
	}
	

.tuttoSottoMenu {
	text-align: left;
	border-top: #3D69E4 1px solid;	
}

.itemSottoMenu {
	border:#3D69E4 1px solid;
	border-top-width:0px;
	font-size:10px;
}


/*TABELLE*/	
.cella_tabella{
	padding-left:10px;
	}
	
.cella_tabella_dett{
	padding-left:10px;
	padding-bottom:8px;
	padding-top:8px;
	}	


.head_tabella{
	border-top:1px solid #3D69E4;
	}
.head_dett{
	border-top:1px solid #3D69E4;
	}

a{
	color:#3D69E4;
	text-decoration:none;
}	
a:hover{
	color:#C5CCDE;
	text-decoration:underline;
	}

a.linkChiudi
{
	font-size:11px;
	color:Black;
	padding-left:20px;
	padding-right:20px;
	padding-top:8px;
}

a:hover.linkChiudi
{
	border-left:#3D69E4 1px solid;
	border-right:#3D69E4 1px solid;	
	background-color:#99ACE0;
	}