﻿body { background-color:RGB(145,182,207);
}
#bodyPrint { background-color: white; 
	    /*RGB(255,243,226);*/
}

.TD1{
    background-color:RGB(23,63,122); /*RGB(199,222,240)*/
    }
.TD2{
    background-color:RGB(23,63,122); /*RGB(255,255,153);*/
    }
.TD3{
    background-color:RGB(23,63,122); /*RGB(178,178,178);*/
    }
.TD4{
    background-color:RGB(23,63,122); /*RGB(153,204,255);*/
    }
.TD5{
    background-color:RGB(23,63,122); /*RGB(255,153,204);*/
    }    
.TD6
    {
    background-color:RGB(23,63,122); /*RGB(153,00,00);*/
    }
.TD7
    {
    background-color:RGB(23,63,122); /* Red;*/
    }
    .TD8{
    background-color:RGB(23,63,122); /*RGB(255,153,204);*/
    }    
.TD9
    {
    background-color:RGB(23,63,122); /*RGB(153,00,00);*/
    }


.ddlselezione {font-size:  10px;
    font-family: Verdana;
    color: Maroon ;
    width: 200px;
    background-color: RGB(229,235,249); 
    }
.lbltitoli{ font-size:  12px;
    font-weight:bold;
    font-family:  Verdana   ;
    color:  white ;
    }    
.lbltitolipiccoli{ font-size:  10px;
    font-weight:bold;
    font-family:  Verdana   ;
    color:  white ;
    }
.lbltitolipiccolicorsivo{ font-size:  15px;
    font-weight:bold;
    font-family:  Verdana   ;
    color:  navy ;
    font-style:italic;
    }
    
.lblinfo{ font-size:  14px;  
    font-family:  Comic Sans MS  ;
  
   font-weight:bold;
    color:  white ;
    }
    
.lblcontenuti{ font-size:  10px;  
    font-family:  Verdana   ;
    color:  Black ;
    }

.lblvoci{ font-size:  9px;
    font-weight:bold;
    font-family:  Verdana   ;
    color:  Black ;
    }
.titolo{ font-size:  56px;
    font-weight:bold;
    font-family:  Verdana   ;
    color:   Blue  ;
    }

.lblerr{ font-size:  13px;
    font-weight:bold;
    font-family: Verdana;
    color: red;
    }
.calendariodayAvviso {

    /*font-size:   16px;
    font-weight:bold;*/

    background-color : transparent;
    background-image : url(Images/lampadina.gif);
    background-repeat: no-repeat;
    background-position: top 70%;
}    

.txtinsert{ font-size:  10px;
    font-family: Verdana;
    color: black;
    background-color: RGB(240,243,248);
    }

.txtinsertnum{ font-size:  10px;
    font-family: Verdana;
    color: navy;
    text-align: right;
    background-color: RGB(240,243,248);
    }
    
.txtnoinsert{ font-size:  10px;
    font-family: Verdana;
    color: navy;
    background-color: RGB(229,235,249);
    }



#sponsor
{
    position: Absolute;
    background-color: #EEEEEE;
    font-size: 10px;
    font-family: Verdana;
    top: 100px;
    left: 100px;
    width: 150px;
    height: 150px;
    border: Solid 1px #000000;
}
div.chiudi
{
    text-align: Right;
    border-bottom: Solid 1px #000000;
}
a.sponsor
{
    color: #000000;
    text-decoration: None;
}
a.sponsor:hover
{
    color: #000000;
    text-decoration: None;
}



/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXX MENU*/

span.hid {
display: none;
}

div#menu1{
	margin: 0px auto 0px auto;
	padding:0px 0px 0px 0px;	
	border: 1px solid rgb(220,220,220);
	width:150px;
	text-align:left;

}

div#menu1 a.classe1, div#menu1 a.classe1:visited 
{
    
	color: #369;
	font-weight:bold;
	font-size:  10px;   
    font-family:  Verdana   ;
	background-color:#fffbd6; /*#cfe7e7;*/
	text-decoration: none;
   	width: auto;
	padding: 3px 5px 3px 5px;
	margin: 0px;	
   	display: block;
	border-left:1px solid rgb(245,245,245);
	border-right:1px solid rgb(245,245,245);
	border-bottom: 1px solid rgb(225,225,225);
	border-top: 1px solid rgb(245,245,245);
		
}

div#menu1 a.classe1:hover, div#menu1 a.classe1:focus {
	color: #fff;
	background-color: rgb(59,101,139);
	text-decoration: none;
   	width: auto;
	padding: 3px 5px 3px 5px;
	margin: 0px;
	border-left:1px solid rgb(245,245,245);
	border-right:1px solid rgb(245,245,245);
	border-bottom: 1px solid rgb(225,225,225);
	border-top: 1px solid rgb(245,245,245);
	background-image: url(freccia.gif);
	background-repeat: no-repeat ;
	background-position: center right;
}
span.qui{
display: block;
color: #fff;
font-size:  10px;   
    font-family:  Verdana   ;
font-weight:bold;
background-color: rgb(59,101,139);
width: auto;
margin: 0px 0px 0px 0px;
padding: 3px 5px 3px 5px;
border-left:1px solid rgb(245,245,245);
border-right:1px solid rgb(245,245,245);
border-bottom: 1px solid rgb(225,225,225);
border-top: 1px solid rgb(245,245,245);
}



div#menu1 a.sottoclasse1, div#menu1 a.sottoclasse1:visited {
	color: #333;
	background-color: rgb(245,245,245);
	text-decoration: none;
   	width: auto;
	border: 0px;
	padding: 3px 5px 3px 12px;
	margin: 0px;	
   	display: block;
	border-bottom: 1px dotted #fff; /*rgb(235,235,235)*/;
	border-top: 1px dotted #fff;
	font-size:10px;	
}

div#menu1 a.sottoclasse1:hover, div#menu1 a.sottoclasse1:focus {
	color: #fff;
	background-color: rgb(89,131,169);
	text-decoration: none;
  	width: auto;
	border: 0px;
	padding: 3px 5px 3px 12px;
	margin: 0px;
	border-bottom: 1px solid #40739f;
	border-top: 1px solid #9abad6;	
}

