/* Tag */
body {
	font-family: tahoma;
	font-size: 9px;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	color: #050706;
}

table {
	font-family: tahoma;
	font-size: 9px;
}

table thead td {
	font-weight:bold;
	cursor:pointer;
}

a {
	color: #BB2F00;

}

h2 {
	color: #FD6C33;
	text-transform: uppercase;
	font-weight: bold;
}


input, textarea, select, radio, checkbox {
	font-family: Tahoma, Verdana;
	font-size: 10px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #000000;
	color: #000000;
	padding-left: 0px;
	padding-right: 0px;

}


/* Fine Tag */

.layout{
	width: 900px;
}

.ricerca {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #000000;
	text-align: justify;
	margin: 4px;

}

.norm2 {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #000000;
	text-align: justify;
}

.articoli_visti {
	font-size: 9px;
}

.footer_text {
	font-family: Tahoma, Verdana;
	font-size: 9px;
	color: #FFFFFF;
	text-align: justify;
}

.panel {
	background-image: url(../images/panel.gif);
	background-position:left top; 
	background-repeat:repeat-y;
}

.center {
	background-image: url(../images/center.gif);
	background-position:left top; 
	background-repeat:repeat-y;
}


.height100 {
	height: 100%;
}

.sx {
	background-image: url(../images/bg1.jpg);
	background-position:right top; 
	background-repeat:repeat-y;
}

.dx {
	background-image: url(../images/bg2.jpg);
	background-position:left top; 
	background-repeat:repeat-y;
}

.footer {
	background-image: url(../images/trat.gif);
	background-position:left top; 
	background-repeat:repeat-x;
}

.odd {
	background-color: #F6F8F8;
}

.even {
	background-color: #ECF0F0;
}

.gratis {
	color: #0066CC;
}

.margin {
	margin-left: 12px;
 
}

.highlight {
    color: #2E769C;
	font-weight: bold;
	text-decoration: underline;
}

.titolo {
	color: #FD6C33;
	text-transform: uppercase;
	font-weight: bold;

}

.articoli {
	font-size: 11px;
	vertical-align:top; 
	padding:4px; 
	background-color:#FFEBE4; 
	background-image:url(../images/back_articoli.gif); 
	background-position:bottom; 	
	background-repeat: no-repeat;

}

#msg {
	color: #FF0000;
	font-size: 11px;
	text-align: center;
}

#msg_login {
	position: absolute;
	top: 215px;
	right: 360px;
	background-image:url(../images/errore.jpg); 
	width:154px; 
	height:70px;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
}

/* Fine Layout della pagina */


