body{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: #34424F url(../img/sfondo-left.png) repeat-y top left;
	position: relative;
	height: 100%;
}

img{
	border: 0px;
}

/* HEADER */

#mainHeader{
	height:85px;
	background-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1B8B8;
	position:relative;
}

#mainHeader #mainLogo{
	width:230px;
	height:80px;
}

#mainHeader #mainLogo img{

}

#mainHeader #changeLanguage{
	position:absolute;
	top:10px;
	right:10px;
	color:#FFF;
}

#mainHeader #buttonAccessFunction{
	position:absolute;
	bottom:10px;
	right:10px;
}

#mainHeader #buttonAccessFunction .buttonLogin{
	margin-right: 10px;
}

/* FOOTER */

#footer{
	height:50px;
	width:100%;
	border-top:1px solid #FFFFFF;
	overflow:hidden;
	font-size:10px;
	background-color: #000;
	position: fixed;
	bottom: 0px;
	z-index: 100;
}

#footer #footer_aboutLink{
	float:left;
}

#footer #footer_aboutLink #footer_aboutLink_content{
	margin:10px 0px 0px 10px;	
}

#footer #footer_aboutLink #footer_aboutLink_content a:link,
#footer #footer_aboutLink #footer_aboutLink_content a:visited{
	color:#FFFFFF;
	font-weight:bold;
	font-size:10px;
	text-transform: uppercase;
}

#footer #footer_aboutLink #footer_aboutLink_content a:hover{
	color:#007792;
	font-weight:bold;
	font-size:10px;
	text-transform: uppercase;
}

#footer #footer_copyright{
	float:right;
}

#footer #footer_copyright #footer_copyright_content{
	margin:10px 10px 0px 0px;
	color:#FFF;
	font-weight:bold;
}

/* GLOBAL CONTENT */

#globalContent{
	min-height: 450px;
	height: auto !important;
	height: 450px;
}

/* STILI VARI (Button, form, error field etc..) */

.padding0_10{
	padding:0px 10px;
}

.padding10_0{
	padding:10px 0px;
}

.hide{
	color: #34424F;
}

.requiredOnField{
	width: 10px;
	height: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fd0100;
}

.errorOnField{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFF42;
}

.widthField{
	width:180px;
}

.required {
	color: #FF0000;
	font-size:10px;
}

.textAlignRight{
	text-align:right;
}

.buttonStyle[disabled] {

}
.buttonStyle[disabled]:hover{

}
.buttonStyle{
 cursor: pointer;

}
.buttonStyle:hover{
 cursor: pointer;
}
.buttonStyleLink{
	color:#007792;
	font-size:12px;
	cursor:pointer;
	text-decoration: underline;
	background-color: transparent;
	font-weight:bold;
	border:0px none #FFF;
}
.buttonStyleLink:hover{
	color:#FFFFFF;
	font-size:12px;
	cursor:pointer;
	text-decoration: none;
	background-color: transparent;
	font-weight:bold;
	border:0px none #FFF;
}
a{
	color:#007792;
	text-decoration: underline;
}
a:hover{
	color:#FFFFFF;
	text-decoration: none;
}
.message {
	padding: 5px;
	list-style: none;
	border: 0;
	background: none;
	padding: 0;
	color: #FFF;
	margin: 5px 0 8px 0;
	font-size: 12px;
}

.message li {
	background: no-repeat left center;
	padding-top: 1px;
	padding-left: 20px;
	margin-left: 3px;
}

.message li.infomsg {
	color: #F2D927;
}

.message li.errormsg {
	background-image: url(../img/msgerror.png);
	color:#FFFF42;
	font-size:11px;
}

.message li.warnmsg {
	background-image: url(../img/msgwarn.png);
}

.messageCart {
	padding: 5px;
	list-style: none;
	border: 0;
	background: none;
	padding: 0;
	margin: 5px 0 8px 0;
	font-size: 12px;
}
.messageCart li.infomsg {
	color: #AA0000;
}

b{
	color:#5298CB;
}

form{
	margin:0px;
	padding:0px;
}

/* DIMENSIONI IMMAGINI */

.dimLogo{
	width: 230px;
	height: 80px;
}
.dimKey{
	width: 112px;
	height: 105px;
}
.dimButton{
	width: 28px;
	height: 31px;
}

/* STILE PER IL RICH CALENDAR */
.rich-calendar-exterior{
	color:#000
}
.rich-calendar-popup{
	color:#000;
}


.rich-mpnl-mask-div
{
   background-color:#000;
   opacity: 0.4;
}


.rich-mpnl-content
{
	border: 10px solid #F00;
}

.dr-mpnl-pnl
{
	border: none;
	background: none;
}

.dr-mpnl-pnl-b
{
	padding:2px;	
}


/* STILE PER TESTI */
.textBold_1{
	font-weight: bold;
	color: #000;
	font-size: 12px;
}

.textBold_2{
	font-weight: 800;
	color: #000;
	font-size: 14px;
}

.totranslateicon{
	border: 0px;
	height: 9px;
	width: 9px;
}
