/****************************/

td.left-row 
{ 
	background:#fff; /* BACKGROUND DELLA BARRA SINISTRA */
	border-right:1px dotted #dde;
	border-left:1px solid #73A5C0;  
}
		
table.menuwrap 
{ 
	background:#EFFAFF; /* BACKGROUND DEI BOX DELLA BARRA SINISTRA */
	border-top:1px solid #73A5C0;
}

.left-row table tr th 
{ 
	background:#C9DEE9 url('../img/bg-white60.png') no-repeat top; /* BACKGROUND TITOLI MENU */
	padding:5px;
	border-top:1px solid #EFFAFF;
	border-bottom:1px solid #73A5C0;
	border-right:1px solid #ccd; 
	font-size:12px;
	color:#000;
	text-align:left; 
}

th { behavior: url('../img/iepngfix.htc'); }
		
table.menu tr td 
{ 
	background:#EFFAFF;
	border-bottom:1px dotted #dde; /* COLORE BORDO RIGA */
	padding:3px;
	color:#ffffff; /* COLORE FRECCINE MENU */ 
}


table.menu { border-bottom:1px solid #73A5C0;padding-bottom:10px; }
table.menu label, table.menu input, table.menu select {
	padding:2px;
	font-size:9px;
	color:#000;
}
.menu table tr td { border:0; }

/*** HYPERLINKS COL SX ***/
table.menu a, table.menu a:link,
table.menu a:visited, table.menu a:active,
table.menu a:hover 
{ 
	font-size:11px;
}	

/******************************************/
	td.center-row { border-bottom:1px solid #73A5C0; }
		
		table.search tr th { background:rgb(116, 173, 27) url('../img/bg-white60.png') no-repeat top; }
		table.search tr td { background:rgb(213, 239, 209); }
		
		table.orange { background:rgb(255, 224, 143);padding-bottom:10px;border-top:1px solid #fff; }
		table.orange tr th { background:rgb(255, 112, 0) url('../img/bg-white60.png') no-repeat top; }
		table.orange tr td {  }
			table.orange tr td 
			{ 
				border-top:1px solid rgb(255, 238, 191);
				padding:2px;
				padding-left:5px;
				color:rgb(255, 149, 0); 
			}
			table.orange a, table.orange a:link,
			table.orange a:visited, table.orange a:active,
			table.orange a:hover 
			{ 
				padding:3px;
				padding-left:15px;
				font-size:11px;
				color:#444;
			}
		
	table.contents 
	{ 
		background:url('../img/content-bg.jpg') repeat-x;
		margin:0 1px;
		padding:3px;
		border-top:1px solid #fff;
		font-size:12px;
	}
	
/***********************************************/
	
td.right-row 
{ 
	background:#fff; /* BACKGROUND DELLA BARRA DESTRA */
	border-left:1px dotted #dde;
	border-right:1px solid #73A5C0;
	border-bottom:1px solid #73A5C0; 	
	color:#000000; /* COLORE TESTO COLONNA DESTRA */
}

.right-row table tr th 
{ 
	background:#C9DEE9 url('../img/bg-white60.png') repeat-x top; /* BACKGROUND TITOLI MENU */
	padding:5px;
	border-top:1px solid #73A5C0;
	border-left:1px solid #ccd; 
	font-size:12px;
	color:#000000; /* COLORE TESTO TITOLI COLONNA DESTRA */
	text-align:left; 	
}

table.excerpt 
{ 
	background-color:rgb(221, 190, 126); /* SFONDO BOX COLONNA DESTRA */
	border-bottom:1px solid #ddbe7e; 
}

table.excerpt tr td 
{
	padding:2px;
	border-top:1px solid #ffffff; /* BORDO SUPERIORE DI OGNI RIGA DEL BOX */
	border-bottom:1px solid #ddbe7e; /* BORDO INFERIORE DI OGNI RIGA DEL BOX */
}

/***********************************************/		

table.excerpt img 
{
	background:#fff;
	border:1px solid #000;
	margin:3px;
}

.box-otherlinks tr td {
	padding:3px;
	border-bottom:1px dotted #dcc;
}
.box-otherlinks img {
	display:box;
	float:left;
	margin:0 1px;
	border:1px solid #dcc;
	padding:0;
}

.box-googleads-cx {
	float:right;	
}
.box-googleads-cx img {
	border:0;
	padding:0;
}

#box-contents {}

