﻿body 
{
    font-family: Verdana;
    font-size:small;
}
A
{
	text-decoration: none;
}
A:link
{
	text-decoration: none;
}
A:hover
{
	text-decoration: none;
}
A:visited
{
	text-decoration: none;
}
.menuBar
{
	background-color: honeydew;
}
.utenteBar
{
	background-color: lightgreen;
}

.spnTitoloBold 
{
	font-weight:bold ;
	font-family: Verdana;
	font-style: normal;
	font-size:medium;
	color:Black;
	text-decoration:underline;
}

.spnTitolo 
{
	font-weight: bolder;
	font-family: Verdana;
	font-style: normal;
	font-size:medium;
    color:Black;
}
.spnTestoBold 
{
	font-weight:bold;
	font-family: Verdana;
	font-style: normal;
	font-size:small;
	color:Black;
		
}
.spnTesto 
{
	font-weight:normal;
	font-family: Verdana;
	font-style: normal;
	font-size:small;
}
.spnTestoItalic 
{
	font-weight:bold;
	font-family: Verdana;
	font-style: normal;
	font-size:small;
	font-style:italic;
}
.spnTestoUnderline
{
	font-weight:bold;
	font-family: Verdana;
	font-style: normal;
	font-size:small;
	font-style:normal;
	text-decoration:underline;
}
.cmd 
{
    font-weight:normal;
	font-family: Verdana;
	font-style: normal;
	font-size:8pt;
	font-style:normal;
}
.spnMessage
{
    font-weight:bold; 
    Font-Size:Small;
    color:DarkGreen;
}

.watermark {
	background: #FFAAFF;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
