/* CSS Document  */

   div.general
   {
    font-family: Verdana;
	font-size: 90%;
	/*margin: 20px;*/
   }
    

  div.tabs
{
    position:relative;
	  margin:0px 0px 0px 0px;
	/*width: 500px; */
    padding:0px 0px 0px 0px;
    outline: 0 none;
    height:35px;
    /*width:100%;
    background-color:#FAFBFB; */
}


/*-------------stile 1-----------------*/
  .tab_1
{     
  padding:14px 0px 10px 0px;
  line-height:16px;
  white-space:nowrap;
	text-align: center;
	text-decoration: none;
	color: #727272;
	font:10px Verdana;
  font-weight:bold;
	background-color:#FAFBFB;
	border-right: 1px solid #E3E5EC;
/*	border-left: 1px solid #E3E5EC;  */
	border-bottom: 1px solid #E3E5EC;
	margin:0px 0px 0px 0px;
  /*width:24.8%; */
  float:left;

}

 .tab_active_1
 {
  padding:14px 0px 10px 0px;
  line-height:16px;
  white-space:nowrap;
	text-align: center;
	text-decoration: none; 
  color: #0B6DC5  ;
	font:10px Verdana;
  font-weight:bold;
	background-color: white;
	border-right: 1px solid #E3E5EC;
/*	border-left: 1px solid #E3E5EC; */
	border-bottom-color: white;        
	border-bottom:hiden;
	margin:0px 0px 0px 0px;
  /*width:24.8%;  */
  float:left;
 }
 
  .tab_mouseover_1
 {
  padding:14px 0px 10px 0px;
  line-height:16px;
  white-space:nowrap;  
	text-align: center;
	text-decoration: none; 
  color: #0B6DC5  ;
	font:10px Verdana;
  font-weight:bold;
	background-color: white;
	border-right: 1px solid #E3E5EC; 
/*	border-left: 1px solid #E3E5EC; */
	border-bottom: 1px solid #E3E5EC;

	margin:0px 0px 0px 0px;
	cursor:pointer;
  /*width:24.8%; */
  float:left;
 }
 
  div.tab-panes_1
{
  height:588px;

	z-index:-1;
	outline: 0 none;
}
 
  div.Help
 {
	border-right: 1px solid white; 
 }

  div.Aide
 {
	border-right: 1px solid white; 
 }