/* CSS Document */

body {
	background-color: #eee;
	margin: 0px;
    font-family : Arial ;

}

a:visited {
  color: #fff;
  text-decoration:none;
}



.testatina {
	/*background-image: url(../../images/SfondoTestatina.png);
	background-repeat: repeat-x ;*/
	background-color : #e7e7e7;
	height: 90px;
	background-position: 0px 0px;
}
.testatina p {
	font-size: 11px;
	letter-spacing: 1px;
	word-spacing: 1px;
	margin: 0px;
	color: #333; 
}


.menuApplicativi {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 14px;
	background-color : #444444;
    /*line-height : 40px;*/
	
}
.menuApplicativi a {
	line-height : 40px;
   	display: block;
	text-decoration: none;
	padding-left : 10px;
	padding-right : 10px;
	color: #FFFFFF;
	 
}
.menuApplicativi a:hover {
    text-decoration: none !important;
	/*font-weight:bold;*/
	/*display: block;*/
	color: #FFFFFF !important;
	background-color : #336699 !important;
	 
}

.menuApplicativiSelected {
    text-decoration: none !important;
	/*font-weight:bold;*/
	display: block;
	color: #FFFFFF !important;
	background-color : #336699 !important;
	 
}


.menuLocale {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 14px;
	background-color : #888888;
    /*line-height : 40px;*/
	 height : 30px;

}

.menuLocale a{
	color : #ffffff;
    /*line-height : 40px;*/
	display : inline ;
	text-decoration: none;
	line-height : 30px;
    padding-left : 10px;
    padding-right : 10px;
}

.menuLocale a:hover{
	color : #ffffff;
	background-color : #336699;
	text-decoration: none;
    line-height : 30px;
    padding-left : 10px;
    padding-right : 10px;
    height:100%;
}


#corpo {
	color:#ff0000;
	width: 100%;
}


#bottom-banner{
position:fixed;
bottom:0px;
height:40px;
width:100%;
color : #CCCCCC;
background:#555555;
z-index:999999;
 }

.highlight
{
    background-color:Yellow;
    border-bottom-color : Yellow ;
    border-bottom-style : solid ;
    border-bottom-width : 3px;
}

.droppato
{
    border-bottom-color : Yellow ;
    border-bottom-style : solid ;
    border-bottom-width : 3px;
}
