﻿body 
{
	background-color : #F7F3EE;
	font-family : Tahoma;
	font-size: 8pt;
}

textbox
{
	background-color: White;
	font-family: Tahoma;
	font-size: 8pt;
	border-bottom-style: solid;
	border-width : 1;
}

.body{
	font : 11px Tahoma;
	color : black;
}

.bodyWhite{
	font : 11px Tahoma;
	color : white;
}

.CampoTxt{
	border : 1 solid #FF6600;
	width : 120px;
	height : 17px;
	font : 11px Tahoma;
}

.LinkMenu{
	font : 11px Tahoma;
	color = #FF6600	;
}

.CampoTxtCorto{
	border : 1 solid #FF6600;
	width : 30px;
	height : 17px;
	font : 11px Tahoma;
}

.CampoTxtNormale{
	border : 1 solid #FF6600;
	height : 17px;
	font : 11px Tahoma;
}

.CampoTxtLungo{
	border : 1 solid #FF6600;
	width : 300px;
	height : 17px;
	font : 11px Tahoma;
}
.errore{
	font : bold 11px Tahoma;
	color: Red;
}

.bottone{
	font-family : Tahoma;
	font-weight : bold;
	font-size : 11px;
	width : 80px;
}

.trTitolo{
	background : #FF6600;
	font-family : Tahoma;
	font-size : 11px;
	font-weight : bold;
}

.trTitoloBlu{
	background : #FF6600;
	font-family : Tahoma;
	font-size : 11px;
	font-weight : bold;
}

.trGrigio{
	background : Gray;
	font-family : Tahoma;
	font-size : 11px;
	color : white;
}

.trGrigioChiaro{
	background : Silver;
	font-family : Tahoma;
	font-size : 11px;	
}

.LinkMenuBianco{
	font : 11px Tahoma;
	color = white	;
}

.LinkNovita{
	font : bold 11px Tahoma;
	color = #FF6600;
}

.CampoTextArea{
	border : 1 solid #FF6600;
	font : 11px Tahoma;
}


.Combo{
	border : 1 solid #FF6600;
	height : 17px;
	font : 11px Tahoma;
}