/* 
	CSS FASTCMS
	Versione Febbraio 2006
	
*/

/* GENERALI DI PAGINA */

body, html {
	background-color: #ffffff;
	margin: 0;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

p
	{
    padding: 0;
	margin: 0;
	}

label, input, select, checkbox, textarea
	{ 
	font-size: 0.9em; 
	}

caption
	{
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #FF6600;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 30px;
	background-image: url(../images/bottoni/modificasmall.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 25pt;
	background-attachment: fixed;
	}

/* GENERALI PER LA GESTIONE DEI DIV PRINCIPALI */

#sommario
	{
    display:none;
	}

#contenitore
	{
	background-color: #FFFFFF;
	width: 100%;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 20px;
	}

#intestazione
	{
    float: left;
    width: 100%;
	}

#testata
	{
	background: url(../images/logo.jpg) no-repeat right center #2C7E9A;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999999;
	text-align:left;
	width: 100%;
	height:76px;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
    }

#piede
	{
	float: left;
	background-color: #F2F2F2;
	width: 100%;
	height:24px;
	padding: 5px 0px 2px;
	text-align:center;
	color: #333333;
	}

/* IMMAGINI */

img
	{
	border:0px;
	}
 
img#proporzionale 
	{
    width:30%;
    margin: 5px;
	}

.pulsante
	{
	font-size: small;
	border: 1px solid #CCCCCC;
	}
	
/* MENU' DI NAVIGAZIONE */

#menuconfigurazione
	{
	width: 100%;
	height:19px;
	background-color:#336699;
	padding: 3px 0px 2px 0px;
	text-align: left;
	color: #CCCCCC;
	}

#menuconfigurazione a
	{
	text-decoration:none;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px 3px;
	}
	
#menuconfigurazione a:hover
	{
	text-decoration:none;
	color: #FFFF00;
	font-weight: bold;
	}

/* ----- */

#menunavigazione 
	{
	border-top: 1px solid #ffffff;
	width: 100%;
	text-align:left;
	padding: 0px 0px 0px 0px;
	background-color: #FF6600;
	}
	
#menunavigazione a 
	{
	text-decoration:none; 
	color: #ffffff; 
	padding: 0px 0px 0px 0px; 
	font-weight: normal;
	}
	
#menunavigazione a:hover 
	{
	text-decoration:none; 
	color: #ffff66; 
	padding: 0px 0px 0px 0px; 
	font-weight: normal;
	}

/* ----- */
 
#menucontenuti
	{
    float:left;
    background-color: #ffffff;
    width: 20%;
	height: 100%;
    padding: 20px 0px 0px 0px;
	}

#menucontenuti a:link 
	{
    text-decoration:none;
    color: #2C7E9A;
    xfont-weight: bold;
	}

#menucontenuti a:active 
	{
    border: 0px;
    color: #2C7E9A;
    xfont-weight: bold;
	}

#menucontenuti a:visited 	
	{
    border: 0px;
    color: #2C7E9A;
    xfont-weight: bold;
	}

#menucontenuti a:hover 
	{
    text-decoration:none;
    color: #ff9900;
    xfont-weight: bold;
	}

#rigalogin
	{
	padding: 3px;
	background-color: #993300;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #FFFFFF;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-weight: bold;
	}
	
#menulivelloA
	{
	padding: 3px;
	background-color: #F3F3F3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #CC3300;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	}

#menulivelloA a {
	color: #3366CC;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
}
#menulivelloA a:hover {color: #0066CC; text-decoration: underline;}
	
#menulivelloB
	{
	padding: 3px;
	background-color: #E9EAEB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #CC3300;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	}

#menulivelloB a {
	color: #333333;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
}
#menulivelloB a:hover {color: #0066CC; text-decoration: underline;}
 
/* DIV */

#boxlogin
	{
	margin: 50px 0 50px 0;
	background-color: #F3F3F3;
	border: 1px solid #999999;
	width: 300px;
	}

#boxuid
	{
	border: 1px solid;
	background-color: #F3F3F3;
	width: 100%;
	}
	
/* FORMATTAZIONE LISTE */		

.rigascuro
	{
	background-color: #E6F1F7;
	padding: 1px;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #999999;
	color: #666666;
	}

.rigascuro a
	{
	padding: 1px;
	vertical-align: middle;
	text-decoration: none;
	color: #FF6600;
	}	

.rigascuro a:hover
	{
	padding: 1px;
	vertical-align: middle;
	color: #FF6600;
	text-decoration: underline;
	}
		
.rigachiaro
	{
	background-color: #FFFFFF;
	padding: 1px;
	vertical-align: middle;
	color: #666666;
	}

.rigachiaro a
	{
	padding: 1px;
	vertical-align: middle;
	text-decoration: none;
	color: #FF6600;
	}	

.rigachiaro a:hover
	{
	padding: 1px;
	vertical-align: middle;
	color: #FF6600;
	text-decoration: underline;
	}

/* TABELLE PRINCIPALI E SECONDARIE DEI CONTENUTI IN ELENCO */

table#contenuto
	{
	background-color: #FFFFFF;
	width: 90%;
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	}

td#titoloelenco
	{
	background-image: url(../images/bottoni/modifica.png);
	padding-left: 50px;
	font-size: 2em;
	font-weight: bold;
	color: #FF6600;i
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left;
	height: 50px;
	vertical-align: bottom;
	}

td#filtro
	{
	text-align: right;
	vertical-align: bottom;
	color: #999999;
	}
	
table#elenco
	{
	width: 100%;
	border: 1px solid #E9EAEB;
	border-top: 4px solid #E9EAEB;
	border-bottom: 4px solid #E9EAEB;
	padding: 5px;
	font-size: 1.1em;
	}

tr#opzionielenco
	{
	text-align: left;
	width: 100%;
	margin: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 20px;
	font-weight: bold;
	}

tr#opzionielenco a
	{
	color: #009900;
	text-decoration: none;
	font-weight: bold;
	}

tr#opzionielenco a:hover
	{
	color: #009900;
	text-decoration: underline;
	font-weight: bold;
	}

tr#intestazionielenco
	{
	color: #333333;
	background-color: #E9EAEB;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	}
	
/* FORMATTAZIONE COLONNA SINISTRA PAGINA DI EDITING */	

td.contenuto 
	{
	padding: 5px;
	color: #333333;
	background-color: #FFFFCC;
	text-align: left;
	vertical-align: top;
	width: 70%;
	}
	
td.categorie 
	{
	padding: 5px;
	color: #333333;
	background-color: #FFCC00;
	text-align: left;
	vertical-align: top;
	}
	
td.data 
	{
	padding: 5px;
	color: #333333;
	background-color: #66CCCC;
	text-align: left;
	vertical-align: top;
	}
	
td.testocont
	{
	padding: 5px;
	color: #333333;
	background-color: #99CC99;
	text-align: left;
	vertical-align: top;
	}
	
td.autore 
	{
	padding: 5px;
	color: #333333;
	background-color: #0099FF;
	text-align: left;
	vertical-align: top;
	}
	
td.opzioni 
	{ 
	padding: 5px;
	color: #FFFFFF;
	background-color: #336699;
	text-align: left;
	vertical-align: top;
	}

td.thesauro 
	{
	padding: 5px;
	color: #333333;
	background-color: #66FF99;
	text-align: left;
	vertical-align: top;
	}

td.link 
	{
	padding: 5px;
	color: #FFFFFF;
	background-color: #793535;
	text-align: left;
	vertical-align: top;
	}

td.neutro
	{
	padding: 5px;
	color: #006699;
	background-color: #D1E6EF;
	text-align: left;
	vertical-align: top;
	}

/* FORMATTAZIONI DI INFORMAZIONE */

.record		/* Utilizzato nella conferma di operazione sul record ! */
	{
	font-weight: bold;
	text-align: center;
	color: #CC0000;
	margin-bottom: 20px;
	}
		
/* FORMATTAZIONE COLONNA TESTO */

.txtcenter
	{
	text-align: center;
	}

.txtleft25
	{
	text-align: left;
	width: 25%;
	}
		
.txtleft50
	{
	text-align: left;
	width: 50%;
	}

.txtleft75
	{
	text-align: left;
	width: 75%;
	}	
	
.txtleft100
	{
	text-align: left;
	width: 100%;
	}

.txtleft
	{
	text-align: left;
	}
	
.txtright
	{
	text-align: right;
	}
	
.txtcheck
	{
	text-align: center;
	width: 70px;
	}

.txtcancella
	{
	text-align: center;
	width: 60px;	
	}

.buttoncheck
	{
	xfont-size: 0.8em;
	color: #000000;
	background-color: #F2F2F2;
	border: 1px solid #999999;
	width: 12px;
	}

/* Navigazione pagine */

.pagina_sel
	{
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	}

.pagina_sel a:visited
	{
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	}

.pagina_sel a:hover
	{
	font-weight: bold;
	text-decoration: underline;
	}
	
.pagina_link
	{
	color: #666666;
	text-decoration: none;
	}

.pagina_link a:visited
	{
	color: #666666;
	text-decoration: none;
	}

.pagina_link a:hover
	{
	text-decoration: underline;
	}

