@CHARSET "UTF-8";

* {
    margin: 0;
    padding: 0;
}

* :focus {
    outline: 0;
}

body {
    font-family: Verdana;
    font-size: 0.9em;
    color: #181718;
    background-color: #fff;
}

p {
    margin-bottom: 15px;
}

a {
    text-decoration: none;
    color: #3564b4;
}

a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 1.3em;
    color: #3564b4;
    margin-bottom: 15px;
}

ul {
    line-height: 30px;
    margin-left: 20px;
    list-style-image: url(../img/dotList.png);
}

hr {
    border: 2px solid #3564b4;
    margin-bottom: 20px;
}

.floatLeft {
    float: left;
}

.floatLeft {
    float: right;
}

.successMessage {
    background-color: green;
    border: 1px solid #333300;
    padding: 5px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.errorMessage {
    background-color: red;
    border: 1px solid #600;
    padding: 5px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.errorText {
    color: red;
}

.left {
    text-align: left;
}

.centered {
    text-align: center;
}

.bordered {
    border: 2px solid #3564b4;
}

.clear {
    clear: both;
}

table.tabellaDati {
    width: 100%;
    border: 3px solid #3564b4;
    border-collapse: collapse;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

table.tabellaDati th {
    background-color: #3564b4;
    padding: 5px;
    color: #fff;
    border: 2px solid #3564b4;
}

table.tabellaDati td {
    padding: 5px;
    border: 1px solid #3564b4;
}

table.tabellaDati td.cellHeader {
    background-color: #3564b4;
}

table.tabellaDati td.cellCenter {
    text-align: center;
    width: 100px;
}

/* FORM */
fieldset {
    border: 0;
}

.label {
    float: left;
    width: 150px;
    padding-top: 4px;
}

.labelLong {
    float: left;
    width: 200px;
    padding-top: 4px;
}

.textbox {
    border: 1px solid #3564b4;
    width: 300px;
    height: 25px;
    padding: 0 5px 0 5px;
}

.combobox {
    border: 1px solid #3564b4;
    width: 300px;
    height: 25px;
    padding: 0 5px 0 5px;
}

.checkbox {
    border: 1px solid #3564b4;
    margin-right: 10px;
}

.textarea {
    border: 1px solid #3564b4;
    padding: 5px 5px 5px 5px;
}

input.submitButton {
    height: 50px;
    width: 250px;
    color: #fff;
    border: 0;
    font-size: 1.2em;
    font-weight: bold;
    background-color: #3564b4;
    padding: 0 15px 0 15px;
}

input.submitButtonShort {
    width: 150px;
}

input.submitButton:hover {
    background-color: #4395d0;
    cursor: pointer;
}

button.submitButtonDoubleLeft {
    height: 50px;
    width: 160px;
    color: #fff;
    border: 0;
    font-size: 1.2em;
    font-weight: bold;
    background-color: #3564b4;
    padding: 0 15px 0 15px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
}

button.submitButtonDoubleLeft:hover {
    background-color: #4395d0;
    cursor: pointer;
}

button.submitButtonDoubleRight {
    height: 50px;
    width: 160px;
    color: #fff;
    border: 0;
    font-size: 1.2em;
    font-weight: bold;
    background-color: #3564b4;
    padding: 0 15px 0 15px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
}

button.submitButtonDoubleRight:hover {
    background-color: #4395d0;
    cursor: pointer;
}

button.submitButtonDoubleAttivo {
    background-color: #4395d0;
}

button.loginHeader {
    float: right;
    width: 150px;
    height: 50px;
    color: #fff;
    border: 0;
    font-size: 1.2em;
    font-weight: bold;
}

button.accediButtonHeader {
    background-color: #3564b4;
    margin: 30px 20px 0 0;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

button.accediButtonHeader:hover {
    background-color: #4395d0;
    cursor: pointer;
}

button.registrazioneButtonHeader {
    background-color: #d0ba76;/* #818386;*/
    margin: 30px 0 0 0;
    color: #3564b4;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

button.registrazioneButtonHeader:hover {
    background-color: #e5d45d;
    cursor: pointer;
}

button.submitButton {
    height: 50px;
    color: #fff;
    border: 0;
    font-size: 1.2em;
    font-weight: bold;
    background-color: #3564b4;
    padding: 0 15px 0 15px;
}

button.submitButton:hover {
    background-color: #4395d0;
    cursor: pointer;
}

a.submitButton {
    height: 50px;
    width: 250px;
    color: #fff;
    border: 0;
    font-size: 1.2em;
    font-weight: bold;
    background-color: #3564b4;
    padding: 8px 25px 10px 25px;
}


/* HEADER */
#header {
    
}

#header #topHeader {
    width: 1000px;
    height: 120px;
    margin: 0 auto;
}

#header #topHeader #logoHeader {
    float: left;
    width: 300px;
    height: 120px;
}

#header #topHeader #loginHeader {
    float: right;
    width: 500px;
    height: 120px;
}

#header #topHeader #welcomeHeader {
    float: right;
    text-align: right;
    width: 500px;
    height: 80px;
    padding-top: 40px;
}

#header #focusAreaInterna {
    width: 100%;
    height: 100px;
    background: transparent url(../img/focusBackground.png) repeat-x;
}

#header #focusAreaInterna #menuHeader {
    width: 1000px;
    height: 50px;
    margin: 0 auto;
}

#header #focusArea {
    width: 100%;
    height: 250px;
    background: transparent url(../img/focusBackground.png) repeat-x;
}

#header #focusArea #menuHeader {
    width: 1000px;
    height: 50px;
    margin: 0 auto;
}

#header #focusArea #menuHeader ul#mainMenu {
    list-style: none;
    font-size: 1.2em;
    padding-top: 13px;
}
  
#header #focusArea #menuHeader ul#mainMenu li {
    display: block;
    margin-right: 50px;
    float: left;
}
  
#header #focusArea #menuHeader ul#mainMenu li a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
  
#header #focusArea #menuHeader ul#mainMenu li a:hover {
    text-decoration: underline;
}

#header #focusArea #focusHeader {
    width: 1000px;
    height: 200px;
    margin: 0 auto;
}

#header #focusArea #focusHeader #newsFocus {
    float: left;
    width: 400px;
    height: 200px;
}

#header #focusArea #focusHeader #newsFocusLeft {
    float: right;
    width: 500px;
    height: 200px;
    /*display: inline-block;*/
}

#header #focusArea #focusHeader #newsFocusRight {
    float: left;
    width: 500px;
    height: 200px;
    /*display: inline-block;*/
}

#header #focusArea #focusHeader #newsFocus .boxContentFocus {
    height: 140px;
    padding-right: 15px;
}

#header #focusArea #focusHeader #newsFocus h1 {
    color: #fff;
    font-size: 1.5em;
    margin: 10px 10px 10px 0;
}

#header #focusArea #focusHeader #newsFocus p {
    color: #fff;
    margin: 0 10px 0 0
}

#header #focusArea #focusHeader #bannerFocus {
    float: right;
    width: 600px;
    height: 200px;
}

/* PAGE CONTENT */
#pageContent {
    width: 1000px;
    min-height: 500px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 20px;
}

#pageContent h1 {
    font-size: 1.3em;
    color: #3564b4;
    margin-bottom: 15px;
    border-bottom: 4px solid #3564b4;
}

#pageContent h2 {
    font-size: 1.1em;
    color: #3564b4;
    margin-bottom: 15px;
}

#pageContent ul {
    list-style-image: url(../img/dotList.png);
}

/* Box mezza pagina */
#pageContent .boxHalf {
    background-color: #e1edf2;
    border: 1px solid #3564b4;
    width: 468px;
    height: 400px;
    padding: 10px;
}

#pageContent .boxHalfRight {
    float: right;
}

#pageContent .boxHalfLeft {
    float: left;
    margin-right: 10px;
}

/* Box mezza pagina con sidebar */
#pageContent .boxHalfShort {
    width: 348px;
    min-height: 250px;
    height: 250px;
    margin-bottom: 25px;
}

#pageContent .boxHalfShortRight {
    margin-right: 40px;
}

/* Box pagina intera */
#pageContent .boxFullHome {
    float: left;
    background-color: #e1edf2;
    border: 1px solid #3564b4;
    width: 976px;
    min-height: 100px;
    margin-bottom: 20px;
    padding: 10px;
}

#pageContent .boxFull {
    float: left;
    background-color: #e1edf2;
    border: 1px solid #3564b4;
    width: 738px;
    min-height: 400px;
    padding: 10px;
}

/* Box pagina intera con sidebar */
#pageContent .boxFullShort {
    min-height: 250px;
    margin-bottom: 25px;
}

/* Sidebar */
#pageContent #sidebar {
    float: right;
    width: 198px;
}

/* Box sidebar */
#pageContent #sidebar .boxSidebar {
    float: right;
    background-color: #e1edf2;
    border: 1px solid #3564b4;
    width: 198px;
    min-height: 100px;
    padding: 10px;
    margin-bottom: 20px;
}

#pageContent .boxContent {
    height: 340px;
    margin-bottom: 10px;
    padding-right: 15px;
}

#pageContent .boxContentIndex {
    height: 720px;
    margin-bottom: 10px;
    padding-right: 15px;
}

#pageContent .boxContentFull {
    margin-bottom: 10px;
    padding-right: 15px;
}

/* Box un terzo di pagina */
#pageContent .boxThird {
    float: left;
    background-color: #e1edf2;
    border: 1px solid #3564b4;
    width: 298px;
    height: 400px;
    padding: 10px;
    margin-right: 19px;
}

/* Box un terzo di pagina (ultimo) */
#pageContent .boxThirdLast {
    margin-right: 0;
}

#pageContent .boxItem {
    min-height: 80px;
}

#pageContent .boxItem a {
    font-weight: bold;
    text-decoration: none;
}

#pageContent .boxItem a:hover {
    text-decoration: underline;
}

/* Box eventi residenziali */
#pageContent .boxEcmRes {
    float: left;
    background-color: #e1edf2;
    border: 1px solid #3564b4;
    width: 738px;
    padding: 10px;
    min-height: 250px;
    margin-bottom: 25px;
}

#pageContent .boxEcmRes hr {
    margin-bottom: 5px;
}

#pageContent .boxEcmRes .boxEcmResImmagine {
    float: left; 
    border: 1px solid #3564b4; 
    background-color: #fff; 
    margin: 0 10px 10px 0;
    height: 100px;
}

#pageContent .boxEcmRes .boxEcmResInfo {
    float: left; 
    width: 400px; 
    margin: 0 1px 0 0;
}

#pageContent .boxEcmRes .boxEcmResBottoni {
    float: right; 
}

#pageContent .boxEcmRes .boxEcmResBottoni a {
    float: left;
    height: 20px;
    width: 120px;
    color: #fff;
    overflow: hidden;
    border: 0;
    font-weight: bold;
    text-align: center;
    background-color: #3564b4;
    padding: 5px 15px 5px 15px;
    margin-bottom: 10px;
}

#pageContent .boxEcmRes .boxEcmResBottoni a:hover {
    background-color: #4395d0;
    cursor: pointer;
}

#pageContent .boxEcmRes .boxEcmResBottoni a.buttonDisabled {
    float: left;
    height: 20px;
    width: 120px;
    color: #999;
    overflow: hidden;
    border: 0;
    font-weight: bold;
    text-align: center;
    background-color: #ccc;
    padding: 5px 15px 5px 15px;
    margin-bottom: 10px;
}

#pageContent .boxEcmRes .boxEcmResBottoni a.buttonDisabled:hover {
    text-decoration: none;
    cursor: auto;
}

#pageContent .boxEcmRes .boxEcmResIscrizione {
    float:left; 
    width: 400px;
}

#pageContent .boxEcmRes .boxEcmResIscrizione a {
    float: left;
    height: 20px;
    width: 200px;
    height: 54px;
    color: #fff;
    overflow: hidden;
    border: 0;
    font-weight: bold;
    text-align: center;
    background-color: #3564b4;
    padding: 25px 15px 5px 15px;
    margin-bottom: 10px;
    font-size: 1.8em;
}

#pageContent .boxEcmRes .boxEcmResIscrizione a:hover {
    background-color: #4395d0;
    cursor: pointer;
}

#pageContent .boxEcmRes .boxEcmResIscrizione .preiscrizioni {
    float: left;
    height: 20px;
    width: 200px;
    height: 64px;
    color: #999;
    overflow: hidden;
    border: 0;
    font-weight: bold;
    text-align: center;
    background-color: #ccc;
    padding: 15px 15px 5px 15px;
    margin-bottom: 10px;
    font-size: 1.1em;
}

#pageContent .boxEcmRes .boxEcmResIscrizione {
    float:left; 
    width: 200px;
}

#pageContent .boxEcmRes .boxEcmResCrediti {
    float:right;
    width: 100px;
    border: 1px solid #3564b4; 
    background-color: #fff;
    margin-right: 10px;
}

#pageContent .boxEcmRes .boxEcmResCosto {
    float:right; 
    width: 150px; 
    border: 1px solid #3564b4; 
    background-color: #fff;
    margin-right: 10px;
}

#pageContent .boxEcmRes .boxEcmResData {
    float:right; 
    width: 180px; 
    border: 1px solid #3564b4; 
    background-color: #fff;
    margin-right: 10px;
}

#pageContent .boxEcmRes p.boxEcmResFocus {
    text-align:center; 
    font-size: 1.8em; 
    color: #3564b4;
}

/* TIME ICON */
.timeIcon {
    font-size: 1em;
    display: block;
    position: relative;
    width: 65px;
    height: 65px;
    background-color: #fff;
    overflow: hidden;
    float: left;
    margin: 0 15px 10px 0;
    border: 1px solid #3564b4;
}

.timeIcon * {
    display: block;
    width: 100%;
    font-size: 1em;
    font-weight: bold;
    font-style: normal;
    text-align: center;
}

.timeIcon strong {
    position: absolute;
    top: 0;
    padding: 0.3em 0;
    color: #fff;
    background-color: #3564b4;
    border-bottom: 1px dashed #fff;
    box-shadow: 0 2px 0 #00767f;
    font-size: 0.8em;
}

.timeIcon em {
    position: absolute;
    bottom: 0.3em;
    color: #3564b4;
    font-size: 0.6em;
}

.timeIcon span {
    font-size: 1.3em;
    letter-spacing: -0.05em;
    padding-top: 1.5em;
    color: #3564b4;
}

/* FAD BUTTON */
.slideController {
    text-align: center;
}

.buttonFad {
    height: 30px;
    width: 180px;
    color: #fff;
    border: 0;
    font-size: 1.2em;
    font-weight: bold;
    background-color: #3564b4;
    padding: 0 15px 0 15px;
    margin-right: 20px;
}

.buttonFadDisabled {
    height: 50px;
    width: 150px;
    color: #fff;
    border: 0;
    font-size: 1.2em;
    font-weight: bold;
    background-color: #3564b4;
    padding: 0 15px 0 15px;
}

/* MAIN MENU' */
#navMainMenu {
    background: transparent;
    font-size: 1.2em;
    padding-top: 13px;
}

.linkMainMenu {
    transition: 0.3s ease;
    color: #ffffff;
    text-decoration: none;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    padding: 20px 0;
    margin: 0 10px;
}

.linkMainMenu:hover {
    border-top: 4px solid #ffffff;
    border-bottom: 4px solid #ffffff;
    padding: 6px 0; 
}


/* FOOTER */
#footer {
    width: 100%;
    background-color: #3564b4;
    color: #fff;
    padding-bottom: 20px;
    height: auto !important;
}

#footer a {
    color: #fff;
}

#footer a:hover {
    text-decoration: none;
}

#footer ul {
    list-style: none;
    line-height: 30px;
}

#footer .boxFooterLeft {
    float: left;
    width: 500px;
    margin: 30px 0 0 30px;
}

#footer .boxFooterRight {
    float: right;
    width: 400px;
    text-align: right;
    margin: 30px 30px 0 0;
}

#footer p .centered{

}

.linkStanze a {
    margin-right: 20px
}