.generic     { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height:1; font-weight: normal; color: rgb(0,0,0)}
.generic A   { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height:1; font-weight: normal; color: rgb(0,0,0)}

.form        { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height:1; font-weight: normal; color: #000000}
.notaform    { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height:1; font-weight: normal; color: #000000}
.inputbox    { font-family: courier;                      font-size: 10px; font-style: normal; font-weight: normal; color: #000000}

SELECT
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 11px
    
}   

INPUT
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 11px;
}

TEXTAREA
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 11px;
}

TABLE
{
	FONT-SIZE: 11PX;
}

LI{
	FONT-SIZE: 12PX;
	font-weight:BOLD;
	color:#535353;
	line-height:14px;
	padding-bottom:5px;
}

P{
	padding:0px;
	margin:0px;
	margin-bottom:5px;
}

         
body {
	margin: 0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#7C7C7C;
	font-weight:normal;
	line-height:14px;
	background-color:#6C4F5C;
	padding-top:25px;
}



A,
A:link, 
A:visited,
A:active     { text-decoration:underline; color:#6C4F5C; font-weight:bold;}
A:hover      { text-decoration:underline; color:#AB8F9B; font-weight:bold;}
            
div {
    
	text-align:left;
}


/******************* ID ********************/


#container { 	
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width:930px;
	height:580px;
	overflow:hidden;
}
       
#menu {
	position:relative;
	height:180px;
} 

/*************** CLASSI ************************/

.note{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:12px;
	padding-top:3px;
	
}       

.add{
	color:#AB8F9B;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	
}

.add A,
.add A:link,
.add A:visited,
.add A:active {color:#AB8F9B; text-decoration:none; font-size:11px; font-weight:bold;}
.add A:hover  {color:#AB8F9B; text-decoration:underline}  


.button{
	background-color:#CD4C32;
	color:#FFFFFF;
	font-weight:bold;
	border:0px;
	font-size:11px;
	padding:2px;
}


.form_label{
	text-align:right;
}

.nickOn{
	color:#DC1010;
	font-size:12px;
	font-weight:bold;
}

.titoloOn{
	color:#535353;
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding-bottom:7px;
}

.titoloOn A,
.titoloOn A:link,
.titoloOn A:visited,
.titoloOn A:active{color:#535353; text-decoration:none}
.titoloOn A:hover{text-decoration:underline}


.nick{
	color:#B7B7B7;
	font-size:12px;
	font-weight:bold;
}

.titolo{
	color:#919191;
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding-bottom:7px;
}

.titolo A,
.titolo A:link,
.titolo A:visited,
.titolo A:active{color:#919191; text-decoration:none}
.titolo A:hover{text-decoration:underline}


.Items{
	padding-bottom:5px;
	padding-left:20px;
}

.numero{
	color:#535353;
	font-size:12px;
	font-weight:bold;
	float:left;
	width:10px;
	display:inline;
}


.listContent{
	float:left;
	margin-left:10px;
	width:220px;
	display:inline;
}

.listContentRegole{
	float:left;
	margin-left:10px;
	width:850px;
	display:inline;
}

#nav {
	position:absolute;
	top:547px;
	left:35px;
	width:310px;
}
#navRegole {
	position:absolute;
	top:547px;
	left:35px;
	width:900px;
}

