@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;
}

h1 {
    font-size: 1.3em;
    color: #ffffff;
}

h2 {
    font-size: 1.1em;
    margin: 10px 0 5px 0;
    color: #ffffff;
    /*color: #a36442;*/
    /*color: #764a47;*/
    /*color: #ffffff;*/
}

h2.title {
    font-size: 1.1em;
    margin: 10px 0 5px 0;
    color: #034c54;
    text-align: center;
}

h2.titleMaster {
    font-size: 1.3em;
    margin: 10px 0 5px 0;
    color: #034c54;
    text-align: center;
}

h3 {
    font-size: 1.0em;
    margin: 10px 0 5px 0;
    font-style: italic;
}

hr {
    border: 1px solid #034c54;
    margin: 25px 0 25px 0;
}

fieldset {
    border: 0;
    overflow: hidden;
}

span.focus {
    color: #1c3d19;
}

a {
    color: #02353b;
    text-decoration: none;
}

a:hover {
    color: #02353b;
    text-decoration: underline;
}

img {
    border: 0;
}

img.left {
    float: left;
    margin: 0 10px 10px 0;
}

img.center {
    text-align: center;
}

img.marginRight {
    margin-right: 50px;
}

img.bordered {
    border: 3px solid #034c54;
}

p.center {
    text-align: center;
}

p.centered {
    text-align: center;
}

.goTop {
    float: right;
    text-align: right;
    width: 180px;
    font-size: 0.8em;
    margin: 20px 20px 0 0;
}

.goBack {
    float: left;
    text-align: left;
    width: 180px;
    font-size: 0.8em;
    margin: 20px 0 0 20px;
}

.clear {
    clear: both;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.italic {
    font-style: italic;
}

a.focusButton {
    border: 2px solid #034c54; 
    color: #ffffff; 
    padding: 10px 15px 10px 15px; 
    background-color: #00767f;
    font-size: 1.2em;
    font-weight: bold;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

a.focusButton:hover {
    background-color: #034c54;
}

a.inlineButton {
    border: 2px solid #034c54; 
    color: #034c54; 
    padding: 15px 15px 15px 15px; 
    background-color: #00767f;
    font-size: 1.2em;
    font-weight: bold;
    float: left;
    margin-right: 10px;
}

a.inlineButton:hover {
    background-color: #ffe69f;
}

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

table.tabellaDati th {
    background-color: #00767f;
    padding: 5px;
    border: 2px solid #034c54;
}

table.tabellaDati td {
    padding: 5px;
    border: 1px solid #034c54;
}

table.tabellaDati td.cellHeader {
    background-color: #67b5bb;
}

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

p span.error {
	color: red;
}

.dialog ul {
    list-style: none;
}

.dialog ul li {
    background: transparent url(../img/layout/dot.png) top left no-repeat;
    padding-left: 30px;
    margin-bottom: 10px;
}

.dialog ul li a {
    color: #02353b;
}

.infoBox {
    border: 3px solid #034c54;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #00767f;
    overflow: hidden;
    padding: 10px;
    margin-bottom: 10px;
    color: #ffffff;
}

.infoBox p {
    margin: 0;
}

.errorBox {
    border: 3px solid #034c54;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: red;
    overflow: hidden;
    padding: 10px;
    font-size: 1.3em;
    color: #fff;
    margin-bottom: 10px;
}

.errorBox p {
    margin: 0;
}

.errorBoxLite {
    border: 3px solid #034c54;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: red;
    overflow: hidden;
    padding: 10px;
    font-size: 1.1em;
    color: #fff;
    margin-bottom: 10px;
}


/* FORM */
.label {
    width: 180px;
    float: left;
    padding: 5px 0 0 0;
}

.labelShort {
    width: 100px;
    float: left;
    padding: 5px 0 0 0;
}

.labelBold {
    float: left;
    padding: 5px 0 0 0;
    font-weight: bold
}

.labelFree {
    float: none;
}

.labelRadioBox {
    float: none;
    width: 80px;
    margin: 0 20px 0 0;
}

label.voto {
    float: left;
    width: 110px;
    text-align: center;
    padding: 7px 3px 0 3px;
    font-size: 0.8em;
}

label.question {
    float: left;
    width: 100%;
    padding: 3px 3px;
}

.textbox {
    width: 200px;
    height: 20px;
    border: 2px solid #034c54;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 3px 3px;
    box-shadow: inset 0px 1px 3px #bbb;
    -webkit-box-shadow: inset 0px 1px 3px #bbb;
    -moz-box-shadow: inset 0px 1px 3px #bbb;
}

.textboxLong {
    width: 300px;
    height: 20px;
    border: 2px solid #034c54;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 3px 3px;
    box-shadow: inset 0px 1px 3px #bbb;
    -webkit-box-shadow: inset 0px 1px 3px #bbb;
    -moz-box-shadow: inset 0px 1px 3px #bbb;
}

.textboxShort {
    width: 100px;
    height: 20px;
    border: 2px solid #034c54;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 3px 3px;
    box-shadow: inset 0px 1px 3px #bbb;
    -webkit-box-shadow: inset 0px 1px 3px #bbb;
    -moz-box-shadow: inset 0px 1px 3px #bbb;
}

.textarea {
    border: 2px solid #034c54;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 3px 3px;
    box-shadow: inset 0px 1px 3px #bbb;
    -webkit-box-shadow: inset 0px 1px 3px #bbb;
    -moz-box-shadow: inset 0px 1px 3px #bbb;
}

.combobox {
    width: 300px;
    height: 30px;
    border: 2px solid #034c54;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 3px 3px;
    box-shadow: inset 0px 1px 3px #bbb;
    -webkit-box-shadow: inset 0px 1px 3px #bbb;
    -moz-box-shadow: inset 0px 1px 3px #bbb;
}

.checkbox {
    border: 2px solid #034c54;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-right: 20px;
}

.radioBox {
    /*border: 2px solid #034c54;
    margin-right: 20px;*/
}

.radioBoxTest {
    margin-right: 20px;
}

.radioBoxLabel {
}

/*.button {
    height: 30px;
    float: left;
    color: #034c54;
    padding: 3px 10px 8px 10px;
    border: 3px solid #034c54;
    background-color: #00767f;
    font-size: 1.1em;
    margin-right: 15px;
}*/

.button {
    height: 40px;
    color: #ffffff;
    min-width: 100px;
    padding: 6px 10px 8px 10px;
    border: 3px solid #034c54;
    font-size: 1.1em;
    margin-right: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #00767f;
}

.button:hover {
    cursor: pointer;
    background-color: #034c54;
}

.buttonFree {
    height: 30px;
    color: #ffffff;
    padding: 3px 10px 8px 10px;
    border: 3px solid #034c54;
    background-color: #00767f;
    font-size: 1.0em;
    margin-right: 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.buttonFree:hover {
    background-color: #034c54;
    cursor: pointer;
}

.buttonFadPrecedente {
    height: 40px;
    color: #ffffff;
    padding: 6px 10px 8px 30px;
    border: 3px solid #034c54;
    font-size: 1.1em;
    margin-right: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #00767f url('../img/layout/fadPrecedente.png') left center no-repeat;
}

.buttonFadPrecedente:hover {
    cursor: pointer;
    background-color: #034c54;
}

.buttonFadSuccessiva {
    height: 40px;
    color: #ffffff;
    padding: 6px 30px 8px 10px;
    border: 3px solid #034c54;
    font-size: 1.1em;
    margin-right: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #00767f url('../img/layout/fadSuccessiva.png') right center no-repeat;
}

.buttonFadSuccessiva:hover {
    cursor: pointer;
    background-color: #034c54;
}

.buttonFadSalva {
    height: 40px;
    color: #ffffff;
    padding: 6px 10px 8px 30px;
    border: 3px solid #034c54;
    font-size: 1.1em;
    margin-right: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #00767f url('../img/layout/fadSalva.png') left center no-repeat;
}

.buttonFadSalva:hover {
    cursor: pointer;
    background-color: #034c54;
}

.buttonFadPrecedenteDisabled {
    height: 40px;
    color: #034c54;
    padding: 6px 10px 8px 30px;
    border: 3px solid #034c54;
    font-size: 1.1em;
    margin-right: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #f1edde url('../img/layout/fadPrecedente.png') left center no-repeat;
}

.buttonFadSuccessivaDisabled {
    height: 40px;
    color: #034c54;
    padding: 6px 30px 8px 10px;
    border: 3px solid #034c54;
    font-size: 1.1em;
    margin-right: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #f1edde url('../img/layout/fadSuccessiva.png') right center no-repeat;
}

.buttonNoFloat {
    height: 30px;
    color: #034c54;
    padding: 3px 10px 8px 10px;
    border: 3px solid #034c54;
    background-color: #00767f;
    font-size: 1.1em;
    margin-right: 15px;
    vertical-align: middle;
}

.buttonSpaceLeft {
    margin-left: 50px;
}

.buttonFree {
    height: 30px;
    color: #ffffff;
    padding: 3px 10px 8px 10px;
    border: 3px solid #034c54;
    background-color: #00767f;
    font-size: 1.0em;
    margin-right: 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.buttonFree:hover {
    background-color: #034c54;
    cursor: pointer;
}

.buttonConfirm {
    width: 250px;
    height: 60px;
    float: left;
    color: #ffffff;
    padding: 4px 10px 8px 10px;
    border: 3px solid #034c54;
    background-color: #00767f;
    font-size: 1.5em;
    margin-right: 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.buttonConfirm:hover {
    background-color: #034c54;
    cursor: pointer;
}

.buttonLarge {
    width: 380px;
    height: 60px;
    float: left;
    color: #ffffff;
    padding: 4px 10px 8px 10px;
    border: 3px solid #034c54;
    background-color: #00767f;
    font-size: 1.5em;
    margin-right: 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.buttonLarge:hover {
    background-color: #034c54;
    cursor: pointer;
}

.buttonBig {
    width: 250px;
    height: 60px;
    color: #ffffff;
    padding: 4px 10px 8px 10px;
    border: 3px solid #034c54;
    background-color: #00767f;
    font-size: 1.5em;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.buttonBig:hover {
    background-color: #034c54;
    cursor: pointer;
}

.buttonStudenti {
    height: 40px;
    width: 200px;
    float: left;
    color: #034c54;
    background: transparent url(../img/layout/areaStudenti.png) 0 0 no-repeat;
    margin-bottom: 5px;
    border: 0;
}

.buttonStudenti:hover {
    background-position: 0 -40px;
    cursor: pointer;
}

/* FORM */


/* TIME ICON */
time.icon {
    font-size: 1em;
    display: block;
    position: relative;
    width: 70px;
    height: 70px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    float: left;
    margin: 0 15px 10px 0;
    border: 2px solid #034c54;
}

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

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

time.icon em {
    position: absolute;
    bottom: 0.3em;
    color: #00767f;
    font-size: 0.8em;
}

time.icon span {
    font-size: 1.3em;
    letter-spacing: -0.05em;
    padding-top: 1.6em;
    color: #034c54;
}
/* TIME ICON */


/* HEADER */
#header {
    position: relative;
    margin: 0;
    background: transparent url(../img/layout/headerBackground.png) repeat-x;
    height: 207px;
    min-width: 1000px;
}

#header #headerLeft {
    margin: 0 410px 0 0;
    padding: 0 0 0 10px;
    height: 167px;
    float: none;
}

#header #headerLeft #logo {
    width: 366px;
    height: 132px;
    background: transparent url(../img/layout/logo.png) no-repeat;
}

#header #headerRight {
    float: right;
    width: 500px;
    height: 167px;
    margin: 0;
}

/* Pannello del profilo */
#header #headerRight #welcomeContainer {
    float: right;
    width: 300px;
    height: 139px;
    margin: 10px 43px 10px 0;
    z-index: 31;
    background-color: #67b5bb;
    border: 3px solid #034c54;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#header #headerRight #welcome {
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px 10px 10px 10px;
    z-index: 31;
}

#header #headerRight #welcome p {
    margin: 0;
    padding: 0;
    text-align: right;
}

#header #headerRight #welcome p.left {
    text-align: left;
}

#header #headerRight #welcome a { 
    color: #02353b;
}

#header #headerRight #welcome img { 
    vertical-align: middle;
}

#header #headerRight #welcome a.linkLogout { 
    color: #02353b;
}
/* Pannello del profilo */

/* Area di login */
#header #headerRight #loginContainer {
    text-align: left;
}

#header #headerRight #loginContainer p {
    position: relative; 
    margin: 10px 10px 10px 0;
    text-align: left;
    float: left;
}

#header #headerRight #loginContainer p.last {
    margin: 10px 0 10px 0;
}

#header #headerRight #loginContainer p label.loginLabel {
    position: absolute; 
    top: 2px; 
    left: 0;
    width: 120px;
    display: block;
    margin: 5px 5px 5px 6px;
    padding: 0;
    color: #777;
}

#header #headerRight #loginContainer p br {
    display: none;
}

#header #headerRight #loginContainer p input {
    display: block;
    padding: 4px;
    width: 120px;
    margin: 0;
    border: 3px solid #034c54;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#header #headerRight #loginContainer #recuperoPassword {
    float: right;
    margin: 10px 0 0 0;
}

#header #headerRight #loginContainer .loginRegistrazione {
    float: right;
    margin-top: 8px;
}

#header #headerRight #loginContainer .loginRegistrazione a {
    color: #034c54;
}
/* Area di login */

/* Menù bar */
#header #headerMenu {
    clear: both;
    width: 100%;
    height: 40px;
    background-color: #00767f;
    border-top: 3px solid #034c54;
    border-bottom: 3px solid #034c54;
}

#header #headerMenuRight {
    float: right;
    width: 200px;
    margin: 0 53px 0 0;
    text-align: right;
}

#header #headerMenuLeft {
    margin-right: 310px;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    float: none;
}
/* Menù bar */

/* Search bar */
 #header #headerMenuRight #search {
    margin: 3px 0 0 4px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {  
    #header #headerMenuRight #search {
        margin: 1px 0 0 4px;
    }  
}

#header #headerMenuRight .searchBox {
    width: 135px;
    border: 3px solid #034c54;
    border-radius: 3px;
    -moz-border-radius: 3px;
    color: #3a454d;
    font-weight: bold;
    padding: 4px 8px 4px 8px;
    box-shadow: inset 0px 1px 3px #bbb;
    -webkit-box-shadow: inset 0px 1px 3px #bbb;
    -moz-box-shadow: inset 0px 1px 3px #bbb;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {  
    #header #headerMenuRight .searchBox {
        float: left;
        margin: 5px 0 0 0;
    }  
}

#header #headerMenuRight .searchButton {
    width: 30px;
    height: 30px;
    border: 0;
    margin-top: 1px;
    background: transparent url(../img/layout/ricerca.png) 0 0 no-repeat;
    cursor: pointer;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {  
    #header #headerMenuRight.searchButton {
        margin-top: 3px;
    }  
}
/* Search bar */
/* HEADER */


/* MENU' */
#header #headerMenu #headerMenuLeft #menu {
    width: 1000px;
    height: 40px;
}

#header #headerMenu #headerMenuLeft #menu ul {
    list-style: none;
}

#header #headerMenu #headerMenuLeft #menu li {
    display: inline;
}

#header #headerMenu #headerMenuLeft #menu a {
    display: block;
    float: left;
    width: 130px;
    height: 30px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-size: 1.1em;
    border-right: 3px solid #034c54;
    padding: 10px 5px 0 5px;
}

#header #headerMenu #headerMenuLeft #menu a:hover {
    background-color: #034c54;
}

#header #headerMenu #headerMenuLeft #menu a.current {
    background-color: #67b5bb;
    color: #034c54;
}

#header #headerMenu #headerMenuLeft #menu a.primo {
    border-left: 3px solid #034c54;
}

#header #headerMenu #headerMenuLeft #menu a.evidenziato {
    background-color: #06823d;
}

#header #headerMenu #headerMenuLeft #menu a.evidenziato:hover {
    background-color: #04ba54;
}

#header #headerMenu #headerMenuLeft a.currentEvidenziato {
    background-color: #04ba54;
}

#header #headerMenu #headerMenuLeft #menu a.aslvt {
    background-color: #0066ff;
}

#header #headerMenu #headerMenuLeft #menu a.aslvt:hover {
    background-color: #448cf6;
}

#header #headerMenu #headerMenuLeft a.currentAslvt {
    background-color: #448cf6;
}
/* MENU' */


/* CONTENT */
#content {
    min-width: 1000px;
    overflow: hidden;
    clear: both;
}

#content ul {
    margin-bottom: 20px;
    list-style: none;
}

#content ul.pdf li { 
    background: transparent url(../img/layout/pdf.gif) top left no-repeat;
    padding: 2px 0 0 30px;
    margin-bottom: 10px;
}

#content ul li { 
    background: transparent url(../img/layout/dot.png) top left no-repeat;
    padding: 2px 0 0 25px;
    margin-bottom: 10px;
    margin-left: 10px;
}

#content .avatar {
    text-align: center;
}

#content .avatar img {
    border: 3px solid #034c54;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#content #contentArea {
    margin: 20px 20px 20px 0;
    padding: 0;
    float: none;
    padding: 0 40px 10px 40px;
    min-height: 500px;
    border-right: 3px #034c54 solid;
    overflow: hidden;
}


/* Corso FAD */
#content #contentArea .albero a {
    color: #000;
    text-decoration: none;
}

#content #contentArea .albero a:hover {
    color: #000;
    text-decoration: underline;
}

ol.index {
    list-style: none;
}

ol.index li {
    list-style: none;
    margin-bottom: 15px;
}

ol.subIndex {
    list-style: none;
    margin-left: 20px;
}

ol.subIndex li {
    list-style: none;
    margin-bottom: 15px;
}


/* Content box */
#content #contentArea .contentBox {
    border: 3px solid #034c54;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    min-width: 630px;
}

#content #contentArea .contentBoxTitleOnly {
    border: 3px solid #034c54;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    min-width: 630px;
    min-height: 20px;
    padding: 5px 10px 5px 10px;
    background-color: #00767f;
    text-align: center;
}

#content #contentArea .contentBox .contentBoxTitle {
    min-width: 150px;
    min-height: 20px;
    padding: 5px 10px 5px 10px;
    background-color: #00767f;
    border-bottom: 3px solid #034c54;
    border-top-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
}

#content #contentArea .contentBox .contentBoxTitle h3 {
    padding: 0;
    font-size: 1.1em;
    text-align: left;
}

#content #contentArea .contentBox .contentBoxTitle .iconBar {
    float: right;
    margin-top: -25px;
}

#content #contentArea .contentBox .contentBoxBody {
    padding: 15px;
    overflow: hidden;
    background-color: #67b5bb; /*#d7d7d7;*/
}

#content #contentArea .contentBox .contentBoxBody #areaSlide {
}

#content #contentArea .contentBox .contentBoxBody #areaSlide h3 {
    text-align: center;
    font-style: normal;
    font-size: 1.3em;
}

#content #contentArea .contentBox .contentBoxBody #areaSlide .slideController {
    width: 475px;
    margin: 0 auto;
}

#content #contentArea .contentBox .contentBoxBody p.topRightButton {
    text-align: right;
}

#content #contentArea .contentBox .contentBoxBody p.bottomRightButton {
    text-align: right;
}

#content #contentArea .contentBox .contentBoxBody .boxCover {
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 20px;
    border: 3px solid #034c54;
}

#content #contentArea .contentBox .contentBoxBody .boxDetails {
    padding: 10px 10px 10px 130px;
}

#content #contentArea .contentBox .contentBoxBody .boxButtons {
    float: right;
    width: 190px;
    height: 130px;
    margin-left: 20px;
}

#content #contentArea .contentBox .contentBoxBody .boxButtons a {
    color: #ffffff;
}

#content #contentArea .contentBox .contentBoxBody .boxButtons .dettagliButton {
    width: 170px;
    height: 22px;
    background: #00767f url(../img/layout/dettagli.png) 10px 3px no-repeat;
    border: 3px solid #034c54;
    text-align: right;
    padding: 4px 20px 0 0;
    margin-bottom: 2px;
}

#content #contentArea .contentBox .contentBoxBody .boxButtons .dettagliButton:hover {
    background-color: #034c54;
}

#content #contentArea .contentBox .contentBoxBody .boxButtons .seguiButton {
    width: 170px;
    height: 22px;
    background: #00767f url(../img/layout/segui.png) 10px 3px no-repeat;
    border: 3px solid #034c54;
    text-align: right;
    padding: 4px 20px 0 0;
    margin-bottom: 2px;
}

#content #contentArea .contentBox .contentBoxBody .boxButtons .seguiButton:hover {
    background-color: #034c54;
}

#content #contentArea .contentBox .contentBoxBody .boxButtons .videoButton {
    width: 170px;
    height: 22px;
    background: #00767f url(../img/layout/video.png) 10px 3px no-repeat;
    border: 3px solid #034c54;
    text-align: right;
    padding: 4px 20px 0 0;
    margin-bottom: 2px;
}

#content #contentArea .contentBox .contentBoxBody .boxButtons .videoButton:hover {
    background-color: #ffe69f;
}

#content #contentArea .contentBox .contentBoxBody .boxButtons .carrelloButton {
    width: 170px;
    height: 22px;
    background: #00767f url(../img/layout/carrelloBianco.png) 10px 3px no-repeat;
    border: 3px solid #034c54;
    text-align: right;
    padding: 4px 20px 0 0;
    margin-bottom: 2px;
}

#content #contentArea .contentBox .contentBoxBody .boxButtons .carrelloButton:hover {
    background-color: #034c54;
}

#content #contentArea .contentBox .contentBoxBody .boxButtons .videoButton {
    width: 170px;
    height: 22px;
    background: #00767f url(../img/layout/video.png) 10px 3px no-repeat;
    border: 3px solid #034c54;
    text-align: right;
    padding: 4px 20px 0 0;
    margin-bottom: 2px;
}

#content #contentArea .contentBox .contentBoxBody .boxButtons .videoButton:hover {
    background-color: #ffe69f;
}

#content #contentArea .contentBox .contentBoxBody .boxButtons .documentiButton {
    width: 170px;
    height: 22px;
    background: #00767f url(../img/layout/scarica.png) 10px 3px no-repeat;
    border: 3px solid #034c54;
    text-align: right;
    padding: 4px 20px 0 0;
    margin-bottom: 2px;
}

#content #contentArea .contentBox .contentBoxBody .boxButtons .documentiButton:hover {
    background-color: #034c54;
}

#content #contentArea .contentBox .contentBoxBody .boxButtons .iscrizioniButton {
    width: 170px;
    height: 22px;
    background: #00767f url(../img/layout/iscrizioni.png) 10px 3px no-repeat;
    border: 3px solid #034c54;
    text-align: right;
    padding: 4px 20px 0 0;
    margin-bottom: 2px;
}

#content #contentArea .contentBox .contentBoxBody .boxButtons .iscrizioniButton:hover {
    background-color: #034c54;
}

#content #contentArea .contentBox .contentBoxBody #slideArea {
    width: 600px;
    margin: 0 auto;
}

#content #contentArea .contentBox .contentBoxBody .boxEvidenziato {
    overflow: hidden;
    padding: 15px;
    border: 3px solid #034c54;
    border-radius: 4px;
    -moz-radius: 4px;
    -webkit-radius: 4px;
}

#content #contentArea .contentBox .contentBoxBody .boxEvidenziatoLeft {
    float: left;
    width: 43%;
    overflow: hidden;
    padding: 15px;
    border: 3px solid #034c54;
    border-radius: 4px;
    -moz-radius: 4px;
    -webkit-radius: 4px;
}

#content #contentArea .contentBox .contentBoxBody .boxEvidenziatoRight {
    float: right;
    width: 43%;
    overflow: hidden;
    padding: 15px;
    border: 3px solid #034c54;
    border-radius: 4px;
    -moz-radius: 4px;
    -webkit-radius: 4px;
}

#content #contentArea .contentBox .contentBoxBottom {
    overflow: hidden;
    background-color: #67b5bb; /*#d7d7d7;*/
    border-top: 2px solid #034c54;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
}

#content #contentArea .contentBox .contentBoxBottom span {
    font-size: 1.8em;
    color: #034c54;
}

#content #contentArea .contentBox .contentBoxBottom .contentBoxPrezzo {
	float: right;
	padding: 5px;
	width: 150px;
	text-align: center;
	border-left: 2px solid #034c54;
}

#content #contentArea .contentBox .contentBoxBottom .contentBoxCrediti {
	float: right;
	width: 100px;
	padding: 5px;
	text-align: center;
	border-left: 2px solid #034c54;
}

#content #contentArea .contentBox .contentBoxBottom .contentBoxProfessioni {
	padding: 0 5px 0 5px;
	font-size: 0.8em;
}

.riscatto {
    border-top: 2px solid #034c54;
    border-right: 2px solid #034c54;
    border-left: 2px solid #034c54;
    background: #be0a26;
    width: 150px;
    color: #fff;
    margin-left: 20px;
    text-align: center;
    border-radius-topleft: 5px;
    border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
}

.riscatto a {
    color: #fff;
}
/* Content box */


/* Forum box */
#content #contentArea .contentForumBox {
    border: 3px solid #034c54;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    min-width: 630px;
    overflow: hidden;
    margin-bottom: 20px;
    background-color: #d7d7d7;
}

#content #contentArea .contentForumBox .contentForumBoxTitle {
    background-color: #034c54;
    padding: 2px 10px 5px 10px;
    height: 15px;
}

#content #contentArea .contentForumBox .contentForumBoxTitle p {
    margin: 0;
    font-size: 0.8em;
    color: #fff;
}

#content #contentArea .contentForumBox .contentForumBoxTitle .contentForumBoxData {
    float: left;
}

#content #contentArea .contentForumBox .contentForumBoxTitle .contentForumBoxNumero {
    float: right;
}

#content #contentArea .contentForumBox .contentForumBoxContatto {
    float: left;
    width: 200px;
    height: 100%;
    padding: 10px;
    background-color: #00767f;
    border-right: 3px solid #034c54;
    border-bottom: 3px solid #034c54;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    margin-bottom: 10px;
}

#content #contentArea .contentForumBox .contentForumBoxBody {
    padding: 10px;
    overflow: hidden;
    background-color: #d7d7d7;
}
/* Forum box */


/* Pop Box */
#content #contentArea .popBox {
    float: left;
    border: 3px solid #034c54;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 250px;
    height: 200px;
    margin: 0 20px 20px 0;
}

#content #contentArea .popBox ul {
    margin-left: 50px;
    list-style-image: none;
    list-style: none;
}

#content #contentArea .popBox ul li {
    background: none;
}

#content #contentArea .popBox .popBoxTitle {
    padding: 5px 10px 5px 10px;
    background-color: #00767f;
    border-bottom: 3px solid #034c54;
    border-top-right-radius: 4px;
    font-weight: bold;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    margin-bottom: 10px;
}
/* Pop Box */


/* Content box */
#content #contentArea .pairBox {
    min-width: 630px;
    margin-top: 20px;
}

#content #contentArea .pairBoxTop {
    margin-top: 0;
}

#content #contentArea .pairBox .miniBox {
    float: left;
    border: 3px solid #034c54;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 49%;
    min-width: 309px;
    margin-bottom: 20px;
}

#content #contentArea .pairBox .miniBoxTitle {
    min-width: 150px;
    min-height: 20px;
    padding: 5px 10px 5px 10px;
    background-color: #00767f;
    border-bottom: 3px solid #034c54;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
}

#content #contentArea .pairBox .miniBoxTitle h3 {
    padding: 0;
    font-size: 1.1em;
    text-align: left;
}

#content #contentArea .pairBox .miniBoxBody {
    padding: 15px;
    overflow: hidden;
    background-color:  #67b5bb; /*#d7d7d7;*/
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
}

#content #contentArea .pairBox #slideCommenti li {
    background-image: none;
    padding: 0;
}

#content #contentArea .pairBox .miniBoxLast {
    float: right;
}

#content #contentArea .pairBox .miniBoxFixed {
    height: 250px;
}

#content #contentArea .pairBox .miniBoxBodyFixed {
    height: 187px;
}
/* Pair box */
/* CONTENT */


/* CONTENT INDEX */
/* Focus eventi */
#focusArea {
    text-align: left;
    overflow: hidden;
}

#focusArea .focusBox {
    float: left;
    width: 190px;
    height: 105px;
    background-color: #67b5bb;
    border: 3px solid #034c54;
    border-radius: 5px;
    -moz-border-radius: 5px;
    margin-right: 5px;
    padding: 5px;
    overflow: hidden;
}

#focusArea .focusBox .boxContent {
    margin-top: -28px;
}

#focusArea .focusBox .corner-banner {
    position: static;
    margin: 5px 0 0 -85px;
    /*left: -65px;*/
    /*top: 25px;*/
    display: block;
    width: 200px;
    background: #034c54; /* old browsers */
    background: -moz-linear-gradient(top, #df0203 0%, #b20101 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#df0203), color-stop(100%,#b20101)); /* webkit */
    border: 1px solid #034c54;
    text-align:center;
    font-size:11px;
    line-height:13px;
    padding:3px 3px 4px 3px;
    text-shadow: #000 1px 1px 0;

    -moz-transform: rotate(-45deg);  /* FF3.5+ */
    -o-transform: rotate(-45deg);  /* Opera 10.5 */
    -webkit-transform: rotate(-45deg);  /* Saf3.1+, Chrome */
    transform: rotate(-45deg);  /* CSS3 (for when it gets supported) */


    box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px; 
    -moz-box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px; 
    -webkit-box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;    
    -o-box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;    
}
#focusArea .focusBox .corner-banner em {letter-spacing:1px;font-style:normal;font-size:18px !important;color:#fff;text-transform:uppercase;line-height:12px;display:block;}

#focusArea .focusBox a {
    color: #181718;
}

#focusArea .focusBox .boxCover {
    width: 50px;
    height: 50px;
    float: left;
    border: 2px solid #034c54;
    margin-top: 5px;
    margin-right: 5px;
    border-radius: 2px;
    -moz-border-radius: 2px;
}

#focusArea .focusBox .boxTitolo {
    height: 80px;
    padding-left: 60px;
}

#focusArea .focusBox .boxTitolo p {
    margin: 25px 0 0 0;
}

#focusArea .focusBox .boxTitolo p a {
    margin: 0;
}

#focusArea .focusBox .boxTitolo p a:hover {
    margin: 0;
    color: #02353b;
    text-decoration: underline;
}
    
#focusArea .focusBox .focusIscrizione {
    clear: both;
    text-align: center;
    margin-top: 3px;
}

#focusArea .focusBox .focusIscrizione a {
    border: 2px solid #034c54; 
    color: #034c54; 
    padding: 0 5px 0 5px; 
    background-color: #00767f;
    border-radius:5px; 
    -moz-border-radius:5px;
}

#content .jcarousel-skin-tango ul {
    height: 120px;
}

#content .jcarousel-skin-tango ul li {
    background: none;
    padding: 0;
}
/* Focus eventi */

/* Slide news */
#content #contentArea .slideNews {
    border: 3px solid #034c54;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    min-width: 630px;
}

#content #contentArea .slideNews .slideNewsTitle {
    min-width: 150px;
    min-height: 20px;
    padding: 5px 10px 5px 10px;
    background-color: #00767f;
    border-bottom: 3px solid #034c54;
    border-top-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
}

#content #contentArea .slideNews .slideNewsTitle h3 {
    padding: 0;
    font-size: 1.1em;
    text-align: left;
}

#content #contentArea .slideNews .slideNewsTitle .slideNewsCursorLeft {
    float: left;
    font-size: 0.8em;
    margin: -5px 0 0 0;
}

#content #contentArea .slideNews .slideNewsTitle .slideNewsCursorRight {
    float: right;
    font-size: 0.8em;
    margin: -5px 0 0 0;
}

#content #contentArea .slideNews .slideNewsBody {
    padding: 15px;
    overflow: hidden;
    background-color: #67b5bb;
    border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
}

#content #contentArea .slideNews .slideNewsBody #slideArea {
    width: 600px;
    margin: 0 auto;
}
/* Slide news */

/* News double */
#content #contentArea .newsDouble {
    min-width: 630px;
    margin-top: 20px;
}

#content #contentArea .newsDouble .newsDoubleSpacer {
    float: left;
    width: 20px;
}

#content #contentArea .newsDouble .newsDoubleBox {
    float: left;
    border: 3px solid #034c54;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 49%;
    min-width: 309px;
    margin-bottom: 20px;
}

#content #contentArea .newsDouble .newsDoubleBoxContainer {
    float: left;
    width: 49%;
    min-width: 309px;
    margin-bottom: 20px;
}

#content #contentArea .newsDouble .newsDoubleBoxContainer .boxChild {
    border: 3px solid #034c54;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#content #contentArea .newsDouble .newsDoubleBoxFixed {
    height: 250px;
}

#content #contentArea .newsDouble .newsDoubleBoxLast {
    float: right;
}

#content #contentArea .newsDouble .newsDoubleBoxTitle {
    min-width: 150px;
    min-height: 20px;
    padding: 5px 10px 5px 10px;
    background-color: #00767f;
    border-bottom: 3px solid #034c54;
    border-top-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
}

#content #contentArea .newsDouble .newsDoubleBoxTitle h3 {
    padding: 0;
    font-size: 1.1em;
    text-align: left;
}

#content #contentArea .newsDouble .newsDoubleBoxTitle .newsDoubleBoxCursorLeft {
    float: left;
    font-size: 0.8em;
    margin: -5px 0 0 0;
}

#content #contentArea .newsDouble .newsDoubleBoxTitle .newsDoubleBoxCursorRight {
    float: right;
    font-size: 0.8em;
    margin: -5px 0 0 0;
}

#content #contentArea .newsDouble .newsDoubleBoxBody {
    padding: 15px;
    overflow: hidden;
    background-color: #67b5bb;
    border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
}

#content #contentArea .newsDouble .newsDoubleBoxBody #slideCommenti li {
    background-image: none;
    padding: 0;
}

#content #contentArea .newsDouble .newsDoubleBoxBodyResizable {
    padding: 15px;
    overflow: hidden;
    background-color: #67b5bb;
    border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
}

#content #contentArea .newsDouble .newsDoubleBoxBodyResizable .indexNews {
    margin-bottom: 15px;
    overflow: hidden;
    border-bottom: 2px solid #034c54;
}

#content #contentArea .newsDouble .newsDoubleBoxBodyResizable .indexNews .newsCover {
    width: 50px;
    height: 50px;
    float: left;
    border: 2px solid #034c54;
    margin-top: 2px;
    margin-right: 10px;
    border-radius: 2px;
    -moz-border-radius: 2px;
}

#content #contentArea .newsDouble .newsDoubleBoxBodyResizable .indexBoxCover {
    width: 70px;
    height: 70px;
    float: left;
    border: 2px solid #034c54;
    margin-top: 5px;
    margin-right: 5px;
    border-radius: 2px;
    -moz-border-radius: 2px;
}

#content #contentArea .newsDouble .newsDoubleBoxBodyFix {
    padding: 15px;
    overflow: hidden;
    background-color: #67b5bb;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    width: 500px;
}

#content #contentArea .newsDouble .newsDoubleBoxBodyFix #slideCommenti li {
    background-image: none;
    padding: 0;
}

#content #contentArea .newsDouble .newsDoubleBoxBodyFixed {
    height: 187px;
}
/* News double */
/* CONTENT INDEX */


/* PANNELLO PROFESSIONI */
#areaProfessioni {
    background-color: #67b5bb;
    border: 3px solid #034c54;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px;
}

#areaProfessioni .button {
    width: 100px;
    height: 32px;
    float: left;
    color: #034c54;
    padding: 4px 10px 8px 10px;
    border: 3px solid #034c54;
    background-color: #00767f;
    font-size: 0.9em;
    margin-right: 15px;
}

#areaProfessioni .button:hover {
    text-decoration: underline;
    cursor: pointer;
}
/* PANNELLO PROFESSIONI */


/* SIDEBAR */
#sidebar {
    float: right;
    width: 230px;
    padding: 20px 20px 10px 20px;
}

#sidebar p {
    margin-bottom: 0;
}

#sidebar a {
    color: #034c54;
}

#sidebar a:hover {
    color: #034c54;
    text-decoration: underline;
}

#sidebar a.link {
    color: #02353b;
    font-weight: bold;
}

#sidebar a.link:hover {
    color: #02353b;
    font-weight: bold;
    text-decoration: underline;
}

#sidebar ul {
    padding: 0;
    margin: 0;
}

#sidebar a.bannerAreaPersonale {
    display: block;
    width: 200px;
    height: 40px;
    background: transparent url(../img/layout/bannerAreaPersonale.png) 0 0 no-repeat;
    margin-bottom: 5px;
    border: 0;
}

#sidebar a.bannerAreaPersonale:hover {
    background-position: 0 -40px;
    cursor: pointer;
}

#sidebar a.bannerRegistrati {
    display: block;
    width: 200px;
    height: 40px;
    background: transparent url(../img/layout/bannerRegistrati.png) 0 0 no-repeat;
    margin-bottom: 5px;
    border: 0;
}

#sidebar a.bannerRegistrati:hover {
    background-position: 0 -40px;
    cursor: pointer;
}

#sidebar .boxHeaderFad {
    width: 200px;
    height: 55px;
    background: transparent url(../img/layout/boxHeaderFad.png) no-repeat;
}

#sidebar .boxHeaderResidenziale {
    width: 200px;
    height: 55px;
    margin-top: 5px;
    background: transparent url(../img/layout/boxHeaderResidenziale.png) no-repeat;
}

#sidebar .boxHeader {
    width: 174px;
    height: 25px;
    margin-top: 5px;
    background-color: #00767f;
    border: 3px solid #034c54;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    text-align: center;
    font-weight: bolder;
    font-size: 1.2em;
    padding: 10px;
    color: #fff;
}

#sidebar .boxContent {
    width: 184px;
    min-height: 122px;
    background-color: #67b5bb; /*#d7d7d7;*/
    padding: 5px;
    border-left: 3px solid #034c54;
    border-right: 3px solid #034c54;
    font-size: 0.85em;
}

#sidebar .boxContent .boxEvent {
    height: 55px;
}

#sidebar .boxContent img {
    border: 2px solid #034c54;
}

#sidebar .boxContent p {
    margin: 0 0 5px 40px;
}

#sidebar .boxFooter {
    width: 194px;
    height: 15px;
    background-color: #67b5bb; /*#d7d7d7;*/
    border-left: 3px solid #034c54;
    border-right: 3px solid #034c54;
    border-bottom: 3px solid #034c54;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

#sidebar .boxStandalone {
    width: 184px;
    margin-top: 5px;
    background-color: #67b5bb; /*#d7d7d7;*/
    padding: 5px;
    border: 3px solid #034c54;
    font-size: 0.85em;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
}

#sidebar .boxSmall {
    width: 79px;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
    background-color: #67b5bb; /*#d7d7d7;*/
    padding: 5px;
    border: 3px solid #034c54;
    font-size: 0.85em;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
    text-align: center;
    font-weight: bold;
}

#sidebar .boxSmallLast {
    margin-right: 0;
}

#sidebar .boxStandaloneEvidenziato {
    width: 184px;
    margin-top: 5px;
    background-color: #00767f;
    padding: 5px;
    border: 3px solid #034c54;
    font-size: 0.85em;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#sidebar img.volantino {
    width: 30px;
    height: 30px;
    float: left;
    margin: 3px 8px -2px 0;
}
/* SIDEBAR */


/* FOOTER */
#footer {
    min-width: 900px;
    height: 200px;
    background: transparent url(../img/layout/footer.png);
    border-top: 3px solid #034c54;
    color: #ffffff;
    padding: 10px 50px 10px 50px;
}

#footer #footerMenu {
    float: left;
    line-height: 30px;
}

#footer #footerMenu a {
    color: #ffffff;
    font-weight: bold;
}

#footer #footerMenu a:hover {
    color: #ffffff;
    text-decoration: underline;
}

#footer #footerMenu ul {
    list-style: none;
}

#footer #footerPanelRight {
    float: right;
    text-align: right;
}
/* FOOTER */