﻿body  
{    
    background-color:#666;
    background: url(../images/bg.jpg);
	font-size: 12px;
	font-family: Calibri, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #555555; 	
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: none;
	margin-top:0px;
	margin-left:0px;
 }
 
 
.main  
{
    margin-left:10px;
    margin-right:10px; 
    background-color:#eee;
    overflow:hidden; 
    color:#666; 
    text-align:center; 
    margin-top:20px; 
	-moz-border-radius:9px;
	-webkit-border-radius:9px;    
    border-radius:9px;
}

.content 
{
    overflow:hidden;
    padding-bottom:10px;
} 

.foot 
{
    background: #fff;
    background: #fff url(../images/bg_foot.jpg) repeat-x top left;
    color: #e34848;
    font-weight: bold;
    text-align:center;
    padding-top:10px;
    padding-right:10px;
    clear:both;
    height:49px;    
    -moz-box-shadow:0px 0px 3px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 0px 3px 1px rgba(0,0,0,0.3);
	box-shadow:0px 0px 3px 1px rgba(0,0,0,0.3);
}

.foot tr 
{
    height: 49px;
}

input[type="text"], input[type="password"], input[type=File], input[type="time"], input[type="number"], textarea
{
    font-size: 12px;
	font-family: Calibri, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;    
	box-shadow: 0px 0px 0px 4px #f2f5f7;

	height: 23px;
	padding: 0px 0px 0px 5px;
	margin: 0 auto;
	/*color: #aeaeae;*/
	color: #555555; 
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px; 	
	border: 1px solid #bec2c4;
}
	
input[type="text"]:focus, input[type="password"]:focus, input[type=File]:focus, input[type="time"]:focus, input[type="number"]:focus, textarea:focus
{
    color: #555555;
	box-shadow: 0px 0px 0px 4px #e0f1fc;
	border:1px solid #7dc6dd;
}

input[type="number"] {
   width:40px;
}

input[type=File] 
{
    padding-top:2px;
    background-color: #FFFFFF; 
    width: 250px;	     
}

textarea
{
    width: 213px;
    height: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
}

select
{
    font-size: 12px;
	font-family: Calibri, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
   	box-shadow: 0px 0px 0px 4px #f2f5f7;	
	height: 23px;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	/*color: #aeaeae;*/
	color: #555555; 
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px; 
	border: 1px solid #bec2c4;  
}

select :focus
{
    color: #555555;
	box-shadow: 0px 0px 0px 4px #e0f1fc;
	border:1px solid #7dc6dd;
}

submit#btUploadArchivia
{
    font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Calibri, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background:url(../images/button_login.png) no-repeat;
	width:82px;
	height:32px;
	border:0px;
	/*float: right;*/
	margin-right: 5px;
}

submit#btUploadArchivia:hover {
	background:url(../images/button_login_hover.png) no-repeat;
	width:82px;
	height:32px;
	border:0px;
}
	
submit#btUploadArchivia:active {
	background:url(../images/button_login_active.png) no-repeat;
	width:82px;
	height:32px;
	border:0px;
}


button, .pulsanteInvia
{
    font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Calibri, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background:url(../images/button_login.png) no-repeat;
	width:82px;
	height:32px;
	border:0px;
	/*float: right;*/
	margin-right: 5px;
}
	
button:hover, .pulsanteInvia:hover {
	background:url(../images/button_login_hover.png) no-repeat;
	width:82px;
	height:32px;
	border:0px;
}
	
button:active, .pulsanteInvia:active {
	background:url(../images/button_login_active.png) no-repeat;
	width:82px;
	height:32px;
	border:0px;
}

.pulsanteAzioni td
{
    text-align: center;
}

.pulsanteAzioni button
{
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

a 
{
    text-decoration:none;
    color:#666;
    font-weight: bold;
}

a:hover
{
    text-decoration: underline;
    color:#7EACD5;
    font-weight: bold;
}

.separatore 
{    
	width: 100%;
	height: 3px;
}

h1 
{
    /*margin:0px;
    line-height:32px;
    font-size:40px;margin:auto;*/
    width:100%;
}

p 
{
    width:100%;
    /*margin:auto;
    margin-top:40px;
    font-size:24px;*/
    text-align:justify;
}

hr
{
    border: 1px solid #555555;
}