
/* Link e Tag A */
#tab a:link, #tab a:visited {
	text-decoration: none;
	color: #566C44;
	/*font-weight:normal;*/
}	

#tab a:hover, #tab a:active {
	text-decoration: underline;
	color: #566C44;
	background: #E1F2AC;
}
/* tab cerca ------------------*/
#tab {
	width:470px;
	background: #fff;
	margin:10px 0 0;
	padding: 0;
	font-size:90%;
	}
#tab ul {
	list-style-type: none;
	margin: 0;
	padding:3px 15px 0;
	color:#666;
	}
#tab li {
	margin: 0;
	float: left;
	padding: 0;	
	}
#tab a {
	 display:block;
    width:68px;
    text-align:center;
    padding:5px 0px 4px;
    background: #ffe;
    margin-left:5px;
	float:left; /*vedi Commented Backslash Hack */
	}
/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
  #tab a {float:none;}
  /* End IE5-Mac hack */

#tab a:hover {
	background: #f4f4f2;	
	}
#tab #pgli a {
    width:80px;
    }
#tab #pgli a:hover {
    background:#FFDE18;
    }
    
#tab #pbli a {
   width:90px;
    }
#tab #pbli a:hover {
   background:#9CF;
    }
#tab #tcli a:hover {
   background:#FDB;
    }
  
li#cer {
	/*line-height: 14px;*/
	margin: 3px 2px 0 3px;
	padding: 1px 5px 1px 10px;
	}
	
	
#tab .wb a, #tab .im a, #tab .vd a, #tab .mu a, #tab .sp a, #tab .pg a, #tab .pb a, #tab .tc a {
	background: #f4f4f2;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
    
#tab .pg a {
    background:#FFDE18;	 
    }
    
#tab .pb a {
    background:#99CCFF;
    }
#tab .tc a {
    background:#FFD2B4;
    }
#wbdiv, #imdiv, #vddiv, #mudiv, #spdiv, #pgdiv, #pbdiv, #tcdiv {
	display:none;
	}
				
#pgdiv {
	background: #FFDE18;
	}	
#pbdiv {
	background: #9CF;
	}
#tcdiv {
	background: #FDB;
	}
	
/* cerca ----------------------*/		
.cerca {
	background: #f4f4f2;
	margin: 0 0 3px 0;
	padding: 0 0 3px;
	width: 480px;
	height: 50px;
	clear: left;
}
	
.cerca ul {
	margin:0;
	padding: 3px 3px 0;
	color:#000;
	list-style: none;
	font-size:90%;	
	}
.cerca li {
	margin:0 3px 0 0;
	padding: 0;
	font-size: xx-small;
	display: inline;
	}
.cerca form {
	margin:0;
	padding: 0;
	}
.cerca label {
	color:#000;
	font-weight: normal;
	font-size: xx-small;
	margin-right:3px;
	}
.cerca input {
	margin:0;
	padding: 2px;
	border:1px solid #A5ACB2;
	font-size: 100%;
	}
.cerca input.puls {
	margin:0;
	padding: 1px 4px 2px;
	border:1px solid #003C74;
	background: url(/imgs/bg_cerca.gif) repeat-x;
	font-size: x-small;
	}
.cerca input.puls:focus {
    background: #CCE974;
    }
.cerca input.puls:hover {
    background: #CCE974;
    }
.cerca input.puls:active {
    background: #80AA00;
    }
