@charset "utf-8";
/* CSS Document */
body {
	background-color: #FFFFFF;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	font-size: 76%;
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #FFFFFF;
	position: relative;
	overflow: auto ;
}
.availScreen{
	clear: both;
	width: 100%;
	float: left;
	position: relative
}
.headerBox{
	width: 100%;
	left: 0%;
	clear: both;
	float: left;
	position: relative;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5398E2
}
.footerBox{
	width: 100%;  
	left: 0%;
	clear: both;
	float: left;
	position: relative;
	background-color: #5398E2;
	border-top-width: 1px;
	border-top-style: solid;
	border-color: #5398E2;
	text-align: center;
	color: #FFFFFF;
	overflow: hidden
}
/*+++++++++++++++++++++++++++++++++++++++++*/
/*definizione layout 2 colonne*/
.twoColsWrapper{
   position: relative;
   float: left;
   left: 0%;
   overflow: hidden;
   width: 100%
}
.twoColsLeft{
   position: relative;
   float: left;
   width: 19%
}
.twoColsRight{
   position: relative;
   float: right;
   width: 79.8%;
   padding-right: 2px
}
/*+++++++++++++++++++++++++++++++++++++++++*/
/*definizione layout 3 colonne*/
.threeColsWrapper{
   position: relative;
   float: left;
   left: 0%;
   overflow: hidden;
   width: 100%
}
.threeColsLeft{
   position: relative;
   float: left;
   width: 19%
}
.threeColsMiddle{
   position: relative;
   float: left;
   left: 1%;
   width: 60%
}
.threeColsRight{
   position: relative;
   float: right;
   width: 18.9%;
   padding-right: 2px
}
/*+++++++++++++++++++++++++++++++++++++++++*/
/*definizione layout 4 colonne*/
.fourColsWrapper{
	width: 100%;
	left: 0%;
	clear: both;
	float: left;
	overflow: hidden;
	position: relative;
	background-color: #FFFFFF
}
.fourColsMid{
	right: 20%;
	float: left;
	width: 100%;
	position: relative
}
.fourColsIn{
	right: 30%;
	float: left;
	width: 100%;
	position: relative
}
.fourColsLeft{
	right: 30%;
	float: left;
	width: 100%;
	position: relative
}
.fourCols{
	padding: 0px 2px 0px 0px;
	overflow: hidden;
	float: left;
	position: relative  
}
.fourColsOne{
	width: 19.3%;
	left: 80%
}
.fourColsTwo{
	width: 29%;
	left: 81% 
}
.fourColsThree{
	width: 29%;
	left: 82%
}
.fourColsFour{
	width: 19.3%;
	left: 83%
}
/*+++++++++++++++++++++++++++++++++++++++++*/
/*definizione layout div separatore*/
.breaker{
	width: 100%;
	clear: both;
	overflow: hidden;
	background-color: #FFFFFF
}
/*+++++++++++++++++++++++++++++++++++++++++*/
/*definizione layout box*/
.boxHeader{
	width: 100%;
	overflow: hidden;
	background-repeat: repeat-x;
	border-style: solid;
	border-width: 1px;
	border-bottom: none;
	position: relative
}
.boxContent{
	width: 100%;
	overflow: hidden;
	border-style: solid;
	border-width: 1px;
	border-top: none;
	position: relative;
	vertical-align: bottom
}
.halfColsTop{
}
.halfColsBottom{
}
.entireCols{
}
/*definizione colori box*/
.redBoxHeader{	
	border-color: #FF0000;
	background-color: #FF0000
}
.redBoxContent{	
	border-color: #FF0000
}
.blueBoxHeader{	
	border-color: #5398E2;
	background-color: #5398E2
}
.blueBoxContent{	
	border-color: #5398E2
}
.greenBoxHeader{	
	border-color: #009933;
	background-color: #009933
}
.greenBoxContent{	
	border-color: #009933
}
.yellowBoxHeader{	
	border-color: #FFCC00;
	background-color: #FFCC00
}
.yellowBoxContent{	
	border-color: #FFCC00
}
/*+++++++++++++++++++++++++++++++++++++++++*/
/*definizione testate box*/
.boxWrapper{
   position: relative;
   float: left;
   left: 0%;
   width: 100%
}
.boxInit{
   position: relative;
   float: left;
   left: 0%;
   background-repeat: no-repeat
}  
.boxTitle{
   heigth: 30px;
   padding-top: 7px
}
.boxTitle h3{
	margin: 0px 0px 0px 0px
}
.boxLoader{
   position: relative;
   float: right;
   right: 0%;
   width: 15%;
   text-align: right
}
/*+++++++++++++++++++++++++++++++++++++++++*/
/*definizione layout contenuti box*/
.boxUniqueContent{
	position: relative;
	height: auto
}
.boxTopContent{
	position: relative;
	height: auto;
	width: 97%;
}
.boxBottomContent{
	position: relative;
	height: auto;
	bottom: 0px
}
.contentBreaker{
	width: 100%;
	overflow: hidden;
	background-color: #FFFFFF
}
/*+++++++++++++++++++++++++++++++++++++++++*/
/*definizione stili testo*/
.footerText{
	margin-top: 0.5%;
	line-height: 80%
}
/*+++++++++++++++++++++++++++++++++++++++++*/
.article{
text-align: justify;
}
.imgright{
float: right;
margin-left: 1%;
margin-top: 1%;
margin-bottom: 2%
}
.imgleft{
float: left;
margin-right: 1%;
margin-top: 1%;
margin-bottom: 2%
}
img{
	border-style: solid;
	border-width: 1px;
}
