body
	{
		background-color: black;
		color: white;
		font-family: verdana;
		font-size: 10px;
	}
	
		a:hover {text-decoration: underline; color: white;}
		
		a:visited {text-decoration: none; color: white;}
		
		a:link {text-decoration: none; color: white;}
	
	
#main_admin
	{
		width: 780px;
		margin: 10px 0px 10px 0px;
		border: Double 3px red;
		background-image: url(../immagini/bg.jpg);
		background-repeat: repeat-y;
	}

#testata_admin
	{
		text-align: Left;	
		width: 780px;
		border-bottom: solid 1px red;
	}
	
#centro_admin
	{
		width: 780px;
		height: 420px;
		overflow: visible;
	}

#menu_admin
	{
		text-align: Left;		
		float: Left;
		width: 150px;
		height: 410px;
		overflow: visible;
		padding: 10px 3px 3px 3px;
		border-right: solid 1px red;
	}

#corpo_admin
	{
		text-align: Justify;
		float: Left;	
		width: 613px;
		height: 410px;
		overflow: auto;
		padding: 10px 0px 0px 8px;	
	}
	
.button {

    font: bold 10px Verdana, Arial, Helvetica, sans-serif;
    color: black;
    background: #ee4a4a;
    text-align: center;
    padding: 5px;
    border: 1px solid black;
    }

.riga_pari
	{
		background: #EE4A4A;
	}

.field
	{
		height: 12px;
		font-size: 10px;
	}

.miatabella
	{
		border:solid 1px #DF4037;
	}
	
optgroup
	{
		color: red;	
	}
	
.table_head
	{
		color: white;
		style: bold;
		background: red;
	}
	
a.MENU
{
    display: Block;
    position: Relative;
    background: red;
    color: white;
    font-weight: Bold;
    text-decoration: None;
    padding: 3px 3px 3px 3px;
}
a.MENU:hover
{
    display: Block;
    position: Relative;
    background: white;
    color: red;
    font-weight: Bold;
    text-decoration: None;
}
a.SMENU
{
    display: Block;
    position: Relative;
    color: #000000;
    text-decoration: None;
    padding: 3px 3px 3px 3px;
}
a.SMENU:hover
{
    display: Block;
    position: Relative;
    background: #000000;
    color: #EEEEEE;
    text-decoration: None;
    padding: 3px 3px 3px 3px;
}
div.SMENU
{
    visibility: Hidden;
    position: Absolute;
    margin: -21px 0px 0px 150px;
    background: #EEEEEE;
    width: 150px;
}
