body {
	margin: 0px;
	background-color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	color: Black;
	/*overflow: hidden;*/
}

/* TRE RIGHE ORIZZONTALI IN ALTO*/
/*1. INTESTAZIONE*/
#intestazione {
	width: 100%;
	background-color: #D1CEC7;
	font-family: Tahoma;
	font-size: 11px;
	color: Black;
	padding-top: 2px;
	height: 25px; /* valore per IE5/Win */
	voice-family: "\"}\""; 
	voice-family: inherit;
	height:21px; /* valore per gli altri browser */
}

/*2. MENU' PRINCIPALE DI MSFAX*/
#menu {
	width: 100%;
	background-color: #DEDBD5;
	font-family: Tahoma;
	font-size: 11px;
	color: Black;
	padding-top: 4px;
	height: 25px; /* valore per IE5/Win */
	voice-family: "\"}\""; 
	voice-family: inherit;
	height:21px; /* valore per gli altri browser */
}

/*3. MENU' CARTELLA SELEZIONATA*/
#cartella {
	width: 100%;
	background-color: #F1EFED;
	font-family: Tahoma;
	font-size: 11px;
	color: Black;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 25px; /* valore per IE5/Win */
	voice-family: "\"}\""; 
	voice-family: inherit;
	height:21px; /* valore per gli altri browser */
}

#cartella a {
	font-family: Tahoma;
	font-size: 11px;
	color: Black;
	text-decoration: none;
}

#cartella a:HOVER {
	font-family: Tahoma;
	font-size: 11px;
	color: Black;
	text-decoration: underline;
}
/* FINE TRE RIGHE ORIZZONTALI IN ALTO*/

/*SOLO FONT*/
.nero {
	font-family: Tahoma;
	font-size: 11px;
	color: Black;
}

.nerobold {
	font-family: Tahoma;
	font-size: 11px;
	color: Black;
	font-weight: bold;
}


.verde {
	font-family: Tahoma;
	font-size: 11px;
	color: #00A030;
}

.verdebold {
	font-family: Tahoma;
	font-size: 11px;
	color: #00A030;
	font-weight: bold;
}

A.linksubianco{
	text-decoration: none;
	font-size : 11px;
	color: #00A030;
	font-family : Tahoma;
}

A:Hover.linksubianco {
	text-decoration: underline;
	font-size : 11px;
	font-family : Tahoma;
	color: #00A030;
}

.nonattivo{
	color: #7D7D7D;
}
/*FINE SOLO FONT*/

/*ANTEPRIMA FAX*/
#anteprima {
	text-align: left;
	background-color: #646464;
	overflow: hidden;
	width: 100%;/* valore per IE5/Win */
	height: 100%;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 98%; /* valore per gli altri browser */
}
#anteprima .top {
	position: relative;
	top: 2px;
	left: 2px;
	background-color: White;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	overflow: hidden;
	padding: 5px;
	height: 12%;
	width: 100%;/* valore per IE5/Win */
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 99%; /* valore per gli altri browser */
	/*border: 1px solid red;*/
}

#anteprima .topinviati {
	position: relative;
	top: 2px;
	left: 2px;
	background-color: White;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	overflow: hidden;
	padding: 5px;
	height: 14%;
	width: 100%;/* valore per IE5/Win */
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 99%; /* valore per gli altri browser */
	/*border: 1px solid red;*/
}

#anteprima .interno {
	position: relative;
	top: 0px;
	left: 2px;
	bottom: 2px;
	
	height: 87%;
	background-color: White;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	text-align: left;
	padding: 5px;
	width: 100%; /* valore per IE5/Win */
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 99%; /* valore per gli altri browser */
	/*height: 87%;*/
	height: 87%;
	overflow: auto;
}

#anteprima .interno_inv {
	position: relative;
	top: 0px;
	left: 2px;
	bottom: 2px;
	background-color: White;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	text-align: left;
	padding: 5px;
	width: 100%; /* valore per IE5/Win */
	height: 85%;
	voice-family: "\";\""; 
	voice-family: inherit;
	width: 99%; /* valore per gli altri browser */
	height: 85%;
	/*height: 100%;*/
	overflow: auto;
	/*border: 1px solid red;*/
}

.titfax {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: Black;
}

.datafax {
	color: #646464;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/*FINE ANTEPRIMA FAX*/

/*LOGIN*/
.inputboxlogin {
	font-family : Tahoma;
	font-size : 11px;
	color: Black;
	background-color : #FFFFFF;
	border-bottom : 1px solid #9A9A9A;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}
/*FINE LOGIN*/

/*vecchi stili */
.tdborder {
	background-image: url(../immagini/sfondo_inttab.gif);
	color: black;
	font-family: Verdana;
	font-size: 11px;
	padding: 2px;

}

.tdborderfinal {
	background-image: url(../immagini/sfondo_inttab.gif);
	color: black;
	font-family: Verdana;
	font-size: 11px;
	padding: 2px;
}

/* FORM */
.inputbox {
	font-family : Tahoma;
	font-size : 11px;
	background-color : #F1EFED;
	border : 1px solid #D1CEC7;
}

.inputbox_requested {
	font-family : Tahoma;
	font-size : 11px;
	background-color : #A29587;
	border: 1px solid #4E463C;
	color: White;
}

.inputbox_readonly {
	font-family : Tahoma;
	font-size : 11px;
	background-color : #F1EFED;
	border : 1px solid #D1CEC7;
	color: #777777;
}

.selectbox {
	font-family : Tahoma;
	font-size : 11px;
	background-color : #F1EFED;
	border: 0px;
}

.button {
	background-color: #D4D5D8;
	color: black;
	font-family: Verdana;
	font-size: 11px;
	border: 1px solid #606060;
}

/* FINE FORM */

.sottointestazione{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #606060;
}

A.fax{
	text-decoration: none;
	font-size : 11px;
	color: #000000;
	font-family : Tahoma;
}
A.fax:HOVER{
	text-decoration: underline;
	font-size : 11px;
	color: #000000;
	font-family : Tahoma;
}

.tdschedafax {
	background-color: #F1EFED;
	/*#F4F6F9;*/
	color: black;
	font-family: Tahoma;
	font-size: 11px;
	padding-left: 5px;
	border-bottom: 1px solid #D1CEC7;
	/*#808080;*/
	height: 16px;
}

.faxcorrotto{
	color: Red;
	cursor: pointer;
}

/*****************RAPPORTO FAX INVIATO ***************/
.int_rapporto {
	font-family : "Courier New", Courier, monospace;
	font-size : 12px;
	color: #000000;
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
}
.cella_rapporto {
	font-family : "Courier New", Courier, monospace;
	font-size : 12px;
	color: #000000;
}

/*****************FINE RAPPORTO FAX INVIATO ***************/

/******CONTENITORE PER PAGINE****************/
#contenuto{
	width: 100%;
	height: 100%;
	overflow: auto;
}
/******CONTENITORE PER ELENCO FAX****************/
#boxfax{
	height: 490px;
	overflow: auto;
}

/****** RICERCA FAX******/
#ricerca {
	border: 2px solid #4E463C;
	width: 100%;
	padding: 3px;
	font-family: Tahoma;
	font-size: 11px;
}

#ricerca .sezione {
	top: 6px;
	background-color: #4E463C;
	color: White;
	font-weight: bold;
	width: 100%;
	height: 20px;
	text-align: center;
	font-family: Tahoma;
	font-size: 11px;
}

#ricerca .nomi {
	background-color: #D1CEC7;
	font-family: Tahoma;
	font-size: 11px;
	color: Black;
	padding: 3px;
}

#ricerca .campo {
	background-color: #F1EFED;
	font-family: Tahoma;
	font-size: 11px;
	color: Black;
	padding: 3px;
}

#ricerca .input {
	background-color: White;
	color: Black;
	font-family: Tahoma;
	font-size: 11px;
	border: 1px solid #D1CEC7;
}
/****** RICERCA FAX******/

.azzurro {
	font-family: Tahoma;
	font-size: 11px;
	color: #4169E1;
	font-weight: bold; 
}
