﻿/*MASTERPAGE STYLE*/
#header {
    background-image: url(../../img/back_repeater.PNG);
    background-repeat: repeat-x;
    margin: 0px;
    height: 128px;
    width: 100%;
    font-family: Arial;
}

#content {
    font-family: Arial;
    font-size: small;
}

#credits {
    font-family: Arial;
    font-size: x-small;
    font-weight: normal;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: -1;
    overflow: hidden;
    height: 13px;
    z-index: 1;
    background-color: lightgray;
    text-align: center;
}

.bottom {
    position: fixed;
    bottom: 30px;
    right: 10px;
    overflow: hidden;
    z-index: 1;
}
/*FINE MASTERPAGE STYLE*/

/*Tab Style*/
.Initial {
    display: block;
    padding: 4px 18px 4px 18px;
    float: left;
    background: url("../../img/InitialImage.png") no-repeat right top;
    color: lightgray;
    font-weight: bold;
}

    .Initial:hover {
        color: GrayText;
        background: url("../../img/SelectedButton.png") no-repeat right top;
    }

.Clicked {
    float: left;
    display: block;
    background: url("../../img/SelectedButton.png") no-repeat right top;
    padding: 4px 18px 4px 18px;
    color: GrayText;
    font-weight: bold;
}

.SfondoSelected {
    background-color: #EEEEEE;
}
/*Fine Tab Style*/

.pager {
    background-color: dimgrey;
    color: white;
}

    .pager a:hover, .pager a:visited, .pager a {
        color: white;
    }

.hiddencol {
    display: none;
}

.headerGrid {
    color: White;
    background-color: #ED1C24;
    font-weight: bold;
    font-size: small;
}

.subheaderGrid {
    color: White;
    background-color: #ED1C24;
    font-weight: bold;
    font-size: small;
}

.subsubheaderGrid {
    color: lightgray;
    background-color: gray;
    font-weight: bold;
    font-size: small;
}

.subsubsubheaderGrid {
    color: GrayText;
    background-color: lightgray;
    font-weight: bold;
    font-size: small;
}

.RedLine {
    background-color: lightcoral;
}

.GreenLine {
    background-color: lightgreen;
}

.GrayLine {
    background-color: darkgray;
}

.OrangeLine {
    background-color: orange;
}

/* from marcello*/
#right_brand {
    padding-right: 0px;
}

.viscol {
    display: block;
}

.IE8Fix {
    z-index: 100;
    font: Arial;
    font-size: small;
}

.modalProgressGreyBackground {
    background: #CCCCCC;
}

.modalProgressRedBackground {
    background: Red;
}

.modalPopup {
    text-align: center;
    padding-top: 30px;
    border-style: solid;
    border-width: 1px;
    background-color: White;
    width: 300px;
    height: 100px;
}

#Error {
    left: 40%;
    top: 40%;
    position: absolute;
    width: 200px;
    padding: 12px;
    border: #000000 1px solid;
    background-color: yellow;
    text-align: left;
    visibility: hidden;
    z-index: 99;
}

#div_print {
    left: 40%;
    top: 40%;
    position: absolute;
    width: 200px;
    padding: 12px;
    border: #000000 1px solid;
    background-color: yellow;
    text-align: left;
    visibility: hidden;
    z-index: 99;
}


.printpanel {
    left: 40%;
    top: 40%;
    position: absolute;
    width: 200px;
    padding: 12px;
    border: #000000 1px solid;
    background-color: Yellow;
    text-align: left;
    visibility: hidden;
    z-index: 99;
}

.panelordini {
    left: 40%;
    top: 40%;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 12px;
    border: #000000 1px solid;
    background-color: Yellow;
    text-align: left;
    visibility: hidden;
    z-index: 99;
}

#CloseButton {
    float: right;
    cursor: pointer;
}






.modalPage {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.modalBackground {
    -moz-opacity: 0.4;
    width: 100%;
    height: 100%;
    background-color: #999999;
    position: absolute;
    z-index: 500;
    top: 0px;
    left: 0px;
}

.modalBackgroundPrintPopUp {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalContainer {
    position: absolute;
    width: 300px;
    left: 50%;
    top: 50%;
    z-index: 750;
}

.modal {
    background-color: white;
    border: solid 4px black;
    position: relative;
    top: -150px;
    left: -150px;
    z-index: 1000;
    width: 300px;
    height: 300px;
    padding: 0px;
}

.modalTop {
    width: 292px;
    background-color: #000099;
    padding: 4px;
    color: #ffffff;
    text-align: right;
}

    .modalTop a, .modalTop a:visited {
        color: #ffffff;
    }

.modalBody {
    padding: 10px;
}


.modalBox {
    background-color: #f5f5f5;
    border-width: 3px;
    border-style: solid;
    border-color: Blue;
    padding: 3px;
}
/*.modalBox caption {
	background-image: url(images/window_titlebg.gif);
	background-repeat:repeat-x;
}*/

/*AUTOCOMPLETE STYLE*/
.completionList {
    border: solid 1px #dddddd;
    margin: 0px;
    padding: 0px;
    overflow: auto;
    background-color: #FFFFFF;
    list-style-type: none;
}

.listItem {
    color: #777;
    border-bottom: 1px solid #dddddd;
    padding: 5px 5px 5px 5px;
}

.itemHighlighted {
    background-color: #E6F2F9;
    cursor: pointer;
    border-bottom: 1px solid #dddddd;
    padding: 5px 5px 5px 5px;
}

/*FINE*/
