/********************************
 CSS MainStyle
 ********************************/

A:link, A:visited, A:hover {
	text-decoration : none;
}

body {
	background-color : #ffffff;
	margin-top : 0px;
	margin-left : 10px;
	margin-right : 10px;
	margin-bottom : 10px;

	scrollbar-base-color : #ffffff; 
/*
	scrollbar-face-color : #000000;
	scrollbar-shadow-color : #000000;
	scrollbar-highlight-color : #000000;
	scrollbar-3dlight-color : #ffffff;
	scrollbar-darkshadow-color : #ffffff;
	scrollbar-track-color : #000000;
	scrollbar-arrow-color : #ffffff;
*/
}

td {
	line-height : 130%;
}

ul {
	list-style : square;
	line-height : 150%;
}

/********************************
 Testo
 ********************************/

.hidden {
	display : none;
}

.tbig {
	color : #b0c4e0;
	font-size : 18px;
	font-family : arial,verdana,tahoma,Lucida;
	font-weight : normal;
}

.tn0 {
	color : #000000;
	font-size : 10px;
	font-family : verdana,tahoma,arial,Lucida;
	font-weight : normal;
}

.tn1 {
	color : #000000;
	font-size : 11px;
	font-family : verdana,tahoma,arial,Lucida;
	font-weight : normal;
}

.tb0 {
	color : #000000;
	font-size : 10px;
	font-family : verdana,tahoma,arial,Lucida;
	font-weight : bold;
}

.tb1 {
	color : #000000;
	font-size : 11px;
	font-family : verdana,tahoma,arial,Lucida;
	font-weight : bold;
}

.tc, .lc {
	color : #b0b0b0;
	font-size : 10px;
	font-family : verdana,tahoma,arial,Lucida;
	font-weight : normal;
}

/********************************
 Celle
 ********************************/

td.intlist {
	background-color : #f0f0f0;
	color : #000000;
	font-size : 11px;
	font-family : verdana,tahoma,arial,Lucida;
	font-weight : bold;
}

td.bord {
	border-color : #000088;
	border-style: solid;
	border-width : 1;
	background-color : #ffffff;
}

td.Menu {
	height : 20;
	color : #ffffff;
	font-size : 11px;
	font-family : verdana,tahoma,arial,Lucida;
	/*letter-spacing : 2px;*/
	line-height : 100%;
	font-weight : bold;
}
.lab1 {
	color : #ffffff;
	font-size : 11px;
	font-family : verdana,tahoma,arial,Lucida;
	background-color : #b8b4b8;
	font-weight : bold;
}

/********************************
 Links
 ********************************/

.lm {
	color : #ffffff;
	font-size : 11px;
	font-family : verdana,tahoma,arial,Lucida;
	font-weight : bold;
	/*letter-spacing : 2px;*/
}
.lm:hover {
	color : #d0ff68;
	text-decoration: none;
}

.ln1 {
	color : #008800;
	font-size : 11px;
	font-family : verdana,tahoma,arial,Lucida;
	font-weight : normal;
}
.ln1:hover {
	color : #90d040;
	text-decoration: underline;
}

.lc:hover {
	color : #0000ff;
	text-decoration : underline;
}
.ln0 {
	color : #000000;
	font-size : 11px;
	font-family : verdana,tahoma,arial,Lucida;
	font-weight : bold;
}

.ln0:hover {
	color : #000c00;
	text-decoration: underline;
}
.lm2 {
	color : #000000;
	font-size : 10px;
	font-family : verdana,tahoma,arial,Lucida;
	font-weight : bold;
	
}
.lm2:hover {
	color : #000000;
	text-decoration: underline;
}
/********************************
 Moduli
 ********************************/

.ctxt1 {
	background-color : #ffffff;
	font-weight : normal;
	font-family : verdana, tahoma, arial, lucida;
	font-size : 11px;
	color : #000000;
	border-width: 1;
	border-color : #e0e0e0;
}
.atxt1 {
	font-size : 11px;
	font-family : Courier New, verdana, Arial;
	color : #000000;
	background-color : #ffffff;
	border-width: 1;
	border-color : #e0e0e0;

	scrollbar-face-color : #ffffff;
	scrollbar-shadow-color : #ffffff;
	scrollbar-highlight-color : #ffffff;
	scrollbar-3dlight-color : #000000;
	scrollbar-darkshadow-color : #000000;
	scrollbar-track-color : #ffffff;
	scrollbar-arrow-color : #000000;
}
.butt1 {
	color : #000000;
	background-color : #ffffff;
	font-weight : bold;
	font-family : verdana,tahoma,arial,Lucida;
	font-size : 11px;
	background-image: url('../images/buttonback.png');
	border-width : 1;
}

/* Moduli */

.button { color: ffffff; background-color: #3cb371; font-weight: bold; font-family: verdana,tahoma,arial,lucida; font-size: 8pt; border-width: 1; }
.onbutton { color: 000000; background-color: #ffffff; font-weight: bold; font-family: verdana,tahoma,arial,lucida; font-size: 8pt; border-width: 1; }
.castxt { font-weight: normal; font-family: verdana,tahoma,arial,lucida; font-size: 11px; color:#000000; background-color: #ffffff; }
.select { font-weight: normal; font-family: verdana,tahoma,arial,lucida; font-size: 10px; color:#000000; background-color: #ffffff; }

.txtarea { font-size: 8pt; font-family: Courier New, Arial; background-color: #ffffff;
scrollbar-face-color:#ffffff;
scrollbar-shadow-color:#ffffff;
scrollbar-highlight-color:#ffffff;
scrollbar-3dlight-color:#c0c0c0;
scrollbar-darkshadow-color:#c0c0c0;
scrollbar-track-color:#ffffff;
scrollbar-arrow-color:#000088;
}