﻿*
{
    margin:0;
    padding:0;
    }
    
html{
overflow:-moz-scrollbars-vertical;
} 
    
body
{
    margin:0 auto;
    background-color:#000;
    }
    
/*TESTI*/

.testi {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.testi_note {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #FF9900
}
.fondo_tab {
	background-color: #006699;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
        text-align:center;
}

.fondo_tab_pulsante {
	background-color: #333333;
	height:50px;
}

body {
	background-color: #000000;
}

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFCC00;
}
a:active {
	color: #FFFFFF;
}


.tabella-inserisci
{
    width:600px;
    margin:0 auto;
    margin-top:10px;
    }

.tabella-inserisci textarea
{ 
    width:300px;
    height:100px;
    }

.tabella-inserisci input
{
    width:300px;
    }
    
    .tabella-inserisci select
{
    width:300px;
    }

.titolo-pagina
{
    font-family:arial;
    font-size:12px;
    color:white;
    text-transform:uppercase;
    font-weight:bold;
    border:1px dotted #666;
    padding:4px;
    width:583px;
    text-align:center;
    margin:40px auto 0px  auto;
    }

.fondo_tab_pulsante .bottoni {
background-color:#fafafa;
border:1px solid #666;
padding:3px;
color:#333;
font-family:Trebuchet MS;
font-size:10px;
text-transform:uppercase;
font-size:10px;
width:200px;
font-weight:bold;
}

.carica-file
{
    
    }