@charset "UTF-8";
/* CSS Document */

/* STRUTTURA */

html, body {
	margin:0px;
	padding:0px;
	height:100%;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
}

#wrapper{
	width:978px;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -85px; /* margine negativo altezza footer */
}

#header {
	float:left;
	width:978px;
	/*height:177px;*/
	height:127px;
}

#header .logo {
	position:absolute;
	width:190px;
	height:177px;
}

#content {
	float:left;
	width:978px;
}

#content .text-top {
	float:left;
	width:978px;
	height:20px;
	background:url(../images/bg-text-top.png) no-repeat;
}

#content .text-content {
	float:left;
	padding:0px 20px;
	width:938px;
	height:auto;
	background:url(../images/bg-text-content.png) repeat-y;
}

#content .text-bottom {
	float:left;
	margin-bottom:20px;
	width:978px;
	height:20px;
	background:url(../images/bg-text-bottom.png) no-repeat;
}

.pushfooter{
	height:85px; /* altezza footer */
	clear:both; /* clear di eventuali float se presenti nel layout */
}

#footer {
	margin:auto;
	width:100%;
	height:85px;
	background:#abbad3 url(../images/bg-footer.jpg) top repeat-x;
}



/* BOX-LOGIN */

#box-login-top {
	padding:15px;
	width:231px;
	border-top:3px solid #93D153;
	border-left:3px solid #93D153;
	border-right:3px solid #93D153;
	background:#fff;
}

#box-login-content {
	padding:0px 15px 0px 15px;
	width:231px;
	border-left:3px solid #93D153;
	border-right:3px solid #93D153;
	background:#fff;
}

#box-login-bottom {
	padding:0px 15px 0px 20px;
	width:261px;
	height:190px;
	background:url(../images/box-login-bottom.png) no-repeat;
}

/* BOX-SEARCH */

.box-exit {
	float:right;
	margin-left:20px;
	width:60px;
	color:#FFF;
}

.box-exit:hover {
	color:#CCC;
}

/* BOX-EXIT */

.box-search {
	float:right;
	width:160px;
}

/* BOX-HOMEPAGE */
.box-homepage {
	float:right;
	margin-left:15px;
	padding:10px;
	width:130px;
	height:150px;
	border:4px solid #DDD;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		border-radius:10px;
}

.box-homepage-doppio {
	float:right;
	margin-left:15px;
	padding:10px;
	width:303px;
	height:150px;
	border:4px solid #DDD;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		border-radius:10px;
}

/* MENU */

#menu {
	float:right;
	/*margin:122px 0px 0px 100px;*/
	margin:68px 3px 0px 282px;
	padding:10px;
	width:444px;
	height:30px;
	background:url(../images/bg-menu.png) right no-repeat;
}

#menu .menu-top {
	float:left;
	margin-left:50px;
	width:400px;
}



/* TESTI */

h1 {
	margin:0px;
	padding:0px;
	color:#005ac4;
	font-size:24px;
}

h2 {
	margin:0px;
	padding:0px;
	color:#005ac4;
	font-size:18px;
}

h3 {
	margin:0px;
	padding:0px;
	color:#005ac4;
	font-size:14px;
}


p {
	margin:0px;
	padding:0px;
	line-height:20px;
	color:#666;
}

.riepilogoinfo td {
	margin:0px;
	padding:0px;
	line-height:18px;
    font-size:12px;
	color:#666;
}

.box-homepage p {
	margin:0px;
	padding:0px;
	line-height:14px;
	color:#666;
        font-size:12px;
}

#menu p {
	color:#FFF;
}

a {
	color:#0059c4;
	text-decoration:none;   
}

a:hover {
	color:#0d6ee3;
	text-decoration:underline;
}

.footer-text {
	padding:15px;
	width:978px;
	margin:auto;
	font-size:12px;
}

#footer a {
	color:#0059c4;
	text-decoration:none;
}

#footer a:hover {
	color:#0d6ee3;
	text-decoration:underline;
}

/* IMG */

img {
	border:0px;
}

.icon {
	float:left;
	padding:4px;
	width:24px;
	height:24px;
}


/************************************************************************************/
/************************************* STILI FORM ***********************************/
/************************************************************************************/

form {
	padding:0px;
	margin:0px;
}

.table-form {
}

.input-text {
	margin:0px 0px 15px 0px;
	padding-left:3px;
	width:100%;
	height:25px;
	border:1px solid #ccc;
	font-size:14px;
	color:#666;       
}

.input-text-login {
	margin:0px 0px 15px 0px;
	padding-left:3px;
	width:200px;
	height:25px;
	border:1px solid #579A30;
	font-size:14px;
	color:#999;       
}

.input-text-ricerca {
	float:left;
	margin:0px 0px 15px 0px;
	padding:5px;
	width:120px;
	height:25px;
	border:1px solid #3d8fef;
	font-size:14px;
	color:#999;
        -moz-border-radius: 7px;
        border-radius: 7px;        
        background:#eee;
        
}

.input-text-piccolissimo {
	margin:5px 0px 15px 0px;
	padding:3px;
	width:35px;
	height:25px;
	border:1px solid #005ac5;
	font-size:14px;
	color:#666;
        -moz-border-radius: 7px;
        border-radius: 7px;        
        background:#eee;
}

.input-text-piccolo {
	margin:5px 0px 15px 0px;
	padding:5px;
	width:60px;
	height:25px;
	border:1px solid #005ac5;
	font-size:14px;
	color:#666;
        -moz-border-radius: 7px;
        border-radius: 7px;        
        background:#eee;
        
}

.input-text-normale {
	margin:5px 0px 15px 0px;
	padding:5px;
	width:120px;
	height:25px;
	border:1px solid #005ac5;
	font-size:14px;
	color:#666;
        -moz-border-radius: 7px;
        border-radius: 7px;        
        background:#eee;
        
}

.input-text-medio {
	margin:5px 0px 15px 0px;
	padding:5px;
	width:200px;
	height:25px;
	border:1px solid #005ac5;
	font-size:14px;
	color:#666;
        -moz-border-radius: 7px;
        border-radius: 7px;  
        background:#eee;
        
}

.input-text-grande {
	margin:5px 0px 15px 0px;
	padding:5px;
	width:300px;
	height:25px;
	border:1px solid #005ac5;
	font-size:14px;
	color:#666;
        -moz-border-radius: 7px;
        border-radius: 7px; 
        background:#eee;
        
}

.input-text-grandissimo {
	margin:5px 0px 15px 0px;
	padding:5px;
	width:500px;
	height:25px;
	border:1px solid #005ac5;
	font-size:14px;
	color:#666;
        -moz-border-radius: 7px;
        border-radius: 7px; 
        background:#eee;
        
}

.input-select {
	margin:5px 0px 15px 0px;
	padding:5px;
	width:208px;
	height:37px;
	border:1px solid #005ac5;
	font-size:14px;
	color:#666;
        -moz-border-radius: 4px;
        border-radius: 4px;
	background:#eee;
}

.input-textarea {
	padding:5px;
	width:400px;
	height:150px;
	border:1px solid #005ac5;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	color:#666;
        -moz-border-radius: 4px;
        border-radius: 4px;        
        background:#eee;

        
}

.input-textarea-small{
	
	width:100%;
	height:100%;
	border:1px solid #ccc;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	color:#666;
        -moz-border-radius: 4px;
        /*border-radius: 4px;       */ 
        background:#fff;
        
                
        
    margin:0px 0px 15px 0px;
	padding-left:3px;
        
}

.button {
   float:left;
   margin:7px 0px 0px 0px;
   padding:0 0 0 5px;
   background: url(../images/button-sx.png) no-repeat left top;
}

.button span {
   float:left;
   display:block;
   padding:2px 30px 0px 10px;
   height:21px;
   font-size:14px;
   color: #d4e0f3;
   background: url(../images/button-dx.png) no-repeat right top;
}

.button:hover {
	cursor:pointer;
   	background-position:0% -23px;
}

.button:hover span {
	cursor:pointer;
	color:#FFF;
   	background-position:100% -23px;
}
	

.titoloPrimoBox
{
    width:350px;
    padding-bottom: 5px;
    border-bottom:1px dashed gray;
}

.boxControlli
{
    float:left;
    margin:0px 5px 10px 0px;
}

.testo-piccolo
{
    font-size:11px;
}

.titolo-menu-principale
{
    font-size:11px;
}

.tableRiparti td
{
    border: #000 1px solid;
    
}
.tableRiparti
{
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
}
.spesaRiparti
{
    width: 150px;
    float: left;
    background-color: #ddd;
}
.spesaRipartiDescrizione
{
    width: 400px;
    float: left;
    background-color: #ddd;
}
.titleTable
{
    background-color: #92D051;
}
.titleTableTotali
{
    background-color: #C1E49C;
}


table {
    border: 1px solid #ddd;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    background-color: #fff;
}
th, td {
    border: medium none;
    padding: 8px;
    text-align: left;
}
tr:nth-child(2n) {
    background-color: #f2f2f2;
}