/* Foglio di stile utilizzato dalla pagina delle lettura                  */
/* Nel seguito sono elencati tutti gli stili che sono utilizzati          */
/* to get an idea of how the various classes listed here can combine      */
/* to produce a wide variety of layouts.  (Classes are the entries        */
/* beginning with a '.')                                                  */

/* Note: The slash star combinations surround text that is to be          */
/*       marked a comment.  These just describe the CSS and are           */
/*       ignored by the browser.                                          */

body
{
    
/*scrollbar-3dlight-color:#ffd700; 
scrollbar-arrow-color:#ff0;
scrollbar-base-color:#ff6347;
scrollbar-darkshadow-color:#ffa500;
scrollbar-face-color:#008080;
scrollbar-highlight-color:#ff69b4;
scrollbar-shadow-color:#f0f;*/
    
    font: 16px arial;
    /*Definisco gli stili della scrollbar*/
    

    
}
/* these are the font styles for the links that appear on your web page */
a:link {font:  arial; color: #FD9E38; text-decoration: none;} 
a:active {font:  arial; color: #FD9E38; text-decoration: none;}
a:visited {font:  arial; color: #FD9E38; text-decoration: none;}
a:hover {font: bold arial; color: #AF0020; text-decoration: underline;}/*this one changes the mouseover or hover state of the link*/



.border
{
    /* this is used for all kinds of borders */
    /* be it for the whole page, or just the content section */
    border: solid 1px #6D8269;
}

.left
{
    /* floats the item to the left side of the page, and adds a margin */
    float: left;
}

.right
{
    /* floats the item to the right side of the page, and adds a margin */
    float: right;
}

.scroll
{
    /* this makes the element create scroll bars if the text is too long */
    /* to be displayed.  This is very similar to the effect created by */
    /* frames and iframes, but does not allow page transitions like frames do */
    overflow: auto;
}

.wrapper
{
    /* remove this to have the page load at full width */
    /*width: 800px;*/
}

/*si applica alle tabelle che hanno come scopo quello d avvisare gli utenti con delle postille*/
/*Lo stile del testo in questa è caratterizzato dai caratteri piccoli              */
.disclaimer
{
    font-face: Arial;
    font-size:  8pt;
}


.table_disclaimer
{
    font-face: Arial;
    font-size:  8pt;
    background-color: #FFFFFF;
    border: solid 1px #6D8269;
}

.table_tr
{
    /* ha lo scopo di definire il colore di sfondo della tabella*/
   /*background-color: #FFFFCC";*/ /*Questo se si vuole un colore di sfondo*/
   background-image: url("../immagini/bricks.gif") /*Questo se si vuole una immagine di sfondo*/
}

.table_tr2
{
    /* ha lo scopo di definire il colore di sfondo della tabella*/
   /*background-color: #FFFFCC";*/ /*Questo se si vuole un colore di sfondo*/
   background-image: url("../immagini/tetto.jpg") /*Questo se si vuole una immagine di sfondo*/
}




.title
{
    /* this is the styling for the title.  Semantically, this should be an h1 */
	/* padding all four sides of the div in order top, right, bottom, left */
    /*background-color: #6D8269;*/
   /*background-image: url("../immagini/muro6.jpg");*/
    color: #C7E1A7;
	font-face: Arial;
    font-weight: bold;
    font-size: 36px;
     padding: 10px 20px 10px 20px;
}

.title2 
{
    color: #6D8269;
	 font-face: Arial;
    font-weight: bold;
    font-size: 18px;

}
/*INSIEME DEGLI STILI DA UTILIZZARE PER I REPORT DELLE FORM DI RICERCHE*/
/*E' utilizzato per i risultati di ricerca presi da DB*/
.titolo_report
{   
	 color:  black;
	 font-face: Arial;
    font-weight: bold;
    font-size: 14px;
    font-style: normal;
}

.evidenziazione_report
{   
	 color:  red;
	 font-face: Arial;
    font-style: italic;
    font-weight: bold;
}





/*E' utilizzato per le form di ricerca, per indicare i parametri*/
.titolo_caption
{   
	 color:  #6D8269;
	 font-face: Arial;
    font-weight: bold;
    font-size: 10pt;
    font-style: italic;
}

/*E' lo stile standard per le parti in italic*/
.normale_caption
{   
	 font-face: Arial;
    font-weight: normal;
    font-size: 10pt;
    font-style: italic;
    padding: 30pt;
}


.titlemarginx
{
	margin: 10px 0px 10px 0px;
}

.subtitle 
{
	color: #ffffff;
	font-face: Arial;
   font-weight: bold;
   font-size: 14px;
}

/*Consiste nel sotto sotto menu laterale di sinistra*/
.subsubtitle 
{
	color: #ffffff;
	font-face: Arial;
   font-size: 8pt;
   text-align: right;
   font-style: normal;
   font-weight: normal;    
}


.content
{
    /* this describes the container of the content paragraphs. */
    background-color: #FFFFCC;
    padding: 0px 20px 0px 20px; /* keeps text off the borders */
	font-face: Arial;
    font-size: 12px;
    padding: 0px;
	margin: 0px;	
}

.content.padleft
{
    /* this is to pad if there's a   on the left */
    padding-left: 180px;
}

.content.padright
{
    /* this is to pad if there's a sidebar on the right */
    padding-right: 180px;
}

.sidebar
{
    width: 20%;
    /*height: 400px;*/ /*remove this to allow different-sized sidebars */
    background-color: #C7CFA7;
    color: #C7CFA7;
    font-weight: bold;
    padding: 10px 0px 5px 0px;

}

.sidebaritemorizzon
{
    background-color: #A6898D;
    /*background-color: #DB8F09;*/
    color: #6D8269;
    border: solid 1px #3C3230;
    font-size: 14px;
    padding: 2px;
    margin-bottom: 3px;

}
.sidebaritemvertical
{
	background-color: #C7D3DF;
    /*background-color: #DB8F09;*/
    color: #F8AD5C;
    border: solid 1px #9CB4CE;
    font-size: 14px;
    padding: 2px;
    margin-bottom: 3px;
}
.vertical
{

width: 80%;
}

.horiz
{
    
    color: #4B1A95;
    font-weight: bold;
    width: 16%;
	float: left;
	text-align: center;
     
}

.sidebaritem.first
{
    margin-top: 10px;
}

.pressed
{
    font-style: italic;
    text-decoration: underline;
    color: #ffffff;
}

.footer
{
	background-color: #C7CFA7;
	font-size: 10px;
	font-face: arial;
	text-align: center;

}
