.nobr{
	white-space: nowrap;
}	

body, table{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px; 
}

body{
	background: #cccccc;
	/*background-image: url(../layout/sfondo.gif); */
	/* background-attachment: fixed; */
	margin: 0px;
}

/* TABELLA PRINCIPALE - INIZIO */
table.site_wrapper{
	/*
	border-left: 1px solid #555555;
	border-right: 1px solid #555555;
	border-bottom: 1px solid #555555;
	margin-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	*/
	background: #ffffff;
}

td.site-shadow-sx{
	width: 10px;
	background: #cccccc;
	background-image: url(../layout/shadow_col_sx.jpg); 
}

td.site-shadow-dx{
	width: 10px;
	background: #cccccc;
	background-image: url(../layout/shadow_col_dx.jpg); 
}

td.site-shadow-corner-bottom-sx{
	width: 10px;
	background: #cccccc;
	background-image: url(../layout/shadow_corner_bottom_sx.gif); 
	background-repeat: no-repeat;
}

td.site-shadow-corner-bottom-dx{
	width: 10px;
	background: #cccccc;
	background-image: url(../layout/shadow_corner_bottom_dx.gif); 
	background-repeat: no-repeat;
}

td.site-shadow-bottom{
	width: 10px;
	background: #cccccc;
	background-image: url(../layout/shadow_bottom.gif); 
	background-repeat: repeat-x;
}

td.site-padding-sx{
	width: 12px;  
}

td.site-padding-dx{
	width: 12px;
}
/* TABELLA PRINCIPALE - FINE */

td.site-logo{
	padding-bottom: 2px;
	vertical-align: bottom;
}

table.index_col_cx_top_wrapper{
	border: 0px;
	width: 100%;
}

td.annuncio_container_left{
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	cursor: pointer;
}

td.annuncio_container_left:hover{
	background: #d2f8ac;
	border: 1px solid #407100;
}

td.annuncio_container_right{
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	cursor: pointer;
}

td.annuncio_container_right:hover{
	background: #d2f8ac;
	border: 1px solid #407100;
}

td.col_sx{
	border-right: 0px solid #006bb4; 
	vertical-align: top; 
	width: 228px;
	padding: 0px 5px 5px 0px;
}

td.col_cx{
	border-right: 0px solid #006bb4; 
	vertical-align: top;
	padding: 0px 5px 5px 5px;
}

td.col_dx{
	border: 0px; 
	vertical-align: top;
	padding: 0px 0px 5px 5px;
}

td.col_single{
	vertical-align: top;
	padding: 0px 5px 5px 5px;
}

h2{
	width: 100%;
}

form{
	margin: 0px;
	padding: 0px;
}

form td.field_label{
	text-align: right;
	font-variant: small-caps;
	text-transform: capitalize;	
}

form td.field_info{
	font-weight: bold;
	font-style: italic;
	font-style: oblique;
}

.search_form{
	border: 1px solid #407100;
	background: #d2f8ac;
}

.search_form select.fixed_width{
	width: 187px;
}

fieldset{
	border: 1px solid #86c348;
	margin: 0px 10px 10px 10px;
	padding: 5px 10px 0px 10px;
}

legend{
	border: 1px solid #86c348;
	padding: 5px;
	font-variant: small-caps;
	text-transform: capitalize;	
	font-weight: bold;
}

li {
	margin: 0px 0px 0px 15px;
}

a, a:visited{
	color: #407100;
}
a:hover{
	text-decoration: none;
	color: #5da104;
}

img{
	border: 0px;
}

img.user_logo{
	border: #86c348 1px solid;
	padding: 5px;
	margin-top: 2px;
	/* width: 90px; */
	/* height: 60px; */
}

img.annuncio_user_logo{
	/* border: #86c348 1px solid; */
	/* padding: 5px; */
	margin-top: 2px;
	/* width: 100px; */
	/* height: 60px; */
}

img.annuncio_foto_logo{
	border: #86c348 1px solid;
	padding: 5px;
	margin-top: 2px; 
	width: 80px;
	height: 60px;
}


.cursor_pointer{
	cursor: pointer;
}

img.annuncio_foto_thumb{
	cursor: pointer;
	border: #86c348 1px solid;
	padding: 5px;
	margin-top: 2px;
	width: 80px;
	height: 60px;
}

img.annuncio_mime_thumb{
	cursor: pointer;
	border: #86c348 1px solid;
	padding: 5px 15px 5px 15px;
	margin-top: 2px;
	width: 60px;
}

img.annuncio_foto_thumb_edit{
	cursor: pointer;
	margin-bottom: 3px;
	width: 205px;
}

img.annuncio_mime_thumb_edit{
	cursor: pointer;
}

div.annuncio_file_thumb_edit{
	border: #86c348 1px solid;
	padding: 5px;
	margin-top: 2px;
	width: 205px;
	text-align: center;
	/* height: 120px; */
}

input, select, textarea{
	/* border: 1px solid #885522; */
	/* background: #eacc99; */
	/* color: #663300; */
}

input.richiesto, select.richiesto, textarea.richiesto{
	background: #d2f8ac;
}

hr.divide{
	height: 1px;
	border-top: 1px solid #86c348;
	border-bottom: 0px;
	border-left: 0px dashed #dddddd;
	border-right: 0px dashed #dddddd;
	margin: 2px 0px 2px 0px;
	width: 100%;
}

tr.annuncio_wrapper_header{
	background: #B8DF87;
}

tr.annuncio_wrapper_pari{
	background: #E2FFC5;
	cursor: pointer;
}

tr.annuncio_wrapper_dispari{
	border: 1px solid #FF0000;
	background: #FFFFFF;
	cursor: pointer;
}

tr.annuncio_wrapper_dispari:hover, tr.annuncio_wrapper_pari:hover {
	background: #B8DF87;
}

.box_login{
	border: 1px solid #99bbff;
	background: #ffffff;
	padding: 3px;
	margin-right: 2px;
	margin-bottom: 2px;
	/*width: 245px !important;*/
}

.site_title{
	font-family: "Times New Roman", Times, serif;
	letter-spacing: -2px;
	font-size: 48px;
	font-weight: bold;
	color: #003399;
	text-decoration: underline;
	padding: 3px 2px 0px 0px;
	margin: 0px;
}
.site_subtitle{
	padding: 0px 3px 6px 0px;
	font-size: 15px;
	font-weight: normal;
	margin: 0px;
}
.section_header{
	padding: 4px 4px 0px 4px;
	margin: 0px;
}
.section_logo{
	margin-bottom: 8px;
}
.section_title{
	font-weight: bold;
	font-size: 14px;
	text-transform: capitalize;
	font-variant: small-caps;
	vertical-align: middle;
	padding: 0px 0px 0px 2px;
}
.section_control_panel{
	padding: 0px 10px 5px 5px;
	line-height: 22px;
	text-align: left;
}
.section_content{
	padding: 0px 10px 5px 5px;
	line-height: 18px;
	text-align: left;
}
.section_content_center{
	padding: 0px 10px 5px 5px;
	line-height: 18px;
	text-align: center;
}
.section_content_right{
	padding: 0px 10px 5px 5px;
	line-height: 18px;
	text-align: right;
}
.section_content h2{
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	display: inline;
	text-transform: capitalize;
	font-variant: small-caps;
}

.section_content h2.fake_link a, .section_content h2.fake_link a:visited, .section_content h2.fake_link a:hover{
	color: #000000;
	text-decoration: none;
}

.page_header_menu{
	text-align: center;
	text-transform: capitalize;
	font-variant: small-caps;
}
.page_header{
	padding-bottom: 5px;
	margin: 0px;
	font-weight: normal;
	font-size: 12px;	
}
.page_footer{
	padding: 5px 0px 5px 0px;
	text-align: center;
}

.align_left{
	text-align: left;
}

.align_center{
	text-align: center;
}

.align_right{
	text-align: right;
}

/* HOME PAGE - INIZIO */
.descrizione_mini {
	font-size: 10px;
}

/* HOME PAGE - FINE */


/* BOX CONTENITORE PER MSG DI NOTIFICA/ERRORE - INIZIO */
.box_msg_container{
	border-bottom: 3px solid #006bb4;	
}
/* BOX CONTENITORE PER MSG DI NOTIFICA/ERRORE - FINE */


/* FOOTER - BARRA MENU - INIZIO */
.footer_div_menu_container{
	font-weight: bold; 
	color: #000000;
	text-align: center; 
	height: 18px; 
	padding: 2px; 
	margin: 0px 0px 5px 0px; 
	border-top: 2px solid #86c348; 
	border-bottom: 2px solid #86c348; 
	/*background: #86c348; */
}
.footer_div_menu_container a, .footer_div_menu_container a:visited{
	padding: 2px; 
	/*border: 1px solid #6699ff; */
	/*color: #006bb4;*/
	text-decoration: none;
}
.footer_div_menu_container a:hover, .footer_div_menu_container a:active{
	padding: 2px; 
	/*border: 1px solid #000000; */
	/*background: #006bb4; 	*/
	color: #ff0000;
}
.footer_div_menu_container div{
	padding: 2px; 
}

/* FOOTER - BARRA MENU - FINE */

hr.cleaner{
	clear: both;
}

/* IMPOSTAZIONI PARTICOLARI DEI VARI CAMPI - INIZIO */
.field_value_prezzo{
	font-weight: bold; 
	color: #ff0000;
}

.field_label_hilight{
	font-weight: bold; 
	color: #ff0000;
}
/* IMPOSTAZIONI PARTICOLARI DEI VARI CAMPI - FINE */


/* PAGER - INIZIO */

span.pager_placeholder{
	color: #999999;
	border: 2px solid #dddddd;
	padding: 3px 5px 3px 5px;
	margin: 3px 0px 2px 0px;
	text-decoration: none;
	font-weight: bold;
}

a.pager_link{
	color: #999999;
	border: 2px solid #dddddd;
	padding: 3px 5px 3px 5px;
	margin: 3px 0px 2px 0px;
	text-decoration: none;
	font-weight: bold;
}

a.pager_link:hover{
	color: #407100;
	border: 2px solid #86c348;
	padding: 3px 5px 3px 5px;
	margin: 3px 0px 2px 0px;
	text-decoration: none;
	font-weight: bold;
}

a.pager_link_head, a.pager_link_tail{
	color: #999999;
	border: 2px solid #dddddd;
	padding: 3px 5px 3px 5px;
	margin: 3px 0px 2px 0px;
	text-decoration: none;
	font-weight: bold;
}

a.pager_link_head:hover, a.pager_link_tail:hover{
	color: #407100;
	border: 2px solid #407100;
	padding: 3px 5px 3px 5px;
	margin: 3px 0px 2px 0px;
	text-decoration: none;
	font-weight: bold;
}

a.pager_link_selected{
	color: #407100;
	background: #E2FFC5;
	border: 2px solid #86c348;
	padding: 3px 5px 3px 5px;
	margin: 3px 0px 2px 0px;
	text-decoration: none;
	font-weight: bold;
}

div.pager_links_container{
	padding: 8px;
	line-height: 28px;
}

/* PAGER - FINE */


/* TAG-CLOUD - INIZIO */
.tag_cloud h1{
	line-height: 18px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: normal;
	display: inline;
}
.tag_cloud h2{
	line-height: 18px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: normal;
	display: inline;
}
.tag_cloud h3{
	float: left;
	line-height: 18px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	font-size: 13px;
	font-weight: normal;
	display: inline;
}
.tag_cloud h4{
	float: left;
	line-height: 18px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	display: inline;
}
.tag_cloud h5{
	float: left;
	line-height: 18px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	font-size: 10px;
	font-weight: normal;
	display: inline;
}
/* TAG-CLOUD - FINE */

