﻿/*------------------------------------------------------*/
/* CSS Aggiuntivo per LIGHTBOX.
Serve per i tasti funzione che ho aggiunto al close.
*/
.AdditionalButtons
{
      width:438px;
      text-align:right;
      position:absolute;
}
.AdditionalButtons2
{
      width:455px;
      text-align:right;
      position:absolute;
}
/*------------------------------------------------------*/
body
{
    background-color:#E6E7E8;
    color:#707173;
    margin:0px;
    padding:0px;
    font-family:Arial;
    font-size:11px;
    text-align:center;
    scrollbar-3dlight-color : #999999;/*/*ombre 3d della barra*/
	scrollbar-arrow-color : #EB6F27;/*freccie della barra*/
	scrollbar-base-color : #ffffff;/*sfondo della barra*/
	scrollbar-darkshadow-color: #ffffff; 
}
input
{
	font-size:10px;
	font-family:Arial;
}
input.bt
{
	font-size:11px;
	color:#ffffff;
	font-family:Arial;
	border:1px solid #707173;
	background-color:#707173;
}
input.txt
{
	font-size:11px;
	color:#707173;
	font-family:Arial;
	border:1px solid #707173;
}
input.txtLogin
{
	font-size:11px;
	color:#707173;
	font-family:Arial;
	border:1px solid #707173;
}
select
{
	font-size:10px;
	border:1px solid #4d4d4d;
	color:#000000;
	font-weight:bold;
}
.container
{
    width:960px;
    text-align:left;
    margin-left:auto;
    margin-right:auto;
    margin-top:0px;
    background-color:#ffffff;
    z-index:1;
    border:1px solid #999999;
}
.top
{
	background-image:url('../grafica/layout/top.jpg');
	width:960px;
	height:93px;
}
.linkHome
{
	width:263px;
	height:39px;
	position:absolute;
	margin-top:32px;
	margin-left:145px;
}
.quid
{
	margin-top:5px;
	margin-left:6px;
	font-size:10px;
}
.icone
{
	margin-left:841px;
	margin-top:17px;
}
.login
{
	margin-left:678px;
	margin-top:15px;
	width:234px;
	height:14px;
	background-repeat:no-repeat;
	background-image:url('../grafica/login.jpg');
	padding-left:15px;
}
.login a
{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}
.login a:hover
{
	text-decoration:underline;
}
.separatore1
{
	height:9px;
	background-color:#eb6f27;
}
.menuP
{
	height:40px;
	background-image:url('../grafica/layout/sfondo_menu.jpg');
	background-repeat:repeat-x;
	font-size:12px;
}
.tdMenu
{
	border-left:2px solid #eb6f27;
	height:40px;
	vertical-align:top;
}
.aMenu
{
	height:31px;
	background-color:Transparent;
	padding-left:8px;
	padding-right:8px;
}
.aMenu a
{
	color:#ffffff;
	text-decoration:none;
}
.aMenuOver
{
	height:31px;
	background-color:#eb6f27;
	cursor:pointer;
	padding-left:8px;
	padding-right:8px;
}
.aMenuOver a
{
	color:#000000;
	text-decoration:none;
}
.menuO
{
	position:absolute;
	display:none;
	margin-left:-4px;
}
.tdSottoMenu
{
	padding:0px 4px 0px 4px;
	border:1px solid #eb6f27;
	background-color:#eb6f27;
	text-align:left;
}
.tdSottoMenu a
{
	color:#ffffff;
	text-decoration:none;
}
.tdSottoMenuOver
{
	padding:0px 4px 0px 4px;
	border:1px solid #ffffff;
	background-color:#ffffff;
	text-align:left;
	color:#000000;
	cursor:pointer;
}
.tdSottoMenuOver a
{
	color:#000000;
	text-decoration:none;
}
.elementoSottoMenu
{
	text-align:left;
	width:160px;
}
.corpo
{
	padding-left:20px;
	padding-top:14px;
}
.titolo1
{
	font-size:24px;
	color:#eb6f27;
}
.titolo2
{
	color:#707173;
	font-size:15px;
	font-weight:bold;
}	
.colonnaTesto
{
	width:236px;
	text-align:justify;
}
.riferimento
{
	background-color:#eb6f27;
	color:#ffffff;
	font-weight:bold;
	padding:3px;
	width:60px;
	overflow:hidden;
}
.titoloNews
{
	font-size:14px;
	font-weight:bold;
	padding:3px;
}	
.link1
{
	color:#707173;
	text-decoration:none;
}	
.link1:hover
{
	color:#eb6f27;
	text-decoration:underline;
}	
.link2
{
	color:#eb6f27;
	text-decoration:none;
}	
.link2:hover
{
	color:#eb6f27;
	text-decoration:underline;
}

.foot
{
	margin-left:auto;
	margin-right:auto;
	width:696px;
	text-align:left;
	border-top:1px solid #eb6f27;
	color:#000000;
	font-size:9px;
}
.foot a
{
	color:#eb6f27;
	text-decoration:none;
}
.foot a:hover
{
	text-decoration:underline;
}	