
/*
* STILI GENERICI DEL DOCUMENTO
*/

BODY
{
	margin: 0;
	padding: 0; 
	font-size: 0.7em;
	background-repeat: no-repeat;
	background-color: white;
	color: #1c1c1c;
}

BODY, INPUT, SELECT, TEXTAREA
{
	font-family: Arial, sans-serif;
}

INPUT, SELECT, TEXTAREA
{
	font-size:11px;
}

ul
{
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
}

A
{
	font-size: 11px;
	font-family: Arial, sans-serif;
	color: #41485c;
}

.button, .button:link, .button:visited
{
	border-right: #8d8d8d 1px solid;
	border-top: #8d8d8d 1px solid;
	font-weight: bold;
	font-size: 10px;
	padding: 2px 0px 2px 0px;
	text-align: center;
	text-indent:0px;
	text-decoration:none;
	border-left: #8d8d8d 1px solid;
	color: #1c1c1c;
	border-bottom: #8d8d8d 1px solid;
	font-family: arial;
	background-color: buttonface;
}

.button:hover
{
	border-right: #ff9933 1px solid;
	border-top: #ff9933 1px solid;
	border-left: #ff9933 1px solid;
	border-bottom: #ff9933 1px solid;
	background-color: #ffee55;
	color: #cc3300;
}

.button_sel, .button_sel:link, .button_sel:visited, .button_sel:hover
{
	border-right: midnightblue 1px solid;
	border-top: midnightblue 1px solid;
	font-weight: bold;
	font-size: 10px;
	padding: 2px 0px 2px 0px;
	text-align: center;
	text-indent: 0px;
	text-decoration: none;
	border-left: midnightblue 1px solid;
	color: midnightblue;
	border-bottom: midnightblue 1px solid;
	font-family: arial;
	background-color: #e3effa;
}


.tab_button, .tab_button:link, .tab_button:visited
{
	border-right: #8d8d8d 1px solid;
	border-top: #8d8d8d 1px solid;
	font-weight: bold;
	font-size: 12px;
	padding: 2px 0px 2px 0px;
	text-align: center;
	text-indent:0px;
	text-decoration:none;
	border-left: #8d8d8d 1px solid;
	color: #1c1c1c;
	border-bottom: #8d8d8d 0px solid;
	font-family: arial;
	height:24px;
}

.tab_button:hover
{
	border-right: #ff9933 1px solid;
	border-top: #ff9933 1px solid;
	border-left: #ff9933 1px solid;
	border-bottom: #ff9933 0px solid;
	background-color: #ffee55;
	color: #cc3300;
}

.tab_button_sel, .tab_button_sel:link, .tab_button_sel:visited, .tab_button_sel:hover
{
	font-weight: bold;
	font-size: 12px;
	padding: 2px 0px 2px 0px;
	text-align: center;
	text-indent:0px;
	text-decoration:none;
	font-family: arial;
	height:24px;

	/*border-right: #ff9933 1px solid;
	border-top: #ff9933 1px solid;
	border-left: #ff9933 1px solid;
	border-bottom: #ff9933 0px solid;*/
	
	background-image: url(/images/tab_sel.gif);
	color: #cc3300;
}

.tab_button_grayed, .tab_button_grayed:link, .tab_button_grayed:visited
{
	font-weight: bold;
	font-size: 12px;
	padding: 2px 0px 2px 0px;
	text-align: center;
	text-indent: 0px;
	text-decoration: none;
	font-family: arial;
	height: 24px;
	
	/*border-right: #bebebe 1px solid;
	border-top: #bebebe 1px solid;
	border-left: #bebebe 1px solid;
	border-bottom: #bebebe 0px solid;
	background-color: #f0f0f0;
	color: #bebebe;

	border-right: midnightblue 1px solid;
	border-top: midnightblue 1px solid;
	border-left: midnightblue 1px solid;
	border-bottom: midnightblue 0px solid;
	background-color: #e3effa;*/
	
	background-image: url(/images/tab_grayed.gif);
	color: #cc3300;
}

.tab_button_grayed:hover
{
	/*border-right: #ff9933 1px solid;
	border-top: #ff9933 1px solid;
	border-left: #ff9933 1px solid;
	border-bottom: #ff9933 0px solid;
	background-color: #ffee55;
	color: #cc3300;
	
	border-right: midnightblue 1px solid;
	border-top: midnightblue 1px solid;
	border-left: midnightblue 1px solid;
	border-bottom: midnightblue 0px solid;
	background-color: #e3effa;*/
	color: #cc3300;
}
/*
* STILI RELATIVI AL MENU DI SINISTRA
*/

.menuContainer
{
	border-right: white 0px solid;
	border-top: white 0px solid;
	border-left: white 0px solid;
	border-bottom: white 0px solid;
	padding-left: 0px;
	margin-top:20px;
}

.menuContainer ul
{
	
}

.menuContainer li
{
	width: 126px;
	height:16px;
}



.menuContainer li a, .menuContainer li a:link, .menuContainer li a:visited
{
	font-size: 11px;
	color: mediumblue;
	font-family: verdana;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 0px;
	display: block;
	width: 100%;
	float: left;
	height:18px;
	border-bottom:solid 1px darkgray;
}

.menuContainer li a:hover
{
	color: #ff6600;
}

.menuVoice
{
	font-size: 0.7em;
	color: #41485c;
	font-family: arial, sans-serif;
	background-color: #efefef; /*background-color: #f0f2f8;*/
	height: 20px;
}

.menuVoice_empty
{
	font-size: 0.7em;
	color: #41485c;
	font-family: arial, sans-serif;
	background-color: #dce0ed; /*background-color: #f0f2f8;*/
}

.menuVoice_selected a, .menuVoice_selected a:link, .menuVoice_selected a:visited
{
	color: white;
	background-color: #31577c;
}

/*
* STILI RELATIVI AL CONTENITORE
*/

.infoTitle
{
	font-size: 11px;
	color: white;
	font-family: arial, sans-serif;
	background-color: #31577c;
}

.infoContainer
{
	font-size: 11px;
	font-family: arial, sans-serif;
	color: black;
}

.infoInternal
{
	font-size: 11px;
	color: #41485c;
	font-family: arial, sans-serif;
	background-color: #efefef;
}

/* DEFINIZIONE STILI INTERNI */

.panelInternal
{
	border-right: darkgray 0px dotted;
	border-top: white 0px solid;
	border-left: darkgray 0px dotted;
	border-bottom: darkgray 0px dotted;
	padding:0px;
	height: 480px;
	width: 760px;
	margin-top:0px;
	border-top: solid 1px darkgray;
}

.panelInternalTitle
{
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
	color: midnightblue;
	font-family: arial, sans-serif;
	width: 100%; /*background: #4473b7;*/
	background: fff;
	background-image: url(/images/titlebarsf.gif);
	background-repeat:repeat-x;
	background-position:left;
	text-indent: 14px;
	padding: 6px 2px 2px 0px;
	border-right: white 0px solid;
	border-top: white 0px solid;
	border-left: white 0px solid;
	border-bottom: white 0px solid;
	height: 30px;
	vertical-align: middle;
}

.panelInternalInfo
{
	color: #41485c;
	margin-left: 0px;
	margin-top: 2px;
	margin-bottom: 10px;
	font-size: 11px;
	font-family: arial, sans-serif;
	padding: 2px 2px 2px 2px;
	text-align: justify;
	border-right: white 0px solid;
	border-top: white 0px solid;
	border-left: white 0px solid;
	border-bottom: white 0px solid;
}

.panelTableContainer
{
	background-color: #fff;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 740px;
	border-right: white 0px solid;
	border-top: white 0px solid;
	border-left: white 0px solid;
	border-bottom: white 0px solid;
}

.panelTableContainer th
{
	font-size: 11px;
	font-weight: bold;
	font-family: arial, sans-serif;
	padding: 2px 2px 2px 2px;
	text-align: left;
	color: #41485c;
	border-bottom: #41485c 1px dotted;
}

.panelTableContainer td
{
	font-size: 11px;
	font-family: arial, sans-serif;
	color: Black;
}

.panelInternalTabs
{
	font-size: 11px;
	background-color: #efefef;
	font-weight: bold;
	font-family: arial, sans-serif;
	padding: 2px 2px 2px 2px;
	text-align: left;
	color: #41485c;
	height:18px;
}

.panelInternalTabs li
{
	float: left;
	width: 50px;
}

.panelInternalTabs li a, .panelInternalTabs li a:link, .panelInternalTabs li a:visited
{
	font-size: 11px;
	color: #41485c;
	font-family: arial, sans-serif;
	background-color: #dfdfdf;
	border-bottom: #41485c 0px solid;
	border-top: #41485c 1px solid;
	border-left: #41485c 1px solid;
	border-right: #41485c 1px solid;
	margin-left: -1px;
	text-decoration: none;
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 0px;
	display: block;
	width: 100%;
	text-align: center;
}

.panelInternalTabs li a:hover
{
	color: white;
	background-color: #a7b9dc;
}

/* MENU NERO COMUNE */

ul#menu_a_2livelli
{
	float: left;
	margin: 0;
	padding: 0;
	border: 0px;
	background: black;
	list-style: none;
	font: 9px Arial;
	display: inline;
	height: 15px;
}

ul#menu_a_2livelli li
{
	float: left;
	margin: 0;
	padding: 0;
	border-right: 0px solid #D76120;
	color: black;
	height: 15px;
	padding-right: 4px;
}

ul#menu_a_2livelli li ul li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#menu_a_2livelli a:link, ul#menu_a_2livelli a:visited, ul#menu_a_2livelli a:hover, ul#menu_a_2livelli a:focus, ul#menu_a_2livelli a:active
{
	display: block;
	padding: 0;
	color: #fff;
	text-decoration: none;
}
ul#menu_a_2livelli li ul
{
	display: none;
}
ul#menu_a_2livelli li:hover ul#menuInternal01, 
ul#menu_a_2livelli li.over ul#menuInternal01,
ul#menu_a_2livelli li:hover ul#menuInternal02, 
ul#menu_a_2livelli li.over ul#menuInternal02,
ul#menu_a_2livelli li:hover ul#menuInternal03, 
ul#menu_a_2livelli li.over ul#menuInternal03,
ul#menu_a_2livelli li:hover ul#menuInternal04, 
ul#menu_a_2livelli li.over ul#menuInternal04
{
	display: block;
	position: absolute;
	z-index: 1;
	width: 180px;
	margin: 0 0 0 0;
	border-bottom: 0px solid white;
	background: black;
}

ul#menu_a_2livelli li ul li
{
	border-bottom: 0px solid white;
	width: 180px;
	padding: 2px 2px 2px 2px;
}

ul#menu_a_2livelli li ul li a:hover
{
	background-color: #555555;
}

ul#menuInternal01 li ul 
{
	display: none;
}

ul#menuInternal01 li:hover ul , ul#menuInternal01 li.overInternal ul 
{
    display: block;
	position: absolute;
	z-index: 1;
	width: 180px;
	margin-left: 178px;
    margin-top: -16px;
	border-bottom: 0px solid white;
	background: black;
}

.tableDati
{
	color: #41485c;
	font-family: arial, sans-serif;
	border-left: #31577c 1px solid;
	border-top: #31577c 1px solid;
}

.tableDati tr td
{
	font-size: 11px;
	color: #41485c;
	font-family: arial, sans-serif;
	border-bottom: #31577c 1px solid;
	border-right: #31577c 1px solid;
	text-align:right;
}

.tableDati tr th
{
	font-size: 11px;
	color: #41485c;
	font-family: arial, sans-serif;
	border-bottom: #31577c 1px solid;
	border-right: #31577c 1px solid;
	background-color: #efefef;
	font-weight:normal;
}

.infoPanelsContainer
{
	font-size: 0.8em;
	color: black;
	font-family: arial, sans-serif;
	background-color: #a7b9dc;
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
}

.infoPanelsTitle
{
	font-size: 11px;
	color: white;
	font-family: arial, sans-serif;
	font-weight: bold;
	border-bottom: #31577c 1px solid;
	background-color: #a7b9dc;
}

.infoPanelsContent
{
	font-size: 11px;
	color: #41485c;
	font-family: arial, sans-serif;
	font-weight: bold;
	background-color: #efefef;
}

/* Stile video consigliati */

.videoConsigliati
{
	border-right: white 0px solid; 
	border-top: #000 1px solid;
    border-left: white 0px solid; 
    border-bottom: #000 1px solid; 
    padding: 1px 2px 1px 2px; 
    background-color: #fff; 
}

.collegamento
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: blue;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}

.subTitle
{
	padding: 2px 2px 2px 2px;
	background-color: #625862;
}

.fieldHeader_form_ext_sfumato
{
	background-image: url(/images/yellow_sfumato_580x6.gif);
	background-repeat: repeat-y;
	border-top: black 1px dotted;
	font-size: x-small;
}

.gray_sfumato
{
	background-image: url(/images/sf_gray.gif);
	background-repeat: repeat-y;
	font-size: 11px;
	font-family: arial;
	border: 0px;
	color: #1c1c1c;
	border-top: solid 1px darkgray;
	border-bottom: solid 1px darkgray;
}

.gray_sfumato_bck
{
	
}

.gray_sfumato INPUT, .gray_sfumato SELECT, .gray_sfumato OPTION
{
	font-size:11px;
}


.gray_sfumato_topleft
{
	background-image: url(/images/topleft_ya.gif);
	width:6px;
	height:6px;
}

.gray_sfumato_topright
{
	background-image: url(/images/topright_ya.gif);
	width:6px;
	height:6px;
}

.gray_sfumato_bottomleft
{
	background-image: url(/images/bottomleft_ya.gif);
	width:6px;
	height:6px;
}

.gray_sfumato_bottomright
{
	background-image: url(/images/bottomright_ya.gif);
	width:6px;
	height:6px;
}

#listaMiniature
{
	background-color: #fff;
	font-size:11px;
	font-weight:bold;
	margin-top:10px;
	width:727px;
}

#listaMiniature TD, #listaMiniature SELECT
{
	background-color: #fff;
	font-size:11px;
	font-weight:bold;
}

.nota
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}

.mandatoryField
{
	font-weight:bold;	
}

.recordList
{
	background-image: url(/images/sf_gray.gif);
	background-repeat:repeat-y;
	border-bottom:solid 1px darkgray;
	border-top:solid 1px darkgray;
	width:100%;
}

.recordList TD
{
	font-size: 12px;
	color: #1c1c1c;
	font-family: Arial;
	text-decoration: none;
	border-right: white 0px solid;
	border-top: white 0px solid;
	margin-top: 1px;
	margin-bottom: 1px;
	border-left: white 0px solid;
	
}

.recordListTitle TD
{
	font-weight: bold;
	font-size: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: solid 1px white;
	background-color: #d7d7d7;
	font-family: Arial;
	border-bottom: solid 1px darkgray;
	border-top: solid 1px darkgray;
	text-align:left;
	padding-left:3px;
}

.recordListItem TD
{
	border-bottom: solid 1px white;
	padding-top:3px;
	padding-bottom:3px;
	border-bottom: darkgray 1px solid;
	font-family: Arial;
	font-size: 11px;
	padding-left:3px;
	text-align:left;
}

.recordListItem TD A, .recordListItem A:link , .recordListItem A:visited
{
	font-weight: bold;
	font-size: 11px;
	font-family: Arial;
	text-decoration:none;
	padding-left:4px;
	color: mediumblue;
}

.recordListItem A:hover
{
	color: #ff6600;
}


.dt_formTitle
{
	font-weight: bold;
	font-size: 13px;
	font-family: Verdana;
	padding-left: 5px;
	border-bottom: darkgray 1px solid;
	padding-bottom: 10px;
	text-align:left;
}

.dt_formInfo
{
	font-size: 11px;
	font-family: Verdana;
	padding-top:5px;
	padding-left: 5px;
	padding-bottom: 3px;
	text-align:justify;
}

.dt_formInfoBold
{
	font-size: 11px;
	font-weight:bold;
	font-family: Verdana;
	padding-top:5px;
	padding-left: 5px;
	padding-bottom: 5px;
	text-align:justify;
	border-bottom: solid 1px darkgray;
}


.dt_formField
{
	font-size: 11px;
	font-family: Verdana;
	width:200px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	width:200px;
}

.dt_formFieldMandatory
{
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	width:200px;
}

/*
.dt_formCommand A, .dt_formCommand A:link , .dt_formCommand A:visited
{
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana;
	text-decoration:none;
	border-left: solid 1px darkgray;
	padding-left:4px;
	color: mediumblue;
}

.dt_formCommand A:hover
{
	color: #ff6600;
}
*/
.hint{
    font-weight:bold;
    color:black;
    text-decoration:none;
}
.hint:hover{
    text-decoration:underline;
}
