/*
* STILI GENERICI DEL DOCUMENTO
*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
BODY
{
	margin: 0;
	padding: 0; 
	font-size: 13px;
	background-repeat: no-repeat;
	/* background-color: #0034A4; */
	color: #1c1c1c;
}

BODY, INPUT, SELECT, TEXTAREA
{
	font-family: 'Roboto';
}

INPUT, SELECT, TEXTAREA
{
	font-size:11px;
}

ul
{
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
}

A
{
	font-size: 11px;
	font-family: 'Roboto';
	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: 'Roboto';
	background: #b2bfd5;
	width:80px
	/*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: 'Roboto';
	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: 'Roboto';
	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: 'Roboto';
	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: 'Roboto';
	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: 'Roboto';
	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: 'Roboto';
	background-color: #efefef; /*background-color: #f0f2f8;*/
	height: 20px;
}

.menuVoice_empty
{
	font-size: 0.7em;
	color: #41485c;
	font-family: 'Roboto';
	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: 'Roboto';
	background-color: #31577c;
}

.infoContainer
{
	font-size: 11px;
	font-family: 'Roboto';
	color: black;
}

.infoInternal
{
	font-size: 11px;
	color: #41485c;
	font-family: 'Roboto';
	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;
	font-size: 14px;
	color: #7C7E83;
	font-family: 'Roboto';
	font-weight: 600;
	width: 100%; 
	text-transform: uppercase;
	
	/*
		background-image: url(/images/titlebars_20150421_drop.png);
		background-repeat:repeat;
		background-position:left; 
		padding: 5px 2px 2px 0px;
		margin-top: 5px;
		margin-bottom: 20px;
		height: 40px;
	*/
	text-indent: 5px;
	vertical-align: middle;
}

/*
	copia prima delle modifiche del 12/05/2015
	
	.panelInternalInfo
{
	color: #41485c;
	margin-left: 0px;
	margin-top: 2px;
	margin-bottom: 10px;
	font-family: 'Roboto';
	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;
}

*/

.panelInternalInfo
{
	color: #41485c;
	/*margin-left: 0px;
	margin-top: 2px;
	margin-bottom: 10px;
	
	padding: 2px 2px 2px 2px;
	*/
	font-family: 'Roboto';
	
	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: 'Roboto';
	padding: 2px 2px 2px 2px;
	text-align: left;
	color: #41485c;
	border-bottom: #41485c 1px dotted;
}

.panelTableContainer td
{
	font-size: 11px;
	font-family: 'Roboto';
	color: Black;
}

.panelInternalTabs
{
	font-size: 11px;
	background-color: #efefef;
	font-weight: bold;
	font-family: 'Roboto';
	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: 'Roboto';
	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;
}







/*
ul#menu_a_2livelli
{
	
	margin: 0;
	padding: 0;
	border: 0px;
	background: black;
	list-style: none;
	font: 9px  'Roboto';
	display: inline;
	height: 20px;
	width: 100%;
}
*/

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: 'Roboto';
	border-left: #31577c 1px solid;
	border-top: #31577c 1px solid;
}

.tableDati tr td
{
	font-size: 11px;
	color: #41485c;
	font-family: 'Roboto';
	border-bottom: #31577c 1px solid;
	border-right: #31577c 1px solid;
	text-align:right;
}

.tableDati tr th
{
	font-size: 11px;
	color: #41485c;
	font-family: 'Roboto';
	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: 'Roboto';
	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: 'Roboto';
	font-weight: bold;
	border-bottom: #31577c 1px solid;
	background-color: #a7b9dc;
}

.infoPanelsContent
{
	font-size: 11px;
	color: #41485c;
	font-family: 'Roboto';
	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: 'Roboto';
    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: 'Roboto';
    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: 'Roboto';
	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: 'Roboto';
	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: 'Roboto';
	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: 'Roboto';
	text-decoration:none;
	padding-left:4px;
	color: mediumblue;
}

.recordListItem A:hover
{
	color: #ff6600;
}


.dt_formTitle
{
	font-weight: bold;
	font-size: 13px;
	font-family: 'Roboto';
	padding-left: 5px;
	border-bottom: darkgray 1px solid;
	padding-bottom: 10px;
	text-align:left;
}

.dt_formInfo
{
	font-size: 11px;
	font-family: 'Roboto';
	padding-top:5px;
	padding-left: 5px;
	padding-bottom: 3px;
	text-align:justify;
}

.dt_formInfoBold
{
	font-size: 11px;
	font-weight:bold;
	font-family: 'Roboto';
	padding-top:5px;
	padding-left: 5px;
	padding-bottom: 5px;
	text-align:justify;
	border-bottom: solid 1px darkgray;
}


.dt_formField
{
	font-size: 11px;
	font-family: 'Roboto';
	width:200px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	width:200px;
}

.dt_formFieldMandatory
{
	font-weight: bold;
	font-size: 11px;
	font-family: 'Roboto';
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	width:200px;
}


.hint{
    font-weight:bold;
    color:black;
    text-decoration:none;
}
.hint:hover{
    text-decoration:underline;
}