﻿body {
 background-color:Black ;
 color:Gray;
}


img.floatLeft { 
    float: left; 
    margin: 4px; 
    margin-left:0px;
}
img.floatRight { 
    float: right; 
    margin: 4px; 
    margin-right:0px;
}

.casella { 
 border-bottom-style:dotted;
}

.evideza:hover

{
	 background-color:Yellow;
	 color:Red;
	 font-weight:bold;
	 
}

.evidezaG:hover

{
	 background-color:#232323;
	 font-weight:bold;
	 
}

.Npag:hover
{
     color:White;
     text-align:center;
	 text-decoration:underline;
}

.Npag
{
     color:yellow;
     
     text-align:center;
     text-transform:lowercase;
	 
}

.NpagAttuale:hover
{
     color:White;
     text-align:center;
	 background-color:red;
	 
}

.NpagAttuale
{
     color:White;
     text-align:center;
     text-transform:lowercase;
	 background-color:red;
}

.Icona24:hover {
	  width:24px;
	  height:24px;
}
.Icona36:hover {
	  width:36px;
	  height:36px;
}
.Icona40:hover {
	  width:40px;
	  height:40px;
}



.Dialogo1 {
	  background-image:url(images/Dialogo1.jpg); 
	  height:35px; 
	  color:Gray; 
	  text-align:center; 
	  line-height:35px; 
	  vertical-align:middle
}


.Drop {
	   border-bottom-style:solid ;
	   background-color:#3b3b3b;
	   border-bottom-color:Gray;
	   color:White;
	    
}
.TextSelected
{
 font-size:19px; 
 font-family:Agency FB;
 color:silver;
 
}
.TextSelected:hover
{
 font-size:21px; 
 font-family:Agency FB;
 color:White;
 
}

.TextSelectedCOLOR
{
 color:silver;
 }
 
.TextSelectedCOLOR:hover
{
 color:White;
 
}

a
{
    text-decoration:none;
    color:#ffff66;
 }
 
 a:hover
{
    color:yellow;
 }
 
.link{
    text-decoration:none;
    color:blue;
 }
 
.link:hover
{
    color:Gray;
    font-weight:bold;;
 }
 
.linkRosso{
    text-decoration:none;
    color:red;
    
 }
 
.linkRosso:hover
{
    color:#ff3300;
    font-weight:bold;
 }
 
 
div.pic{float:left;margin: 5px;padding:0 0 12px 0;
    background: url(Images/shadow.png) no-repeat bottom center}

div.pic img{display: block;border: 1px solid;
    border-color: #873a3a #873a3a #873a3a #873a3a;
    padding: 5px;background: #cb4c4c}
    
.Ombra {text-shadow: 2px 2px 3px #000} 