/* */
/* Stile DEL CONTORNO DELLA PAGINA  */
/* INIZIO */
body 
{
	background: #ffffff;
	padding: 0px 0px 0px 0px; /*0px 0px 0px 10px; modified 20090917*/
	margin-left : 0px;
	margin-top : 0px;
	font-size: 10px;
	font-family: verdana;
}

td, select, table, html, input
{
	font-size:11px;
	font-family: verdana;
}

.t {background: url(/images/master/custom_corners_top.gif) 0 0 repeat-x; width:95%; }
.b {background: url(/images/master/custom_corners_botton.gif) 0 100% repeat-x; }
.l {background: url(/images/master/custom_corners_left.gif) 0 0 repeat-y; }
.r {background: url(/images/master/custom_corners_right.gif) 100% 0 repeat-y; }
.br {background: url(/images/master/custom_corners_bottonleft.gif) 0 100% no-repeat; }
.bl {background: url(/images/master/custom_corners_bottonright.gif) 100% 100% no-repeat; }
.tl {background: url(/images/master/custom_corners_topleft.gif) 0 0 no-repeat; }
.tr {background: url(/images/master/custom_corners_topright.gif) 100% 0 no-repeat; padding:10px }  /*padding:10px }*/

.logo
{
	background-image:url("/images/logo/logo_k2web_2017_round_light.png");
	height:40px;
	width:117px;
}
	
.bodytree
{
	background: white;
	padding: 0px 0px 0px 20px;
	margin-left : 0px;
	margin-top : 0px;	
}

.backlayer
{
	overflow: hidden; /* modificato il 20090728 sugerito da base16 */
	width: 100%;
	background-color: White;
}

.masterBody 
{
	height:350px;
	vertical-align:top;
}

.Fhidden
{
	visibility:hidden;
	height:0px;
	width:0px;
	border:0px;
	padding:0px;
	display:none;
}


/* */
/* Stile DEL CONTORNO DELLA PAGINA  */
/* FINE */


/* */
/* Stile DELLA PAGINA DI LOGIN  */
/* INIZIO */
.loginStyle body 
{
	background: #cccccc;
	margin-left : 0px;
	margin-top : 0px;
	padding: 0px 0px 0px 10px;
}

.loginStyle select
{
	width: 170px;
	font-size:13px;
	font-family:verdana;
	border-style:solid;
	border-width:1px;
	border-color:#cccccc;
}

.loginStyleSpanLogin
{
	background-color: #cccccc;/*#42494A;*/ 
	font-weight: bold; 
	width: 46px;
	color: white; 
	/*height: 25px;*/
	font-size:13px;
	font-family:verdana;
	padding: 0px 0px 0px 0px;
	
}

.loginStyleSpan
{	
	font-weight: bold;
	color: #999999; /*#cccccc;*/
	font-size:13px;
	font-family:verdana;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}

.loginStyle input
{
	font-size:12px;
	font-family:verdana;
	/*color: #cccccc;*/
	border-style:solid;
	border-width:1px;
	border-color:#cccccc;
	padding: 0px 0px 0px 0px;
}

.loginStyleInputText
{
	width: 115px;
}

.loginStyle input.button  
{	
	background-color: White;
	color: #cccccc; /*#42494A;*/
	/*border: solid 1px #42494A*/
}

.loginNavigabilita
{
	color: #cccccc;/*#42494A;*/ 
	text-decoration: underline;
	padding-left: 5px;
	padding-right: 5px;
	font-family:verdana;
	font-weight: bold;
	font-size: 13px;
}

/* Stile DELLA PAGINA DI LOGIN  */
/* FINE */

/* stile differenziato per tipo di browser - parsing effettuato tramite css_browser_selector.js 
   incluso in K2Real.master - vedi http://rafael.adm.br/css_browser_selector/

   Tale distinzione � necessaria per la frm_k2r_tree in quanto lo stile display:inline e float:left
   del div divBody crea problemi per IE6, per cui � necesario aggiungere tale tag solo via css 
   per gli altri browser
*/

.WebKit .divBodyTree /*Safari*/
{
	float:left;
}

.gecko .divBodyTree
{
	float:left;
}

.ie6 .divBodyTree
{
	float:left;
	position:relative;
	top:-13px;
}

.ie7 .divBodyTree
{
	float:left;
	position:relative;
	top:-13px;
}

.ie8 .divBodyTree
{
	float:left;
	position:relative;
	top:-13px;
}

/*							*/
/* Stile MENU INIZIO		*/
/*							*/
/* Stile Menu Orizzontale presente in alto */

/* stile differenziato per Internet Explorer - parsing effettuato tramite css_browser_selector.js 
   incluso in K2Real.master - vedi http://rafael.adm.br/css_browser_selector/ */
.ie .MenuMain 
{
	/*background-color: #C47C00; /*#f4f4f4; SDC*/
	background: url("/images/mainbar_bckgrd.png"); /* SDC */
	color: #FFFFFF;
	/*font-style: normal;*/
	position:relative;
	top:-1px;
	z-index:100;
}

.MenuMain
{
	/*background-color: #C47C00; /*#f4f4f4; SDC*/
	background: url("/images/mainbar_bckgrd.png"); /* SDC */
	color: #FFFFFF;
	/*font-style: normal;*/
	z-index:100;
}

.StaticMenuStyle
{
	/*background: url("/images/mainbar_bckgrd_item.png"); /* SDC */
	font-size: 13px;
	color: #FFFFFF;
	/*text-align: center;*/
	padding: 5px 4px 5px 4px;
}

.StaticSelectedStyle
{
	background-color: #C47C00;
	border-style: none;
}

.StaticHoverStyle
{
	/*background-color: #FFCC66;*/
	color:#FFFFFF;
	font-weight:bold;
}

/* Stile globale del menu */
.DynamicMenuItemStyle
{
	font-size: 11px;
	width:100%;
	padding: 1px 0px 1px 0px;
	margin: 0px 5px 0px 0px;
	padding: 1px 0px 0px 1px;
	/*background-color: #F2DFD2;*/
}

.DynamicSelectedStyle
{
	background-color: #F2DFD2; /*#FFCC66;*/
	font-weight:bold;
}
	
.DynamicHoverStyle
{
	/*background-color: #F2DFD2; /*#FFCC66;*/
	font-weight:bold;
	color: Black;
}
	
/* Stile dei menu dinamico */
.OutMenuStyle
{
    background-image: url(/images/appmanager/background.gif);
	/*background-color: #FFFFFF; /*#C47C00;*/
	border-style:solid;
	border-width:1px;
	border-color:Black;
	padding-top:1px;
}
/* Immagine separatore*/
.OutMenuStyle img
{
	margin: 1px 5px 1px 30px;
	width:100%;
	height:3px; 
}

/* Immagine di popup del menu*/
.DynamicMenuItemStyle img
{	
	height: 10px; 
	width: 10px;
	margin: 0px 3px 0px 0px;
	background-color: #FFFFFF; /*#C47C00;*/
	color: #C47C00;
}

/* Stile del singola cella di menu */
.DynamicMenuItemStyle a
{	
	width:100%;
	padding: 1px 0px 1px 0px;
	margin: 0px 5px 0px 0px;
	color: #C47C00;
	
}

/* Stile dell' icona dentro alla cella */
.DynamicMenuItemStyle a img
{
	height: 15px; 
	width: 15px;
	margin: 1px 10px 1px 5px;
	color: #C47C00;
	background-color: #DBD8D1;
	
}

/*							*/
/* Stile MENU FINE  		*/
/*							*/

.NavPath
{
	font-size:11px;
	background-color :#005BA0;
	color : #ffffff;	
	margin : 0px 20px 0px 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;	
}

.treeheader
{
	background: url("/images/barra_bckgrd_1.png");
	background-repeat: repeat-x;
	border:0px solid #c0c0c0;
	position: relative;
	top: 0px; /*-15px;*/
}

.treeheaderText
{
	color: #C47C00;
	font-weight:normal;
}

.treeheaderText_hover
{
	color: #C47C00;
	font-weight:bold;
}

.treecontent
{
	position: relative;
	top: -15px; 
}
	
/* stili per oggetti form   */
input
{
	padding-left: 3px;
	height: 19px
}
input.button  
{
	/*color: #363535;*/
	background-color: White;
	color: Black;
}
input.checked
{
	border: none;	
	background-color: transparent;
}
input.radio 
{
	border: none;
	background-color: transparent;
}
input.normal 
{
	border: #8e8682 1px solid;
	background-color: #ffffff;
}
input.readonly 
{
	border: #8e8682 1px solid;
	background-color: #DFE4EC;
	
}
input.obbligatorio {
	background-color: #ffefb0;
}
textarea
{
	padding-left: 3px;
	border: #8e8682 1px solid;
	color: #363535;
	white-space: pre-wrap;
}
textarea.normal 
{	
	background-color: #ffffff;
	font-size:10px; /*SDC*/
	font-family: verdana; /*SDC*/
}

textarea.obbligatorio 
{
	background-color: #ffefb0;
}

textarea.readonly 
{
	background-color: #DFE4EC;	
}

select
{
	color: #505050;
	font-weight: normal;
	background-color: #ffffff;
}
.GridSelect  .GridGeoSelect 
{
	padding-left: 5px;
	padding-right : 5px;
	color: #505050;
	font-weight: normal;
	background-color: #ffffff;
}


/* Sitle della ButtonBar del messaggio di filtro in lista */
.ButtonBar
{
	width: 100%;
	background: #73aef8;
	/*background: url("/images/toolgradi.gif");*/
	background: url("/images/barra_bckgrd_1.png");
	background-repeat: repeat-x;
	font-size:10px; /*SDC*/
	color: #000000;
	text-decoration: none;
	text-decoration: none;
	/*border: solid 1px #000000;*/
	border: solid 1px #F2EED1; /* #9F815F;*/
	/*border-style:none;*/
	height: 23px;
	vertical-align: top;
	
	position: relative; /*SDC*/
	top: -10px; /*SDC*/
}

.ButtonBar img, .ButtonBar span
{
	color: #000000;
	vertical-align:top;
}

.ButtonBar a
{
	color: #000000;
	vertical-align:top;
}

/* stili per dettaglio INIZIO   */

.DetailProperties
{
	padding-left:10px;
	border: white 3px solid;
	vertical-align: middle;
}

.TableDetail
{
	width: 600px;
}

.TableDetail td
{
	height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	white-space:nowrap;
	vertical-align: middle;
	text-decoration: none;
	border:solid 1px white;
}

.DetailHeader
{
	width: 25%;	
	background-color: #F2EED1; /*#004CCB; SDC*/
	text-align: left;
	color: #9F815F; /*#ffffff; SDC*/
}

.DetailDataCell
{
	width: 75%;
	background-color: #F5F5F5; /*#f5f5f5; SDC*/
	text-align: left;
	color: #990033;	
}

.DetailDataCellHelp
{
	padding-left: 20px;
	padding-right: 20px;
	background-color: #f5f5f5;	
	text-align: center;
	color: #990033;
	margin: 20px;	
}


.DetailFooter td
{
	padding-top: 10px;
	border: solid 3px white;
	background-color: #ffffff;
}


/* stili per dettaglio FINE   */

/* stili per Filtro  INIZIO */
.FilterTable
{
	font-size:11px; /*SDC*/
	background-color:  #f5f5f5;
	vertical-align: middle;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	color: #990033;	
	margin-bottom:10px;
	margin-top:3px; 
}

.FilterCellName
{
	background-color: #F2EED1; /*#004CCB; SDC*/
	text-decoration: none;
	text-align: left;
	color: #9F815F; /*#ffffff; SDC*/
	padding-left:10px;
}

/* stili per Filtro  FINE */

/* stili per lista  INIZIO */
.ListProperties
{
	font-size:11px; /*SDC*/
	border: #FFFFFF 1px solid; /*#666666 1px solid; SDC*/
	position: relative; /*SDC*/
	top: -10px;	/*SDC*/
}

.ListProperties td
{
	padding: 5px 5px 5px 5px;
	border: solid 1px #ffffff;
}
.ListHeader
{
	background-color: #F2EED1;/* #004CCB; SDC*/ 
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	color: #9F815F; /*#ffffff; SDC*/
	border: solid 1px #ffffff; /*#9F815F; /*SDC*/
}
.ListHeader td 
{
	border: 1px #ffffff solid;
	/*border: solid 1px #9F815F; /*SDC*/
}
.ListHeader a:link {
	color: #9F815F; /*#ffffff; SDC*/
	/*text-decoration: none; SDC*/
	text-decoration:underline;
}
.ListHeader a:visited {
	color: #9F815F; /*#ffffff; SDC*/
	text-decoration: none;
}
.ListHeader a:hover {
	background: #a4b1c7;
	color: #9F815F; /*#ffffff; SDC*/
	text-decoration: none;
}
.ListProperties .ListRow
{
	background-color: #ffffff;
}

.ListProperties .ListRow td {
	/*border-top: 1px #f2f2f2 solid;
	border-left: 1px #f2f2f2 solid;
	border-bottom: 1px #f2f2f2 solid;*/
}
.ListProperties .ListRow a:link {
	text-decoration: none;
	/*color: #464545; SDC*/
	color: #9F815F; /*SDC*/
	font-weight: bold;
}
.ListProperties .ListRow a:visited {
	text-decoration: none;
	color: #464545;
	font-weight: bold;
}
.ListProperties .ListRow a:hover {
	color: #ffffff;
	background: #005BA0;
}
.ListAlternate
{
	background-color: #F7F7E6; /* #d9d8d6; SDC*/
	border-top: #d4d4d4 1px solid;
}
.ListAlternate td {
	/*border: 1px #f2f2f2 solid;*/
}
.ListAlternate a:link  {
	text-decoration: none;
	color: #464545;
	font-weight: bold;
}

.ListAlternate a:visited  {
	text-decoration: none;
	color: #464545;
	font-weight: bold;
}

.ListAlternate a:hover {
	color: #ffffff;
	background: #005BA0;
}
.ListFooter
{
	/*background-color: #F2EED1; /*#004CCB; SDC*/
	
	background: url("/images/barra_bckgrd_1_updown.png"); /* SDC */
	background-repeat: repeat-x; /* SDC */
	border: solid 1px #F2EED1; /*#9F815F; /*#F2EED1; /* SDC */
	border-top-width: 2px; /* SDC */
	
	text-decoration: none;
	word-spacing: 3px;
	color: #9F815F; /*#ffffff; SDC*/
	font-weight: bold;
}

.ListFooter td {
	border-top: 1px #666666 solid;
}

.ListFooter a:link {
	text-decoration: none;
	color: #9F815F; /*#ffffff; SDC*/
}

.ListFooter a:visited {
	text-decoration: none;
	color: #9F815F; /*#ffffff; SDC*/
}

.ListFooter a:hover {
	background: #a4b1c7;
	color: #647896;
}

.ListFooter input
{
	border: #8e8682 1px solid;
	padding-left: 3px;
	color: #363535;
	height: 15px;
	font-weight:normal;
	background-color: #ffffff;
}

/* stili per lista  FINE */


/*Css per controllo calendario INIZIO*/
.Calendar 
{
	margin-top: 10px;
	background-color: #ffffff;
	width: 166px;
	height: 144px;
	border-color: #DADADA;  
	border-style:groove;
}

.TitleStyle {
	/*background-image: url(/images/appmanager/footer_headline_violet.gif);*/
	border-left: 1px solid #7E8495; 
	border-right: 1px solid #7E8495;
	border-bottom: 1px solid #7E8495;
	font-weight: bold; 
	height: 22px; 
	color:#ffffff;
	text-transform:capitalize;
}

.TodayDayStyle
{
	color: #4D4D4D;
	background-color: #E7F48B;
}	

.SelectorStyle{
	color:#336666;
	background-color:#E567CB;
}

.NextPrevStyle{
	font-size: 10px;
	color: #ffffff;
	font-weight:bold;
}

.NextPrevStyle a:link {
	color: #FFFFFF;
	font-weight: bold;	
}

.DayHeaderStyle{
	height:1px;
	color:#4D4D4D;
	background-color:#E7F48B;
}

.SelectedDayStyle
{
	font-weight: bold;
	color: #990033;
	background-color: #959595;
}

.WeekendDayStyle 
{
	background-color: #E6E6E6;
	color: #990000;
}

.OtherMonthDayStyle 
{
	color: #999999;
}
/*Css per controllo calendario INIZIO*/

/* GRID3 INIZIO*/
.listMessage 
{
	color:#990033;
	font-weight:bold;
	font-style: italic;
}
.listSets 
{
	color:#000000;
}
/* GRID3 INIZIO*/

/* LINK DI NAVIGABILITA' INIZIO */
.navigabilita 
{
	font-size:11px; /*SDC*/
	color: #9F815F; /*#647896; SDC*/
	text-decoration: underline;
	padding-left: 5px;
	padding-right: 5px;
	
}

.navigabilitaseparator 
{
   color: #c0c0c0;
}

.navigabilitaSelect
{
	font-size:11px; /*SDC*/
	color: #9F815F; /*#647896; SDC*/
	text-decoration: none;
}


/* LINK DI NAVIGABILITA' FINE */

/* COLORAZIOEN DEI MESSAGGI DI	 */
/*  AGGIORNAMENTO DATI			*/
/* INIZIO						*/
.msgInfoHeader
{
	background:  url("/images/message_headline_green.gif") repeat-x;
	line-height: 15px;
	font-weight: bold;
	color: #ffffff;
	padding-left: 10px;	
}
.msgInfoTable
{
	BORDER-RIGHT: #83B48C 1px solid; 
	BORDER-LEFT: #83B48C 1px solid; 
	BORDER-BOTTOM: #83B48C 1px solid;
	MARGIN-LEFT: 8px; 
}
.msgWarningHeader
{
	background:  url("/images/message_headline_orange.gif") repeat-x;
	line-height: 15px;
	font-weight: bold;
	color: #ffffff;
	padding-left: 10px;	
}
.msgWarningTable
{
	BORDER-RIGHT: #E07C23 1px solid; 
	BORDER-LEFT: #E07C23 1px solid; 
	BORDER-BOTTOM: #E07C23 1px solid;
	MARGIN-LEFT: 8px; 
}
.msgErrorHeader
{
	background:  url("/images/message_headline_red.gif") repeat-x;
	line-height: 15px;
	font-weight: bold;
	color: #ffffff;
	padding-left: 10px;	
}
.msgErrorTable
{
	border-right: #df5050 1px solid; 
	border-left: #df5050 1px solid; 
	border-bottom: #df5050 1px solid;
	margin-left: 8px; 
}

/* COLORAZIOEN DEI MESSAGGI DI	 */
/*  AGGIORNAMENTO DATI			*/
/* FINE						*/

/* CALENDARIO POPUP */
/* INIZIO */
.cpYearNavigation,.cpMonthNavigation 
{ 
	background-color:#004CCB; 
	text-align:center; 
	vertical-align:middle; 
	text-decoration:none; 
	color:#FFFFFF; 
	font-weight:bold; 
}

.cpDayColumnHeader, .cpYearNavigation,.cpMonthNavigation,.cpCurrentMonthDate,.cpCurrentMonthDateDisabled,.cpOtherMonthDate,.cpOtherMonthDateDisabled,.cpCurrentDate,.cpCurrentDateDisabled,.cpTodayText,.cpTodayTextDisabled,.cpText 
{ 
	font-family:verdana; font-size:8pt; 
}

TD.cpDayColumnHeader 
{ 
	text-align:right; 
	border:solid thin #C0C0C0;
	border-width:0px 0px 1px 0px; 
}
.cpCurrentMonthDate, .cpOtherMonthDate, .cpCurrentDate  
{ 
	text-align:right; text-decoration:none; 
}
.cpCurrentMonthDateDisabled, .cpOtherMonthDateDisabled, .cpCurrentDateDisabled 
{ 
	color:#D0D0D0; text-align:right; text-decoration:line-through; 
}
.cpCurrentMonthDate, .cpCurrentDate 
{
	color:#000000; 
}

.cpOtherMonthDate { color:#808080; }
TD.cpCurrentDate { color:white; background-color: #C0C0C0; border-width:1px; border:solid thin #800000; }
TD.cpCurrentDateDisabled { border-width:1px; border:solid thin #FFAAAA; }
TD.cpTodayText, TD.cpTodayTextDisabled { border:solid thin #C0C0C0; border-width:1px 0px 0px 0px;}
A.cpTodayText, SPAN.cpTodayTextDisabled { height:20px; }
A.cpTodayText { color:black; }
.cpTodayTextDisabled { color:#D0D0D0; }
.cpBorder { border:solid thin #808080; }


/* CALENDARIO POPUP */

/* The main calendar widget.  DIV containing a table. */

div.calendar { position: relative; }

.calendar, .calendar table {
  border: 1px solid #565;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #efe;
  font-family: verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
  background: #676;
  color: #ffffff;
  font-size: 90%;
}

.calendar .nav {
  background: #676 url(menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  padding: 2px;
  background: #250;
  color: #efa;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #565;
  padding: 2px;
  text-align: center;
  color: #000;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #a66;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background-color: #afa;
  color: #000;
  border: 1px solid #084;
  padding: 1px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background-color: #7c7;
  padding: 2px 0px 0px 2px;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: #dfb;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  color: #564;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #bbb;
}
.calendar tbody .day.othermonth.oweekend {
  color: #fbb;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #8a8;
  background: #dfb;
}

.calendar tbody .rowhilite td {
  background: #dfd;
}

.calendar tbody .rowhilite td.wn {
  background: #efe;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: #efd;
  padding: 1px 3px 1px 1px;
  border: 1px solid #bbb;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  background: #dec;
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.selected { /* Cell showing today date */
  font-weight: bold;
  border: 1px solid #000;
  padding: 1px 3px 1px 1px;
  background: #f8fff8;
  color: #000;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #a66;
}

.calendar tbody td.today { font-weight: bold; color: #0a0; }

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #565;
  color: #fff;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  padding: 2px;
  background: #250;
  color: #efa;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #afa;
  border: 1px solid #084;
  color: #000;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #7c7;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border: 1px solid #565;
  background: #efd;
  color: #000;
  font-size: 90%;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .hilite {
  background: #af8;
}

.calendar .combo .active {
  border-top: 1px solid #6a4;
  border-bottom: 1px solid #6a4;
  background: #efe;
  font-weight: bold;
}

.calendar td.time {
  border-top: 1px solid #8a8;
  padding: 1px 0px;
  text-align: center;
  background-color: #dfb;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #898;
  font-weight: bold;
  background-color: #fff;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: #686;
  color: #fff;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}

/* FINE */
/* */
/* Stile TabStrip  */
/* INIZIO */


.footerTab
{
	width: 100%;
	border: solid 2px #F2EED1;
	padding-top: 15px;
	float:left;
	display:inline;
}

.TabPanel
{
	float:left;
	width: 100%; 
	padding-top: 20px; 
	background: white;
}

.TabsFrame
{
	border: none;
	border-top: solid;
	border-top-color: #F2EED1;
	border-top-style: solid;
	border-top-width: 2px;
	margin: 0px;
}

ul#Tabs,ul#Tabs li{list-style-type:none;margin:0;padding:0}
ul#Tabs{padding-left: 15px}
ul#Tabs li{float:left;margin-right:2px;text-align: center; cursor:pointer;}

.TabPnl
{
	float:left;
	text-decoration:none;
	text-align: left; 
	cursor:pointer;
	margin-right:5px;
	height:23px;
	width:auto;
	vertical-align:baseline;
}

.Tabs, .activeTab 
{
	float:left;
	text-decoration:none;
	text-align: center; 
	cursor:pointer;
}

.Tabs
{
	background: #F5F5F5; 
	border:none;
	color: #990033; 
	font-weight:normal;
	height: 19px;
	float:left;
	margin-top:3px;
}

.ie .Tabs .TabLeft .TabRight
{
	top: 3px;
}

.TabLeft
{
	background: url(/images/tabLeft.png);
	border: none;
	float:left;
	cursor:pointer;
	height: 19px;
	width: 12px;
	margin-top:3px;
	/*position:relative;*/
	/*left:2px;*/
}

.TabRight
{
	background: url(/images/tabRight.png);
	border: none;
	float:left;
	cursor:pointer;
	height: 19px;
	width: 12px;
	margin-top:3px;
	/*position:relative;*/
	/*left:-2px;*/
}

.WebKit .TabLeft /*Safari*/
{
	position:relative;
	left:2px;
}

.WebKit .TabRight /*Safari*/
{
	position:relative;
	left:-2px;
}

.activeTab
{
	background: #F2EED1;
	color: #9F815F;
	font-weight: bold;
	border: none;
	height: 22px;
}

.activeTabLeft
{
	background: url(/images/tabSelLeft.png);
	border: none;
	float:left; 
	cursor:pointer;
	height: 22px;
	width: 12px;
	/*position:relative;*/
	/*left:2px;*/
}

.activeTabRight
{
	background: url(/images/tabSelRight.png);
	border: none;
	float:left; 
	cursor:pointer;
	height: 22px;
	width: 12px;
	/*position:relative;*/
	/*left:-2px;*/
}

.WebKit .activeTabLeft /*Safari*/
{
	position:relative;
	left:2px;
}

.WebKit .activeTabRight /*Safari*/
{
	position:relative;
	left:-2px;
}

ul#Tabs li.activelink a
{
	background: #F2EED1;
	color: #9F815F;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 1px; 
	border-bottom-color: #FFFFFF;
	height: 22px;
	position: relative; 
	top: 3px;
}

.ie ul#Tabs a
{
	float:left;
	padding: 2px 0 2px;
	text-decoration:none;
	background: #F5F5F5;
	color: #990033;
	font-weight:normal;
	cursor:pointer;
	
	position: relative; 
	top: 5px;
}

ul#Tabs a
{
	float:left;
	padding: 2px 0 2px;
	text-decoration:none;
	background: #F5F5F5; 
	color: #990033; 
	font-weight:normal;
	cursor:pointer;
	
	position: relative; 
	top: 8px;
}

.ie ul#Tabs a:hover
{
	background: #F5F5F5; 
	color: #990033; 
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 1px; 
	border-bottom-color: #FFFFFF;
	
	position: relative; 
	top: 5px;
}

ul#Tabs a:hover
{
	background: #F5F5F5; 
	color: #990033; 
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 1px; 
	border-bottom-color: #FFFFFF;
	
	position: relative; 
	top: 8px;
}

.topSettStyle
{
	/*background-color: #C47C00;*/ /*#F2EED1;*/
	border-style: solid;
	border-width: 2px; 
	border-color: #F2EED1; /*#C47C00;*/
	margin: 0px;
}

.headerSettStyle
{
	background: url("/images/mainbar_bckgrd.png");
	color: #FFFFFF;
	border: none;
	height: 25px;
}

.itemSettStyle
{
	border-style: solid;
	border-width: 2px; 
	border-color: #F5F5F5;
	margin-top: 2px;
	margin-bottom: 2px;
}

.resizeDiv
{
	 background: url("/images/resizeFrame.png");
	 border:none;
}

.modalDialog
{
	 background-color:White;
	 filter:alpha(opacity=80);
	 opacity:0.8;	
}

/*Modal Popup*/
.modalBackground 
{
	background-color:#DDDDDD; /*Gray;*/
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:2px;
	border-style:solid;
	border-color: #9F815F;  /*Gray;*/
	padding:3px;
	width:250px;
}

.modalPopupTitleText 
{
	position:relative;
	left:15px;
	font-weight: bold;
	color: #9F815F;
}

.modalPopupSubtitleText
{
	position:relative;
	left:15px;
	font-weight: normal;
	color: #9F815F;
}

.modalPopupTreeDiv 
{
	background-color: White;
	border: solid 1px #9F815F;
}

.modalPopup2 {
	background-color:#ffffdd;
	border-width:2px;
	border-style:solid;
	border-color: #9F815F;  /*Gray;*/
	padding:3px;
	width:250px;
}

.ie6 .modalPopup2
{
	position:relative;
	top:200px;
	left:400px;
}

.ie7 .modalPopup2
{
	position:relative;
	top:200px;
	left:400px;
}

.ie8 .modalPopup2
{
	position:relative;
	top:200px;
	left:400px;
}


/*CollapsiblePanel*/
.collapsePanel {
	background-color:white;
	overflow:hidden;
}

.collapsePanelHeader{
	width:100%;
	height:30px;
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
}

#master_content .collapsePanelHeader a {color:#FFF;}
#master_content .collapsePanelHeader a:hover {text-decoration:none;background:none;}


/*Nifty Corners Cube CSS by Alessandro Fulciniti
The following classes are added dinamically by javascript,
and their use should be avoided in the markup */

b.niftycorners,b.niftyfill{display:block}
b.niftycorners *{display:block;height: 1px;line-height:1px;font-size: 1px;
    overflow:hidden;border-style:solid;border-width: 0 1px}
/*normal*/
b.r1{margin: 0 3px;border-width: 0 2px}
b.r2{margin: 0 2px}
b.r3{margin: 0 1px}
b.r4{height: 2px}
b.rb1{margin: 0 8px;border-width:0 2px}
b.rb2{margin: 0 6px;border-width:0 2px}
b.rb3{margin: 0 5px}
b.rb4{margin: 0 4px}
b.rb5{margin: 0 3px}
b.rb6{margin: 0 2px}
b.rb7{margin: 0 1px;height:2px}
b.rb8{margin: 0;height:2px}
b.rs1{margin: 0 1px}
/*transparent inside*/
b.t1{border-width: 0 5px}
b.t2{border-width: 0 3px}
b.t3{border-width: 0 2px}
b.t4{height: 2px}
b.tb1{border-width: 0 10px}
b.tb2{border-width: 0 8px}
b.tb3{border-width: 0 6px}
b.tb4{border-width: 0 5px}
b.tb5{border-width: 0 4px}
b.tb6{border-width: 0 3px}
b.tb7{border-width: 0 2px;height:2px}
b.tb8{border-width: 0 1px;height:2px}
b.ts1{border-width: 0 2px}


/* */
/* Stile Workflow  */

.synopticHeader
{
	/*position:absolute;*/
    border: 0px solid #c0c0c0;
    background-image:url("/images/barra_bckgrd_30.png");
	vertical-align:middle;
	height:30;
}

.ie .synopticHeaderLabel
{
    border: 0px solid #c0c0c0;
    color: #C47C00;
    /*background-image:url("/images/barra_bckgrd_30.png");*/
    background-color:Transparent;
	font-weight: bold;
	vertical-align:middle;
	height:30;
	padding-top:10;
	padding-left:20;
	padding-right:10;
}

.gecko .synopticHeaderLabel
{
    border: 0px solid #c0c0c0;
    color: #C47C00;
    /*background-image:url("/images/barra_bckgrd_30.png");*/
    background-color:Transparent;
	font-weight: bold;
	/*vertical-align:middle;*/
	/*height:30;*/
	padding-top:10;
	padding-left:20;
	padding-right:10;
}

.synopticCombo
{
    vertical-align:middle;
}

.synoptycLabel
{
	POSITION: absolute; 
	width:30px; 
	background-color:transparent; 
	border:none; 
	text-align:center;
	font-family:Verdana;
	font-weight:bold;
	font-size:12;
	color: #C47C00;
}

.synoptycLabelBig
{
	POSITION: absolute; 
	width:30px; 
	background-color:transparent; 
	border:none; 
	text-align:center;
	font-family:Verdana;
	font-weight:bold;
	font-size:17;
	color: #C47C00;
}

.synoptycTitle
{
	POSITION: absolute; 
	background-color:transparent; 
	border:none; 
	text-align:center;
	font-family:Verdana;
	font-weight:normal;
	font-size:17;
	color: Black;
}

.synoptycBtn
{
	POSITION: absolute; 
	background-color:White; 
	border:none; 
	text-align:left;
	font-family:Verdana;
	font-weight:bold;
	font-style:normal;
	font-size:13;
	color: Black;
	/*height:20;*/
	width:80;
}

.synoptycBtnOver
{
	POSITION: absolute; 
	background-color:White; 
	border:none; 
	text-align:left;
	font-family:Verdana;
	font-weight:bold;
	font-style:italic;
	font-size:13;
	color: #C47C00;
	/*height:20;*/
	width:80;
}

.synoptycBtn2
{
	background-color:Transparent;
	border:none; 
	text-align:left;
	font-family:Verdana;
	font-weight:bold;
	font-style:normal;
	font-size:11;
	color: #C47C00;
	padding-top:5;
	padding-left:20;
	width:100;
}

.synoptycBtnOver2
{
	background-color:Transparent; 
	border:none; 
	text-align:left;
	font-family:Verdana;
	font-weight:bold;
	font-style:italic;
	font-size:11;
	color: #C47C00;
	padding-top:5;
	padding-left:20;
	width:100;
}

.synoptycLabel2
{
	background-color:transparent; 
	border:none; 
	text-align:center;
	font-family:Verdana;
	font-weight:bold;
	font-size:11;
	color: #C47C00;
}

.synoptycBtnSelected
{
	POSITION: absolute; 
	background-color:White; 
	border:none; 
	text-align:left;
	font-family:Verdana;
	font-weight:bold;
	font-style:normal;
	font-size:13;
	color:Purple;
	/*height:20;*/
	width:80;
}

.accordionHeader
{
	background: #F2EED1;
	height: 30px;
	width: 250px;
	vertical-align:middle;
	text-indent: 5px;
	font-weight:normal;
	border-style: solid;
	border-width: 1px;
	border-color: #9F815F;
	color: #9F815F;
	margin-bottom: 2px;
}

.accordionHeaderSelected
{
	background: #F2EED1;
	height: 30px;
	width: 250px;
	vertical-align:middle;
	text-indent: 5px;
	font-weight:bold;
	border-style: solid;
	border-width: 2px;
	border-color: #9F815F;
	color: #9F815F;
	/*font-weight: bold;*/
	margin-bottom: 2px;
}

.accordionContent
{
	width: 250px;
	/*height: 100%;*/
	border-style: solid;
	border-width: 1px;
	border-color: #9F815F;
	margin-bottom: 2px;

	overflow:auto;
	height:300px;
}


.fileDropArea
{
	border:dotted 2px Gray;
}

.fileDropAreaOver
{
	border:dotted 2px #990033;
}

/* FINE */