/* CSS Document */

body {

margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
scrollbar-base-color: #434952;
scrollbar-arrow-color: #434952;
scrollbar-3dlight-color: #434952;
scrollbar-darkshadow-color: #434952;
scrollbar-face-color: #FE772D;
scrollbar-highlight-color: #434952;
scrollbar-shadow-color: #434952;
scrollbar-track-color: #434952;

color: #545C66;
font-family: Arial, Geneva, sans-serif;
font-size: 10pt;
background: url(../images/fondo.jpg) repeat-x top #F0F0F0;
background-attachment: fixed;
}
.testo {
color: #545C66;
font-family: Arial, Geneva, sans-serif;
font-size: 10pt;
}
.titolo {
color: #545C66;
font-family: Arial, Geneva, sans-serif;
font-size: 11pt;
font-weight:bold;
}
a {
	color: #E86D29;
	
}
a:hover, a:active, a:focus {
	color: #FE772D;
	text-decoration: underline;
}
.neropiccolo {

	color: #000000;
	font-size: 8pt;
	font-family: Arial, Geneva, sans-serif;
}
.menu {
	float: left;
	width: 100%;
	font-size: 1em;
	line-height: normal;
	background: #434952;
	border-bottom: 5px solid #FE772D;
}

/* FOOTER*/

.testopiccolo  {
color: #545C66;
font-size: 8pt;
}
.testopiccolobianco  {
color: #ffffff;
font-size: 10pt;
}
.testopiccolissimobianco  {
color: #ffffff;
font-size: 8pt;
}
.linkpiccolo a {
color: #545C66;
font-size: 8pt;
text-decoration:none;
}
.linkpiccolo a:hover, a:active, a:focus {
color: #E86D29;
text-decoration:underline;
}
.chiusura {
	width: 100%;
	height: 10;
	background: #434952;
	margin-bottom:0;
	border-top: 5px solid #FE772D;
}
.linkbianco a {
color: #ffffff;
font-size: 12pt;
text-decoration:none;
}
.linkbianco a:hover, a:active, a:focus {
color: #f0f0f0;
text-decoration:underline;
}
.linkneromedio a {
color: #545C66;
font-size: 8pt;
text-decoration:none;
}
.linkneromedio a:hover, a:active, a:focus {
color: #000000;
text-decoration:underline;
}
/* PATHWAY*/

.pathway  {
	color: #545C66;
	font-size:12px;
	font-weight:bold;
}
.pathway img {
	margin: 0 5px;
}

.pathway a {
	color: #545C66;
	text-decoration: none;
}

.pathway a:hover, #ja-pathway a:active {
	color: #FE772D;
	text-decoration: none;
}

/* LOGIN */	

.button, .button:hover {
	border-top: 1px solid #DFE5EC;
	border-right: 1px solid #8E9CAE;
	border-bottom: 1px solid #8E9CAE;
	border-left: 1px solid #DFE5EC;
	padding: 1px 10px!important;
	padding: 1px 5px;
	background: url(../images/button-bg.gif) repeat-x top left #ECF0F4;
	color: #646E7B;
}

.button:active, .button:focus {
	border-top: 1px solid #8E9CAE;
	border-right: 1px solid #DFE5EC;
	border-bottom: 1px solid #DFE5EC;
	border-left: 1px solid #8E9CAE;
}
