/* General Links */
a:link { text-decoration : none; color : #3366cc; border: 0px;}
a:active { text-decoration : underline; color : #3366cc; border: 0px;}
a:visited { text-decoration : none; color : #3366cc; border: 0px;}
a:hover { text-decoration : underline; color : #ff5a00; border: 0px;}
img { padding: 0px; margin: 0px; border: none;}

body {
	margin : 0 auto;
	font-family: 'Verdana';
	color: #40454b;
	font-size: 12px;
}
#header {
	background-image:url(img/fondogiallo.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
	height:26px;
	padding:0pt 0pt 0pt 100px;
	position:relative;
	width:auto;
}
.clr {
    clear: both;
}
div#infobox {  
    width: 600px;
	min-height: 20px;
	height: auto !important;
	height: 20px;
    margin: 10px 15px 15px 10px;
    padding: 2px 30px 2px 5px;
    border: 1px solid #B5CBDD; 
	background-color: #DCE9EF;
	line-height: 1.6em;  
	text-align:center;
} 
div#infobox2 {  
    width: 600px;
	min-height: 20px;
	height: auto !important;
	height: 20px;
    margin: 10px 15px 15px 10px;
    padding: 2px 30px 2px 5px;
    border:1px solid #FFD700;
	background-color:#FFFFDD;
	line-height: 1.6em;  
	text-align:center;
} 
span.num {  
    color: #CC0000; 
	font-weight: bold;   
} 

div.ok {  
  	font-size: 80%; 
    width: 600px;
    height: 20px;
    margin: 4px;
    padding: 2px 30px 2px 5px;
    border: 1px solid #B5CBDD; 
    /*
	background: url('img/ok.png');
    background-position: 98% 50%;
    background-repeat: no-repeat;
	*/
	line-height: 1.5em;    
} 
div.fail {  
  	font-size: 80%; 
    width: 600px;
    height: 20px;
    margin: 4px;
    padding: 2px 30px 2px 5px;
    border: 1px solid #FF0000; 
	/*
    background: url('img/fail.png');
    background-position: 98% 50%;
    background-repeat: no-repeat;	
	*/
	line-height: 1.5em;  
} 

img.percentImage {
 background: white url(img/percentImage_back.png) top left no-repeat;
 padding: 0;
 margin: 5px 0 0 0;
 background-position: 1px 0;
}	


/* tabs */
#main ul.subsection_tabs {
	list-style:none;
	margin:0;
	padding:0;
	clear:both;
	border-bottom:1px solid #ccc;
	height:20px;
	clear:both;
}

#main ul.subsection_tabs li {
	float:left;
	margin-right:7px;
	text-align:center;
}

#main ul.subsection_tabs li a {
	display:block;
	height:20px;
	padding:0 6px 0 6px;
	background-color:#fff;
	color:#666;
	width:80px;
}

#main ul.subsection_tabs li a:hover {
	color:#666;
}

#main ul.subsection_tabs li a.active {
	background-color:#ddd;
}

#main ul.register_tabs {
	border-bottom:none;
}

#main ul.register_tabs li a.active {
	background-color:#6d7a81;
	color:#fff;
}

div#aziende {  
    width: 600px;
    margin: 15px;
    padding: 10px;
    border: 1px solid #B5CBDD; 
	background-color: #DCE9EF;
	line-height: 1.6em;  
} 
ul.panelmenu li {
    float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
ul.panelmenu li a.link-panelmenu {
    font-weight: bold;
	background-image:url(./img/fondogiallo.gif);
	background-position:0pt -4px;
	background-repeat:repeat-x;
	border:1px solid #999999;
	color:#5A5A43;
	font-size:11px;
	font-weight:normal;
	width:100px;
	padding:2px;
	margin:2px;
	text-align:center;
	text-decoration:none;
	display: block;
}
ul.panelmenu li.invia a.link-panelmenu {
	background-image:none;
	background-color: #DCE9EF;
    border: 1px solid #B5CBDD;
	color:#333333;
	width:210px;	
}

ul.panelmenu li a.link-panelmenu:hover {
	background-image:url(./img/sfondo_linkpanel.jpg);
	border:1px solid #FF6600;
	color:#FFFFFF;
}
ul.panelmenu li.invia a.link-panelmenu:hover {
	background-image:none;
	background-color: #DCE9EF;
    border: 1px solid #6392B8;
	color:#333333;
}
/* login */
#loginbox{
	background-color:#ECECEC;
	border:1px solid #CCCCCC;
    padding: 15px 10px 10px 10px;
	width:300px;
	min-height: 90px;
	height: auto !important;
	height: 90px;
	color: #333333;
	font-size: 12px;
	text-align:center;
	position: absolute;
	left: 50%;
	top: 25%;
	margin-top: -25px; 
	margin-left: -150px; 
}
dl {
	margin: 0; padding: 0;
}

dt {
	float: left;
	clear: left;
	text-align: right;
	margin: 5px 10px 0 0;
	width: 100px;
	font-size: 11px;
	font-weight: bold;
}

dd {
	margin-bottom: 5px;
	font-size: 11px;
}
input {
	width:140px;
}
.button {
    margin-top: 7px;
    margin-bottom: 0px;
	width:100px;
}
.centered{
	text-align:center;
}
#back2site {
	width:300px;
	text-align : center;
	margin:10px;
	padding:3px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -50px; 
	margin-left: -150px; 
}