/* Foglio di stile CSS predefinito per un nuovo progetto di applicazione Web */
.ContentEditor
{
	font-family :Verdana;
	font-size : 7pt;
	font-style: normal;
}
.MenuBar
{
	font-family :Verdana;
	font-size : 9pt;
	font-style: normal;
}
.MenuBarSelected
{
	font-family :Verdana;
	font-size : 9pt;
	font-style: normal;
        color:#FF6000;
}

.Menu
{
	font-family :Verdana;
	font-size : 9pt;
	font-style: normal;
	border-width:1px;
}

.MenuSelected
{
	font-family :Verdana;
	font-size : 9pt;
	font-style: normal;
    color:#FF6000;

}
.AllMenuTop
{
	font-family :Verdana;
	font-size : 9pt;
	font-style: normal;
    color:#003366;
	background:imgs/bgsubmenu.gif;

}

.AllMenuTopSelected
{
	font-family :Verdana;
	font-size : 9pt;
	font-style: normal;
    color:#FF6000;
   	background:imgs/bgsubmenu.gif;
}


.Lingue
{
	font-family :Verdana;
	font-size : 7pt;
	font-style: normal;
}
.Tree
{
	font-family :Verdana;
	font-size :  11pt;
	font-style: normal;

}
.Descrizione
{
	font-size: 7pt;
	font-style: normal;
	font-family: Verdana;
}
.Contenuti
{
	font-family :Verdana;
	font-size : 9pt;
	font-style: normal;
}
.TitoloContenuti
{
	font-family :Verdana;
	font-size : 11pt;
	background-color:#E1E8F3;
	text-align:left ;	
	font-weight:bold; 
}
.PannelloContenuti
{
	border-color:#D6DFEF;
	border-style:solid;
	border-width:1px;	
}

.ContenutiRight
{
	font-family :Verdana;
	font-size : 9pt;
	font-style: normal;
}
.TitoloContenutiRight
{
	font-family :Verdana;
	font-size : 14pt;
	font-weight: bold;
	background-color:#2879BC;
	color:White;
 
}
.TitoloNewsSingle
{
	font-family :Verdana;
	font-size :14pt;
	font-weight: bold;
}

.TestoNewsSingle
{
	font-family :Verdana;
	font-size :11pt;
}


.BreveNewsSingle
{
	font-family :Verdana;
	font-size :7pt;

}
.ErroreRicerca
{
	font-family :Verdana;
	font-size :14pt;
	font-style: normal;
	color:Red;
}

A, A:link  {
    text-decoration: none;
    color:  black;
}

A:hover {
    text-decoration: undeline;
    color:#FF6000;
}
