
#Dialog {
    width: 100%;
    height: 100%;
    padding: 0px;
    background-color: #bdc4cf;
}

#DialogHeader {
    height: 26px;
    background-color: #6e86a9;
}

#DialogBody {
    border-bottom: 1px solid #2d343f;
    vertical-align: top;
}

#DialogFooter {
    height: 40px;
    padding: 8px 8px 7px 8px;
    border-top: 1px solid #edf4ff;
    background-color: #9baac0;
    text-align: right;
    color: #ffffff;
}

#DialogFooter INPUT.Button {
    margin-left: 2px;
    border-top: 1px solid #edf4ff;
    border-right: 1px solid #2d343f;
    border-bottom: 1px solid #2d343f;
    border-left: 1px solid #edf4ff;
    background-color: #9baac0;
    color: #ffffff;
}

#DialogFooter INPUT.Button:hover {
    background-color: #cdd4df;
    color: #000048;
}

#TabSelector {
    width: 100%;
    height: 26px;
    border-spacing: 0px 0px;
}

#TabSelector TR {
    vertical-align: bottom;
}

#TabSelector DIV.FillLeft, #TabSelector DIV.FillRight {
    height: 26px;
    border-bottom: 1px solid #edf4ff;
}

#TabSelector DIV.FillLeft {
    float: left;
    width: 4px;
}

#TabSelector A {
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    border-top: 1px solid #edf4ff;
    border-right: 1px solid #2d343f;
    border-left: 1px solid #edf4ff;
    color: #000048;
}

#TabSelector A.Unselected {
    height: 22px;
    margin-top: 4px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-right: 1px solid #2d343f;
    border-bottom: 1px solid #edf4ff;
    border-left: 1px solid #edf4ff;
    background-color: #9da4af;
}

#TabSelector A.Unselected:hover {
    color: #0000ff;
}

#TabSelector A.Left {
    border-right: 1px solid #a6acb5;
}

#TabSelector A.Right {
    border-left: 1px solid #2d343f;
}

#TabSelector A.Selected {
    height: 26px;
    margin-top: 0px;
    padding-top: 6px;
    padding-bottom: 0px;
    border-right: 1px solid #2d343f;
    border-bottom: 1px solid #bdc4cf;
    border-left: 1px solid #edf4ff;
    background-color: #bdc4cf;
}

DIV.Tab {
    width: 100%;
    height: 100%;
}

DIV.Unselected {
    display: none;
}

DIV.Selected {
    display: block;
}

.Scrollable {
    overflow-x: hidden;
    overflow-y: auto;
}

.Unscrollable {
    overflow: hidden;
}

DIV.Text {
    margin: 15px 8px 10px 8px;
}

#LockBackground {
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.75;
}

#LockInfo {
    position: fixed;
    z-index: 10001;
    left: 50%;
    top: 50%;
    width: 400px;
    height: 60px;
    margin-left: -200px;
    margin-top: -30px;
    border: 1px solid #2d343f;
    background-color: #bdc4cf;
    text-align: center;
    line-height: 60px;
    color: #000048;
    box-shadow: 0 0 100px #000000;
}

DIV.LogView {
    margin: 10px 20px 10px 20px;
}

DIV.ModalDialog {
    display: none;
    position: absolute;
    z-index: 20000;
    left: 50%;
    top: 50%;
    width: 640px;
    height: 480px;
    margin-left: -320px;
    margin-top: -240px;
    border: 1px solid #2d343f;
    background-color: #bdc4cf;
    box-shadow: 0 0 100px #000000;
}

DIV.ModalDialogBody {
    width: 100%;
    border-bottom: 1px solid #2d343f;
}

DIV.ModalDialogFooter {
    width: 100%;
    height: 40px;
    padding: 8px 8px 7px 8px;
    border-top: 1px solid #edf4ff;
    background-color: #9baac0;
    text-align: right;
}

DIV.ModalDialogFooter INPUT.Button {
    margin-left: 2px;
    border-top: 1px solid #edf4ff;
    border-right: 1px solid #2d343f;
    border-bottom: 1px solid #2d343f;
    border-left: 1px solid #edf4ff;
    background-color: #9baac0;
    color: #ffffff;
}

DIV.ModalDialogFooter INPUT.Button:hover {
    background-color: #cdd4df;
    color: #000048;
}

#ModalDialogCSV {
    height: 150px;
    margin-top: -75px;
}

#ModalDialogPDF {
    width: 480px;
    height: 150px;
    margin-left: -240px;
    margin-top: -75px;
}
