/* impostazione parametri standard */

body
{
	font-size: 10pt;
    margin: 0px;
	font-family: Verdana, Georgia;
	background-color:#FFFFFF;
	background-image:url(/sunny/images/sfondo.jpg);
	background-repeat:repeat-x;
}

.container
{
	width:800px;
	margin:0px auto;
	text-align:left;
	background-color:#FFFFFF;
}

.containerTxt
{
	margin:10px auto;
	text-align:left;
}

p
{
	margin: 10px;
}

td
{
    font-size: 9pt;
    font-family: Verdana, Georgia;
}


/* impostazione parametri personalizzati */

.pulsante
{
	border-right: white thin solid;
	border-top: white thin solid;
	border-left: white thin solid;
	color: black;
	border-bottom: white thin solid;
	font-family: Verdana;
	background-color: orange;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	cursor: pointer;
}

.tabella_sfondo
{
	background-color: gainsboro;
}

.tabella_intestazione
{
	font-weight: bolder;
	font-size: 8pt;
	color: black;
	text-align: left;
	background-color: white;
}

.tabella_rigaNormale
{
    background-color: white
}


.tabella_rigaAlternata
{
	background-color: whitesmoke;
}

.tabella_rigaVuota
{
	background-color: white;
}

.combobox
{
	margin: 2px 0px;
	font-family: Verdana, Georgia;
}

.textbox
{
	margin: 2px 0px;
	font-family: Verdana, Georgia;
}

.optionbox
{
	margin: 2px 0px;
	font-family: Verdana, Georgia;
}

.checkbox
{
	margin: 2px 0px;
	font-family: Verdana, Georgia;
}

.titolo
{
	font-weight: bolder;
	font-size: 12pt;
	color: black;
	background-color: white;
}
