/*
I COLORI
Colore base  #F5F6D5
Colore base righe pari  #F6E6D5
Colore base righe dispari   #E4F6D5
Colore base riga edit #D6D5F6
*/

body
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 10.75px;
}

img
{

    text-decoration: none;
}


div
{
    font-family: verdana, sans-serif;
    font-size: 11.75px;
}


a 
{
  
    text-decoration: none;
    color: #1d0d87;
}

a:hover 
{
     color: #1d0d87;
    text-decoration:underline;
	font:bold;
	
}

a:visited
{
    color: #1d0d87;
    text-decoration: none;
}


hr.riga
{
    height:1px;
    border-style: dashed;
    border-color: #E4F6D5;

}

/*** DataGrid  ***/
    /* banner */

.CssClass
{ 
    font-size: 11.75px;
    text-align: center;
    vertical-align: top;
    background-color: black;    
}

.AlternatingCssClass
{
    font-size: 11.75px;
    text-align: center;
    vertical-align: top;
    background-color: #E4F6D5;  
}
    
.EditCssClass
{
    font-size: 11.75px;
    background-color: #D6D5F6;
    text-align: center;
    vertical-align: top;
}

.FooterCssClass
{
    font-size: 10.75px;
    background-color: #F5F6D5;  
}

.HeaderCssClass
{
    text-align: center;
    vertical-align: top;
    font: bold;
    font-size: 12.75px;
    font-variant: small-caps;
    background-color: #F5F6D5;  
}

.ItemCssClass
{
    font-size: 11.75px;
    background-color: #F6E6D5;
    text-align: center;
    vertical-align: top;
}

.PagerCssClass
{
    font: bold;
    font-size: 11.75px;
    font-style: normal;
    font-variant: small-caps;
    background-color: #F5F6D5;  
}

.SelectedCssClass
{
    font-size: 10.75px;
}

.textbox
{
    font-size: 10.75px;
    border:dashed 1px black;
    height:18px
}

.textbox_email
{
    font-size: 10.75px;
    border:solid 1px black;
    height:12px
}

.textarea
{
    padding-right: 2px;
    padding-left: 2px;
     font-size: 11.75px;
     border-style: dashed;
     border-color: Black;
     border-width: 1px;
}

.dropdownlist
{
     font-size: 10.75px;
     border-style: dashed;
     border-color: Black;
     border-width: 1px;
}

.dropdownlist2
{
font-family: Tahoma;
     font-size: 9.75px;
    margin: 0px;
    padding: 0px;
     border-width: 0px;
    border-style: dotted;
     vertical-align: 35%;
}

.Pannello
{
    font-size: 10.75px;
    text-align: center;
    vertical-align: top;
}

.Pannello2
{ 
    font-size: 11.75px;
    text-align: center;
    vertical-align: top;
    background-color: #ABBAB3;
}

.testo9
{
    font-size: 9.75px;
	color: #1d0d87
}


.testo10
{
    font-size: 10.75px;
	color: #1d0d87
}

.testo10b
{
    font-size: 10px;
    font: bold;
}

.testo11
{
    font-size: 11.75px;
    color: #00005B;
}

.testo11b
{
    font-size: 11.75px;
    font: bold;
    color: navy;
}

.testo12
{
    font-size: 12.75px;
	color: #1d0d87;
}

.testo12b
{
    font-size: 12.75px;
    font: bold;
	color: #1d0d87;
}

.testo12right
{
    font-size: 12.75px;
    font: bold;
	right:auto;
}

.testo14
{
    font-size: 12.75px;
	color: #1d0d87;
	font:bold;
}


.testo22b
{
    font-size: 24px;
    font: bold;
    color: #1d0d87;
}
.testo18b
{
    font-size: 18px;
    font: bold;
    color: #1d0d87;
}


.testoalert12
{
    font-size: 12px;
    font: bold;
    color: Red;
}

.testoalert11
{
    font-size: 11.75px;
    font: bold;
    color: red;
}


#shadow {
    position: relative;
    left: 10px;
    top: 10px;
    margin-right: 3px;
    margin-bottom: 3px;
    width:140px;
}


#shadow .shadow2, #shadow .shadow3, #shadow .container {
    position: relative;
    left: -1px;
    top: -1px;
} 
#shadow .shadow1 {
    background: #F1F0F1;
}
#shadow .shadow2 {
    background: #DBDADB;
}
#shadow .shadow3 {
    background: #B8B6B8;
}
#shadow .container {
  /*  background: #E4E4FF; */
    border: 0;
    padding: 0px;
	height: 15px;
	
}
 

 
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: none;}

	



 /*
             AlternatingItemStyle-CssClass="AlternatingCssClass"
     CssClass="datagrid"
         EditItemStyle-CssClass="datagrid"
         FooterStyle-CssClass="datagrid"
         HeaderStyle-CssClass="datagrid"
         ItemStyle-CssClass="datagrid"
         PagerStyle-CssClass="datagrid"
         SelectedItemStyle-CssClass="datagrid"

I COLORI
Azzurro chiaro  #EEF5FA  -> #F5F6D5
Azzurro         #DAE9F2 -> #F6E6D5
Azzurro scuro   #5196C1 -> #E4F6D5
Blu             #1E3E52 -> #D6D5F6
*/
