@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-image: url(../img/bg.jpg);
	margin: 0px;
}

img{
	border:none
}

.floatLeft{
	float:left
}

.floatRight{
	float:right
}

.positionAbsolute{
	position:absolute
}

.textWhite{
	color:#FFFFFF
}


.textGreen{
	color:#08905c
}

.textBold{
	font-weight:bold
}

.textOblique{
	font-style:oblique
}

.text11px{
	font-size:11px;
}


.text12px{
	font-size:12px;
}

.text14px{
	font-size:14px;
}

.text16px{
	font-size:16px;
}

.alignRight{
	text-align:right
}

.bigContent {
	background-color: #565656;
	margin: auto;
	width: 760px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.header{
	position:relative
}

.header input{
	width:100px;
	font-size:10px;
	border:1px solid #000000;
	color:#333333
}

.header input.button{
	width:60px;
	font-size:10px;
	height:18px;
	border:1px solid #ffffff;
	background-color:#000000;
	color:#ffffff
}

.headerFlash{
	background-image:url(../img/bgHeaderFlash.jpg);
	background-position:right;
	background-repeat:repeat-y;
	height:187px;
	border:2px solid #FFFFFF;
	text-align:right;
	background-color:#FFFFFF
}

.menu{
	width:180px;
	top:7px;
	left:10px;
}

.menu ol{
	width:100%;
	margin:0px;
	padding:0px;
	padding-top:10px;
	padding-bottom:30px;
	background-color:#00ae6a;
	background-image:url(../img/bgMenu.jpg);
	background-position:bottom;
	background-repeat:repeat-x
}

.menu ol li{
	width:90%;
	margin:auto;
	list-style:none;
	border-bottom:1px solid #034129;
	border-top:1px solid #02b85c;
	background-image:url(../img/listMenu.jpg);
	background-position:right 20px;
	background-repeat:no-repeat
}

.menu ol li a{
	display:block;
	height:27px;
	line-height:27px;
	padding-left:22px;
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
	background-image:url(../img/aStyle.gif);
	background-position:left 10px;
	background-repeat:no-repeat
}

.clSx{
	width:180px;
	margin-left:5px;
	margin-top:10px;
/*	background-color:#00FF00
*/}

.clDx{
	width:180px;
	margin-right:5px;
	margin-top:10px;
/*	background-color:#99FFCC
*/}

.clCn{
/*	background-color:#FF9999
*/	width:360px;
	margin-left:6px;
	margin-right:6px;
	margin-top:10px;
	
}

.boxGrey{
	width:100%;
	margin:auto;
	background-color:#2b2b2b;
	border:1px solid #CCCCCC;
	position:relative;
	color:#FFFFFF
}

.boxGrey input{
	width:110px;
	border:1px solid #25dd6f;
	color:#333333;
	font-size:10px
}

.boxGrey select{
	width:115px;
	border:1px solid #25dd6f;
	color:#333333;
	font-size:10px
}

.boxGrey input.button{
	width:60px;
	font-size:10px;
	height:18px;
	border:1px solid #ffffff;
	background-color:#000000;
	color:#ffffff
}

.taskGreen{
	width:9px;
	height:14px;
	background-color:#25e471;
	top:5px;
	left:-5px;
}

.bgMission{
	background-image:url(../img/bgMission.jpg);
	background-position:left bottom;
	background-repeat:no-repeat
}

.bgStoria{
	background-image:url(../img/bgStoria.jpg);
	background-position:left bottom;
	background-repeat:no-repeat
}

.bgAzienda{
	background-image:url(../img/bgAzienda.jpg);
	background-position:left bottom;
	background-repeat:no-repeat
}

.continua{
	background-image:url(../img/listContinua.jpg);
	background-position:left center;
	background-repeat:no-repeat; 
	color:#25e471;
	font-weight:bold;
	padding-left:12px;
}

.footer{
padding-top:50px;
height:21px;
color:#FFFFFF;
margin-top:10px;
border-top:1px solid #00af6b;
border-bottom:1px solid #565656;
background-color:#2b2b2b;
text-align:center;
position:relative
}

.linkFooter{
position:absolute;
top:10px;
right:10px;

}

.linkFooter a{
color:#FFFFFF;
display:block;
float:left;
width:70px;
text-decoration:none
}