/* Foglio di stile CSS predefinito per un nuovo progetto di applicazione Web */

BODY
{
	font-weight: normal;
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	font-family: 'Times New Roman';
	letter-spacing: normal;
	scrollbar-base-color: #f6f6fa; 
    SCROLLBAR-3DLIGHT-COLOR: #8d6a5d; 
    scrollbar-arrow-Color: #eec350; 
    scrollbar-track-color: #f6f6fa;
}

.bottoni
{
	border-right: double 2px #808080;
	border-top: double 2px #808080;
	font-weight: bold;
	font-size: 9pt;
	border-left: double 2px #808080;
	width: 109px;
	color: #fcfcfc;
	border-bottom: double 2px #808080;
	font-family: 'Times New Roman';
	height: 20px;
	background-color: #800000;
}
.check  
{
	font-weight: bold;
	font-size: 12pt;
	color: #800000;
	font-family: 'Times New Roman';
	width: 317px;
	height: 34px; 
}

.mycheck  
{
	font-size: 12pt;
	color: #800000;
	font-family: 'Times New Roman';
}

.mylabel
{
	font-weight: bold;
	font-size: 12pt;
	color: #800000;
	font-family: 'Times New Roman';
}

.mytext
{
	font-size: 12pt;
	color: #800000;
	font-family: 'Times New Roman';
	background-color: #ffffff;
}
.myErrormess
{
	font-weight: bold;
	font-size: 10pt;
	color: #800000;
	font-family: 'Times New Roman';
}

.mydrop
{
	font-size: 12pt;
	color: #800000;
	font-family: 'Times New Roman';
	background-color: #ffffff; 

}

.myhyperlink
{
	font-weight: bold;
	font-size: 14px;
	color: #800000;
	font-family: 'Times New Roman';
	text-decoration: none
}
.mylinkbutton
{
	border-right: double 2px #808080;
	border-top: double 2px #808080;
	font-weight: bold;
	font-size: 9pt;
	border-left: double 2px #808080;
	width: 109px;
	color: #fcfcfc;
	border-bottom: double 2px #808080;
	font-family: 'Times New Roman';
	height: 20px;
	background-color: #800000;
}

A.menu
{text-decoration: none; color: #ffffff
}
 A.menu:hover
 {background-color: #E0DCD2; color:  #800000
	
}
.LinkSintetica
{
	color: #000000;
	font-family: 'Times New Roman';
	text-decoration: none;
}

.LinkAnalitica
{
	font-weight: bold;
	font-size: 12pt;
	color: #800000;
	font-family: 'Times New Roman';
	text-decoration: none;
}
