/* Definizione Stile */

body { background-color:#FFFFFF; font-size:10px; font-family:Verdana; color:#333333; }

.testata {
	background-image: url(../img/header.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.std {
	font-size: 11;
	font-family: Verdana;
	color: #333333;
}

.stdbold {
	font-size: 11;
	font-family: Verdana;
	font-weight: bold;		
	color: #333333;
}

.stdhome {
	font-size: 12;
	font-family: Verdana;
	color: #333333;
}

.stdhomebold {
	font-size: 12;
	font-family: Verdana;
	font-weight: bold;	
	color: #333333;
}

.stdwhite {
	font-size: 10;
	font-family: Verdana;
	color: #f7f7f7;
}
.ev {
	font-size: 10;
	font-family: Verdana;
	font-weight: bold;
	color: #336699;
}

.light {
	font-size: 10;
	font-family: Verdana;
	color: #999999;
}

.title {
	font-size: 10;
	font-family: Verdana;
	font-weight: bold;
	color: #336666;
}

A.link:link{
	text-decoration : none;
	font-weight: bold;
	color : #cc6633;
}
A.link:visited{
	text-decoration : none;
	font-weight: bold;
	color : #cc6633;
}
A.link:hover {
	text-decoration : none;
	font-weight: bold;
	color : #660033;
}

A.menulink:link{
	text-decoration : none;
	font-weight: bold;
	color : #336699;
}
A.menulink:visited{
	text-decoration : none;
	font-weight: bold;
	color : #336699;
}
A.menulink:hover {
	text-decoration : none;
	font-weight: bold;
	color : #336699;
}
A.menusottolink:link{
	text-decoration : none;
	font-weight: normal;
	color : #558DC6;
}
A.menusottolink:visited{
	text-decoration : none;
	font-weight: normal;
	color : #558DC6;
}
A.menusottolink:hover {
	text-decoration : none;
	font-weight: normal;
	color : #558DC6;
}

.textInputHome {
	font-size : 9px;
	width : 100%;
	border: none;
}

.boxwhite2menu {
	background-color: #FFFFFF;
	width: 27px;
	border-top-width: 1px;
	border-top-color:  #CCCCCC;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color:  #CCCCCC;
	margin: 0px;
	padding: 0px;
}

.boxgreen1menuinside2 {
	background-color: #56B16E;
	
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-top-style: solid;
	border-left-style: none;
	border-left-color: #19853C;
	border-bottom-width: 1px;
	border-bottom-color:  #CCCCCC;
	border-top-color:  #CCCCCC;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

.inputOn {
	background-color:white;
	font-size:10px;
	font-weight:normal;
	font-family:verdana;
	border-collapse:collapse;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
}

.inputOff {
	background-color:#e4f2ff;
	font-size:10px;
	font-weight:normal;
	font-family:verdana;
	border-collapse:collapse;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
}

