<?
	header("Content-Type: text/css");
	session_start();
	require_once('../../fix_old.php');
?>

body, html {
	font-family: sans-serif;
	font-size: 10px;
	color: black;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	margin: 0px;
	/*background: #dcddde;*/

}


.contenitore {
	height: 100%;
	overflow-y: auto;
}

.menufisso {
	position: fixed;
}

.subnav {
	color: #FFF !important;
	padding: 5px !important;
	font-size: 12px;
	margin-left: 10px;
}

<?php
	//session_start();
	require_once('../../fix_old.php');
?>


/*Form -------------------------------------------------------------------------------------------*/
form { margin-bottom: 0px;}
.submit_hover {
	font-family: sans-serif;
	font-size: 11px;
	color: White;
	font-weight: bold;
	text-align: center;
	border: 1px solid;
	border-color: #3E6CB0;
	color: #3E6CB0;
	background-color: #e64215;
	height: 25px;
}
.submit{
	font-family: sans-serif;
	font-size: 11px;
	color: White;
	font-weight: bold;
	text-align: center;
	border: 1px solid;
	border-color: #3E6CB0;
	color: #FFFFFF;
	background-color: #e64215;
	height: 25px;
}
.select{
	font-family: sans-serif;
	font-size: 11px;    
	color: Black;
	font-weight : normal;	   
	text-decoration: none;
	/*margin-left: 5px;
	margin-bottom: 2px;
	margin-top: 2px;
	*/   
}
.radio {
	border-top: 0px solid #939598;
	border-bottom: 0px solid #DCDDDE;
	border-left: 0px solid #939598;
	border-right: 0px solid #DCDDDE;
	font-size: 11px;    
	color: Black;
	font-weight : normal;	   
	text-decoration: none;
	background-image: none;
}
.textInput {
	background-image: url(../impaginazione/fondi/ombra_box.gif);
	font-family: sans-serif;
	font-size: 12px;
	color: Black;
	font-weight : normal;
	text-decoration: none;
	border-top: 1px solid #939598;
	border-bottom: 1px solid White;
	border-left: 1px solid #b8bbbf;
	border-right: 1px solid #c3c5c9;
	/*margin-left: 5px;
	margin-bottom: 2px;
	margin-top: 2px;
	*/   
}
.inputHighlighted  {
	border-top: 1px solid #A52A2A;
	border-bottom: 1px solid #A52A2A;
	border-left: 1px solid #A52A2A;
	border-right: 1px solid #A52A2A;
	/*background-image: url(../immagini/ombra_box_h.gif);*/
	font-family: sans-serif;
	font-size: 12px;    
	color: Black;
	font-weight : normal;	   
	text-decoration: none;
}
/*Fine Form --------------------------------------------------------------------------------------*/
/*Testi ------------------------------------------------------------------------------------------*/
a {
	color: #939598;
	text-decoration: none;
	font-size: 10px;
}
a:hover {
	color: #E64215 !important;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	border: thin none #FFFFFF;
	text-decoration: underline;
}

.logout {
	font-family: sans-serif;
	font-size: 11px;
	color: #e64215;
	font-weight: normal;
	text-decoration: none;
}
.logout a {
	font-family: sans-serif;
	font-size: 11px;
	color: #e64215;
	font-weight: bold;
	text-decoration: none;
}
.logout a:hover {
	font-family: sans-serif;
	font-size: 11px;
	color: #e64215;
	font-weight: bold;
	text-decoration: underline;
}

.giustificato{
	font-family: sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	text-align: justify;
	letter-spacing: normal;
	word-spacing: normal;
	left: 2px;
	right: 2px;
}
.giustificato a{
	font-family: sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0096d4;
	text-align: justify;
	letter-spacing: normal;
	word-spacing: normal;
	text-decoration:none;
	left: 2px;
	right: 2px;
}
.giustificato a:hover {
	font-family: sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0096d4;
	text-align: justify;
	letter-spacing: normal;
	word-spacing: normal;
	text-decoration:underline;
	left: 2px;
	right: 2px;
}
.cornice {
	/*border: 1px solid Black;*/
	padding-right: 3px;
}
.label{
	font-family: sans-serif;
	font-size: <?php print("$int_size_label"); ?>;
	font-weight: <?php print("$int_weight_label"); ?>;
	color: <?php print("$int_colore_label"); ?>;
}


.testonero {
	font-family: sans-serif;
	font-size: 12px;
	color: Black;
	font-weight: normal;
	text-decoration: none;
}
.testonero a {
	font-family: sans-serif;
	font-size: 10px;
	color: Black;
	font-weight: normal;
	text-decoration: none;
}
.testonero a:hover {
	font-family: sans-serif;
	font-size: 10px;
	color: Black;
	font-weight: normal;
	text-decoration: underline;
}

.grassetto{
	font-family: sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: Black;
}
.grassetto a{
	font-family: sans-serif;
	font-size: 11px;
	color: #939598;
	font-weight: bold;
	text-decoration: underline;
}
.grassetto a:hover {
	font-family: sans-serif;
	font-size: 11px;
	color: #0096D4;
	font-weight: bold;
	text-decoration: underline;
}
.grassettobianco{
	font-family: sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: White;
}
.grassettobianco a{
	font-family: sans-serif;
	font-size: 11px;
	color: White;
	font-weight: bold;
	text-decoration: none;
}
.grassettobianco a:hover {
	font-family: sans-serif;
	font-size: 11px;
	color: White;
	font-weight: bold;
	text-decoration: underline;
}

.sortheader{
	font-family: sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: White;
}
.sortheader a{
	font-family: sans-serif;
	font-size: 11px;
	color: White;
	font-weight: bold;
	text-decoration: none;
}
.sortheader a:hover {
	font-family: sans-serif;
	font-size: 11px;
	color: White;
	font-weight: bold;
	text-decoration: underline;
}

.grassetto{
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: Black;
}
.grassetto a{
	font-family: sans-serif;
	font-size: 11px;
	color: #939598;
	font-weight: bold;
	text-decoration: underline;
}

.testobianco {
	font-family: sans-serif;
	font-size: 10px;
	color: White;
	font-weight: normal;
	text-decoration: none;
}
.testobianco a {
	font-family: sans-serif;
	font-size: 10px;
	color: White;
	font-weight: normal;
	text-decoration: none;
}
.testobianco a:hover {
	font-family: sans-serif;
	font-size: 10px;
	color: White;
	font-weight: normal;
	text-decoration: underline;
}
.conteggio {
	font-family: sans-serif;
	font-size: 10px;
	color: Black;
	font-weight: normal;
	text-decoration: none;
}
.conteggio a {
	font-family: sans-serif;
	font-size: 10px;
	color: Black;
	font-weight: normal;
	text-decoration: none;
}
.conteggio a:hover {
	font-family: sans-serif;
	font-size: 10px;
	color: #124171;
	font-weight: normal;
	text-decoration: none;
}
/*Fine Testi ------------------------------------------------------------------------------------*/
/* Riga -----------------------------------------------------------------------------------------*/
.riga {
	font-family:sans-serif;
	font-size:11px;
	padding: 2px 2px 2px 2px;
	background-position: left;
	height: 20px;
	width: 100%;
}
.riga a {
	height: 20px;
	font-family: sans-serif;
	font-size: 11px;
	color: Black; /* Questo �il colore del link */
	display: block; /* Fondamentale! Da impostare sempre */
	position: relative; /* Fondamentale! Da impostare sempre */
	text-decoration: none; /* Eliminiamo la sottolineatura del link */
	background-color: #FFFFFF;
	padding: 2px 2px 2px 2px;
	background-position: bottom;
	background-repeat: repeat-x;
	zoom: 1;
}
.riga a:hover, .rigaAttiva, .rigaAttiva a {
	height: 20px;
	font-family: sans-serif;
	font-size: 11px;
	color: #FFFFFF; /* Cambiamo il colore del link al passaggio del mouse */
	background-color: #e64215; /* Cambiamo il colore di sfondo al passaggio del mouse */	padding: 2px 2px 2px 2px;
}
/* Fine Riga -------------------------------------------------------------------------------------*/
/* Riga 2 ----------------------------------------------------------------------------------------*/
.rigadue {
	font-family:sans-serif;
	font-size:11px;
	text-align: left;
	vertical-align: middle;
	height: 25px;
	text-indent: 4px;
	}
.rigadue a {
	font-family: sans-serif;
	font-size: 11px;
	color: Yellow; /* Questo �il colore del link */
	display: block; /* Fondamentale! Da impostare sempre */
	position: relative; /* Fondamentale! Da impostare sempre */
	text-decoration: none; /* Eliminiamo la sottolineatura del link */
	background-color: White;
	height: 25px;
	zoom: 1;
}
.rigadue a:hover {
	font-family: sans-serif;
	font-size: 11px;
	color: Yellow; /* Cambiamo il colore del link al passaggio del mouse */
	display: block; /* Fondamentale! Da impostare sempre */
	position: relative; /* Fondamentale! Da impostare sempre */
	background-color: #0096D4; /* Cambiamo il colore di sfondo al passaggio del mouse */
	text-decoration: none;
	height: 25px;
}
/* Fine Riga 2------------------------------------------------------------------------------------*/
/* Riga 3 ----------------------------------------------------------------------------------------*/
.riga3 a {
 color: Black;
 background: #FFFFFF  left top no-repeat;
 text-decoration: none;
 padding-left: 5px;
 height: 25px;
 text-align: center;
}
.attivo a {
	color: White;
	/*background: <?php print("#e64215"); ?> url(../impaginazione/fondi/left_button1.gif) left top no-repeat;*/
	background-color: <?php print("#e64215"); ?>;
	text-decoration: none;
	padding-left: 5px;
	cursor: pointer;
 height: 25px;
 text-align: center;
}
.riga3 a span {
	background: #FFFFFF right top no-repeat;
	padding-right: 5px;
 padding-top: 5px;
}
.attivo a span {
	background:  #e64215;
	padding-right: 5px;
 padding-top: 5px;
}
.riga3 a, .riga3 a span, .attivo a, .attivo a span {
	display: block;
	float: left;
}
/* Hide from IE5-Mac \*/
.riga3 a, .riga3 a span, .attivo a, .attivo a span   {
	float: none;
}
/* End hide */
.riga3 a:hover {
	color: #FFFFFF;
	background: #e64215;

	text-decoration: none;
	padding-left: 5px;
	height: 25px;
	text-align: center;
}
.attivo a:hover {
	text-decoration: none;

}
.riga3 a:hover span {
	background:  #e64215;
}

.riga3 a:hover span {
	background: <?php print("#e64215"); ?> #e64215;
	padding-right: 5px;
	height: 25px;
	padding-top: 5px;
	cursor: pointer;
}
 
.attivo a:hover span {
	text-decoration: none;
}


/* Fine Riga 3------------------------------------------------------------------------------------*/
/* Tabelle ---------------------------------------------------------------------------------------*/
.tabella{
	border: 1px solid #DCDDDE;
}
.tabella_bordodx{
	background-image: url(../impaginazione/fondi/left_menu.gif);
	background-position: right;
	background-repeat: repeat-y;
}
/* Avviso-----------------------------------------------------------------------------------------*/
.Avviso{
	font-family: sans-serif;
	font-size: 10px;
	color: black;
	padding: 2px 2px 2px 2px;
	background-image: url(../impaginazione/fondi/last_row.gif);
	background-position: top;
	background-repeat: repeat-x;
}
/* Fine Avviso------------------------------------------------------------------------------------*/
/* Colore Riga -----------------------------------------------------------------------------------*/
.normale { 
	background-color: #F4F4F4;
	font-family: sans-serif;
	font-size: 10px;
	color: Black;
	font-weight: normal;
}
.highlight{
	background-color: #CAEEE5;
	font-family: sans-serif;
	font-size: 10px;
	color: White;
	font-weight: normal;
}
/* Fine Colore Riga ------------------------------------------------------------------------------*/
* {
	font-family: sans-serif;
}

a.bianco {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}
a:hover.bianco {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}
a:visited.bianco {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}
.badnews {
    font-family: sans-serif;
    font-size: 12px;
    color: black;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    margin: 0px;
    background-color: #ffa54f;
    background-image: url(../impaginazione/icone_pag/exclamation.png);
    background-repeat: no-repeat;
    border: 1px solid #000000;
    width: 95%;
    padding-left: 20px;
}
.goodnews
{
	border:1px solid green;
	background-color:#5EFB5F;
	color:black;
	padding:2px;
	text-align:center;
}



/*
OVERRIDE BOOTSTRAP CLASSES
*/
.header-nav>li>a {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.header-nav>li.active>a, .header-nav>li.active>a:focus, .header-nav>li.active>a:hover {
	background-color: #e64215;
}

.sidebar>li>a {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.sidebar>li.active>a, .sidebar>li.active>a:focus, .sidebar>li.active>a:hover {
	background-color: #e64215;
}

.btn {
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
}
.btn-primary:hover {
	background-color: #e64215;
}
.filterTable {
	border-spacing: 1px;
	border-collapse: separate;
}
.filterTable tr td {
	padding: 3px;
}

input {
	color: black;
	font-weight: normal;
}


.checkbox, .radio {
	display: inline;
}


.tr{
    background-color: #F4F4F4;
	font-family: sans-serif;
	font-size: 10px;
	color: Black;
	font-weight: normal;
}

.tr:hover{
    background-color: #CAEEE5;
	font-family: sans-serif;
	font-size: 10px;
	color: White;
	font-weight: normal;
}

@media print {
	a[href]:after {
		content: none !important;
	}
}
