/*Credits: Dynamic Drive CSS Library */
/*URL: https://www.dynamicdrive.com/style/ */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.arrowblue{
	width: 170px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
}

.arrowblue ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowblue li a{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(/foto-online/images/arrowblue.gif) 100% 0;
  height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
.arrowblue li a:link, .arrowblue li a:visited {
	color: #5E7830;
}

.arrowblue li a:hover{
	color: #26370A;
	background-position: 100% -32px;
}

	
.arrowblue li a.selected{
	color: #26370A;
	background-position: 100% -64px;
}


.testo12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
.testo10 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}
.testo16 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
}
.riga {
	background-color: #5A82DC;
	border-top-style: dotted;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	height: 1px;
}
.fondodx {
	background-color: #E7ECFA;
	border-top-style: none;
	border-top-color: #000000;
	border-right-color: #3787FF;
	border-bottom-color: #000000;
	border-left-color: #3787FF;
	height: 1px;
	border-right-width: 3pt;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: dotted;
	border-left-width: 3pt;
}
