/*menu*/
#menu ul.sub li {
    float: left;
    margin-left: 20px;
}

#menu ul.sub {
    clear: both;
}

/*  */
#main {
    min-width: 500px;
    margin: 20px 20px 20px 20px;
}


/*header*/
header h1#title {
    margin-left: 300px;
}

header span#slogan {
    margin-left: 300px;
}

header nav {
    margin-left: 300px;
}

#header-wrap {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 125px;
    background-position: center center;
    background-repeat: no-repeat;
}

/*header opacity to degradate*/
#headerOpacity1 {
    top: 125px;
    opacity: 0.9;
    width: 100%;
    position: fixed;
    z-index: 1;
    height: 2px;
    background: white;
}

#headerOpacity2 {
    top: 127px;
    opacity: 0.8;
    width: 100%;
    position: fixed;
    z-index: 1;
    height: 2px;
    background: white;
}

#headerOpacity3 {
    top: 129px;
    opacity: 0.7;
    width: 100%;
    position: fixed;
    z-index: 1;
    height: 2px;
    background: white;
}

#headerOpacity4 {
    top: 131px;
    opacity: 0.6;
    width: 100%;
    position: fixed;
    z-index: 1;
    height: 2px;
    background: white;
}

#headerOpacity5 {
    top: 133px;
    opacity: 0.5;
    width: 100%;
    position: fixed;
    z-index: 1;
    height: 2px;
    background: white;
}

#headerOpacity6 {
    top: 135px;
    opacity: 0.4;
    width: 100%;
    position: fixed;
    z-index: 1;
    height: 2px;
    background: white;
}

#headerOpacity7 {
    top: 137px;
    opacity: 0.3;
    width: 100%;
    position: fixed;
    z-index: 1;
    height: 2px;
    background: white;
}

#headerOpacity8 {
    top: 139px;
    opacity: 0.2;
    width: 100%;
    position: fixed;
    z-index: 1;
    height: 2px;
    background: white;
}

#headerOpacity9 {
    top: 141px;
    opacity: 0.1;
    width: 100%;
    position: fixed;
    z-index: 1;
    height: 2px;
    background: white;
}

#demo {
    margin-top: 140px;
}
/*end header*/


/*footer*/

footer {
    padding: 10px;
}

/***
Check what is thisĦĦĦ
***/
.helpTextLogin {
    font-size: 10px;
    font-family: Arial, Verdana, sans-serif;
}

.textRed {
    font-size: 10px;
    font-family: Arial, Verdana, sans-serif;
    color: #DC242C;
}

.textWhite {
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif;
    color: #FFFFFF;
}

.tbLogin {
    background-image: url(/Content/images/fondo_login.gif);
    width: 247px;
    height: 195px;
    margin: 0px auto 0px auto;
}


.systemFail {
    color: #DC242C;
    font-family: Arial, Verdana, sans-serif;
    font-size: 14px;
}

.fieldLabel {
    font-weight: bold;
    color: Black;
}

.hiddenPanel {
    display: none;
}

.filtro {
    background-color: #f0f0f0;
    border-top-width: 1px;
    border-right-width: 1px;
    border-right-color: #828282;
    border-right-style: solid;
    border-left-width: 1px;
    border-left-color: #828282;
    border-left-style: solid;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #828282;
    border-bottom-color: #828282;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

iframe#reportIFrame {
    border-width: 0px;
    border-style: none;
}

.a-no-href-pointer-hand:hover {
    cursor: pointer;
}
