/*=================================
=== GENERALE 
=================================*/
BODY,TABLE,TH,TD,INPUT,SELECT,TEXTAREA,FORM,P 
	{
	font-family: Tahoma, Arial, Geneva, Helvetica, Sans-Serif;
	font-size: small;
	color: #000;
	}

H1,H2,H3,H4,H5,H6, FONT, A
	{
	font-family: Tahoma, Arial, Geneva, Helvetica, Sans-Serif;
	}

BODY
	{
	margin: 0px;
	background: #fff;
	}

FORM { margin: 0px; padding: 0px; }

H1	{
	font-size: 14px;
	color: #f00;
	}
H2	{
	font-size: 14px;
	}

A, A:visited, A:hover
	{
	color: #000;
	}
TABLE TD
	{
	vertical-align: top;
	padding:5px;
	}	

TABLE.Tabella1
	{
	}	
TD.Tabella1-Cella1
	{
	width:20%;
	vertical-align:middle;
	}	
TD.Tabella1-Cella2
	{
	width:80%;
	vertical-align:middle;
	}	
TABLE.Tabella2
	{
	border-collapse:collapse;
	}	

TD.Tabella2-Cella
	{
	vertical-align:middle;
	}	
TD.Tabella2-Cella1,
TD.Tabella2-Cella2
	{
	border:1px solid #888;
	padding:5px;
	padding-bottom:10px;
	vertical-align:middle;
	}	
 
 

/*=================================
====== MENU ADMIN
=================================*/

.MenuAdmin,
.MenuGestione
	{ 
	width:100%;
	text-align:left;
	} 
	
#ContentManager-LinkModificaMenu1,
#ContentManager-LinkModificaMenu2
	{
	position: absolute;
	right: 0px;
	}
A.CE-VoceMenu1Livello1,
A.CE-VoceMenu1Livello1-Sel
	{
	}
A.CE-VoceMenu1Livello1,		A.CE-VoceMenu1Livello1:visited,		A.CE-VoceMenu1Livello1:hover,
A.CE-VoceMenu1Livello1-Sel,	A.CE-VoceMenu1Livello1-Sel:visited,  	A.CE-VoceMenu1Livello1-Sel:hover,
A.CE-VoceMenu2Livello1,		A.CE-VoceMenu2Livello1:visited,		A.CE-VoceMenu2Livello1:hover,
A.CE-VoceMenu2Livello1-Sel,	A.CE-VoceMenu2Livello1-Sel:visited,  	A.CE-VoceMenu2Livello1-Sel:hover
	{
	height:18px;
	color:#fff;
	padding: 1px;
	padding-left: 4px;
	padding-right: 4px;
	border: 1px solid #fff;
	border-left:0;
	border-top:0;
	text-transform:uppercase;
	text-decoration: none;
	font-size: 11px;
	background: #666;
	}
A.CE-VoceMenu1Livello1-Sel, A.CE-VoceMenu1Livello1-Sel:visited,
A.CE-VoceMenu2Livello1-Sel, A.CE-VoceMenu2Livello1-Sel:visited
	{
	color:#fff;
	background-color: #600;
	}

#CEMenu1Voce1,
#CEMenu2Voce64
	{
	clear:left;
	border-left: 1px solid #666;
	}
