﻿
html {
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;    
}

body {
    
    border-top: solid 0px #000;
    color: #333;
    font-size: .85em;
    font-family:  Arial;
    margin: 0;
    padding: 0;
}

a {
    color: #00539f;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #00539f;
    }

    a:hover {
        background-color: #00539f;
    }

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
    margin-left: 0px;    
}

.float-right {
    float: right;
    color:#303030;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 ;    
    width: auto;
    /*max-width: 960px;*/
}
/*  dc513a   arancio */
/*  303030 grigio scuro*/

#body {
    background-color: #efeeef;
    clear: both;
    padding-bottom: 35px;
}

    .main-content {
       /* background: url("../Images/accent.png") no-repeat;*/
        padding-left: 0px;
        padding-top: 30px;
        margin-left: 10px;
    }

    .featured + .main-content {
        /*background: url("../Images/heroAccent.png") no-repeat;*/
    }

header .content-wrapper {
    padding-top: 20px; 
}
    
footer {
    clear: both;
    background-color: #e2e2e2;
    font-size: .8em;
    height: 100px;
    width:100%;
}

.divListCampi
{
    position:absolute;
    top:50%;
    left:50%;
    width:700px;
    height:400px;
    margin-left:-350px;
    margin-top: -200px;
    border-style: outset; 
    border-width:5px; 
    border-color: #cccccc;
    background-color:#ffffff; 
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.divTemplate {
    position:absolute;
    top:50%;
    left:50%;
    width:600px;
    height:200px;
    margin-left:-300px;
    margin-top: -100px;
    border-style: outset; 
    border-width:5px; 
    border-color: #cccccc;
    background-color:#ffffff; 
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    align-content:center;
}

.divfiltro {
    position:absolute;
    top:50%;
    left:50%;
    width:800px;
    height:300px;
    margin-left:-400px;
    margin-top: -150px;
    border-style: outset; 
    border-width:5px; 
    border-color: #cccccc;
    background-color:#ffffff; 
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

div.smallInput{   
    width: 78%; 
    font-size: 10px; 
    font-style:italic;
    color: #e80c4d; 
    height: 10px;
}

/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family:  Verdana, Helvetica, Sans-Serif;
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

    #login a.username {
        background: none;
        margin-left: 0px;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

        ul#menu li a:hover {
            color: #333;
            text-decoration: none;
        }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #e7e8e7;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 0px 40px;
    }

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #fff;
        }

        .featured p {
            font-size: 1.1em;
        }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */

article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}
.labelValue {
    font-weight: 700;
    font-weight:bold;
    font-size: 16px;
}
/*button grid*/
.btnGrid
{
   width: 32px;
   height: 32px;
   background: none;
   border: none;
}
.pulsanti
{
   width: 150px;
   height: 25px;
   background: none;
   border: none;
}
.k-button {border: 1px solid #303030; border-radius: 4px;background: #303030 url("/Images/struttura/bgBtn.gif") repeat-x top;margin: 0 2px;
                                                color: #FFF;padding: 2px 25px;cursor:pointer;font-weight: 600;font-size: 1em;width: auto;text-transform: uppercase; height:32px;}

.btnGridSmall
{
   width: 24px;
   height: 24px;
   background: none;
   border: none;
}
.k-button-hide {
    position: absolute !important;
    top:-100px !important;
}
/*gridView*/
.contaRecord {
    text-align: left;
    color: #000000;
    font-size: 10px;
    font-style:italic;
    width:100%;
}

.divPulsanti{
    text-align: left;
    align-content:flex-start;
    vertical-align:middle;
    width:100%;
}

.schedaPopup {
    background-color: #ffffff;
    width: 90%;
    min-height: 150px;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.scheda {
    background-color: #ffffff;
    width: 90%;
    min-height: 400px;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.schedaLogin {
    text-align: center;
    background-color: #ffffff;        
    position:relative;    
    left:50%;
    width:300px;
    height:100px;
    margin-left:-150px;    

}

.gridPager {

    background-color: #cccccc;
    color: #fff;
    text-align:center;    
    font-size: 11px;
    font-weight: bold;        
}
.gridPager td{
    background-color: #cccccc;
    color: #fff;
    text-align:center;   
    border: 0 none;  
}

.gridItem {
    font-size: 14px;
    text-wrap:normal;
    border-right:1px solid ;
    vertical-align:top;
    text-align:center;
    height: 20px;
}
.alternativeGridItem {
    font-size: 14px;   
    background-color: #fff;
    text-wrap:normal;
    border-right:1px solid ;
    vertical-align:top;    
    text-align:center;
    height: 20px;
}

.GroupHeaderRowStyle
{
    background-color: #999;
    text-align: left;
    font-weight: bold;
    color: #333;
    font-size: 20px;
    height: 30px;
}


.footerGridItem {
    font-size: 10px;
    background-color:#5D7B9D;
    font-weight:bold;
    color: #fff;
    text-wrap:normal;  
}

.selectedRowGridItem {
    font-size: 10px;
    background-color:#E2DED6;
    font-weight:bold;
    color: #333333;
    text-wrap:normal;        
}

.headerGridItem {
    font-size: 12px;
    background-color:#00539f;
    font-weight:bold;
    color: #ffffff;
    text-wrap:normal;   
    font-style: italic;     
}

.colonnaBtnClear {
    text-align: center;
    padding: 15px 0 0 0;
    height: 10px; 
    clear: both;
} 

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom:  5px;
    }

fieldset.open-auth-providers {
    margin-top: 15px;
}

    fieldset.open-auth-providers button {
        margin-bottom: 12px;
    }
    
/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }
    
    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

    label {
        display: block;
        font-size: 1.2em;
        font-weight: 600;
    }

    label.checkbox {
        display: inline;
    }

    input, textarea {
        border: 1px solid #e2e2e2;
        background: #fff;
        color: #333;
        font-size: 1.2em;
        margin: 5px 0 6px 0;
        padding: 5px;
        }

    textarea {
        font-family:  Arial;
        }
    
        input:focus, textarea:focus {
            border: 1px solid #7ac0da;
        }

        input[type="checkbox"] {
            background: transparent;
            border: inherit;
            width: auto;
        }
        
 
    input[type="submit"],
    input[type="button"],
    td input[type="submit"],
    td input[type="button"],
    td button 
    button {
        border: 1px solid #303030; border-radius: 4px;background: #303030 url("/Images/struttura/bgBtn.gif") repeat-x top;margin: 0 2px;
                                                color: #FFF;padding: 2px 2px;cursor:pointer;font-weight: 600;font-size: 1em;width: auto;text-transform: uppercase;    

    }

    input[type="submit"]:hover,
    input[type="button"]:hover,
    td input[type="submit"]:hover,
    td input[type="button"]:hover,
    td button:hover 
    button:hover{background-image: none;}


    

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

.note {
    color: #303030;
    font-size: 12px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
	font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
        
    }

	th a:link, th a:visited, th a:active, th a:hover {
		color: #333;
		font-weight: 600;
		text-decoration: none;
        padding: 0;
	}

	th a:hover {
		color: #000;
	}

    th.asc a, th.desc a {
        margin-right: .75em;
    }
    
    th.asc a:after, th.desc a:after {
		display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
	}

	th.asc a:after {
		content: '▲';
	}

	th.desc a:after {
		content: '▼';
	}

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 1px solid #cccccc;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}


fieldset {border: none;margin: 0;padding: 0;}
    fieldset legend {display: none;}

    fieldset ol {padding: 0;list-style: none;}
        fieldset ol li {padding-bottom: 8px;}

    fieldset label,
    .fieldset label {display: block;font-size: 0.9em;text-transform: uppercase;clear: both;margin-bottom: 2px}
    fieldset label.checkbox {display: inline;}

    fieldset input,
    fieldset textarea,
    .fieldset input,
    .fieldset select,    
    .fieldset #confermaOrdine,
    fieldset label.disabled {padding: 5px;border: 1px solid #e2e2e2;border-radius: 3px;width: 93%; font-size: 1em;font-family: Arial;}
    fieldset textarea { height: 50px;}
    fieldset .k-widget,
    .fieldset .k-widget{width: 93%;}
    fieldset .k-widget.smallInput{width: 78%; font-size: 8px; color: #e80c4d; height: 10px;}
    .relazione .k-widget{ width: auto;}
    
    fieldset input[type="text"]:focus,
    fieldset input[type="password"]:focus {border: 1px solid #7ac0da;}
    fieldset input[type="checkbox"]{ width: 15px;}

    .selectList{display: inline-block;border: 1px solid #00539f; border-radius: 4px;background: #00539f url("/Images/struttura/bgBtn.gif") repeat-x top;
                           color: #fff;padding: 3px 0px;cursor:pointer;font-weight: normal;font-size: 1em;width: auto;text-transform: uppercase;
                           vertical-align: inherit;line-height: inherit;margin: 5px 0px 0px 0px; text-decoration: none}

    .txtfilter{display: inline-block;border: 1px solid #00539f; border-radius: 4px;background: #00539f url("/Images/struttura/bgBtn.gif") repeat-x top;
                           color: #fff;padding: 3px 0px;cursor:text;font-weight: normal;font-size: 1em;width: auto;text-transform: uppercase;
                           vertical-align: inherit;line-height: inherit;margin: 5px 0px 0px 0px; text-decoration: none}

    .txtBox{display: inline-block;border: 1px solid #00539f; border-radius: 4px;background: #00539f url("/Images/struttura/bgBtn.gif") repeat-x top;
                           color: #fff;padding: 3px 0px;cursor:text;font-weight: normal;font-size: 1em;width: auto;text-transform: none;
                           vertical-align: inherit;line-height: inherit;margin: 5px 0px 0px 0px; text-decoration: none}
    .txtBoxWhite{display: inline-block;border: 1px solid #00539f; border-radius: 4px;background: #ffffff url("/Images/struttura/bgBtn.gif") repeat-x top;
                           color: #00000;padding: 3px 0px;cursor:text;font-weight: normal;font-size: 1em;width: auto;text-transform: none;
                           vertical-align: inherit;line-height: inherit;margin: 5px 0px 0px 0px; text-decoration: none}

    .txtBoxDisabled{display: inline-block;border: 1px solid #c8c8c8; border-radius: 4px;background: #c8c8c8 url("/Images/struttura/bgBtn.gif") repeat-x top;
                           color: #000;padding: 3px 0px;cursor:not-allowed;font-weight: normal;font-size: 1em;width: auto;text-transform: none;
                           vertical-align: inherit;line-height: inherit;margin: 5px 0px 0px 0px; text-decoration: none}

    fieldset .row,
    .fieldset .row { clear: both;float: left;width: 100%; padding: 5px 0;min-height: 20px; height:auto;}
    fieldset .colonnaSingola,
    .fieldset  .colonnaSingola{float: left;width: 100%; }
    fieldset .colonnaDoppia{float: left;width: 48%; }
    fieldset .colonnaDoppiaBig{float: left;width: 75%; }
    fieldset .colonnaDoppiaSmall{float: left;width: 18%;}
    fieldset .colonnaTripla{float: left;width: 32%; }
    fieldset .colonnaQuadrupla{float: left;width: 24%;}
    fieldset .colonnaBtn {text-align: center;padding: 20px 0 0 0;height: auto;}
    fieldset .colonnaBtnClear {text-align: center;padding: 30px 0 0 0;height: auto; clear: both;} 
    
    fieldset .colonnaBtn a,
    fieldset .colonnaBtn input,
    fieldset .colonnaBtnClear a,
    fieldset .colonnaBtnClear input{display: inline-block;border: 1px solid #303030; border-radius: 4px;background: #303030 url("/Images/struttura/bgBtn.gif") repeat-x top;
                           color: #FFF;padding: 3px 25px;cursor:pointer;font-weight: 600;font-size: 1em;width: auto;text-transform: uppercase;
                           vertical-align: inherit;line-height: inherit;margin: 0 2px 4px 2px; text-decoration: none}
    fieldset .colonnaBtn a:hover,
    fieldset .colonnaBtn input:hover,
    fieldset .colonnaBtnClear a:hover,
    fieldset .colonnaBtnClear input:hover {background-color: #303030;background-image: none;}

    fieldset input[type="submit"] {border: 1px solid #303030; border-radius: 4px;background: #303030 url("/Images/struttura/bgBtn.gif") repeat-x top;margin: 0 2px;
                                                color: #FFF;padding: 2px 25px;cursor:pointer;font-weight: 600;font-size: 1em;width: auto;text-transform: uppercase; height:32px;}
    fieldset idset i}
    fieldset input[type="submit"]:hover {background-image: none;}

    fieldset input[type="submit"]:hover {background-image: none;}

    fieldset .colonnaBig { float: left;width: 48%; padding: 10px 0 0 0;height: 48px; }
        fieldset .colonnaBig input, 
        fieldset .colonnaBig .k-widget{width: 94%;}
    
    fieldset .row #gridDettaglio { margin: 15px 0;}



/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

        #login a:hover {
            color: #333;
        }

    /* menu */
  /*  nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }
      */

    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 0px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 0px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

     /* features */
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    
    
    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }

    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
        margin-left:0px;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
        margin-left:0px;
    }

        footer p {
            margin: 0;
        }
}
/* END: Mobile Styles */

.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none;  background: #cccccc}
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

.titolo
{
 position: absolute;
 top: 2%;
 text-align: center;
 width: 90%;
 height: 55px;
 vertical-align: middle;
 display: block;
 font-family:Arial !important;
 font-size: 40px;
 color:  #00539f;
 margin: 10px 0px 0px 1px;
  
}

.titolo_testo
{
FONT-WEIGHT: bold;
 FONT-SIZE: 40px;
 COLOR: #00539f;
 FONT-FAMILY: Arial;
 FONT-VARIANT: normal;
 width: 100%;
 text-align: center;
}
 

.Header
{
display: block;
 float: left;
 margin: 0 auto;
 width: 100%;
 height: 104px;
}

.intHeader
{
display: block;
 margin: 0 ;
 width: 100%;
 cursor: pointer;
 height: 77px;
 vertical-align: middle;
 background: url(../Images/TESTATA_AVCP.png) repeat-x ;
}
.intHeaderPopup
{
display: block;
text-align:center; 
 margin: 0 ;
 width: 100%;
 color: #ffffff;
 cursor: pointer;
 height: 25px;
 font-weight:bold;
 vertical-align: middle;
 background: #303030 ; 
}

.intHeader h1
{
	display: block;	
    float:left;
	width: 194px;
	height: 66px;
	cursor: pointer;
	margin-top: 10px ;
	background: url(../images/logoRai.png) no-repeat;
    margin-left: 30px;
}


.intHeader h1 a
{
	display: block;
	float: left;
	width: 74px;
	height: 46px;
	margin: 0px 0px 0px 0px;
}


/* MENU */
 
.Menu
{
	display: block;
	float: left;	
	width: 100%;
	height: 27px !important;
	border-top: 2px solid #000000;
	background: #000000 url(../images/bkg_head.gif) 0px -77px repeat-x;
    margin-top: -17px;
            
}

.Menu ul
{
	display: block;
	margin: 0 ;
	width: 900px;
	height: auto;
	padding-right: 40px;
}
.Menu ul li
{
	display: block;
	float: left;
	height: 27px;
    margin-left: 20px;
}
.Menu ul li a
{
	display: block;
	float: inherit;
	height: 21px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	padding: 6px 20px 0px 20px;
	text-align: center;
}

.Menu ul li.selected a
{
	color: #fff;
	background: url(../images/bkg_head.gif) 0px -106px repeat-x;
}


.Menu ul li a:hover
{
	background: #135ba4;
}

.logo
{
	font-size: 12pt;
}

.INTESTAZIONE_HomePage
{
    BORDER: #000000 1px solid;
    FONT-WEIGHT: bold;
    FONT-SIZE: 20px;
    COLOR: #330099;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #ffffff;
    FONT-VARIANT: normal;   
    position:absolute;    
    left:50%;
    width:600px;    
    height:250px;
    margin-left:-300px;    
}

.WEBAPPLICATION_APPLICATIONHEADER
{
 display: block;
 width: 100%;
 cursor: pointer;
 height: 25px;
 vertical-align: middle; 
 font-family:Arial !important;
 font-style:normal;
 font-weight:bold;
 text-transform: uppercase;
 font-size: 18px;
 text-align:center;
 color:#ffffff;
}

.k-button-hide {
    position: absolute !important;
    top:-100px !important;
}

/* modal popup
----------------------------------------------------------*/

.web_dialog_overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000000;
    opacity: .15;
    filter: alpha(opacity=15);
    -moz-opacity: .15;
    z-index: 101;
    display: none;
}

.web_dialog {
    display: none;
    position: fixed;
    width: 380px;
    height: 180px;
    top: 50%;
    left: 50%;
    margin-left: -190px;
    margin-top: -100px;
    background-color: #efeeef;
    border: 2px solid #336699;
    padding: 0px;
    z-index: 102;
    font-family: Verdana;
    font-size: 10pt;
}


