/* 
GLIP di Rieti

1.SETTAGGI UNIVERSALI ED ELEMENTI INLINE

2.COLLEGAMENTI IPERTESTUALI

3.STRUTTURA ED ELEMENTI BLOCK-LEVEL
	3.1 HTML/BODY
	3.2 INTESTAZIONI (HEADINGS) E PARAGRAFI
	3.3 SEZIONI
	3.4 ELENCHI PUNTATI E NUMERATI
	3.5 FORM
	3.6 TABELLE
	
4.CLASSI
*/


/*
###################### 1.SETTAGGI UNIVERSALI ED ELEMENTI INLINE ##########################
*/

* {
	margin:0;
	padding:0;
}


img { 
	background-color: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: middle; }


abbr, acronym, dfn  {
	cursor:help;
	border-bottom:1px dotted #9F4E18;
	color:#9F4E18;
	}	
	
#footer acronym  {
	font-weight:bold;
	}		
	
address {
	color:#000;
	font-style:normal;
	}
	

ins {
	text-decoration:none;
	}
	
sup {
	vertical-align:top;
	}
/* SPAN */	
span {
	color:#9F4E18;
	font-size:.9em;
	}
	
#sidebar span {
	font-size:.9em;
	color:#666;
	}
/*Fine SPAN*/




/*
###################### 2.COLLEGAMENTI IPERTESTUALI ##########################
*/

/*Formattazione generica dei collegamenti ipertestuali*/
a {
	color:#9F4E18;
	font-weight:normal;
	}
a:hover {
	background:#9F4E18;
	color:#fff;
	text-decoration: none;
	}

/* Collegamenti ipertestuali specifici*/

img a:hover {
	background-color: transparent;
}

h5 a{
  font-weight:bold;
}


#sidebar ul li a 
{
	padding: 5px 0 0 3px;
	font-weight:bold;
	text-decoration: none;
	color: #333;
	line-height:1.3em;
	font-size:1em;
	}
#sidebar ul li a:hover {
	border:1px solid #9F4E18;
	color:#9F4E18;
	background:#f5f5f5;
	text-decoration: none;
	padding:2px 2px 0 2px;
	}
#sidebar ul li a#current {
	font-weight:bold;
	text-decoration: underline
	}	
	
#pagecontent a{
	font-weight:bold;
} 	
	
div#footer p a {
	text-decoration: underline;
	color:#333;
	}
div#footer p a:hover {
	text-decoration: none;
	color:#fff;
	}


.torna a, .paginaz a{font-weight:bold;}




/*
###################### 3.STRUTTURA ED ELEMENTI BLOCK-LEVEL ###################### 
*/

/*3.1 HTML/BODY/VARI */

html,body{
	background: #A3BF30;
	font:98.01% Verdana,Arial,sans-serif;
	color:#000;
}

hr {
	display: none
 }
 
/* 3.2 INTESTAZIONI (HEADINGS) E PARAGRAFI */



h1 {
  font-size:1.2em;
  color:#9F4E18;
  margin:.5em 0 .1em .3em;
  border-bottom:1px solid #ccc;
}

h3{ 
	font-size: .9em;
	color:#666;
	font-weight:bold; 
	margin:0 0 .4em 0em;
	line-height:1.0em;
	}
	
h4{ 
	font-size: 1em;
	color:#333;
	font-weight:normal; 
	margin:0 0 .6em .3em;
	padding: .1em; 
	line-height:1.0em;
	background:#f5f5f5; 
	}

h5{
   font-size:1.1em;
	 margin: 1em 0 .2em .2em;
	 font-weight:bold;
	 }	
	 
h6{ 
	font-size: 1em;
	color:#9F4E18;
	font-weight:bold; 
	margin:0 0 .4em .3em;
	padding-top: .4em;
	padding-left: .9em; 
	line-height:1.0em;
	background:transparent url(/images/news.gif) no-repeat 0 .5em; 
	}
	


		
	
p {
  margin: 0 0 0.8em .4em;
}




/* 3.3 SEZIONI */

div#container {
	min-width: 500px;
	height:100%;
	background: url(/images/lliquid.jpg) repeat-y right;
	border-bottom:1px solid #A3BF30;
}

div#navbar {
	margin:.2em .2em 1.2em .5em;
	font-size:.9em;
}

div#sfheader {
	background:  #A3BF30;
	}

div#headertop {
	margin:0;
	height:20px;
	border-bottom:1px solid #E0ECAA;
	width:100%;
	background:  #A3BF30;
	}	
	
div#logo
{
    margin:15px 0 0 20px;
    font-weight:bold;
    font-size:1.8em;}	

div#logo a
{
    text-decoration:none;
    font-weight:normal;
}	
div#logo a:hover
{
    background:transparent;
}		
	
div#header {
	z-index:0;
	margin:0 0 0 3px;
	height:140px;
	padding: 0;
	background: #fff url(/images/sf_header.jpg) no-repeat bottom right;
	border:1px solid #A3BF30;
	
	}



div#header a#skipnav, div#header h1 {
	position: absolute;
	left: -9000px}

div#headerleft{
	width:20px;
	z-index:1;
	background: url(/images/container.jpg) repeat-y left;
	float:left;
	position: absolute;
	left:1px;
	top:0px;
	margin: 0;
	padding:0;
	height: 150px;
	}

	
div#pagecontent {
	border: #ccc 1px solid;
	padding: .2em;
	background: transparent;
	color: #666;
	margin:0 0 .2em .4em;
	position:relative;
	top:-3px;
	float:right;
	line-height:1em;
}

div#styleswitch {
	
	padding: .2em;
	background: transparent;
	color: #666;
	margin:0 0 .2em .5em;
	position:relative;
	top:0;
	float:right;
	line-height:1em;
}	
	

div#sidebar {
	float: right;
	width:190px;
	padding: 0 0 0 0;
	color: #333;
	background: transparent;
	font-size:.8em
	}


div#content {
	background: url(/images/container.jpg) repeat-y left;
	border:1px solid #A3BF30;
	border-right:0;
	position: relative;
	margin: -1px 190px -1px 0;
	padding:0 10px 0 20px;
	min-height: 600px;
	height: auto !important;
	height: 600px; }
	
div#content p {
	line-height:1.3;
	font-size: .8em
	}
	
	
	
div#istituzioni {
	margin:10px 0 10px 5px;
}	

div#footer {	
	clear:right;
	position:relative;
	}
div#footer p {
	margin: 0;
	padding: 6px 5px 8px 3px;
	font-size: .7em;
	color:#333;
	}

/* 3.4 ELENCHI PUNTATI E NUMERATI */

ul {
	list-style-type: none;
}




#sidebar ul {
	margin:0 0 0 5%;
	padding:0
	}	
	
#sidebar li {
	background:transparent;
	padding:0;
	margin-top:4px;
	}	
	
#pagecontent ul {
	margin:0 0 0 0;
	padding-left:.2em;
	font-size:.8em;
	}	
	
#pagecontent li {
	margin:.2em 0 .3em 0;
	background:none;
	padding:0;
	}	
	

/* 3.5 FORM */
	
form, fieldset, dl, dt, legend, label{
   margin: 0;
   border: 0;
	}

fieldset, dl {
	margin: .5em 0 0 .4em;
	padding: 1em;
	border: 1px solid #A3BF30;
	}

legend {
	font-size: .9em;
	background: #E0ECAA;
	border: 1px solid #A3BF30;
	font-weight: bold;	
	padding: 1em;
	line-height: .5em;
	color:#9F4E18;
	}

label, dt {
	display: block;
	float: left;
	width: 13em;
	text-align: right;
	padding: 0;
	font-size: .8em;
	font-weight:bold;
	margin: .2em .2em .5em 0
	}
	
input {
	margin-bottom: .6em;
	background-color: #eee;
	border: #064087 1px solid;
	padding: .1em .1em 0 .1em;
	width: 20em;
	color: #000;
	font-size: .9em;
	line-height: 1.4em;
	height: 1.4em;
	} 

dd {
	margin-bottom: .6em;
	background-color: #fff;
	padding: .1em .1em 0 .1em;
	color: #000;
	font-size:.9em;
	line-height: 1.4em;
	height: 1.4em;
	} 

select {
	background-color: #eee;
	border: #064087 1px solid;
	color: #000;
	font-size: .9em;
	margin-bottom: .6em;
	} 

optgroup {
	color: #000;
	font-size:.9em;
	} 

optgroup option {
	color: #000;
	font-size:.9em;
	padding-left: 1em;
	} 

textarea {
	background-color: #eee;
	border: #064087 1px solid;
	padding: 1px;
	color: #000;
	font-size:.9em;
	margin: 0;
	} 

input:hover, select:hover, textarea:hover {
	background-color: #fff;
	}

input:focus, select:focus, textarea:focus {
	background-color: #ffc;
	color: #000;
	}


input.button {
	border: 1px solid #333;
	background-color: #eee;
	margin: 0;
	padding: 0 1em;
	color: #9F4E18;
	font-weight: bold;
	cursor: pointer;
	height: 2em;
	width: 12em
	} 

input.button:hover, input.button:active {
	border: 1px solid #333;
	background-color: #9F4E18;
	color: #fff;
	} 
	
/* 3.6 TABELLE */	
table {
	margin : 1em 0;
	background-color : #000;
	border : 0;
	width : 100%;
	color: #000;
	font-size: .7em;
	}

tr {
	background-color:#fff;
	color:#000;
	display:table-row;
	}

tr:hover{
	background-color:#eee;
	color:#000;
	}

tr.header{
	background-color:#ffc;
	color:#000;
	font-weight:bold;
	height:1.5em;
	line-height:1.5em
	}


/*
###################### 4.CLASSI ###################### 
*/


.b{
	font-weight:bold;
	
}

.lightgrey{color:#ccc;}
.grey{color:#666;}
.darkgrey{color:#333;}

.i{
	font-style:italic;
	
}

.h7{ 
	font-size: .9em;
	font-weight:normal; 
	margin:0 0 .4em .3em;
	padding-left: 1.1em; 
	line-height:1.0em;
	}

.rientro {
	margin-left:10px;
	font-size:.9em;
}

.rientro a{
	text-decoration:none;
}

.titolo{
	font-weight:bold;
	color:#9F4E18;
	margin-top:1.2em;
	margin-bottom: .1em;
}
.titolo_b{
	font-weight:bold;
	color:#000;
	margin-top:1.6em;
	margin-bottom: .1em;
}

.small{
	line-height:.7em;
	margin-bottom:.2em;
	color:#666;
}
/*
.header {margin-top:.1em;
margin-left:0;
color:#fff;
font-size:large;
font-weight:normal;
padding:0;
line-height:1.1em
}*/

.header {

color:#fff;
font-size:1em;
font-weight:normal;
margin:0 0 0 20px;

}

.navigazione{
	color:#666;
	text-align:center;
	position:relative;
	width:162px;
	font-size:1.1em;
	line-height:1.2em;
	margin:5px 0 0 5px;
	padding:2px;
	}
	
.sezioninav{
	color:#9F4E18;
	font-size:1.1em;
	margin-top:1em;
	font-weight:bold;
	margin-bottom:.2em;
	padding-left:.2em;
	border-bottom:1px solid #A3BF30;
	}


.riquadro {
	background-color: #F0F0F0;
	border: #84C326 1px solid;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 7px;
	margin-bottom: 25px;
	margin-top: 3px;
	font-size: 0.9em;
	}

.nodisplay {
	display:none;
	}

.photo {
	float: right; 
	margin: 5px;
	width:180px;
	border: #ccc 1px solid; 
}
.skipnav{
	position: absolute;
	left: -9000px
	}

.topmargin {margin-top: .6em;}

.center{text-align: center;}

.result {padding-left:1.2em;}




.torna {
    margin-top:2em;
    padding-top:.5em;
    border-top:1px solid #A3BF30;

}

.noresults {
    font-size:1.1em;
    font-weight:bold;
    margin:5em 5em 2em 5em;
    text-align:center;

}
.empty {
	height:0px;
	padding:0;
	margin:0;
	font-size:0.1em;
	visibility:hidden;
}

.lista {
	margin-top:.3em;
	margin-left:.5em;
	padding-left:1em;
	background: url(/images/list-active.gif) no-repeat 0 6px;
	}

.paginaz{
     font-size:1.2em;
}
.lang {
   color:#000;
   font-size:1em;}


/* verifica 

ELIMINA FLOAT */
.clr {
	clear:both;
	height:0px;
	overflow:hidden;
	font-size:0;
	line-height:0px;
	background:transparent;
	}
.cl {
	clear:left;
	height:0px;
	overflow:hidden;
	font-size:0;
	line-height:0px;
	background:transparent;
	}
.cr{
	clear:right;
	height:0px;
	overflow:hidden;
	font-size:0;
	line-height:0px;
	background:transparent;
	}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
.clearfix {
	display:inline-table;
	}
.clear {
	clear:both;
	} /* attach to tags where you need to force a break */



/* Hides from IE-mac */
* html .clearfix{
	height: 1%;
	}
.clearfix{
	display: block;
	}
/* End hide from IE-mac */  


.invisibile {
	display: none;
}



