/* 
Shorr Kan web project
30/03/2005 
FC
*/

td
{
	font:95% arial,helvetica,sans-serif; 
   color:#333;
}

p
{
	/*text-align: left;*/
}



a:link, a:visited
{
	color:#1F61A4;
	text-decoration: none;

}

a:hover
{
	color:#1F61A4;
	text-decoration: underline;

}

.title { 
 font:135% arial,helvetica,sans-serif;
 font-weight:bold;
 text-align: left;
 margin:0px;
}

.title1 { 
 font:100% arial,helvetica,sans-serif;
 font-weight:bold;
}

.uno { 
 font:130% arial,helvetica,sans-serif;
 font-weight:bold; 
 margin:0px;

}


.txtSmall { 
 font:0.9em arial,helvetica,sans-serif;
 }

.txtxxSmall { 
 font:0.85em arial,helvetica,sans-serif;
 }

 .red
 {
 	color:red;
 }
 
 
 
.intro { 
 margin-top:10px;
 margin-right:10px;
 width: 99%;
 text-align: left;
 font:95% arial,helvetica,sans-serif;
 background-color: #F4F4F4;
 padding:5px;
}

.titoloSezione
 {
 	background-color: #98D900;
	color:white;
	font-weight: bold;
	padding-left:2px;
	margin-bottom:2px;
 }

 
.titoloCollateralSK
{
	background-color: #333;
	color:white;
	font-weight: bold;
	font-size:90%;
	padding-left:2px;
	margin-bottom:0px;
}


.titoloCollateralWP
{
	background-color: #98D900;
	color:white;
	font-weight: bold;
	font-size:90%;
	padding-left:2px;
	margin-bottom:0px;
}

.titoloCollateralDS
{
	background-color: #1F61A4;
	color:white;
	font-weight: bold;
	font-size:90%;
	padding-left:2px;
	margin-bottom:0px;
}

.titoloCollateralDM
{
	background-color: #f60;
	color:white;
	font-weight: bold;
	font-size:90%;
	padding-left:2px;
	margin-bottom:0px;
}

.collateral
{
	color:#333;
	font-size:85%;
	margin-top:5px;
	margin-left:1px;
}

.titoloClientiWP, a.titoloClientiWP:link, a.titoloClientiWP:visited
{
	/*background-color: #98D900;*/
	color:white;
	font-weight: bold;
	font-size:90%;
	padding-left:2px;
	margin-bottom:0px;
	text-decoration: none;
}

.titoloClientiDS, a.titoloClientiDS:link, a.titoloClientiDS:visited
{
	background-color: #1F61A4;
	color:white;
	font-weight: bold;
	font-size:90%;
	padding-left:2px;
	margin-bottom:0px;
	text-decoration: none;
}

.titoloClientiDM, a.titoloClientiDM:link, a.titoloClientiDM:visited 
{
	background-color: #f60;
	color:white;
	font-weight: bold;
	font-size:90%;
	padding-left:2px;
	margin-bottom:0px;
	text-decoration: none;
}

.clienti
{
	color:#333;
	font-size:75%;
	margin-top:5px;
	margin-left:1px;
}


/* gestione link */

a.lk1:link, a.lk1:visited
{
	color:#333;
	text-decoration: none;
}

a.lk1:hover
{
	color:#000;
	text-decoration: none;
}

a.lk2:link, a.lk2:visited
{
	color:#666;
	text-decoration: none;
}

a.lk2:hover
{
	color:#333;
	text-decoration: none;
}

a.lk3:link, a.lk3:visited
{
	color:#1F61A4;
	text-decoration: none;
	font-size: 12px;

}

a.lk3:hover
{
	color:#1F61A4;
	text-decoration: underline;
	font-size: 12px;

}


a.path:link, a.path:visited
{
	color:#333;
	text-decoration: none;
}

a.path:hover
{
	color:#1F61A4;
	text-decoration: none;
}


.input, textarea
{
	BACKGROUND-COLOR: #f7f7f7; 
	BORDER-BOTTOM:  1px outset #ccc; 
	BORDER-LEFT: 1px outset #ccc; 
	BORDER-RIGHT:  1px outset #ccc; 
	BORDER-TOP: 1px outset #ccc; 
	COLOR: #333; 
	CURSOR: text; 
	FONT: 11px/11px  "Arial", "helvetica", "sans-serif";
	PADDING-LEFT: 2px; 
	PADDING-RIGHT: 2px; 
	TEXT-ALIGN: left; 
	TEXT-INDENT: 0px; 
	
}	

 #space
{ 
		min-height: 250px;
	   height: auto !important;
	   height: 250px;
}

/* elementi visibili solo in modalità onlyTxt*/

#logoTxt { display:none }
#txt { display:none } 


hr { display:none }


/* lista settori */
	#navlist
	{
	margin-top: 10px;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	}

	#navlist li 
	{
	padding-left: 15px;
	padding-top: 1px;
	background-image: url(../img/bullet_1.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	}

	#current1
	{ 
	color:#333;
	font-weight: bold;
	
	}
	
	/* menu di secondo livello */
	
	#navlist2
   {
   padding-left: 0;
   margin-left: 2;
   margin-top:0px;
	width: 188px;
   }
	
	

   #navlist2 li
   {
   list-style: none;
   margin: 0;
   padding: 0.25em; 
   border-bottom: 1px solid #ccc;
   }
	

   #navlist2 li a
	{ 
	text-decoration: none;
	/*font:90% arial,helvetica,sans-serif;*/
	}

	#navlist2 li a:hover
	{ 
	color:#333;
	text-decoration: none;
	/*font:90% arial,helvetica,sans-serif;*/
	}

   #current2
	{ 
	color:#333;
	font-weight: bold;
	}
	
	/* lista semplice   */
	#navlist3
	{
	margin-top: 5px;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	
	}

	#navlist3 li 
	{
	padding-left: 10px;
	background-image: url(../img/bullet_2.gif);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	}

	#navlist3 li a
	{ 
	color:#333;
	font:90% arial,helvetica,sans-serif;
	}
	
	
	
	/* menu di terzo livello sulla spalla destra */
	#navlist4
	{
	margin-top: 0px;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	font:85% arial;
	}

	#navlist4 li 
	{
	padding-left: 15px;
	background-image: url(../img/bullet_1.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	}

	#current4
	{ 
	color:#333;
	font-weight: bold;
	}
	
	
	/* lista clienti */
	
	#navlist5
	{
	margin-top: -15px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding-left: 0;
	list-style: none;
	font:85% arial;
	}

	#navlist5 li 
	{
	margin:0px;
	padding-left: 10px;
	background-image: url(../img/bullet_3.gif);
	background-repeat: no-repeat;
	background-position: 0 .7em;
	}

	 #navlist5 li a
	{ 
	text-decoration: none;
	color:#333;
	
	}

	#navlist5 li a:hover
	{ 
	color:#1F61A4;
	text-decoration: underline;
	
	}
	
	
	
		#navlist6
	{
	margin-top: -15px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding-left: 0;
	list-style: none;
	font:100% arial;
	}

	#navlist6 li 
	{
	margin:0px;
	padding-left: 10px;
	background-image: url(../img/bullet_3.gif);
	background-repeat: no-repeat;
	background-position: 0 .7em;
	}

	 #navlist6 li a
	{ 
	text-decoration: none;
	color:#333;
	
	}

	#navlist6 li a:hover
	{ 
	color:#1F61A4;
	text-decoration: underline;
	
	}

	
	
	
	
	/* gestisce il path root*/
	#path
	{ 
	color:#333;
	font:80% arial,helvetica,sans-serif;
	text-align: left;
	height: 20px;
	}

	