﻿
.black-heading-txt
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
}
.black-slogan-txt
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.black-normal-txt
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.navigation_text
{
	font-size: 14px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.very_light_gray
{
	color: #CCCCCC;
	font-size: 11px;
	font-family: Tahoma;
}
.orange_bold_text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #DD3C05;
	font-size: 14px;
}
.gray_bold_text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #44444E;
}
.black_bold_tixt
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.light_gray_text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.small_bold_orange_text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DD3C05;
	font-weight: bold;
}
.bold_sky_text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0A7CA1;
}

a, a:link
{
	color: #000000;
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
	color: #000000;
}
a:hover
{
	text-decoration: none;
	color: #FFFF00;
}
a:active
{
	text-decoration: none;
	color: #000000;
}

.gray_link:link
{
	color: #cccccc;
	text-decoration: none;
}
.gray_link:visited
{
	text-decoration: none;
	color: #cccccc;
}
.gray_link:hover
{
	text-decoration: none;
	color: #FFFF00;
}
.gray_link:active
{
	text-decoration: none;
	color: #000000;
}
.light_gray_link:link
{
	color: #404040;
	text-decoration: none;
}
.light_gray_link:visited
{
	text-decoration: none;
	color: #404040;
}
.light_gray_link:hover
{
	text-decoration: none;
	color: #DC3C02;
}
.light_gray_link:active
{
	text-decoration: none;
	color: #000000;
}
body
{
	margin: 0px auto 0px auto;
	width: 900px;
	background-color: #FFFFFF;
	font-family: Calibri,Arial,Helvetica, sans-serif;
	font-size: 12px;
}

.IndexText
{
	background-color: #44444E;
	color: #A6A941;
	text-align: center;
}
.divHeader
{
	margin: 0 0 0 0; /*	background-image: url(../../AspNetPages/Immagini/HeaderGE.jpg);*/
	height: 200px;
	width: 900px;
	background: #FFFFFF;
	text-align: center;
	z-index: 0;
}
.Tipologie
{
	position: relative;
	margin: -40px auto 0 auto;
	z-index: 80;
	font-family: Calibri ,Arial ,Times,serif;
	letter-spacing: 0.2pt;
	text-transform: uppercase;
	width: 900px;
	height: 40px;
	font-size: 93%;
	font-variant: small-caps;
	background: none;
	text-align: center;
}
.TipologieTransparentBack
{
	position: relative;
	margin: -40px auto 0 auto;
	z-index: 70;
	width: 900px;
	height: 40px;
	opacity: 0.3;
	filter: alpha(opacity=30);
	background: #000;
}

.tableTipologie
{
	z-index: 90;
	table-layout: fixed;
	text-align: center;
	width: 900px;
	height: 40px;
	border-collapse: collapse;
}
.tableTipologie a, a:link, a:active, a:visited
{
	text-decoration: none;
	color: FloralWhite;
}
.tableTipologie a:hover
{
	text-decoration: none;
	color: LawnGreen;
}

.divContainer
{
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: justify;
	font-family: "Arial" , Garamond, Times New Roman;
	font-size: 11pt;
	vertical-align: middle;
}
.divContainer img
{
	border: none;
}
.divLeft
{
	margin: 0 0 0 0;
	float: left;
	padding: 10px 1% 0 4%;
	text-align: justify;
	font-family: "Arial" , Garamond, Times New Roman;
	font-size: 11pt;
	vertical-align: middle;
	background: #FFFFFF;
}
.divRight
{
	margin: 0 0 0 0;
	float: right;
	padding: 10px 4% 0 1%;
	text-align: justify;
	font-family: "Arial" , Garamond, Times New Roman;
	font-size: 11pt;
	vertical-align: middle;
	background: #FFFFFF;
}

.divcentered
{
	width: 96%;
	padding: 0px 2% 0px 2%;
	margin: 0px 0px 0px 0px ;
	background: #FFFFFF;
	font-family: "Arial" , Garamond, Times New Roman;
	font-size: 11pt;
	clear: both;
}

.divLeftBorder
{
	float: left;
	background: #FFFFFF url(../../imagesaspnet/temp_foot_left_im.jpg) no-repeat bottom left;
	height: 5px;
	width: 795px;
}
.divRightBorder
{
	float: right;
	background: #FFFFFF url(../../imagesaspnet/temp_foot_right_im.jpg) no-repeat bottom right;
	height: 5px;
	width: 5px;
}
.divFooter
{
	clear: both;
	padding-top: 5px;
}

/* STILI PER IL PAGER*/

.pageCurrentNumber_b a
{
	font-weight: bold;
	font-family: "Arial" , Garamond, Times New Roman;
	color: #339900;
	font-size: 9pt;
}
.pagePrevNextNumber_b a
{
	font-family: "Arial" , Garamond, Times New Roman;
	color: #44444E;
	font-size: 7pt;
}
.pagerOuterTable_b
{
	table-layout: auto;
}
/*-------------------*/

/*-----STILI PER REPEATER IMMOBILI---*/

.rptlist
{
	margin: 0pt;
	padding: 5px 5pt 10px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
}

.rptlist li
{
	list-style: none;
	background-color: #FFFFFF;
	margin: 0px 0px 20px 0px;
	padding: 0pt;
}
.rpt-data
{
	padding: 4px 0px 0px 0pt;
	margin-bottom: 0;
}
.rptlist small
{
	color: #666666;
	padding: 5px 0px 0px 0px;
	clear: both;
	display: block;
	font-style: italic;
}
.rpt-entry
{
	overflow: hidden;
	padding: 0px 5px 0px 5px;
	margin: 0px;
	clear: both;
}
.imgRpt
{
	margin: 1px;
	padding: 2px;
}

.rptprice-number
{
	color: #333333;
	font-family: Arial, Georgia, "Times New Roman" ,Times,serif;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: 0px;
	padding-bottom: 5px;
	padding-right: 0px;
	margin-right: 0px;
	display: inline;
	float: right;
}
.rpt-number
{
	color: Black;
	font-family: Arial,Georgia, "Times New Roman" ,Times,serif;
	font-style: italic;
	letter-spacing: -0.2px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
	margin-right: 15px;
	display: inline;
	float: left;
}
.rptcite
{
	clear: both;
	color: Gray;
	font-family: Times New Roman,Helvetica,sans-serif;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	font-style: italic;
	font-variant: normal;
	text-align: left;
}

.rptluogo
{
	float: left;
	display: inline;
	font-family: Arial,Times New Roman,Helvetica,sans-serif;
	font-weight: bold;
	padding-bottom: 5px;
	font-style: italic;
	font-variant: normal;
}

/*-----STILI PER REPEATER SCHEDA IMMOBILE---*/

.scheda
{
	margin: 0pt;
	padding: 5px 5pt 10px 5px;
	color: #333333;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 11pt;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

.scheda li
{
	margin: 0px 0px 20px 0px;
	padding: 0pt;
}

.scheda-testata
{
	color: Black;
	padding: 4px 0px 0px 0pt;
	margin-bottom: 10px;
	text-align: justify;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	width: 100%;
}
.scheda-testata td.grande
{
	font-size: 90%;
}
.scheda-testata td.medio
{
	font-size: 85%;
}
.scheda-testata td.piccolo
{
	font-size: 70%;
}

.scheda-immagini
{
	width: 100%;
	margin: 10px 0 10px 0;
}
.scheda-immagini td.immagine
{
	background-color: #ffffff;
	border: none;
	overflow: hidden;
	padding: 2px 2px 2px 2px;
	margin: 0px;
	text-align: center;
	height: 320px;
}
.scheda-immagini td.galleria
{
	padding: 2px 2px 2px 2px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
}
.GalImg
{
	padding: 0 8px 8px 0;
}

.scheda-descrizione
{
	background-color: #ffffff;
	overflow: hidden;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 10px 0;
	font-size: 90%;
	clear: both;
	text-align: justify;
}
.scheda-descrizione img
{
	border: none;
}
.scheda-titolo1
{
	display: block;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: DarkGreen;
	font-size: 13px;
	padding: 15px 0 5px 0;
}
.scheda-price
{
	color: #333333;
	font-family: Arial, Georgia, "Times New Roman" ,Times,serif;
	font-size: 140%;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: 0px;
	padding-bottom: 5px;
	padding-right: 0px;
	margin-right: 0px;
	display: inline;
	float: right;
}
.scheda-codice
{
	color: #333333;
	font-family: Arial,Georgia, "Times New Roman" ,Times,serif;
	font-size: 140%;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: -1px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
	margin-right: 15px;
	display: inline;
	float: left;
}
.scheda-luogo
{
	float: left;
	display: inline;
	font-family: Arial,Times New Roman,Helvetica,sans-serif;
	font-size: 140%;
	font-weight: bold;
	padding-bottom: 5px;
	font-style: italic;
	font-variant: normal;
}

.scheda-nome
{
	clear: both;
	font-family: Arial,Times New Roman,Helvetica,sans-serif;
	font-weight: bold;
	padding-bottom: 5px;
	font-style: normal;
	font-variant: normal;
	width: 100%;
	text-align: center;
}

.scheda-cite
{
	clear: both;
	color: Gray;
	font-family: Times New Roman,Helvetica,sans-serif;
	font-size: 140%;
	font-weight: bold;
	padding-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	font-style: italic;
	font-variant: normal;
	font-size-adjust: none;
	font-stretch: normal;
}
#ContenitoreSlider
{
	margin: 0px auto 0px auto;
	height: 75px;
	white-space: nowrap;
	overflow-x: scroll;
	overflow-y: hidden;
	background-color: White;
	scrollbar-face-color: DarkGreen;
	scrollbar-track-color: LightGrey;
	scrollbar-3dlight-color: LightGrey;
	scrollbar-base-color: Black;
	scrollbar-darkshadow-color: Black;
	scrollbar-shadow-color: White;
	scrollbar-highlight-color: Black;
	scrollbar-arrow-color: Black;
}
div#ContenitoreSlider ul
{
	list-style-type: none;
}
div#ContenitoreSlider ul li
{
	display: inline;
}
div#ContenitoreSlider ul li a, div#galleryRight ul li a:visited
{
	display: inline;
	text-decoration: none;
}
div#ContenitoreSlider ul li a:hover
{
	text-decoration: none;
}
div#ContenitoreSlider ul li a img, div#galleryRight ul li a:visited img
{
	height: 70px;
	border: Solid 2px Transparent;
	margin: 1px 1px 1px 1px;
}
div#ContenitoreSlider ul li a:active img, div#ContenitoreSlider ul li a:hover img
{
	height: 70px;
	border: Solid 2px Black;
	margin: 1px 1px 1px 1px;
}


/* -------------------------------------------------------- */
.divContainer h2
{
	background-color: #FEFEFE;
	background-image: none;
	background-position: 8px bottom;
	background-repeat: no-repeat;
	border-bottom-color: #373737;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-top-style: none;
	color: #373737;
	font-family: "Trebuchet MS" , Helvetica, sans-serif;
	font-size: 1em;
	letter-spacing: .2em;
	margin: 5px 0 0 0;
	padding: 5px 0 4px 0;
	text-transform: uppercase;
}


.tablericerca tr
{
	background-image: url(../../imagesaspnet/listbggr.jpg);
	background-position: right top;
	background-repeat: repeat-y;
}
.tablericerca td
{
	border-bottom-color: #CBCDBE;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-left-color: #E8E8E3;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #DFDFD9;
	border-right-style: solid;
	border-right-width: 1px;
}



.Blink
{
	text-decoration: blink;
	text-align: right;
	font-weight: bold;
	color: Red;
}
.popupControl
{
	position: absolute;
	visibility: hidden;
	border: none;
	padding: 2px 2px 2px 2px;
	border: Solid 1Px Black;
	font-size:small;
	width: 300px;
}
