@charset "iso-8859-1";

/* ********** TAG BASE *************** */

/* ok */
a { text-decoration: none; }
	a.under { text-decoration: underline; }

/* ok */
a:link, a:visited { color: #526F90; }
a:hover {color: #FFFFFF; background-color: #526F90; }
a:active { color: #666666; }

/* ok */
a:link.img, a:visited.img { background-color: transparent; }
a:hover.img {background-color: transparent; }
a:active.img {background-color: transparent; }

a:link.white, a:visited.white { color: #FFFFFF; }
a:hover.white { color: #526F90; background-color: #FFFFFF; }
a:active.white { color: #666666; }

a:link.selezionato, a:visited.selezionato { color: #526F90; }

/* ok */
fieldset
{
	border: 1px solid #C3CFF3;
	padding: 0;
}

/* ok */
img { border: 0; }

/* ok */
input, textarea, button 
{ 
	font-family: "Courier New",monospace;
	font-weight: normal;
	font-size: 11px;
	background-color: #FFFFFF; 
	border:solid 1px #526F90;
	margin-bottom: 1px;
}

/* ok */
input.radio, input.checkbox 
{ 
	background-color: transparent; 
	border: 0; 
	position: relative; top: 2px;
}

/* ok */
input.submit
{
	color: #B52E3E;
	background-color: #FFFFFF;
	margin-top:5px;
}

input.submit_black
{
	color: #000000;
	border: 2px dotted #526F90;
	background-color: #FFFFFF;
	width: 70px; 
}

/* ok */
legend
{
	color: #FFFFFF;
	font-weight: normal;
	border: 1px solid #C3CFF3;
	padding: 2px;
	background-color: #6A87AE;
}

/*
li
{
	border-bottom: 1px solid #526F90;
}
*/

marquee
{
	font-size: 10px;
	font-weight: normal;
	width: 492px;
	padding: 2px 0;
	border-top: 1px solid #526F90;
	border-bottom: 1px solid #526F90;
}

select 
{ 
	font-family: "Courier New", monospace;
	font-weight: normal;
	font-size: 11px;
	background-color: #FFFFFF; 
	border: 1px solid #526F90; 
	margin-bottom: 1px;
}

select.big 
{ 
	font-size: 11px;
}

table { border: 0; border-collapse: collapse; }

td 
{
	padding: 0; 
	margin: 0;
/*
	text-align: left;
	vertical-align: top;
*/
}

/* ok */
td.bb { border-bottom: 1px solid #526F90; 
}

td.bbt
{
	border-top: 1px solid #526F90;
	border-bottom: 1px solid #526F90;
	padding: 2px;
}

td.credits_list
{
	font-weight: bold; 
  text-align: right; 
  vertical-align: top;
  white-space: nowrap;
  padding-right: 10px;
}

td.menuform 
{ 
	text-align: left;
	vertical-align: top;
	padding: 3px 5px 0 0;
	white-space: nowrap;
}

td.menuform_r 
{ 
	text-align: right;
	vertical-align: top;
	padding: 3px 5px 0 0;
	white-space: nowrap;
}

td.menuform_top
{ 
	text-align: left;
	vertical-align: top;
	padding: 8px 5px 0 0;
	white-space: nowrap;
}

td.r_padtop { text-align: right; padding-top: 3px; }

/* ok */
td.r_padd { text-align: right; padding-right: 7px; }

td.verificare
{ 
	border-bottom: solid 1px #526F90;
	padding: 0 5px;
	background-color: #CCCCCC
}

td.voceform 
{ 
	text-align: right;
	vertical-align: middle;
	padding: 0 5px 0 0;
	white-space: nowrap;
}

td.voceform_access 
{ 
	text-align: right;
	vertical-align: middle;
	padding: 0 5px 0 0;
	white-space: nowrap;
	width: 100px;
}

td.voceform_top 
{ 
	text-align: right;
	vertical-align: top;
	padding: 0 5px 0 0;
	white-space: nowrap;
}

td.voceform_top_minus 
{ 
	text-align: right;
	vertical-align: top;
	padding: 3px 5px 0 0;
	white-space: nowrap;
}

/* ok */
td.vocescheda 
{ 
	color: #666666;
	text-align: right;
	vertical-align: top;
	padding: 0 7px 0 0;
	white-space: nowrap;
}

ul.sx2
{
	padding-left: 13px;
	margin: 0;
}

li
{
	padding-left: 0px;
}

/* ********** SPECIAL DISPLAY *************** */

.bold { font-weight: bold; }

.c { text-align: center; }

.canc { background-color: #999999; }

.disp { color:#526F90; padding: 1px 3px 1px 0; }
  .disp a { text-decoration:none; display:block; margin:0 0 3px 0; padding:1px 3px; border-bottom: 1px solid #526F90; }
  .disp a:link, .disp a:visited {color:#526F90; background-color:#FFFFFF;}
	.disp a:hover, .disp a:active {color:#FFFFFF; background-color:#526F90;}
	
.error { background-color: #FFCC00; text-align: center; padding: 5px; border: 1px solid #526F90;  }

/* ok */
.gray { color: #666666; }

/* ok */
.gray_light { color: #999999; }

.just { text-align: justify; }

.just_dx { text-align: justify; vertical-align: top; padding-left: 5px; }

.just_sx { text-align: justify; vertical-align: top; padding-right: 5px; }

.just_both { text-align: justify; vertical-align: top; padding: 0 5px; }

.l { text-align: left; }

.lista 
{ 
	text-align: left;
	vertical-align: top;
	padding: 1px 10px 1px 0px;
	border-bottom: solid 1px #526F90;
}

.lista_evid 
{ 
	text-align: left;
	vertical-align: top;
	padding: 1px 10px 1px 0px;
	border-bottom: solid 1px #526F90;
	background-color: #FFCC00;
}

.lista_r 
{ 
	text-align: right;
	vertical-align: top;
	padding: 1px 0px 5px 5px;
	border-bottom: solid 1px #526F90;
}

.lista_sp 
{ 
	vertical-align: top;
	padding: 1px 7px 1px 5px;
	border-bottom: solid 1px #526F90;
}

/* ok */
.menu_sx { color:#526F90; padding: 1px 5px; }
  .menu_sx a { text-decoration:none; display:block; margin:0 0 3px 0; padding:1px 3px; border-bottom: 1px solid #526F90; }
  .menu_sx a:link, .menu_sx a:visited {color:#526F90; background-color:#C3CFF3;}
	.menu_sx a:hover, .menu_sx a:active {color:#FFFFFF; background-color:#526F90;}
	
.menu_sx_sel { color:#526F90; padding: 1px 5px; }
  .menu_sx_sel a { text-decoration:none; display:block; margin:0 0 3px 0; padding:1px 3px; }
  .menu_sx_sel a:link, .menu_sx_sel a:visited {color:#FFFFFF; background-color:#526F90; border: 1px solid #FFFFFF;}
  .menu_sx_sel a:hover, .menu_sx_sel a:active {color:#FFFFFF; background-color:#526F90; border: 1px solid #526F90; }

.menu_sx2 { color:#526F90; padding: 1px 3px 1px 0; }
  .menu_sx2 a { text-decoration:none; display:block; margin:0 0 3px 0; padding:1px 3px; border-bottom: 1px solid #526F90; }
  .menu_sx2 a:link, .menu_sx2 a:visited {color:#526F90; background-color:transparent;}
	.menu_sx2 a:hover, .menu_sx2 a:active {color:#FFFFFF; background-color:#526F90;}
	
.menu_sx2_sel { color:#526F90; padding: 1px 3px 1px 0; }
  .menu_sx2_sel a { text-decoration:none; display:block; margin:0 0 3px 0; padding:1px 3px; border-bottom: 1px solid #526F90; }
  .menu_sx2_sel a:link, .menu_sx2_sel a:visited {color:#FFFFFF; background-color:#526F90;}
  .menu_sx2_sel a:hover, .menu_sx2_sel a:active {color:#526F90; background-color:transparent;}

/* ok */
.nowrap { white-space: nowrap; }

.r { text-align: right; }

.red { color: #FF0000; }

.rass_nome { font-size: 13px; font-weight: bold; }

.rass_titolo { font-size: 20px; font-weight:bold; }

.red_line { border-bottom: 1px solid #526F90; }

.sqr_lp { font-size:1.5em; border: 1px solid #000000; color: #FFFFFF; background-color: #526F90; }

.ss_med { font-size: 11px; font-weight: bold; color: #FFFFFF; background-color: #526F90; padding: 1px 5px }

.ss_menu_cx { font-size: 11px; font-weight: bold; color: #FFFFFF; background-color: #526F90; text-align: center; padding: 1px 5px }

.ss_menu_cx_small { font-size: 10px; font-weight: bold; color: #FFFFFF; background-color: #526F90; text-align: center; padding: 1px 5px }

.ss_menu_sx { font-size: 12px; font-weight: bold; color: #FFFFFF; background-color: #526F90; text-align: left; padding: 2px 5px 2px 6px; text-transform: uppercase; }

.ss_menu_sx_small { font-size: 10px; font-weight: bold; color: #FFFFFF; background-color: #526F90; text-align: left; padding: 2px; }

.ss_small { font-size: 10px; font-weight: bold; color: #FFFFFF; background-color: #526F90; padding: 1px 5px }

.subtit { font-size: 10px; font-weight: bold; color: #000000; background-color: transparent; padding: 2px 5px; border-bottom: 1px solid #526F90; text-transform: uppercase; }

/* ok */
.sx { text-align: left; }

/* usato? */
.titolo { font-size: 12px; font-weight: bold; color: #FFFFFF; background-color: #526F90; text-align: center; padding: 2px; text-transform: uppercase; }

.titolo_opera { font-size: 9px; font-weight: bold; color: #FFFFFF; background-color:#526F90; padding: 0 5px; text-transform: uppercase; }

.vat { vertical-align: top; }

/*
!!!!!!!!!!!!!! DA QUI ORIGINALE ETE !!!!!!!!!!!!!!!!!!!!
*/

td.med { font-family: verdana,arial,helvetica,sans-serif; font-weight: bold; font-size: 13px; }

/*ok*/
.nota 
{
	font-weight: normal; 
	font-size: 9px;
	color:#999999; 
}

.back { font-family: verdana,arial,helvetica,sans-serif; font-size: 10px; }

.back_dx { font-family: verdana,arial,helvetica,sans-serif; font-size: 9px; font-weight: normal; text-align: right; padding-top:15px; }

.back_sx { font-family: verdana,arial,helvetica,sans-serif; font-size: 9px;; font-weight: normal; text-align: left; padding-bottom:5px; }

.c { text-align: center; }

.cmed  { font-family: verdana,arial,helvetica,sans-serif; font-size: 11px; font-weight:bold; background-color: #ffcc00; }

/* ok */
.cx { text-align: center; }

.form_struct
{
	padding: 2px 2px 2px 8px;
}

.indjust { text-indent:40px; text-align:justify; }

.linebottom_bl { font-family: verdana,arial,helvetica,sans-serif; font-size: 11px; font-weight: bold; border-left: solid 1px;; border-bottom: solid 1px; border-color: #000000; }

.linebottomb { font-family: verdana,arial,helvetica,sans-serif; font-size: 11px; font-weight: bold; border-bottom: solid 1px; border-color: #000000; background-color: #cccccc; }

.menu { font-family: verdana,arial,helvetica,sans-serif; font-weight: bold; font-size: 14px; }

.menuform { font-family: verdana,arial,helvetica,sans-serif; font-size: 10px; border-top: solid 1px; border-color: #000000; }

/* ok */
.menusub { font-family: verdana,arial,helvetica,sans-serif; font-weight: bold; font-size: 11px; }

.menusubsub { font-family: verdana,arial,helvetica,sans-serif; font-size: 9px; }

.nomesw { font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; font-weight: bold; background-color:#39529c; color:#FFFFFF; }

.ssbig { font-family: verdana,arial,helvetica,sans-serif; font-size: 16px; font-weight: bold; color: #FFFFFF; background-color: #000000; }

.titolo { font-family: verdana,arial,helvetica,sans-serif; font-size: 18px; font-weight: bold; text-align: center; }




.a  { font-family: verdana,arial,helvetica,sans-serif; font-size: 10px; background-color: #eeeeee; }

.b  { font-family: verdana,arial,helvetica,sans-serif; font-size: 10px; background-color: #cccccc; }

.d  { font-family: arial black,helvetica; font-size: 22px; font-weight: bold; color: #FF0000; }

.leztit { font-family: verdana,arial,helvetica,sans-serif; font-weight: bold; font-size: 11px; color: #000000; background-color:#C0C0C0; }

.leztitolo { font-family: verdana,arial,helvetica,sans-serif; font-weight: bold; font-size: 12px; color: #000000; background-color:#C0C0C0; }

.main { font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; font-weight: bold; }

/* ok */
.main_tit 
{
	font-family: verdana,arial,helvetica,sans-serif; 
	font-size: 13px; 
	font-weight: bold; 
	text-align: center;
}

/* forse non pił usato*/
.modulo { font-family: verdana,arial,helvetica,sans-serif; font-size: 16px; }

.nb { font-family: verdana,arial,helvetica,sans-serif; font-weight: bold; font-size: 12px; color: #000000; background-color:#C0C0C0; }

.utente { font-family: verdana,arial,helvetica,sans-serif; font-size: 10px; font-weight: bold; }

/*
#logoETE { position: absolute; top: 5px; left: 3px;}

#arg { position: absolute; top: 6px; left: 70px;}

#tableup { position: absolute; top: 5px; }

#tab { position: absolute; top: 3px; right:20px; }
*/


.big { font-family: verdana,arial,helvetica,sans-serif; font-weight: bold; font-size: 24px; }

.wel { font-family: verdana,arial,helvetica,sans-serif; font-weight: bold; font-size: 10px; color: #FFFFFF; }

.lez { font-family: verdana,arial,helvetica,sans-serif; font-weight: bold; font-size: 10px; color: #666666; }

/*
#stop2a { position: absolute; top: 20px; left: 500px;}
*/

/*
!!!!!!!!!!!!! 73990000.css !!!!!!!!!!!!!!!
*/

table { border: 0; }

td { font-family: verdana,arial,helvetica,sans-serif; font-weight: bold; font-size: 10px; }

td.lista { text-align: left; vertical-align: top; padding-right: 7px; padding-left: 5px; }

td.med { font-family: verdana,arial,helvetica,sans-serif; font-weight: bold; font-size: 13px; }

.back { font-family: verdana,arial,helvetica,sans-serif; font-size: 10px; font-weight:normal; }

.black { color:#000000; }

.black_10 { font-size: 10px; color:#000000; }

.cmed  { font-family: verdana,arial,helvetica,sans-serif; font-size: 10px; font-weight:bold; background-color: #ffcc00; }

.error  { font-family: verdana,arial,helvetica,sans-serif; font-size: 10px; font-weight:bold; color:#FFFFFF; background-color:#FF0000; }

.indjust { text-indent:40px; text-align:justify; }

/* ok */
.linebottom { font-family: verdana,arial,helvetica,sans-serif; font-size: 10px; font-weight: bold; border-bottom: solid 1px #526F90; padding: 0 5px; }

.linebottom_b { font-family: verdana,arial,helvetica,sans-serif; font-size: 10px; font-weight: bold; border-bottom: solid 1px #000000; padding: 0 5px; background-color: #DDDDDD; }

/* ok */
.linebottom_br { font-family: verdana,arial,helvetica,sans-serif; font-size: 11px; font-weight: bold; border-right: solid 1px #526F90;; border-bottom: solid 1px #526F90; }

/* ok */
.linebottom_n { font-family: verdana,arial,helvetica,sans-serif; font-size: 10px; font-weight: normal; border-bottom: solid 1px #526F90; padding: 0 5px; }

.linebottom_n2 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10px; font-weight: normal; border-bottom: solid 1px; border-color: #FFFFFF; padding: 0 5px; }

.linebottom_white { font-family: verdana,arial,helvetica,sans-serif; font-size: 10px; font-weight: bold; border-bottom: solid 1px; border-color: #FFFFFF; }

.linebottomb { font-family: verdana,arial,helvetica,sans-serif; font-size: 10px; font-weight: bold; border-bottom: solid 1px; border-color: #000000; background-color: #cccccc; }

.linebottomright { font-family: verdana,arial,helvetica,sans-serif; font-size: 10px; font-weight: bold; border-right: solid 1px; border-bottom: solid 1px; border-color: #000000; }

/* forse non pił usato */
.maiuscoletto { font-variant:small-caps; font-weight:normal; }

.menu { font-family: verdana,arial,helvetica,sans-serif; font-weight: bold; font-size: 14px; }

.menucover { font-family: verdana,arial,helvetica,sans-serif; font-weight: bold; font-size: 10px; color:#FFFFFF; border-bottom: solid 1px; border-color: #FFFFFF; padding-left:7px; }

.menuform { font-family: verdana,arial,helvetica,sans-serif; font-size: 10px; border-top: solid 1px; border-color: #000000; }

.menu_pres { border-top: solid 1px; border-color: #000000; border-bottom: solid 1px; border-color: #000000; }

.menu_pres_mono {font-family: verdana; font-size: 10px; font-weight: normal; border-bottom: solid 1px; border-color: #000000; }

.nav { font-family: verdana,arial,helvetica,sans-serif; font-size: 10px; font-weight:normal; }

.nb { font-family: verdana,arial,helvetica,sans-serif; font-weight: bold; font-size: 12px; color: #000000; background-color:#C0C0C0; }

.nb_red { font-family:verdana,arial,helvetica,sans-serif; font-size:10px; font-weight:bold; color:#FFFFFF; background-color:#FF0000; }

.nb_tit { font-family: verdana,arial,helvetica,sans-serif; font-size: 10px; font-weight:normal; }

.nomesw { font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; font-weight: bold; background-color:#39529c; color:#ffffff; }

/* ok */
.norm { font-weight: normal; }

.novita { font-family: verdana,arial,helvetica,sans-serif; font-size: 8px; font-weight:bold; color:#FFFFFF; border-bottom: solid 1px; border-color: #FFFFFF; }

.red  { color: #FF0000; }

.red_dark  { color: #C00000; }

/* ok */
.ss { font-family: verdana,arial,helvetica,sans-serif; font-size: 12px; font-weight: bold; text-align: center; color: #FFFFFF;  background-color: #526F90; padding: 0 5px; }

.ssb { font-family: verdana,arial,helvetica,sans-serif; font-size: 10px; font-weight: bold; color: #ffffff;  background-color: #A58C7B; }

.ssbig { font-family: verdana,arial,helvetica,sans-serif; font-size: 16px; font-weight: bold; color: #ffffff; background-color: #000000; }

.ss13 { font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; font-weight: bold; color: #ffffff; background-color: #000000; }

/* ok */
.sss { font-family: verdana,arial,helvetica,sans-serif; font-size: 10px; font-weight: bold; color: #FFFFFF;  background-color: #526F90; text-align: center; vertical-align: middle; height: 14px; padding: 0 5px; }

/* ok */
.sss_box { font-family: verdana,arial,helvetica,sans-serif; font-size: 10px; font-weight: bold; color: #526F90; background-color: #FFFFFF; border: 1px solid #526F90; text-align: center; vertical-align: middle; height: 14px; }

/* ok */
.sss_box_big { font-family: verdana,arial,helvetica,sans-serif; font-size: 11px; font-weight: bold; color: #526F90; background-color: #FFFFFF; border: 1px solid #526F90; text-align: center; vertical-align: middle; height: 14px; }

/* ok */
.sss_dx { font-family: verdana,arial,helvetica,sans-serif; font-size: 10px; font-weight: bold; color: #FFFFFF;  background-color: #526F90; padding: 0 5px; text-align: right; }

/* ok */
.sss_sx { font-family: verdana,arial,helvetica,sans-serif; font-size: 10px; font-weight: bold; color: #FFFFFF;  background-color: #526F90; padding: 0 5px; text-align: left; }

.testoscheda { font-variant:small-caps; font-weight: bold; font-size: 10px; color: #000000; text-align: left; }

.tit { font-family: verdana,arial,helvetica,sans-serif; font-size: 28px; font-weight: bold; }

.titfol { font-family: verdana,arial,helvetica,sans-serif; font-size: 16px; font-weight: bold; border-top: solid 1px #000000; border-bottom: solid 1px #000000; }

.titolo { font-family: verdana,arial,helvetica,sans-serif; font-size: 18px; font-weight: bold; }

.titolobig { font-family: verdana,arial,helvetica,sans-serif; font-weight: bold; font-size: 28px; color:#FFFFFF; }

.titolobig_black { font-family: verdana,arial,helvetica,sans-serif; font-weight: bold; font-size: 20px; color:#000000; }

.under_tab { font-family: verdana,arial,helvetica,sans-serif; font-size: 10px; font-weight: normal; border-bottom: solid 1px; border-color: #000000; }

/* UTILIZZATO ? */
.under_tab_big { font-family: verdana,arial,helvetica,sans-serif; font-size: 11px; font-weight: bold; border-bottom: solid 1px; border-color: #000000; text-align:left; }

.under_tab_big_w { font-family: verdana,arial,helvetica,sans-serif; font-size: 11px; font-weight: bold; border-bottom: solid 1px; border-color: #FFFFFF; color: #FFFFFF; }

.vedi {color:#000000; background-color:#FFFFFF; font-family:verdana, arial,helvetica,sans-serif; font-size:10px; font-weight:bold; border-top: solid 1px; border-bottom: solid 1px; border-left: solid 1px; border-right: solid 1px; border-color: #000000; padding-left:3px; padding-right:3px; }

/* ok */
.white { color: #FFFFFF; }

.white_10 { font-size: 10px; color:#FFFFFF; font-family:verdana,arial,helvetica,sans-serif; font-weight:normal; }

.white_10n { font-size: 10px; font-weight:normal; color:#FFFFFF; }

.white_14 { font-size: 14px; color:#FFFFFF; }

.y  { font-family: verdana,arial,helvetica,sans-serif; font-size: 10px; font-weight:bold; background-color: #FFFF00; }





.leztit { font-family: verdana,arial,helvetica,sans-serif; font-weight: bold; font-size: 10px; color: #000000; background-color:#C0C0C0; }

.leztitolo { font-family: verdana,arial,helvetica,sans-serif; font-weight: bold; font-size: 12px; color: #000000; background-color:#C0C0C0; }

.main { font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; font-weight: bold; }

.modulo { font-family: verdana,arial,helvetica,sans-serif; font-size: 16px; }

.utente { font-family: verdana,arial,helvetica,sans-serif; font-size: 10px; font-weight: bold; }

#logoETE { position: absolute; top: 5px; left: 3px;}

#arg { position: absolute; top: 6px; left: 70px;}

#tableup { position: absolute; top: 5px; }

#tab { position: absolute; top: 3px; right:20px; }


.big { font-family: verdana,arial,helvetica,sans-serif; font-weight: bold; font-size: 24px; }

.wel { font-family: verdana,arial,helvetica,sans-serif; font-weight: bold; font-size: 10px; color: #ffffff; }

.lez { font-family: verdana,arial,helvetica,sans-serif; font-weight: bold; font-size: 10px; color: #666666; }

#stop2a { position: absolute; top: 20px; left: 500px;}

/* ok */
.valign { vertical-align: top; }
