/*TAG HTML*/
html
{
	height:100%;
}
body
{
	width:100%;
	height:100%;
	font-size:11px;
	margin:0px;
	padding:0px;
	font-family:Verdana,Arial,Sans-Serif;
	background-color:#fff;
	background-image:url(../images/sxBkg.gif);
	background-repeat:repeat-y;
}
p
{
	margin:0px;
}
input
{
	font-family:Verdana,Arial,Sans-Serif;
	font-size:11px;
}
textarea
{
	font-family:Verdana,Arial,Sans-Serif;
	font-size:11px;
}
button
{
	font-family:Verdana,Arial,Sans-Serif;
	font-size:11px;
}

/*DIV */
div#mainContainer
{
	width:100%;
	height:100%;
	min-height:100%;
	padding:0;
	margin:0;
}
div#contenitoreDati
{
	width:100%;
	margin:0px;	
	height:75%;
}
div#menuSezione
{
	float: left; 
	width: 220px; 
	height:100%;
	display:block;
	border-right:dotted 1px #ccc;
	margin-top:10px;
}
div#dati
{
	float:left;
	height:100%;
	padding-left:10px;
	display:block;
	/*togliere widht per intera larghezza monitor*/
	max-width:686px;
	line-height:150%;
}
div#boxSezione
{
	left: 314px; 
	position: absolute; 
	top: 150px;
	
	
}
div#divLoginName
{
	font-size:11px;	
	color:#000;
	min-height:22px;
	color:Gray;
	text-decoration:none;
	left: 650px; 
	position: absolute;
    top: 150px;
    line-height:1.8em;
    padding:0px 0px 0px 4px;
    min-width:340px;
}
/*Classes*/
.topMenu
{
	float: left;
	margin-right:7px;
	width:74px;
	text-align:center;
	border-right:solid 1px #ccc;
}
.topMenu a
{
	color:#6b6b6b;
	text-decoration:none;
	font-size:10px;	
}
.headerQualita
{
	width:100%;
	height:179px;
	margin:0px;
	padding:0px;
	background-image:url(../Images/headQualitaBkg.gif);
	background-repeat:repeat-x;
	clear:both;
}
.headQualitaImage
{
	height:100%;
	width:100%;
	background-image:url(../Images/headQualita.jpg);
	background-repeat:no-repeat;
	display:block;
}
.headerAzienda
{
	width:100%;
	height:179px;
	margin:0px;
	padding:0px;
	background-image:url(../Images/headAziendaBkg.gif);
	background-repeat:repeat-x;
	clear:both;
}
.headAziendaImage
{
	height:100%;
	width:100%;
	background-image:url(../Images/headAzienda.jpg);
	background-repeat:no-repeat;
	display:block;
}
.headerInfo
{
	width:100%;
	height:179px;
	margin:0px;
	padding:0px;
	background-image:url(../Images/headInfoBkg.gif);
	background-repeat:repeat-x;
	clear:both;
}
.headInfoImage
{
	height:100%;
	width:100%;
	background-image:url(../Images/HeadInfo.jpg);
	background-repeat:no-repeat;
	display:block;
}
.headerServizi
{
	width:100%;
	height:179px;
	margin:0px;
	padding:0px;
	background-image:url(../Images/headServiziBkg.gif);
	background-repeat:repeat-x;
	clear:both;
}
.headServiziImage
{
	height:100%;
	width:100%;
	background-image:url(../Images/HeadServizi.jpg);
	background-repeat:no-repeat;
	display:block;
}
.headerJob
{
	width:100%;
	height:179px;
	margin:0px;
	padding:0px;
	background-image:url(../Images/headJobBkg.gif);
	background-repeat:repeat-x;
	clear:both;
}
.headJobImage
{
	height:100%;
	width:100%;
	background-image:url(../Images/HeadJob.jpg);
	background-repeat:no-repeat;
	display:block;
}
.headerTarget
{
	width:100%;
	height:179px;
	margin:0px;
	padding:0px;
	background-image:url(../Images/headTargetBkg.gif);
	background-repeat:repeat-x;
	clear:both;
}
.headTargetImage
{
	height:100%;
	width:100%;
	background-image:url(../Images/HeadTarget.jpg);
	background-repeat:no-repeat;
	display:block;
}
.titoloMenu
{
	font-size:12px;
	font-weight:bold;
}
.titoloSezione
{
	font-size:13px;
	font-weight:bold;
	margin:8px 0px 8px 0px;
}
.sxMenuContainer
{
	width: 100%;
	margin:4px 0px 4px 0px;	
}
.sxImg
{
	background-image:url(../Images/headQualitaSxBkg.gif);
}
.sxGrafica
{
	background-color:#dedede;
	border-right:solid 2px #bebdbb;
	border-bottom:solid 2px #bebdbb;	
}
.error
{
	color:Red;	
}
.infoColor
{
	color:#644277;	
}
.aziendaColor
{
	color:#91c33e;	
}
.serviziColor
{
	color:#eaae4e;	
}
.qualitaColor
{
	color:#0070ba;	
}
.lavoroColor
{
	color:#ee365b;	
}
.targetColor
{
	color:#bfcad1;
}
.boxJobStart
{
	margin-bottom:12px;
	font-weight:bold;	
}
.formInviodatiJobs
{
	width:100%;
	clear:both;
	margin-top:2px;
	font-size:11px;
}
h4
{
	font-size:13px;	
}
/*Pseudo classes*/
a.SxMenu:link, a.SxMenu:visited {
	display: block;
	background-image:url(../images/hypSxBkg.gif);
	background-repeat:no-repeat;
	background-position:left;
	text-decoration: none;
	font-size:11px;
	color:#000;
	padding-left:15px;
	min-height:16px;
}

a.SxMenu:hover,a.SxMenu:active 
{
	background-image:url(../images/hypSxBkgOrange.gif);
}
