/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #CCCCCC;
}

/* background color for the content part of the pages */
Body
{
	background-color: #4C4E4D;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 11px;
	background-image: url(immagini/background.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: black;
}

.ContentPane  {
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

.RightPane  {
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

/* text style for the selected tab */
.SelectedTab {
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color:#000000;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#000000;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#000000;
}

A.SelectedTab:hover    {
	text-decoration:    none;
	color:#FFFFFF;
}

/* text style for the unselected tabs */
.OtherTabs {
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:#000000;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#000000;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#4C4E4D;
}

A.OtherTabs:hover    {
	text-decoration:    none;
	color:#FFFFFF;
}

/* GENERAL */
/* style for module titles */
.Head   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font: Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #000000;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #999999;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #EB2D2E
}

.NormalBold
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	text-decoration:    underline;
	color: #F79323;
}

A.CommandButton:visited  {
	text-decoration:    underline;
	color: #F89224;
}

A.CommandButton:active   {
	text-decoration:    underline;
	color: #F89224;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #000000;
}
    
/* GENERIC */
H1  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  12px;
    color: #003366;
}

TH  {
	vertical-align: baseline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

A:link  {
	text-decoration:    none;
	color: #FFA12D;
}

A:visited   {
	text-decoration:    none;
	color: #FFA12D;
}

A:active    {
	text-decoration:    none;
	color: #FFA12D;
}

A:hover {
	text-decoration:    none;
	color: #000000;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: crosshair; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #FFFFFF; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

	background-color: #999999;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */

.MainMenu_MenuContainer {
	width: 175; 
	height: 26px;
	cursor: hand;
	background-color: #FFFFFF;
	border: 0px solid #FFFFFF;
	color: #000000;
}

.MainMenu_MenuBar {
	cursor: hand; 
	cursor: hand; 
	height:20px;
}

.MainMenu_MenuItem {
	cursor: hand;
	cursor: hand;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	border: 0px solid #FFFFFF;
}

.MainMenu_MenuIcon {
	cursor: hand; 
	cursor: hand; 
	background-color: #FFFFFF; 
	border-left: 0px solid #333333; 
	border-bottom: 0px solid #333333; 
	border-top: 0px solid #333333; 
	text-align: left; 
	width: 20; 
	height: 20;
}

.MainMenu_SubMenu {
	z-index: 1000;
	cursor: hand;
	cursor: hand;
	background-color: #FFFFFF;

	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ;
	border: 0px solid #FFFFFF;
}

.MainMenu_MenuBreak {
	background-color: #FFFFFF;
	height: 0px;
	border: 0px solid #FF8080;
}

.MainMenu_MenuItemSel {
	height: 20px;
	background-color: #CCCCCC; 
	cursor: hand; 
	cursor: hand; 
	color: #999999; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: 0px solid #333333; 
	border-bottom: 0px solid #333333; 
	border-top: 0px solid #333333;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.menudx {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 10px;
}
.menusx {
	text-align: right;
	padding: 0px 10px;
	color: #FFA12D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.a {
	color: #000000;
	text-align: center;
}
.menudxCopia {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1E1E1;
	padding: 10px;
}
.menudxCopiaCopia {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 10px;
}
.menudxCopia2 {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #F7F7F7;
}
.menucontainerintegrato {
	background-color: #E7E7E7;
	padding: 10px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: solid;
	border-left: solid;
}
.AAQQ {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F7F7F7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F7F7F7;
	padding: 10px;
}
.menusx2finalmenudsdd {
	padding-right: 10px;
	padding-left: 10px;
}
.totalborder {
	border: 4px #B1B1B1;
}
.margini {
	padding: 5px;
}
.marginiCopia {
	padding-right: 10px;
	padding-left: 10px;
}
.margine_menu TD {
	padding-right: 6px;
	padding-left: 6px;
}
.SOPRA_DX {
	background-repeat: no-repeat;
	background-position: right top;
	text-align: right;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(/Portals/_default/Skins/qsender-skin//qsenderpromo/Portals/_default/Skins/qsender-skin/sopra.gif);
}
.marginiCopiaCopia {

	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.marginiCopiaCopia2 {
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-top: 5px;
	padding-bottom: 5px;
}
.marginiCopiaCopia2Copia {

	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.marginiCopiaCopiaCopia7 {
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	background-color: #a3c0ba;
}
.uiyi {
	border: 1px solid #EB2D2E;
	background-color: #FFFFFF;
	color: #EB2D2E;
}
.pageprintspacer {
	padding-top: 0px;
	padding-right: 43px;
	padding-bottom: 0px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
.marginiCopia_______ {

	padding-right: 10px;
	padding-left: 0px;
}
.bordoinferioreperflash {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 0px;
}
.ahead12 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.copylinks {
	color: #999999;
}
A.copylinks:link {
	color: #999999;
}
A.copylinks:visited {
	color: #999999;
}
A.copylinks:active {

	color: #999999;
}
A.copylinks:hover {


	color: #000000;
}

.fondopa {
	background-color: #E6E6E6;
	background-image: url(immagini/left_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.fondopaCopia {
	background-image: url(immagini/logo_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #ca3d3d;
}
.4-2 {
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.2-4 {
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 2px;
}
.2-2 {

	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
}
.ipwhite {
	background-image: url(immagini/upwhite.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.loginuser {
	padding: 2px 4px 4px 8px;
}
.LeftPanes {

	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.ContentPanes {


	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.pusanti {
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.fondocontent {
	background-image: url(immagini/fondocontent.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding: 5px 20px;
}
.glialtripane {
	background-image: url(immagini/glialtripane.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 5px 20px;
}
.footer {
	background-image: url(immagini/footer.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.imageheader {
	background-image: url(immagini/matitew.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.login {
	padding-top: 5px;
	padding-right: 5px;
}
.breadcrumb {
	padding-right: 5px;
}
.leftgrigio {
	background-image: url(immagini/linealeftpane.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 11px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.sottolftpane {
	background-color: #F79323;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E37B09;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.imageheader-basso {

	background-image: url(immagini/matite-basse.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.imageheader-basso-fondo-1 {


	background-image: url(immagini/matite-separate_02.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.imageheader-basso-fondo-2 {



	background-image: url(immagini/matite-separate_03.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.stile3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.stile4 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFA12F;
}
.stile5 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFA12F;
}.breadcrumb-sx {
	padding-left: 5px;
}
/* ================================
    CSS STYLES FOR Module HouseMenu
   ================================
*/

/* Vertical Menu */
#houseMenuV ul { /* all lists */
	border: solid 1px #999;
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style: none;
	float: left;
	width: 144px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	background: transparent;
}

#houseMenuV li { /* all list items */
	list-style-type: none;
	list-style: none;
	position: relative;
	float: left;
	width: 142px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 136px;
	_width: 100%; /* width recognized by IE only to handle box model issues */
	/* end hack */
	line-height : 18px;
	margin: 0;
	padding: 0;
	border: 0;
}

#houseMenuV li ul { /* second-level lists */
	position: absolute;
	left: -9999px;
	margin-left: 144px;
	_margin-left: 142px;
	margin-top: -21px;
	border: solid 1px #999;
	z-index: 999;
}

#houseMenuV li ul ul { /* third-and-above-level lists */
	left: -9999px;
	z-index: 999;
}

#houseMenuV a {
	display: block;
	width: 142px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 136px;
	_width: 100%; /* width recognized by IE only to handle box model issues */
	/* end hack */
	color: #333;
	font-weight: bold;
	text-decoration: none;
	background-color: #eee;
	padding: 1px 4px 2px 4px;
	opacity: .9;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}

#houseMenuV li a:hover {
	color: white;
	background-color: #369;
}

#houseMenuV li:hover ul ul, 
#houseMenuV li:hover ul ul ul, 
#houseMenuV li.sfhover ul ul, 
#houseMenuV li.sfhover ul ul ul {
	left: -9999px;
}

#houseMenuV li:hover ul, 
#houseMenuV li li:hover ul, 
#houseMenuV li li li:hover ul, 
#houseMenuV li.sfhover ul, 
#houseMenuV li li.sfhover ul, 
#houseMenuV li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 999;
}

#houseMenuV iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}


/* Horizontal Menu */
#houseMenuH { /* menu wrapper div */
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	line-height: 18px;
	white-space: nowrap;
	width: auto;
}

#houseMenuH ul { /* all lists */
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	line-height: 18px;
	white-space: nowrap;
	z-index: 999;
}

#houseMenuH a { /* all links, inside of list items */
	display: block;
	color : #333;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight : bold;
	text-decoration : none;
	background-color : #eee;
	padding: 1px 6px 2px 6px;
	width: 142px;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	/* end hack */
}

#houseMenuH li { /* all list items */
	position: relative;
	display: inline;
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	width: 142px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	/* end hack */
}

#houseMenuH li a:hover {
	color : white;
	background-color : #369;
}

#houseMenuH li ul { /* second-level lists */
	position: absolute;
	/*background: transparent;*/
	width: 144px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: solid 1px #999;
	white-space: nowrap;
	z-index: 888;
}

#houseMenuH li ul ul { /* third-and-above-level lists */
	margin: -21px 0 0 144px;
	white-space: nowrap;
}

#houseMenuH li:hover ul ul, 
#houseMenuH li:hover ul ul ul, 
#houseMenuH li.sfhover ul ul, 
#houseMenuH li.sfhover ul ul ul {
	left: -9999px;
}

#houseMenuH li:hover ul, 
#houseMenuH li li:hover ul, 
#houseMenuH li li li:hover ul, 
#houseMenuH li.sfhover ul, 
#houseMenuH li li.sfhover ul, 
#houseMenuH li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#houseMenuH li li { /* all items under the top level */
	list-style-type: none;
	opacity: .9;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	width: 142px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	/* end hack */
}

#houseMenuH li li a { /* all item links under the top level */
	width: 142px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 132px;
	_width: 144px;
	/* end hack */
}

#houseMenuH iframe {
	position: absolute;
	left: -1px;
	top: -1px;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	display: block;
}


/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuParentItem a
{ /* all links under the parent item (li) */
	color: #eeeeee;
	background-color: #666;
	text-decoration: none;
}

a#houseMenuParentLink
{ /* parent link itself */
	color: #eeeeee;
	background-color: #333;
	text-decoration: none;
}

a#houseMenuCurrentLink
{ /* current link itself */
	color: #ffffff;
	background-color: #600;
	text-decoration: none;
}



/* Applied to all unordered lists within the div named "houseMenuVertical" */
#houseMenuVstatic ul
{
	margin: 0;
	border: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	list-style-type: none;
	width: 144px;
}

/* Applied to all list items within the div named "houseMenuVertical" */
#houseMenuVstatic li
{
	display: inline;
	margin: 0;
	border: 0;
	padding: 0;
	width: 144px;
}

/* Applied to all links. Use "li a" styles below to customize nested links. */
#houseMenuVstatic a
{
	padding-right: 6px;
	display: block;
	padding-left: 6px;
	padding-bottom: 4px;
	color: #ffffff;
	padding-top: 4px;
	background-color: #003366;
	text-decoration: none;
	font-weight: bold;
	width: 138px;
	_width: 144px;
	margin: 0;
}

/* Applied to all links. Use "li a" styles below to customize nested links. */
#houseMenuVstatic a:hover
{
	background-color: #336699;
	color: #ffffff;
}

/* Applied to first-level links */
#houseMenuVstatic ul a
{
}

/* Applied to second-level links */
#houseMenuVstatic ul ul a
{
	padding-left: 12px;
	background-color: #6699cc;
	width: 138px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 132px;
	_width: 144px;
	/* end hack */
}

/* Applied to third-level links */
#houseMenuVstatic ul ul ul a
{
	padding-left: 18px;
	background-color: #6699cc;
	width: 138px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 126px;
	_width: 144px;
	/* end hack */
}

/* Applied to fourth-level links */
#houseMenuVstatic ul ul ul ul a
{
	padding-left: 24px;
	background-color: #6699cc;
	width: 138px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 120px;
	_width: 144px;
	/* end hack */
}

/* Applied to fifth-level links */
#houseMenuVstatic ul ul ul ul ul a
{
	padding-left: 30px;
	background-color: #6699cc;
	font-weight: normal;
	width: 138px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 114px;
	_width: 144px;
	/* end hack */
}

.ArrowPointer
{
	cursor: default;
}
.stile33 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.stile44 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFA12F;
}
.glialtripaneCopia {
	background-repeat: no-repeat;
	background-position: left top;
	padding: 5px 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.cosino {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: none;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
	border-bottom-style: dashed;
}

