
/*
* STILI GENERICI DEL DOCUMENTO
*/

BODY
{
	margin: 0;
	padding: 0;
	background: #fff; /*background:f0f2f8;*/
	font-size: 0.7em;
}

BODY, INPUT, SELECT, TEXTAREA
{
	font-family: lato;
}

ul
{
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
}

A
{
	font-size: 11px;
	font-family: Arial, sans-serif;
	color: #41485c;
}

/*
* STILI RELATIVI AL MENU DI SINISTRA
*/

.menuContainer
{
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
	background-color: #dce0ed;
	padding-left: 0px;
}


.menuContainer li a, .menuContainer li a:link, .menuContainer li a:visited
{
	font-size: 11px;
	color: #41485c;
	font-family: arial, sans-serif;
	background-color: #dfdfdf;
	border-bottom: solid 1px white;
	text-decoration: none;
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 0px;
	display: block;
	width: 100%;
}

.menuContainer li a:hover
{
	color: white;
	background-color: #a7b9dc;
}

.menuContainer li li a, .menuContainer li li a:link, .menuContainer li li a:visited
{
	font-size: 11px;
	color: #41485c;
	font-family: arial, sans-serif;
	background-color: #efefef;
	border-bottom: solid 1px white;
	border-left: solid 10px white;
	text-decoration: none;
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 0px;
	display: block;
	width: 100%;
}

/* FIX for IE6 < */
html>body .menuContainer li li a, html>body .menuContainer li li a:link, html>body .menuContainer li li a:visited  {width: 95%;} 

.menuContainer li li a:hover
{
	color: white;
	background-color: #a7b9dc;
}

.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;
}

/*
* STILI RELATIVI AL PANNELLO DI INFO DEL TITOLO IN BORSA
*/

.tradeContainer
{
	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;
}


.tradeTitle
{
	font-size: 11px;
	color: white;
	font-family: arial, sans-serif;
	font-weight: bold;
	border-bottom: #31577c 1px solid;
	background-color: #a7b9dc;
}

.tradeLabel
{
	font-size: 11px;
	color: #41485c;
	font-family: arial, sans-serif;
	font-weight: bold;
	border-bottom: #31577c 1px solid;
	border-right: #31577c 1px dotted;
	background-color: #efefef;
}

.tradeValue
{
	font-size: 11px;
	color: #41485c;
	font-family: arial, sans-serif;
	border-bottom: #31577c 1px solid;
	background-color: #dce0ed;
	text-align: right;
}

.tradeInfoMessage
{
	font-size: 11px;
	color: #41485c;
	font-family: arial, sans-serif;
}

.newsDate
{
	font-size: 11px;
	color: #41485c;
	font-family: arial, sans-serif;
	font-weight: bold;
	background-color: #a7b9dc;
}

.newsContent
{
	font-size: 11px;
	color: #41485c;
	font-family: arial, sans-serif;
	font-weight:normal;
	background-color: transparent;
}


/*
* STILI RELATIVI AI LINK DI FONDO PAGINA
*/

.links
{
	background-color: transparent;
}


.linkTitle
{
	font-size: 11px;
	color: black;
	font-family: arial, sans-serif;
	font-weight: bold;
	border-bottom: solid 1px black;
	height: 16px;
}


.links li a, .links li a:link, .links li a:visited
{
	font-size: 11px;
	color: #41485c;
	font-family: arial, sans-serif;
	background-color: Transparent;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	width: 100%;
}

.links li a:hover
{
	color: black;
	background-color: #dce0ed;
}

/* DEFINIZIONE STILI INTERNI */

.panelInternal
{
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
	background-color: #dce0ed;
	padding-left: 0px;
	height: 490px;
	width: 540px;
}

.panelInternalTitle
{
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 520px;
	font-size: 13px;
	font-weight: bold;
	color: white;
	font-family: arial, sans-serif;
	background-color: #31577c;
	padding: 2px 2px 2px 2px;
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
}

.panelInternalInfo
{
	color: #41485c;
	background-color: #dce0ed;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 520px;
	font-size: 11px;
	font-family: arial, sans-serif;
	padding: 2px 2px 2px 2px;
	text-align: justify;
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
}

.panelTableContainer
{
	background-color: #efefef;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 520px;
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
}

.panelTableContainer th
{
	font-size: 11px;
	background-color: #efefef;
	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: 10pt;
	font-family: lato;
	padding: 2px 2px 2px 2px;
	text-align: justify;
	color: #787878;
	background-color: #ffffff;
}

.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;
	background-color: #dce0ed;
	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;
	background-color: #dce0ed;
	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;
}

/*Contact Us*/
TD.CUsSeparatorLine
{
    font-weight: bold;
    font-size: 14px;
    background: #cfcfcf
}
TD.CUsHeaderBlue
{
    font-size: 11pt;
    color: white;
    font-family:lato;
    text-decoration: none;
    background-color : #003366;
    border-color : #ccccff;
	padding-left:10px;
}
TD.CUsHeaderBlueLight
{
    font-size: 11pt;
    color: #003366;
    font-family: lato;
    text-decoration: none;
    background-color : #ffffff;
    border-color : #ccccff;
	padding-left:0px;
	border-bottom:1px solid #dddddd;
}
TD.CUError
{
    font-family: lato;
    text-decoration: none;
    font-weight: bold;
    font-size: 11pt;
    color: #ff0000;
    text-align:center ;
}
TABLE.CUsBorderedBlue
{
	/*border: 1px solid #787878;*/
	/*font-weight: bold;*/
	font-size: 10px;
	background: #ccd0e1;

}
.Copyright
{
	font-family:lato;
	font-size:10px;
	background-color:#ffffff;
}
