﻿
.Menu_Table
{
	border:1px solid #D0D0BF;
}

.Menu_Title
{
	background-color:#E8E8E8;
}

.Menu_Title_td
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 1.2em;
	background-color:#E8E8E8;
	padding:10px;
	font-weight: normal;
	text-align: left;
	border-bottom:1px solid #D0D0BF;
	border-right:1px solid #D0D0BF;
	padding-right: 20px;
}

.Menu_Title_td_Selected
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 1.2em;
	background-color:#FFFFFF;
	padding:10px;
	font-weight: normal;
	text-align: left;
	border-bottom:1px solid #D0D0BF;
	padding-right: 20px;
}

.Menu_Action
{
    font-family: Geneva, Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 1.0em;
	padding:5px 20px;
	vertical-align: top;
}



/* --------------------------- NUOVA DEFINIZIONE DEI MENU (con immagini), DEI TABS E DEI CONTEXT MENU ------------------------------ */

.Menu_Panel_Actions
{
    border:1px solid #D0D0BF;
    padding-bottom: 10px;
    margin-left: 1px;
}
.Menu_Panel_System
{
    padding-bottom: 10px;
    margin-left: -9px;
}
.Menu_Panel_Actions > .Clear, .Menu_Panel_System > .Clear
{
    clear:both;
}
.Menu_Panel_Actions > a
{
    float:left; 
    margin:10px 0px 0px 10px; 
    padding:10px; 
    border:1px solid #D0D0BF; 
    border-collapse:collapse;
    background-color: #f5f5f5; 
    color:#FF6600;
    text-align: center;
    width: 122px;
    height: 122px;
}
.Menu_Panel_Actions > a > img
{
    width: 100px;
    height: 100px;
}
.Menu_Panel_Actions > [type=PagineGeneriche] > img
{
    width: 70px;
    height: 70px;
}
.Menu_Panel_Actions > a > .Notify
{
    width: 27px;
    height: 20px;
    position: relative;
    top: -140px;
    left: -10px;
    background: red;
    color: White;
    text-decoration: none;
    padding-top: 10px;
    text-align: center;
    border: 1px solid white;
}


.Menu_Panel_Actions > .PG_Child > a
{
    float:left; 
    margin:10px 0px 0px 10px; 
    padding:10px; 
    border:1px solid #D0D0BF; 
    border-collapse:collapse;
    background-color: #f5f5f5; 
    color:#FF6600;
    text-align: center;
    width: 85px;
    height: 85px;
}
.Menu_Panel_Actions > .PG_Child > a > img
{
    width: 50px;
    height: 50px;
}



.Menu_Panel_Actions > .Utilities
{
}
.Menu_Panel_Actions > .Utilities > a
{
    float:left; 
    margin:10px 0px 0px 10px; 
    padding: 10px 5px 0px 5px; 
    border:1px solid #AB1414; 
    border-collapse:collapse;
    background-color: #FCE2E2; 
    text-align: center;
    color:#FF6600;
    width: 132px;
    height: 52px;
}
.Menu_Panel_Actions > .Utilities > a > img
{
    float:left;
    width: 50px;
    height: 50px;
    padding-right: 10px;
    margin-top: -5px;
}
.Menu_Panel_Actions > .Utilities > .Clear
{
    clear:both;
}
.Menu_Panel_Actions > .Utilities > a > .Notify
{
    width: 27px;
    height: 20px;
    position: relative;
    top: -45px;
    left: -5px;
    background: red;
    color: White;
    text-decoration: none;
    padding-top: 10px;
    text-align: center;
    border: 1px solid white;
}

.Menu_Panel_Actions > .Admin, .Menu_Panel_System > .Admin
{
}
.Menu_Panel_Actions > .Admin > a, .Menu_Panel_System > .Admin > a
{
    float:left; 
    margin:10px 0px 0px 10px; 
    padding: 10px 5px 0px 5px; 
    border: 1px solid #131FAC;
    border-collapse:collapse;
    background-color: #C9C5FC;
    text-align: center;
    color: #131FAC;
    width: 132px;
    height: 52px;
}
.Menu_Panel_Actions > .Admin > a > img, .Menu_Panel_System > .Admin > a > img
{
    float:left;
    width: 50px;
    height: 50px;
    padding-right: 10px;
    margin-top: -5px;
}
.Menu_Panel_Actions > .Admin > .Clear, .Menu_Panel_System > .Admin > .Clear
{
    clear:both;
}
.Menu_Panel_Actions > .Admin > a > .Notify, .Menu_Panel_System > .Admin > a > .Notify
{
    width: 27px;
    height: 20px;
    position: relative;
    top: -45px;
    left: -5px;
    background: red;
    color: White;
    text-decoration: none;
    padding-top: 10px;
    text-align: center;
    border: 1px solid white;
}

/* ------------------------------------------------------- */

.Menu_Panel_Tabs
{
    width:100%;
}
.Menu_Panel_Tabs > a
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	text-align: left;
	float:left;
    margin-top: 1px;
    margin-left: 1px;
}
.Menu_Panel_Tabs > .unselected
{
	background-color:#E8E8E8;
	border:1px solid #D0D0BF;
	padding:10px;
}
.Menu_Panel_Tabs > .selected
{
	background-color:#FFFFFF;
	border-top:3px solid #FF6600;
	border-left:1px solid #D0D0BF;
	border-right:1px solid #D0D0BF;
	border-bottom:0px solid #D0D0BF;
	padding-top:8px;
	padding-bottom:11px;
	padding-right:10px;
	padding-left:10px;
}
.Menu_Panel_Tabs > .Clear
{
    clear:both;
}

/* ------------------------------------------------------- */

.Menu_Panel_ContextMenu
{
    background-color:#AB1414;
    width:227px;
    /*border-top: 1px solid ButtonShadow;*/
    padding-top: 1px;
}
.Menu_Panel_ContextMenu > a
{
    width:220px;
    background-color: #FCE2E2;
    color: #000000;
    float:left;
    border-bottom: 1px solid #AB1414;
    border-left: 1px solid #AB1414;
    border-right: 1px solid #AB1414;
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.Menu_Panel_ContextMenu > a:link , .Menu_Panel_ContextMenu > a:active , .Menu_Panel_ContextMenu > a:visited
{
    color: #000000;
    text-decoration:none;
}
.Menu_Panel_ContextMenu > a:hover
{
    background-color: #FFFFFF;
    color: #000000;
    text-decoration :none;
}
