/*  CSS level 2 StyleSheet   */
/* style.css - version 1.1.0 */


/* ################## DEFAULT STYLES - NON ELIMINARE! ################# */


/* =============== PAGINA PRINCIPALE ================*/


/* body */
.global
{
        /*border: none;*/
        overflow: auto;
        background: #CCCCCC; /*url('/images/l39a/body_bg.gif');*/
}


/* TABELLA PRINCIPALE */
.main
{
	background: #FFFFFF;
	border-left: solid #000000 1px;
	border-right: solid #000000 1px;
	width: 800px;
	height: 100%;
}


/* Banner */
.banner
{
	width: 100%;
}


/* spazio principale della pagina */
.page
{
	/*border-top: solid #000000 1px;*/
	background: #FFFFFF;
	/*width: 65%;*/
}

/* Credits (fondo pagina, se esistenti) */
.credits
{
	font-family: Verdana, Arial, Helvetica;
	/*font-weight: bold;*/
	font-size: 11px;
	text-align: center;
	color: #000000;
	background: #2F94FF url('/images/l39a/credits_bg.jpg') top left no-repeat;
	border-top: solid #000000 1px;
	height: 22px;
}

.credits A:LINK { text-decoration: none; color: #FFFFFF; }
.credits A:VISITED { text-decoration: none; color: #FFFFFF; }
.credits A:HOVER { text-decoration: none; color:#FFFFFF; }


/* Barra del percorso corrente */
.path
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: top;
	color: #FFFFFF;
	background: #2F94FF;
	border-top: none;
	border-bottom: solid #000000 1px;
	white-space: nowrap;
	padding: 3 3 3 3;
	height: 22px;
}

.path A:LINK { text-decoration: none; color: #FFFFFF; }
.path A:VISITED { text-decoration: none; color: #FFFFFF; }
.path A:HOVER { text-decoration: none; color: #0000A4; }


/* =================== BARRA: SINISTRA (MENU) ==================== */

.menubar
{
	width: 1%;
	height: 100%;
	background: #FFFFFF url('/images/l39a/menu_bg_sx.png') no-repeat;
	border-right: solid #000000 1px;
}


/* Definisce area sensibile/imposta dimens. reale casella cliccabile */
.menuitem_sens
{
	padding: 10 10 10 10;
}


/* Voce attiva del menu */
.menuitem
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	color: #FFFFFF;
	/*background: #022D8C;*/
	background: #0D2D53;
	padding: 4 4 4 8;
	border-top: solid #0045D0 1px;
	border-left: solid #0045D0 1px;
	border-right: solid #000000 1px;
	border-bottom: solid #000000 1px;
	height: 20px;
}

.menuitem_on
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	color: #0000FF;
	background: #FFFFFF;
	padding: 4 4 4 8;
	/*border-top: solid #FFFFFF 1px;
	border-left: solid #FFFFFF 1px;
	border-right: solid #808080 1px;
	border-bottom: solid #808080 1px;*/
	height: 20px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

.menuitem_hover
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	color: #FFFFFF;
	/*background: #FFFFFF;*/
	padding: 3 3 3 9;
	border-top: solid #000000 1px;
	border-left: solid #000000 1px;
	border-right: solid #0045D0 1px;
	border-bottom: solid #0045D0 1px;
	height: 20px;
	cursor: pointer;
}

.menuitem A:LINK    { text-decoration: none; color: #FFFFFF; }
.menuitem A:VISITED { text-decoration: none; color: #FFFFFF; }
.menuitem_on A:LINK    { text-decoration: none; color: #022D8C; }
.menuitem_on A:VISITED { text-decoration: none; color: #022D8C; }
.menuitem_hover A:LINK    { text-decoration: none; color: #FFFFFF; }
.menuitem_hover A:VISITED { text-decoration: none; color: #FFFFFF; }



/* =================== BARRA: ORIZZONTALE (MENU) ==================== */

.menubar_h
{
	height: 22px;
}

.menubar_h_open
{
	width: 1px;
	height: 22px;
	border-right: solid #000000 1px;
	border-bottom: solid #000000 1px;
}

.menubar_h_close
{
	border-bottom: solid #000000 1px;
}


/* Crea la zona sensibile al click e definisce la dim. effettiva della casella cliccabile */
.menuitem_h_sens
{
	width: 120px;
	cursor: pointer;
}

/* Voce attiva del menu */
.menuitem_h
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	color: #FFFFFF;
	background: #CFCFCF url('/images/l39a/menuitem_h_bg.gif') top left no-repeat;
	border-top: solid #000000 1px;
	border-right: solid #000000 1px;
	border-bottom: solid #000000 1px;
	border-left: none;
	cursor: pointer;
	width: 120px;
	height: 22px;
}

.menuitem_h_on
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	color: #FFFFFF;
	background: #2F94FF url('/images/l39a/menuitem_h_on_bg.gif') top left no-repeat;
	border-top: solid #000000 1px;
	border-right: solid #000000 1px;
	border-bottom: none;
	border-left: none;
	width: 120px;
	height: 22px;
}

/* Non usata. Si usano invce le classi hover qua sotto */
/* Per ripristinare il comportamento precedente modificare libinc/interface.inc.php */
.menuitem_h_hover
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	color: #000000;
	background: #1B278A;
	width: 120px;
	height: 22px;
}


.menuitem_h    A:LINK    { text-decoration: none; color: #808080; }
.menuitem_h    A:VISITED { text-decoration: none; color: #808080; }
.menuitem_h    A:HOVER   { text-decoration: none; color: #000000; }
.menuitem_h_on A:LINK    { text-decoration: none; color: #FFFFFF; }
.menuitem_h_on A:VISITED { text-decoration: none; color: #FFFFFF; }
.menuitem_h_on A:HOVER   { text-decoration: none; color: #0000A4; }

.menuitem_h_hover A:LINK    { text-decoration: none; color: #FFFFFF; }
.menuitem_h_hover A:VISITED { text-decoration: none; color: #FFFFFF; }



/* ====================== BARRA: DESTRA (GENERAL PURPOSE) ===================== */

.gpbar
{
        width: 1%;
        height: 100%;
        background: #022D8C url('/images/l39a/menu_bg_dx.gif');
        /*border-left: dashed #000000 1px;*/
}



/* #################### PAGINE SECONDARIE (./static/) #################### */


/* #################### PAGINE DELLA GUIDA (./guides/) #################### */


.help_main
{
}



/* ######################### USER STYLES ######################### */


.banner_800
{
	font: italic normal bold 13px Helvetica;
	vertical-align: middle;
	background: url('/images/l39a/banner.jpg') top left no-repeat;
	border-bottom: solid #000000 1px;
	width: 100%;
	height: 70px;
}

.banner_left
{
	font: italic normal bold 16px Arial, Helvetica;
	text-align: right;
	color: #808080;
}

.banner_center
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	color: #FFFFFF;
}


/* ------------ Homepage styles ------------ */

.hptableext
{
	background: url('/images/l39a/es/hptux.jpg') bottom right no-repeat;
	width: 100%;
	height: 100%;
}


.hpwelcome
{
	font: normal 18px Verdana, Arial, Helvetica;
	text-align: left;
	color: #0000A4;
	border-bottom: solid #C0C0C0 1px;
	padding: 14 0 1 4;
	width: 95%
}



.hpmenusensor
{
	padding: 36 0 36 0;
	/*vertical-align: middle;*/
	/*border: solid #1586EE 1px;*/
	cursor: pointer;
	/*width: 200px;
	height: 100px;*/
}


.hpmenu
{
	font: italic normal bold 18px Arial, Helvetica;
	text-align: center;
	vertical-align: middle;
	color: #0000A4;
	/*border: solid #1586EE 1px;*/
	width: 200px;
	height: 100px;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
}

.hpmenu A:LINK { text-decoration: none; color: #0000A4; }
.hpmenu A:VISITED { text-decoration: none; color: #0000A4; }
.hpmenu A:HOVER { text-decoration: none; color: #000000; }


.hpmenuhover
{
	font: italic normal bold 18px Arial, Helvetica;
	text-align: center;
	vertical-align: middle;
	color: #1586EE;
	/*border: solid #1586EE 1px;*/
	width: 200px;
	height: 100px;
}

.hpmenuhover A:LINK { text-decoration: none; color: #1586EE; }
.hpmenuhover A:VISITED { text-decoration: none; color: #1586EE; }
.hpmenuhover A:HOVER { text-decoration: none; color: #1586EE; }


/* ------------ Internal pages styles ------------ */


.titlenormal
{
	font: normal 18px Verdana, Arial, Helvetica;
	text-align: left;
	color: #0000A4;
	border-bottom: solid #C0C0C0 1px;
	padding: 14 4 1 4;
	width: 95%
}


.textnormal
{
	font: normal 11px Verdana, Arial, Helvetica;
	text-align: justify;
	line-height: 20px;
	color: #000000;
	padding: 7 4 1 4;
	width: 95%
}

.textnormal A:LINK { text-decoration: none; color: #5386FF; }
.textnormal A:VISITED { text-decoration: none; color: #5386FF; }
.textnormal A:HOVER { text-decoration: none; color: #5386FF; }



.titlenotavail
{
	font: normal 18px Verdana, Arial, Helvetica;
	text-align: left;
	/*color: #FFD30B;*/
	color: #000000;
	border-bottom: solid #C0C0C0 1px;
	padding: 14 4 1 4;
	width: 95%
}


.textnotavail
{
	font: normal 11px Verdana, Arial, Helvetica;
	text-align: justify;
	line-height: 20px;
	color: #000000;
	padding: 7 4 1 4;
	width: 95%
}


.titlesitedown
{
	font: normal 18px Verdana, Arial, Helvetica;
	text-align: left;
	color: #000000;
	border-bottom: solid #C0C0C0 1px;
	padding: 14 4 1 4;
	width: 95%
}


.textsitedown
{
	font: normal 11px Verdana, Arial, Helvetica;
	text-align: justify;
	line-height: 20px;
	color: #000000;
	padding: 7 4 1 4;
	width: 70%;
}

