﻿/* COLORI
colore_sfondo_pagina: #b7dde2;


/* DEFAULTS
----------------------------------------------------------*/

html
{
    font-family: Calibri, Tahoma, Verdana, Helvetica;
    font-size: Medium;
}

body   
{
    background-color: #ebebeb;
    background-image: url(../Images/sfondi/cork-wallet.png);
    margin: 0px;
    padding: 0px;
    color: #002060;
}

a:link,
a:visited
{
    color: #4040b0;
    text-decoration: none;
    border-bottom-style: dotted;
    border-bottom-width: thin;
}

a:hover
{
    color: #0000ff;
    text-decoration: none;
    border-bottom-style: none;
}

a:active
{
    color: #000000;
    text-decoration: none;
    border-bottom-style: dotted;
    border-bottom-width: thin;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

.VerticalText
{
	writing-mode:tb-rl;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform: rotate(90deg);
	white-space:nowrap;
	display:block;
	bottom:0;
	width:48px;
	height:48px;
	text-shadow: 0px 0px 1px #808080;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    text-transform: none;
    margin-bottom: 0px;
}

h1
{
    font-size: X-Large; /*1.3em;*/
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-weight: bolder;
}

h2
{
    font-size: Large; /*1.2em;*/
    font-weight: bold;
}

h3
{
    font-size: Medium; /*1.1em;*/
    font-weight: bold;
}

h4
{
    font-size: Medium; /*1em;*/
    font-weight: bold;
}

h5, h6
{
    font-size: Medium; /*1em;*/
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 1024px;
    background-color: White;
    margin: 10px auto 0px auto;
    border: 1px solid #204060;
}

.header
{
    width: 100%;
    background-color: #0091b3;
    position: relative;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #204060;
}

.header h1
{
    margin: 0px;
    padding: 0px 8px 0px 8px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: X-Large; /*1.3em;*/
    font-weight: bolder;
}

.header h2
{
    margin: 0px;
    padding: 0px 8px 0px 8px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: Large;
    font-weight: bolder;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
    background-image: url(../Images/sfondo.png);
    background-repeat: no-repeat;
    background-position: right top;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    font-size: Smaller;
}


/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label,
fieldset.register label,
fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: Medium; /*1.1em;*/
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 100%; /*42%;*/
}


/* TAB MENU   
----------------------------------------------------------*/

.hideSkiplink
{
    background-color: #0091b3;
    border-top: 0px solid #204060;
    width:100%;
}

.myNavMenu
{
    padding: 0px 0px 4px 4px;
}

.myNavMenu ul,
.myNavMenu tr
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

.myNavMenu ul li a,
.myNavMenu ul li a:visited,
.myNavMenu tr td a,
.myNavMenu tr td a:visited
{
    background-color: #007298;
    border: 1px #4e667d solid;
    color: #dde4ec;/***************************/
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

.myNavMenu ul li a:hover,
.myNavMenu tr td a:hover
{
    background-color: #bfcbd6;
    color: #007298;
    text-decoration: none;
}

.myNavMenu ul li a:active,
.myNavMenu tr td a:active
{
    background-color: #007298;
    color: #cfdbe6;
    text-decoration: none;
}

.myNavSubMenu
{
    padding: 0px 0px 0px 0px;
}

.myNavSubMenu ul,
.myNavSubMenu tr
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

.myNavSubMenu ul li a,
.myNavSubMenu ul li a:visited,
.myNavSubMenu tr td a,
.myNavSubMenu tr td a:visited
{
    background-color: #F0F0F0;
    border: 0px #4e667d dotted;
    color: #007298;
    display: block;
    line-height: 1.35em;
    padding: 3px 15px;
    text-decoration: none;
    white-space: nowrap;
}

.myNavSubMenu ul li a:hover,
.myNavSubMenu tr td a:hover
{
    background-color: White;
    color: Black;
    /*font-weight: bold;*/
    text-decoration: none;
}

.myNavSubMenu ul li a:active,
.myNavSubMenu tr td a:active
{
    background-color: White;
    color: #cfdbe6;
    text-decoration: none;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.ombraSopra
{
    padding: 0px;
    width: 100%;
    height: 8px;
    vertical-align: top;
}

.title
{
    background-color: #0091b3;
    display: block;
    float: left;
    text-align: left;
    width: 100%; /*auto;*/
}

.loginDisplay
{
    font-size: Medium; /*1.1em;*/
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: Medium; /*1em;*/
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}


/* TabContainer */

.myTabs,
.myTabs2
{
    /*font-family: Calibri, Verdana, Tahoma, Helvetica;*/
}

.myTabs .ajax__tab_header
{
    font-size: Medium;
    border-bottom: solid 4px #007298;
}

.myTabs2 .ajax__tab_header
{
    font-size: Small;
    border-bottom: solid 2px #007298;
}

.myTabs .ajax__tab_header a:link,
.myTabs .ajax__tab_header a:visited,
.myTabs .ajax__tab_header a:active,
.myTabs2 .ajax__tab_header a:link,
.myTabs2 .ajax__tab_header a:visited,
.myTabs2 .ajax__tab_header a:active
{
    text-decoration: none;
    border-bottom-style: none;
}

.myTabs .ajax__tab_header a:hover,
.myTabs2 .ajax__tab_header a:hover
{
    text-decoration: none;
    border-bottom-style: none;
    color: #604800;
}

.myTabs .ajax__tab_header .ajax__tab_outer,
.myTabs2 .ajax__tab_header .ajax__tab_outer
{
    background-color: #F0F0F0;
    margin: 0px 4px 0px 0px;
    padding: 2px 0px 2px 0px;
    vertical-align: bottom;
    border: solid 1px #404040;
    border-bottom-width: 0px;
}

.myTabs .ajax__tab_header .ajax__tab_tab,
.myTabs2 .ajax__tab_header .ajax__tab_tab
{    
    padding: 8px 4px 8px 4px;
    margin-right: 1px;
}

.myTabs .ajax__tab_hover .ajax__tab_outer,
.myTabs2 .ajax__tab_hover .ajax__tab_outer 
{
    background-color: #d8d8d8;
    cursor: pointer;
}

.myTabs .ajax__tab_hover .ajax__tab_tab,
.myTabs2 .ajax__tab_hover .ajax__tab_tab 
{
    padding: 4px 4px 4px 4px;
}

.myTabs .ajax__tab_active .ajax__tab_tab,
.myTabs2 .ajax__tab_active .ajax__tab_tab 
{
    padding: 0px 4px 0px 4px;
    color: White;
    font-weight: bold;
}

.myTabs .ajax__tab_active .ajax__tab_outer,
.myTabs2 .ajax__tab_active .ajax__tab_outer
{
    background-color: #007298;
}

.myTabs .ajax__tab_body
{
    padding: 4px 4px;
    background-color: White;    
    border: 1px solid #404040;
    border-top-width: 0px;
}

.myTabs2 .ajax__tab_body 
{
    padding: 4px 4px;
    background-color: White;    
    border: 1px dotted #404040;
    border-top-width: 0px;
}


/*--- My Values ---*/
.myFormLabel
{
    text-align: left;
    font-size: Medium;
}

.mySmallLabel
{
    font-size: Small;
}

.mySmallCheckBox
{
    font-size: Small;
}

.myTitleLabel
{
    font-size: large;
    font-weight:bold;
}

.mySmallRedLabel
{
    font-size: Small;
    color: Red;
}

myEuroLabel
{
    text-align: right;
    min-width: 128px;
}

.myFormValue
{
    text-align: center;
}

.myDDL
{
    font-size: Medium;
    background-color: #FFFFE0;
    width: 256px;
}

.myShortInputField
{
    font-size: Medium;
    background-color: #FFFFE0;
    text-align: center;
    width: 128px;
}

.myInputField
{
    font-size: Medium;
    background-color: #FFFFE0;
    width: 256px;
}

.myRedInputField
{
    font-size: Medium;
    background-color: #FFFFE0;
    width: 256px;
    color: Red;
}

.myEuroInputField
{
    font-size: Medium;
    background-color: #FFFFE0;
    text-align: right;
    width: 128px;
}

.myTable
{
    padding: 0px; /* 8px 8px 8px 8px; */
}

.myTableCell
{
    height: 32px;
    background-color: #FBFBFB;
    vertical-align: middle;
    text-align: center;
    border: 1px dotted #404040;
    padding: 2px 2px 2px 2px;
}

.myTableSmallCell
{
    height: 16px;
    background-color: #FBFBFB;
    vertical-align: middle;
    text-align: center;
    border: 1px dotted #404040;
    padding: 1px 1px 1px 1px;
    font-size: small;
}

.myActionTableCell
{
    height: 32px;
    background-color: #F0F0F0;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #404040;
    padding: 2px 2px 2px 2px;
}

.myButton
{
    font-size: Medium;
    font-weight: bold;
    padding: 4px 8px 4px 8px;
    background-color: #F0F0F0;
    color: #000080;
    border-width: 2px;
}

.mySmallButton
{
    font-size: Small;
    font-weight: bold;
    padding: 2px 4px 2px 4px;
    background-color: #F0F0F0;
    color: #000080;
    border-width: 2px;
}

.mySearchTable
{
    padding: 2px 2px 2px 2px;
    width: 100%;
    border-width: 1px;
    border-style: dotted;
    background-color: #F0F0F0;
    color: #605220;
}

.myTitleTable
{
    padding: 1px 1px 1px 1px;
    width: 100%;
    vertical-align: bottom;
    border-bottom: 1px solid #605220;
}

.myTitleImageCell
{
    width: 80px;
    text-align: center;
    vertical-align: bottom;
}

.myLinkImageCell
{
    width: 48px;
    text-align: center;
    vertical-align: bottom;
}

.myImageLink,
.myImageLink a,
.myImageLink a:link,
.myImageLink a:visited,
.myImageLink a:hover,
.myImageLink a:active
{
    border: 0px none !important;
    text-decoration: none;
    border-bottom-style: none;
    border-bottom-width: 0px;
    background-color: transparent;
}

.mySearchTableHeader
{
    width: 20%;
    text-align: right;
    font-size: Small;
    font-style: italic;
}

.mySearchTableField
{
    width: 30%;
    text-align: left;
}

.myMemo
{
    color: Red;
    font-style: italic;
    font-size: Smaller;
    visibility: visible;
}

.myShadow
{
    width: 100%;
    height: 8px;
}

.myInvisibleButton
{
    display:none;
}

th.myLeftColumn
{
    border-left: 1px solid;
    border-right: 1px dotted;
}

th.myRightColumn
{
    border-left: 1px dotted;
    border-right: 1px solid;
}

td.myLeftColumn
{
    border-left: 1px solid;
    border-right: 1px dotted;
}

td.myRightColumn
{
    border-left: 1px dotted;
    border-right: 1px solid;
}


.modalPopup
{
    background-color: White;
    opacity: 1.0;
    position: absolute;
    border: 2px solid #605220;
    padding: 16px 16px 4px 16px;
    min-height: 128px;
    min-width: 256px;
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.myPopupTitleLabel
{
    font-weight: bold;
    font-size: Large;
    cursor: move;
}

#progressBackgroundFilter
{
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 1000;
}

#processMessage
{
    position:fixed;
    top: 35%;
    left: 35%;
    padding: 10px;
    width: 30%;
    z-index: 1001;
    background-color: White;
    border: solid 2px Black;
}


/* AutoComplete item */
.AutoCompleteExtender_CompletionList
{
    color : windowtext;
    padding : 2px;
    font-size: Medium;
    background-color: Gray;
}

/*AutoComplete flyout */
.AutoCompleteExtender_CompletionListItem
{
    text-align : left;
    background-color: #FFFFA0;
    list-style-type: none;
    padding : 1px;
}

/* AutoComplete highlighted item */
.AutoCompleteExtender_HighlightedItem
{
    background-color: Gray;
    color: #FFFFA0;
    font-weight:bold;
    font-size: Medium;
    list-style-type: none;
    padding : 1px;
}


/* Accordion */
.myAccordion .accordionHeader,
.myAccordion2 .accordionHeader
{
    border: 1px solid #2F4F4F;
    background-color: #F0F0F0;
    cursor: pointer;
}
 
.myAccordion .accordionHeader,
.myAccordion .accordionHeaderSelected
{
    font-size: Medium;
    padding: 4px;
    margin-top: 4px;
    margin-bottom: 0px;
}

.myAccordion2 .accordionHeader,
.myAccordion2 .accordionHeaderSelected
{
    font-size: Small;
    padding: 4px;
    margin-top: 2px;
    margin-bottom: 0px;
}
 
.myAccordion .accordionHeader a:hover,
.myAccordion2 .accordionHeader a:hover
{
    background-color: #d8d8d8;
    cursor: pointer;
}

.myAccordion .accordionHeaderSelected,
.myAccordion2 .accordionHeaderSelected
{
    border: 1px solid #404040;
    color: White;
    background-color: #007298;
    font-weight: bold;
    cursor: pointer;
}
 
.myAccordion .accordionContent,
.myAccordion2 .accordionContent
{
    background-color: White;
    border: 1px solid #404040;
    border-top: none;
    padding: 4px;
}

.myDragHandle
{
    width: 12px;
    height: 12px;
    background-color: red;
    cursor:move;
}


/* CALENDAR */
.myCalendar .ajax__calendar_container
{
    padding:4px;
    position:absolute;
    cursor:default;
    width:170px;
    font-size:11px;
    text-align:center;
    background-color: White;
    border: 1px solid #404040;
}

.myCalendar .ajax__calendar_body
{
    height:139px;
    width:170px;
    position:relative;
    overflow:hidden;
    margin:auto;
}

.myCalendar .ajax__calendar_days,
.myCalendar .ajax__calendar_months,
.myCalendar .ajax__calendar_years
{
    top:0px;
    left:0px;
    height:139px;
    width:170px;
    position:absolute;
    text-align:center;
    margin:auto;
}

.myCalendar .ajax__calendar_container TABLE
{
    font-size:11px;
}

.myCalendar .ajax__calendar_header
{
    height:20px;
    width:100%;
}

.myCalendar .ajax__calendar_prev
{
    cursor:pointer;
    width:15px;
    height:15px;
    float:left;
    background-repeat:no-repeat;
    background-position:50% 50%;
    background-image:url(<%=WebResource("AjaxControlToolkit.Calendar.arrow-left.gif")%>);
}

.myCalendar .ajax__calendar_next
{
    cursor:pointer;
    width:15px;
    height:15px;
    float:right;
    background-repeat:no-repeat;
    background-position:50% 50%;
    background-image:url(<%=WebResource("AjaxControlToolkit.Calendar.arrow-right.gif")%>);
}

.myCalendar .ajax__calendar_title
{
    cursor:pointer;
    font-weight:bold;
}

.myCalendar .ajax__calendar_footer
{
    height:15px;
}

.myCalendar .ajax__calendar_today
{
    cursor:pointer;
    padding-top:3px;
}

.myCalendar .ajax__calendar_dayname 
{
    height:17px;
    width:17px;
    text-align:right;
    padding:0 2px;
}

.myCalendar .ajax__calendar_day 
{
    height:17px;
    width:18px;
    text-align:right;
    padding:0 2px;
    cursor:pointer;
}

.myCalendar .ajax__calendar_month 
{
    height:44px;
    width:40px;
    text-align:center;
    cursor:pointer;
    overflow:hidden;
}

.myCalendar .ajax__calendar_year 
{
    height:44px;
    width:40px;
    text-align:center;
    cursor:pointer;
    overflow:hidden;
}

.myCalendar .ajax__calendar .ajax__calendar_container 
{
    border:1px solid #646464;
    background-color:#ffffff;
    color:#000000;
}

.myCalendar .ajax__calendar .ajax__calendar_footer 
{
    border-top:1px solid #f5f5f5;
}

.myCalendar .ajax__calendar .ajax__calendar_dayname 
{
    border-bottom:1px solid #f5f5f5;
}

.myCalendar .ajax__calendar .ajax__calendar_day 
{
    border:1px solid #ffffff;
}

.myCalendar .ajax__calendar .ajax__calendar_month 
{
    border:1px solid #ffffff;
}

.myCalendar .ajax__calendar .ajax__calendar_year 
{
    border:1px solid #ffffff;
}


.myCalendar .ajax__calendar .ajax__calendar_active .ajax__calendar_day 
{
    background-color:#edf9ff;
    border-color:#0066cc;
    color:#0066cc;
}

.myCalendar .ajax__calendar .ajax__calendar_active .ajax__calendar_month 
{
    background-color:#edf9ff;
    border-color:#0066cc;
    color:#0066cc;
}

.myCalendar .ajax__calendar .ajax__calendar_active .ajax__calendar_year 
{
    background-color:#edf9ff;
    border-color:#0066cc;
    color:#0066cc;
}

.myCalendar .ajax__calendar .ajax__calendar_other .ajax__calendar_day 
{
    background-color:#ffffff;
    border-color:#ffffff;
    color:#646464;
}

.myCalendar .ajax__calendar .ajax__calendar_other .ajax__calendar_year 
{
    background-color:#ffffff;
    border-color:#ffffff;
    color:#646464;
}


.myCalendar .ajax__calendar .ajax__calendar_hover .ajax__calendar_day 
{
    background-color:#edf9ff;
    border-color:#daf2fc;
    color:#0066cc;
}

.myCalendar .ajax__calendar .ajax__calendar_hover .ajax__calendar_month 
{
    background-color:#edf9ff;
    border-color:#daf2fc;
    color:#0066cc;
}

.myCalendar .ajax__calendar .ajax__calendar_hover .ajax__calendar_year 
{
    background-color:#edf9ff;
    border-color:#daf2fc;
    color:#0066cc;
}

.myCalendar .ajax__calendar .ajax__calendar_hover .ajax__calendar_title 
{
    color:#0066cc;
}

.myCalendar .ajax__calendar .ajax__calendar_hover .ajax__calendar_today 
{
    color:#0066cc;
}


/* CHART */
.myChart
{
    font-size: Medium;
    width: 800px;
    height: 600px;
}
 /* ++++++++++ */
 

.customCalloutStyle div,
.customCalloutStyle td
{
    border: solid 1px Black;
    background-color:White;
    color:Red;
}


/* TABLE to CSS */
/* DA SVILUPPARE------------------------------------------------------------------------*/
.myCSSTable
{
    position: absolute;
    width: 100%;
    margin-left: 0px;
    border: 1px;
}

.myCSSRow
{
    clear:both;
}
            
myCSSCell
{
    float:left;
}
