#content {
}

#page {
	float: left;
	width: 800px;
	background-color: #ffffff;
}

#angolo {
	background-image: url('../_img/angolo.gif');
	background-repeat: no-repeat;
	background-position: right top;
	line-height: 30px;
}

.bgredline {
	border-top: 1px solid #000;
	background-image: url('../_img/bg_redline.png');
	background-repeat: repeat-x;
	background-position: top;
	/*padding-top: 50px;*/
}

.bggraybar {
	background-image: url('../_img/bg_graybar.gif');
	background-repeat: repeat-x;
	background-position: top;
	height: 24px;
}

.incostruzione {
	background-image: url('../_img/incostruzione.png');
	background-repeat: no-repeat;
	background-position: 25px 0px;
}

#pagecontent {
	padding-top: 0em;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
}

#pagetext {
	width: 598px !important; 	/* 598 */
	width: 585px;			/* 585 */
	/*w\idth: 585px;*/
	/*width: 585px;*/
	font-size: 16px;
	margin-left: 180px;
	padding: 2em 10px 2em 10px;
	text-align: justify;
	border-left: 1px solid #999999;
	background-image: url('../_img/body_gradient.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom: 1px solid #999999;
}

#pagetextHome {
	width: 528px !important; 	/* 598 */
	width: 515px;			/* 585 */
	/*w\idth: 585px;*/
	/*width: 585px;*/
	font-size: 16px;
	margin-left: 240px;
	padding: 2em 10px 2em 10px;
	text-align: justify;
	border-left: 1px solid #999999;
	background-image: url('../_img/body_gradient.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom: 1px solid #999999;
}

#pagetext.home, #pagetextHome.home {
	padding: 7px 10px 2em 10px;
}

#pagetext h1, h2, h3, h4, h5, h6 {
	/*text-transform: capitalize;*/
}

.focusHomeBox {
	padding: 6px 10px 10px 10px; background-color: #EEE; border: 1px solid #DDD; width: 96%;
}

#pagetext a, #pagetextHome a {
	/*padding: 0em 0.5em 0em 0.5em;*/
	/*border-bottom: 1px solid #999999;*/
	/*background-color: #DDDDFF;*/
	text-decoration: none;
}

#pagetext a:hover, #pagetextHome a:hover {
	text-decoration: underline;
}

#pagetext a:visited, #pagetextHome a:visited {
	color: #00F;
}

#pagetext ul, #pagetextHome ul {
	padding-left: 0px;
	margin-left: 0px;
}

#pagetext ol, #pagetextHome ol {
	padding-left: 0px;
	margin-left: 0px;
}

#pagetext li, #pagetextHome li {
	margin-bottom: 1em;
	list-style-position: inside;
}

#pagetext li a, #pagetextHome li a {
	border: 0px solid #DDDDDD;
	/*background-color: #DDF;*/
}

#pagetext table {
	border: 0px solid #FFF;
	margin-left: auto;
	margin-right: auto;
}

#pagetext #contenziosi {
	width: 80%;
	background-color: #EEEEEE;
}

#pagetext thead tr {
	background-color: #6666FF;
	padding: 0.1em 0.5em 0.1em 0.5em;
}

#pagetext thead th {
	padding: 0.2em 0.2em 0.2em 0.2em;
}

#pagetext tr {
	border: 0px solid #9999FF;
	background-color: #AAAAFF;
	padding: 0.1em 0.5em 0.1em 0.5em;
}

#pagetext td {
	padding: 0.2em 0.2em 0.2em 0.2em;
	border: 0px solid #999999;
}

#home_sezioni table {
	/*background-color: #ffffff;*/
	border: 1px solid #999999;
}

#home_sezioni tr {
	/*border-right: 1px solid #999999;*/
	/*background-color: #ffffff;*/
	/*border: 0px solid #999999;*/
}

#home_sezioni td {
	vertical-align: top;
	background-color: #ffffff;
	border-bottom: 1px solid #999999;
	/*border-right: 1px dashed #999999;
	border-left: 1px dashed #999999;
	border-top: 0px dashed #999999;
	border-bottom: 1px dashed #999999;*/
	padding: 1em 1em 1em 1em;
	width: 50%;
}

.linkcontenzioso {
	font-size: medium;
	margin-top: 1em;
	margin-bottom: 1em;
}

.tips {
	font-size: smaller;
	color: #555555;
}

.risposte_test {
	visibility: hidden;
	padding: 1em 1em 1em 1em;
	border: 1px solid #999999;
}

.risposta_esatta {
	color: #009900;
}

/***************************************** HOME **********************************************/

.homeTitle h1 {
	font-weight: normal;
	background-color: #690001;
	color: #FFF;
	font-size: 14px;
	padding: 6px 1em 6px 1em;
    	-webkit-border-radius: 4px; 
    	-moz-border-radius: 4px;
}

.homeTitle h1 a {
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
}

/***************************************** AVVISI **********************************************/

.avvisoViolaazioneAlbo {
	text-align: right;
	font-size: 11pt;
	padding: 0 0 0 0;
	margin: -10px 0 10px 0;
	text-decoration: underline;
	color: #00B;
}

.avviso {
	padding: 5px 5px 5px 5px;
	border: 1px solid #999;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 20px;
}

ul.avviso {
	display: block;
	list-style: none;
	line-height: 1;
	position: relative;
	overflow: hidden;
	background-color: #FFF;
    	-webkit-border-radius: 5px; 
    	-moz-border-radius: 5px;
    	-moz-box-shadow: 0px 0px 15px #999;
    	-webkit-box-shadow: 0px 0px 15px #999;
	box-shadow: 0px 0px 15px #999;
	height: 20px; /* height should be included to reserve visual space for the marquee */
}


ul.avviso li {
	/* required styles */
	position: absolute;
	top: -999em;
	left: 0;
	display: block;
	white-space: nowrap; /* keep all text on a single line */
	/* optional styles for appearance */
	padding: 9px 10px 15px 10px;
}

/***************************************** FAQ **********************************************/

.faq li div.question {
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	color: #690001;
	cursor: pointer;
}

.faq li div.question:hover {
	text-decoration: underline;
}
.faq li div.answer {
	/*display: none;*/
	padding: 15px 10px 15px 10px;
	border: 1px solid #999;
	margin-top: 5px;
	margin-left: 10px;
	background-color: #FFF;
    	-webkit-border-radius: 5px; 
    	-moz-border-radius: 5px;
    	-moz-box-shadow: 0px 0px 15px #999;
    	-webkit-box-shadow: 0px 0px 15px #999;
	box-shadow: 0px 0px 15px #999;
}

.answer {
	display: none;
	position: absolute;
	width: 525px;
	padding: 15px 10px 15px 10px;
	border: 1px solid #999;
	margin-top: 5px;
	margin-left: -5px;
	background-color: #FFF;
    	-webkit-border-radius: 5px; 
    	-moz-border-radius: 5px;
    	-moz-box-shadow: 0px 0px 15px #999;
    	-webkit-box-shadow: 0px 0px 15px #999;
	box-shadow: 0px 0px 15px #999;
}

.closeButton {
	float: right; 
	margin: -24px -19px 3px 3px;
}

/***************************************** BOXANIMATI **********************************************/

.boxanimato li {
	list-style: none;
}

.boxanimato li div.titolo {
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	color: #690001;
	cursor: pointer;
	border: 1px solid #CCC;
	background-color: #EFEFEF;
}

.boxanimato li div.titolo:hover {
	text-decoration: underline;
}
.boxanimato li div.corpo {
	padding: 15px 10px 15px 10px;
	border: 1px solid #999;
	margin-top: 5px;
	margin-left: 10px;
	background-color: #FFF;
    	-webkit-border-radius: 5px; 
    	-moz-border-radius: 5px;
    	-moz-box-shadow: 0px 0px 15px #999;
    	-webkit-box-shadow: 0px 0px 15px #999;
	box-shadow: 0px 0px 15px #999;
}

/***************************************** CONTENZIOSO **************************************/

/*tabella contenziosi list*/
#contenziosiList {
}

/***************************************** ALBO PRETORIO **************************************/

.barra_albo {
	float: right;
}

.annullata, .alboDate div.annullata {
	color: #999;
}

.alboDate {
	font-style: italic;
	font-weight: bold;
	width: 100%;
}

.alboDate .alboData {
	color: #00F;
	display: inline;
}

#alboMenu {
}

#alboElements {
}

.praticaOffline {
	color: #F00;
}

.infoPraticaLink {
	border: 1px solid #999;
	font-weight: bold;
}

.infoPratica {
	list-style-image: url(../_img/icon_txt.gif);
}

.dettaglioPratica {
	background-color: #FFF; 
	border-top: 1px solid #999; 
	border-left: 1px solid #999; 
	border-right: 1px solid #999; 
	border-bottom: 1px solid #FFF; 
	padding: 3px 8px 1px 8px;
	cursor: pointer;
}

.dettaglioPraticaNome {
	background-color: #DDD;
}

.dettaglioPraticaDateAllegati {
	background-color: #FFF;	
}
	
.infoPratica div {
	padding: 0.5em 0.5em 0.5em 0.5em;
	border: 1px solid #999;
	/*background-color: #F00;*/
	font-weight: bold;
	font-style: italic;
}

.infoPratica span {
	color: #00F;
}

.infoDir {
	list-style-image: url(../_img/icon_dir.gif);
}

/***************************************** GAZZETTA INFORMA SMS **************************************/

#pagetext #smsAreaBar  {
	width: 100%;
	height: 230px;
	border: 1px solid #999;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#pagetext #smsInfoBar  {
	border: 1px solid #999;
}

#pagetext #smsAreaBar tr, #pagetext #smsInfoBar tr {
}

#pagetext #smsAreaBar td {
	padding: 40px 0px 40px 0px;
	margin: 0px 0px 0px 0px;
}

#pagetext #smsInfoBar td {
	font-weight: bold;
	padding: 1em 1em 1em 1em;
	margin: 0px 0px 0px 0px;
}

#pagetext .areaButton {
	text-align: center;
	padding: 0em 0em 0em 0em;
	color: white;
	font-family: "Times New Roman";
	font-size: 16pt;
	font-weight: bold;
}

#pagetext .areaButton a {
	border-bottom: 0px solid #000;
	text-decoration: none;
	color: white;
}

#pagetext .areaButton a.blackcolor {
	border-bottom: 0px solid #000;
	text-decoration: none;
	color: black;
}

#pagetext .areaButton a:hover {
	text-decoration: none;
}

.bgRedGradient { 
	width: 190px;
	background-image: url('./images/bgredgradient.gif');
	background-repeat: no-repeat;
	background-color: #942712;
}

.bgWhiteGradient { 
	width: 186px;
	background-image: url('./images/bgwhitegradient.gif');
	background-repeat: no-repeat;
	background-color: #FFF;
}

.bgGreenGradient {
	width: 228px;
	background-image: url('./images/bggreengradient.gif');
	background-repeat: no-repeat;
	background-color: #324e18;
}

.gaInformaTitolo {
	border-bottom: 1px solid #ccc;
	background-color: #eee;
	margin-top: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}

.testoSMS {
	font-size: 15pt;
	border-top: 1px solid #CCC;
	padding: 10px 10px 10px 10px;
	/*border: 2px solid #9d9d9d;
	background-image: url('./images/bg_pratica_link.gif');
	background-repeat: repeat-x;*/
	background-color: #FFF;
    	/*-webkit-border-radius: 8px;*/    /* for Safari */
    	/*-moz-border-radius: 8px;*/       /* for Firefox */
    	margin-bottom: 20px;
}

.testoSMS hr { visibility: hidden; }

.testoSMS div { margin-bottom: 1em; }

.fonteArticolo { color: #900; font-style: italic; }

