/* Default CSS Stylesheet for a new Web Application project */
.INPUT
{
	border-right: #696969 1px solid;
	border-top: #696969 1px solid;
	font-size: 8pt;
	border-left: #696969 1px solid;
	color: black;
	line-height: 12px;
	border-bottom: #696969 1px solid;
	font-family: Tahoma;
}
.Label
{
	font-size: 8pt;
	color: black;
	font-family: Tahoma;
}
.Label a, .Label a:visited, .Label a:hover, .Label a:link, .Label a:selected
{
	font-size: 8pt;
	color: black;
	font-family: Tahoma;
}

.LabelSmall
{
	font-size: 7pt;
	color: black;
	font-family: Tahoma;
}
.Titolo
{
	font-weight: bold;
	font-size: 12pt;
	text-transform: uppercase;
	color: black;
	font-family: Tahoma;
}
.TitoloStato
{
	font-weight: bold;
	font-size: 12pt;
	text-transform: uppercase;
	color: red;
	font-family: Tahoma;
}
.DescrizioneStato
{
	font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: Tahoma;
}

.Intestazione
{
	font-weight: bold;
	font-size: 10pt;
	text-transform: uppercase;
	color: black;
	font-family: Tahoma;
}

.InputNoEdit
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	border-top-style: none;
	font-family: Tahoma;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.Bottone
{
	border-right: #008080 1px solid;
	padding-right: 12px;
	border-top: #008080 1px solid;
	padding-left: 12px;
	font-size: 8pt;
	text-transform: uppercase;
	border-left: #008080 1px solid;
	cursor: hand;
	color: #000000;
	border-bottom: #008080 1px solid;
	background-repeat: no-repeat;
	font-family: Tahoma;
	background-color: #e7e7e6;
	text-decoration: none;
}
.Bottone a, .Bottone a:visited, .Bottone a:hover, .Bottone a:link, .Bottone a:selected
{
	text-decoration:none;
	color: #000000;
}
.Messaggio
{
	font-size: 8pt;
	text-transform: uppercase;
	color: black;
	font-family: Tahoma;
	background-color: #dcdcdc;
}
.BottoneSel
{
	border-right: #000000 1px solid;
	padding-right: 12px;
	border-top: #000000 1px solid;
	padding-left: 12px;
	font-size: 8pt;
	text-transform: uppercase;
	border-left: #000000 1px solid;
	cursor: hand;
	color: #ffffff;
	border-bottom: #000000 1px solid;
	background-repeat: no-repeat;
	font-family: Tahoma;
	background-color: #808080;
	text-decoration: none;
}
.BottoneSel a, .BottoneSel a:visited, .BottoneSel a:hover, .BottoneSel a:link, .BottoneSel a:selected
{
	text-decoration:none;
	color: #ffffff;
}
.Testata
{
	border-right: #000000 1px solid;
	padding-right: 12px;
	border-top: #000000 1px solid;
	padding-left: 12px;
	font-size: 8pt;
	text-transform: uppercase;
	border-left: #000000 1px solid;
	color: #ffffff;
	border-bottom: #000000 1px solid;
	background-repeat: no-repeat;
	font-family: Tahoma;
	background-color: #009999;
	text-decoration: none;
}
.griglia
{
	border-right: #CCCCCC 1px solid;
	border-top: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;

}
.NoGriglia
{
	border-right: none;
	border-top: none;
	border-left: none;
	border-bottom: none;
}
.RigaDataGrid
{
	font-size: 11px;
	font-family: Tahoma;
	background-color: transparent;
}
.RigaBottom
{
	color: black;
	line-height: 12px;
	border-bottom: #696969 1px solid;
	font-size: 8pt;
	color: black;
	font-family: Tahoma;
}
.BottoneSelStampa
{
	border-right: #000000 1px solid;
	padding-right: 12px;
	border-top: #000000 1px solid;
	padding-left: 12px;
	font-weight: bold;
	font-size: 8pt;
	text-transform: uppercase;
	border-left: #000000 1px solid;
	cursor: hand;
	color: #000000;
	border-bottom: #000000 1px solid;
	background-repeat: no-repeat;
	font-family: Tahoma;
	background-color: #dcdcdc;
	text-decoration: none;
}
.INPUTStampa
{
	border-right: #696969 1px solid;
	border-top: #696969 1px solid;
	font-weight: bold;
	font-size: 8pt;
	border-left: #696969 1px solid;
	color: black;
	line-height: 12px;
	border-bottom: #696969 1px solid;
	font-family: Tahoma;
}



.TestataCalendar
{
	font-size: x-small;
	color: threeddarkshadow;
	font-style: normal;
	font-family: Tahoma;
}
.TestataBloccoCliente
{
	font-size: x-small;
	color: #ffffff;
	font-style: normal;
	font-family: Tahoma;
	background-color: #666666;
}
.SottotitoloCalendar
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	font-size: x-small;
	border-left: #000000 1px solid;
	color: #ffffff;
	border-bottom: #000000 1px solid;
	font-style: normal;
	font-family: Tahoma;
	background-color: #669999;
}