@charset "UTF-8";
/* CSS Document */

/*TAG DEFINITION*/
body{
	background-image:url(../images/public/sfondo_pagina.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}
h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#333333;
}
/*BOX MODEL*/
div#mainContentBox{
	width:720px;
	margin:0 auto;
	border-top:1px solid #FFFFFF;
	text-align:left;
}
div#ContentBoxWhite{
    margin:0 auto;
    background-color: white;
    width: 95%;
    padding: 5px;
	text-align:left;
}

div#logo{
	width:281px;
	height:76px;
	float:left;
	z-index:10;
	background-image:url(../images/public/logo_trasp.png);
	background-position:top left;
	background-repeat:no-repeat;
	margin-top:7px;
}
div#navigation{
	width:400px;
	height:40px;
	float:right;
	margin-top:55px;
	background-image:url(../images/public/sfondo_menu.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}
div#banner{
	width:705px;
	height:225px;
	background-image:url(../images/public/banner.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	margin:10px auto;
}
div#step{
	width:705px;
	margin:0 auto;
}
div#hilite{
	width:705px;
	margin:0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
div#hilite a:link{
	display:block;
	padding-left: 20px;
	background-image:url(../images/public/freccina.jpg);
	background-position:center left;
	background-repeat:no-repeat;
	color:#0066CC;
	text-decoration:none;
}
div#hilite a:visited{
	display:block;
	padding-left: 20px;
	background-image:url(../images/public/freccina.jpg);
	background-position:center left;
	background-repeat:no-repeat;
	color:#0066CC;
	text-decoration:none;
}
div#hilite a:hover{
	display:block;
	padding-left: 20px;
	background-image:url(../images/public/freccina_hover.jpg);
	background-position:center left;
	background-repeat:no-repeat;
	color:#003399;
	text-decoration:underline;
}

div#hilite a.installa:link{
	display:block;
	padding-left: 30px;
	background-image:url(../images/public/package.jpg);
	background-position:center left;
	background-repeat:no-repeat;
	color:#0066CC;
	text-decoration:none;
	height:25px;
	line-height:25px;
	width:50px;
}
div#hilite a.installa:visited{
	display:block;
	padding-left: 30px;
	background-image:url(../images/public/package.jpg);
	background-position:center left;
	background-repeat:no-repeat;
	color:#0066CC;
	text-decoration:none;
	height:25px;
	line-height:25px;
	width:50px;
}
div#hilite a.installa:hover{
	display:block;
	padding-left: 30px;
	background-image:url(../images/public/package.jpg);
	background-position:center left;
	background-repeat:no-repeat;
	color:#003399;
	text-decoration:underline;
	height:25px;
	line-height:25px;
	width:50px;
}

div#footer{
	width:100%;
	height:25px;
	background-color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	margin-top:25px;
	line-height:25px;
}
/*VARIUS STYLE*/
.tdBlue{
	background-color:#0066CC;
	color:#FFFFFF;
	text-align:left;
	font-weight:bold;
}
.tdMagenta{
	background-color:#FF0066;
	color:#FFFFFF;
	text-align:left;
	font-weight:bold;
}
.tdGrigio{
	background-color:#999999;
	color:#FFFFFF;
	text-align:left;
	font-weight:bold;
}
.tdBianco{
	background-color:#FFFFFF;
	color:#333333;
    padding: 9px;
	text-align:left;
}
/*NAVIGATION LINK*/
a.menuLink:link{
	color:#FFFFFF;
	text-decoration:none;
}
a.menuLink:visited{
	color:#FFFFFF;
	text-decoration:none;
}
a.menuLink:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
a.menuLinkLogin:link{
	color:#FFCC00;
	text-decoration:none;
	font-weight:bold;
}
a.menuLinkLogin:visited{
	color:#FFCC00;
	text-decoration:none;
	font-weight:bold;
}
a.menuLinkLogin:hover{
	color:#FFFF00;
	text-decoration:underline;
	font-weight:bold;
}
.rigaSopra{
	border-top:1px solid #CCCCCC;
}
.rigaSotto{
	border-bottom:1px solid #CCCCCC;
}
/*FORM FOOTER*/
.selectLanguage{
	font-size:10px;
	color:#333333;
}
