/*****************/
/*    Layout     */
/*****************/
body {
	margin: 0px;
	padding: 0;
	font: 71%/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #002b72;
	background-color: #ebe55b;
	/*background-color: #E7EFF1;*/
	text-align: left;
	background-attachment: fixed;
	background-repeat: repeat-x;
}

h1, h2, h3 {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}
h1 {
	font-size: 1.7em;
	font-weight: normal;
	font-variant: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	line-height: 19px;
	width: 55%;
	height: 22px;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	font-variant: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	line-height: 19px;
	width: 100%;
	height: 28px;
}
h3 { font-size: 1.2em;
}

.testo-piccolo {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #558395;
}
/* form elements */
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input.button {
	margin: 0;
	color: #333;
	height: 29px;
	width: 122px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	font-family: Arial, Sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
input.login-button { 
	margin: 0; 
	font: normal 1em Arial, Sans-serif; 
	padding: 2px 3px; 
	color: #333;	
}

.bg-top {
	background-image: url(http://www.dtekweb.com/factory/arpatravel/img/bg-top.jpg);
	height: 168px;
}.bordo-1{
	border: 1px solid #99CDFF;
}

.bg-tabella{
	background-image: url(../img/bg-lt-arpa.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.bg-sx{
	background-attachment: scroll;
	background-image: url(../img/bg-lt-sn.gif);
	background-repeat: repeat-y;
}
.bg-dx{
	background-attachment: scroll;
	background-image: url(../img/bg-lt-dx.gif);
	background-repeat: repeat-y;
}
.titolo:link {
	font-size: 14px;
	color: #194995;
	text-decoration: underline;
}
.titolo:visited {
	font-size: 14px;
	color: #194995;
	text-decoration: underline;
}
.titolo:hover {
	font-size: 14px;
	color: #194995;
	text-decoration: none;
}
.footer {
	font-size: 11px;
	color: #002b72;
}
.footerlink:link {
	font-size: 11px;
	color: #002b72;
	text-decoration: underline;
}
.footerlink:visited {
	font-size: 11px;
	color: #002b72;
	text-decoration: underline;
}
.footerlink:hover {
	font-size: 11px;
	color: #002b72;
	text-decoration: none;
}
a.download-button {
	-webkit-box-shadow: #AAA 0px 1px 2px;
	-webkit-transition: all 0.2s linear;
	border-bottom-left-radius: 3px 3px;
	border-bottom-right-radius: 3px 3px;
	border: 0px none;
	border-top-left-radius: 3px 3px;
	border-top-right-radius: 3px 3px;
	color: white !important;
	display: inline-block;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	padding: 5px 10px;
	background-color: #FF6600;
	background-image: url(http://www.arpatravel.it/img/bg-button.png);
	background-repeat: repeat-x;
	background-position: 0px 50%;
}

a.download-button:hover {

    background-color: #9d0000;
    text-decoration: none;
