/* 
Questo CSS contiene gli stili standard del progetto.
Non inserire qui definizioni di classi custom per l'applicazione
 */

/* -----------------------------
   MENU
------------------------------ */

.mnuIcon
{
    margin-top: -0.5em !important;
}


/* -----------------------------
   ELEMENTI
------------------------------ */
a
{
    color: #0000ff; /*blue*/
}
a:hover
{
    color: #236BA6;
}

body
{
    font-size: 100%;
    font-weight: normal; /* In IE6 non funziona */
    background-color: Transparent;
    margin: 15px 15px 15px 15px;
    height: 100%;
    color: Black;
}

/* Alcuni elementi non ereditano il font-size.
In IE inherit non funziona, quindi uso 1em */
table, tr, td, tbody, caption, input, select, option, textarea
{
    font-size: 13px;
    font-weight: inherit;
}

/* In IE il font-family non viene ereditato da input e select */
body, select, input, textarea
{
    font-family: Arial Narrow, Sans-Serif;
}

/*
INPUT[type=text]
{
    font-family:'Arial Narrow';
}
*/

h1
{
    font-weight: bold;
    font-variant: small-caps;
}

h2
{
    font-variant: small-caps;
}

/* Horizontal line */
HR
{
    color: #808080;
    border-top-style: solid;
    border-right-style: none;
    border-left-style: none;
    height: 2px;
    border-bottom-style: none;
}

/*
------------------------------
  STILI CABLATI NEI CONTROLLI
------------------------------
*/

.btn
{
    border: #808080 1px solid; /*darkgray*/
    cursor: pointer;
}

.clickCursor
{
    cursor: pointer;
}

.btnDefaultTrasparente
{
    top: -1000px;
    position: absolute;
    z-index: 1000;
    visibility: hidden;
}

.chk
{
}

.chklst
{
}

table.ListeVerticale
{
	border: solid 1px;
	background-color: #abc8eb;	
	width: 400px;
}

table.ListeOrizzontale
{
	border: solid Gray 1px;
	background-color: #abc8eb;	
	width: 480px;
}

table.liste td.lista-principale
{
	padding-left:20px;
	padding-top:20px;
	padding-right:20px;
	padding-bottom:20px;
}

.cmb
{
}

.dat
{
    width: 9em;
}


/* ----------------- 
   Griglia
   -----------------*/
/* Globale */
.grd
{
}

/* Riga */
.grd .row
{
}

/* Riga alternata */
.grd .alternatingRow
{
    background-color: #abc8eb;
}

/* Bordo */
.grd, .grd .row td, .grd .alternatingRow td
{
    border: solid silver 1px;
}

/* Footer */
.grd .footer
{
    border: none;
    background-color: #236BA6;
}

/* Header */
.grd .header
{
    border: none;
    background: #6567d7;
    font-size: 1em;
    text-align: left;
}

/* Colore di foreground dell'header */
.grd .header *
{
    font-family: 'Arial Narrow';
    font-size: 1em;
    text-align: left;
    color: White;
}

/* Pager */
.grd .pager
{
    font-family: 'Arial Narrow';
    font-size: 1em;
    background: #abc8eb;
    border: none;
    text-align: left;
}
/*-------------------------*/

.lbl
{
}

.lblMessaggio
{
    line-height: 1.5em;
}

.lbl_Err
{
    color: red;
}

.lnk
{
    color: #236BA6    ; /*blue*/
    cursor: pointer;
}

.lst
{
}

.num
{
}

.orario
{
    width: 4em;
}

.pnlRiepilogo
{
    text-align: center;
    border-bottom: double 2px solid;
}

.pnlRiepilogoValoreMezzo
{
    border-bottom: double 1px solid;
    text-align: right;
}
.pnlRiepilogoValore
{
    text-align: right;
}

.pnl
{
    border-right: #236BA6 1px solid;
    border-left: #236BA6 1px solid;
    border-bottom: #236BA6 1px solid;
    border-top: #236BA6 1px solid;
    overflow: visible;
}

.pnlMain
{
    border-top: 5px solid;
    border-left: 5px solid;
    border-right: 5px solid;
    border-bottom: 5px solid;
    background-color: Transparent;
    color: #d3d3d3;
}

.pnlPannelliControllo
{
    border-top: 2px solid;
    border-left: 2px solid;
    border-right: 2px solid;
    border-bottom: 2px solid;
    background-color: #d3d3d3;
    color: #808080;
}

.pnlTitle
{
    border-right: #d3d3d3 1px solid; /*lightgrey*/
    border-top: #d3d3d3 1px solid;
    border-left: #d3d3d3 1px solid; /*border-bottom: #d3d3d3 1px solid;*/
    background-color: #F3F3F3; /*#0070AC; */ /*skyblue*/
    color: Black;
}


/*
------------------------------
  STILI PANNELLO PER RAGGRUPPARE CONTROLLI
------------------------------
*/
.pnl_Group
{
    overflow: auto;
    border-right: #c0c0c0 1px solid; /*silver*/
    border-left: #c0c0c0 1px solid;
    border-bottom: #c0c0c0 1px solid;
    border-top: #c0c0c0 1px solid;
    background-color: #f5f5f5; /*whitesmoke*/
}

.pnlTitle_Group
{
    border-right: #c0c0c0 1px solid; /*silver*/
    border-top: #c0c0c0 1px solid;
    border-left: #c0c0c0 1px solid; /*border-bottom: #c0c0c0 1px solid;*/
    background-color: #C3D8E9;
    color: Black;
}
/****************************************/

/*
------------------------------
  STILI PANNELLO MASTER
------------------------------
*/
.pnlTitle_Master
{
    border-right: #c0c0c0 1px solid; /*silver*/
    border-top: #c0c0c0 1px solid;
    border-left: #c0c0c0 1px solid; /*border-bottom: #c0c0c0 1px solid;*/
    color: #ffffff; /*white*/
    font-weight: bold;
    background-color: #808080; /*gray*/
}
.pnl_Master
{
    border-right: #c0c0c0 1px solid;
    overflow: auto;
    border-left: #c0c0c0 1px solid;
    border-bottom: #c0c0c0 1px solid;
    border-top: #c0c0c0 1px solid;
    background-color: #FFFFF0;
    color: Black;
}
/*********************************/

.rbt
{
}

.SmallCaps
{
    font-variant: small-caps;
}

.tree
{
}

.tree:A
{
    color: #0000ff; /*blue*/
}

.txt
{
}

.vld
{
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-top: 3px;
    border-top: #dc143c 1px solid; /*crimson*/
    border-bottom: #dc143c 1px solid;
    border-left: #dc143c 1px solid;
    border-right: #dc143c 1px solid;
    color: red;
    background-color: #ffff66;
}

/*
.vld_err
{
  border-right: #ff6666 1px solid;
  border-top: #ff6666 1px solid;
  border-bottom: #ff6666 1px solid;  
  border-left: #ff6666 1px solid;
}*/

.vld_err
{
    background-color: #ffcac3;
    border-left-color: #ff6666;
    border-bottom-color: #ff6666;
    border-top-color: #ff6666;
    border-right-color: #ff6666;
}


/*
------------------------------
  BORDI
------------------------------
*/
.border_left
{
    border-left: #a9a9a9 1px solid;
    border-top: #a9a9a9 1px solid;
    border-bottom: #a9a9a9 1px solid;
    border-right: #a9a9a9 0px solid;
}

.border_top_bottom
{
    border-left: #a9a9a9 0px solid;
    border-top: #a9a9a9 1px solid;
    border-bottom: #a9a9a9 1px solid;
    border-right: #a9a9a9 0px solid;
}

.border_right
{
    border-left: #a9a9a9 0px solid; /*darkgray*/
    border-top: #a9a9a9 1px solid;
    border-bottom: #a9a9a9 1px solid;
    border-right: #a9a9a9 1px solid;
}

.border
{
    border-right: #808080 1px solid; /*gray*/
    border-top: #808080 1px solid;
    border-left: #808080 1px solid;
    border-bottom: #808080 1px solid;
}
/*******************************************/

/*
------------------------------
  PER EFFETTI IMMAGINI
------------------------------
*/

.bordoImmagine
{
    border-right: #d3d3d3 2px solid; /*lightgrey*/
    border-top: #d3d3d3 2px solid;
    border-left: #d3d3d3 2px solid;
    border-bottom: #d3d3d3 2px solid;
}

.shadowcss
{
    position: relative;
    border: 2px outset LightSteelBlue;
    top: -2px;
    left: -2px;
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color= 'lightgrey' , Positive= 'true' );
}

.testoChiudiPopUp
{
    font-weight: bold;
    font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
    background-color: #d3d3d3; /*lightgrey*/
    cursor: pointer;
    cursor: hand;
}


/* Header e footer */
.footer
{
    background-color: White;
}

/*Custom style*/

.logoHeaderStyle
{
    background-color: White;
    background-image: url( '../../../App_Themes/IPSoft/Images/Official/fondo_header.jpg' );
    width: 100%;
    height: 100px;
    padding: 0 0 0 0;
    margin: 0;
}

.footerMasterPage
{
    background-image:url('../../App_Themes/IPSoft/Images/Official/Bottom_texture.jpg');
    width: 100%;
    height: 23px;
    padding: 0 0 0 0; /* border-top-color:#E4322C;  border-top-style:solid;  border-top-width:2px;  border-bottom-color:#E4322C;  border-bottom-style:solid;  border-bottom-width:2px;*/}


/*
------------------------------
  STILI PER FOOTER
------------------------------
*/

.footer_td_accessibility /*td di destra contenete la versione del programma*/
{
    text-align: right;
    color: #000000;
}

.footer_td_companyname
{
    text-align: left;
}
.footerHiperLink
{
    color: Black;
    text-decoration: none;
}

label
{
}

/*
------------------------------
  STILI PER PAGINA MASTER
------------------------------
*/
.mainOuterTable
{
    width: 100%;
    height: 100%;
}

.mainInnerTable
{
    width: 100%;
    height: 100%;
    background-image: url( '../../App_Themes/IPSoft/Images/Official/Bottom_texture.jpg' );
}

/* Colore background della top bar e left bar */
.masterAccessibleTopBarMenuColumn, .masterAccessibleLeftColumn
{
}

/* Background color dei menu a tendina */
.masterAccessibleLeftColumn div, .masterAccessibleTopBarMenuColumn div
{
    text-align: left;
}

.masterHeader
{
    height: 50px;
    background-image: url('../../App_Themes/IPSoft/Images/Official/fondo_header.jpg');
}

.masterAccessibleTopBarMenuColumn
{
    height: 44px;
    text-align: right;
    background-image: url('../../App_Themes/IPSoft/Images/Official/fondo_menu.png');
}

.masterAccessibleLeftColumn
{
    border-right-color: #505050;
    border-right-width: 1px;
    border-right-style: solid;
    vertical-align: top;
}

.masterAccessibleLeftColumn_tr1
{
    /* Non funziona */
    height: 3px;
}

.masterAccessibleLeftColumn_tr2
{
    vertical-align: central;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #505050;
}

.masterAccessibleLeftColumn_tr3
{
    vertical-align: text-bottom;
    height: 100%;
}

.masterAccessibleLeftBarSeparatorUnderMenu
{
    vertical-align: central;
    background-color: #505050;
}

.masterAccessibleContentArea
{
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    vertical-align: central;
    text-align: left;
    width: 100%; /* Colore di background dell'area di lavoro */ /*background-color:White;*/ /* customer css*/ /* background-image: url( '../../App_Themes/IPSoft/Images/Official/fondo.jpg' ); */
    background-position: center bottom;
    background-repeat: no-repeat;
    background-position: center;
    padding: 3px 10px 5px 10px;
}


/* ---------------------
    Crumbs
-------------------------*/
.crumbsContainer
{
    padding: 0px 0px 5px 0px;
    text-align: left;
    width: 100%;
    visibility:hidden; 
}

.crumbsContainer *
{
    color: #d3d3d3;
}

.crumbsGenericNodeStyle
{
}

.crumbsCurrentNodeStyle
{
    font-weight: bold;
}

.crumbsRootNodeStyle
{
}

.ModalBackground
{
	background-color:Gray;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}



.contextMenuDayPilot_main
{
	font-family: Arial Narrow, Arial, Sans-Serif;
	font-size: 10pt;
	border: 1px solid gray;
	background-color: white;	
	padding: 5px;
	cursor: default;
	background-image: url('../../App_Themes/IPSoft/Images/context_menu/bg3white.png');
	background-repeat: repeat-y;
}

.contextMenuDayPilot_title
{
	background-color: #f2f2f2;
	border-bottom: 2px solid gray;
	padding: 8px 8px 8px 8px;
}

.contextMenuDayPilot_main a {
	padding-left: 55px;
	color: Black;
	text-decoration: none;
	cursor: default;
}

.contextMenuDayPilot_main a span 
{
	display: block;
	height: 40px;
	line-height: 40px;
	width: 200px; 
	overflow:hidden;
	padding-left: 20px;
	padding-right: 40px;
}

.contextMenuDayPilot_main a:hover {
	background-image: url('../../App_Themes/IPSoft/Images/context_menu/left.png');
	background-repeat: no-repeat;	
}

.contextMenuDayPilot_main a:hover span {
	background-image: url('../../App_Themes/IPSoft/Images/context_menu/right.png');
	background-repeat: no-repeat;	
	background-position: 100%;
}

.contextMenuDayPilot_main div div  /* separator */
{
	border-top: 2px solid #dddddd;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 46px;
}