﻿html, body {
    margin: 0;
    padding: 0; /*overflow: hidden; width: 100%;max-width: 100%;background-color: #000;*/
    font-family: "Trebuchet MS", Verdana, sans-serif;
    color: #333333;
}

body {
    font: 11px verdana, arial, sans-serif; /*background: #355d7e;*/
    line-height: 20px;
    background-position: bottom;
    text-align: center;
}

h2 {
    color: #3573B9;
    padding-bottom: 5px;
    border-bottom: solid 1px #019DDD;
}

h3 {
    color: #888888;
    font-style: italic;
    padding-bottom: 5px;
    border-bottom: 1px dashed #888888;
}

#RightPane {
    background: url(Images/Header.jpg) repeat-y;
    background-position: right;
}

#Logo {
    background: url(Images/Logo.gif) repeat-y;
}

#LeftShaddow {
    width: 43px;
    background: url(Images/ShaddowLeft.jpg) repeat-y;
}

#RightShaddow {
    width: 43px;
    background: url(Images/ShaddowRight.jpg) repeat-y;
}

.mainMenu {
    /*font-size: 13px;*/
}

    .mainMenu a {
        /*color: #333333;*/
    }

a {
    color: #2277DD;
    text-decoration: none;
}

    a:focus, a:hover, a:active {
        text-decoration: underline;
    }

pre {
    font-size: 1.2em;
    line-height: 1.2em;
    overflow-x: auto;
}

.footer {
    border-top: solid 1px Silver;
    margin-top: 10px;
    padding: 10px 0 5px 0;
}

img {
    border: none;
}

input {
    border: solid 1px #DAE0E5;
}

.myImageBox {
    background-color: #f9f9f9;
    border: solid 1px #dddddd;
    padding: 2px;
}

.cmdBtn {
    cursor: pointer;
    color: #3573B9;
    background-color: #F0F0F0;
    border: solid 1px #019DDD;
}

#divOverlay {
    background-color: rgba(0, 0, 0, 0.5);
    /*background-color: rgba(0, 0, 0, 0);*/
    z-index: 999;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.LegendTable {
    font-size: 10px;
    background-color: White;
    border: 1px solid #cccccc;
    margin: 5px 0;
}

    .LegendTable td {
        text-align: center;
        vertical-align: middle;
    }

        .LegendTable td div.lgndColor {
            width: 13px;
            height: 9px;
        }

        .LegendTable td div.lgndCont {
            border: 1px solid silver;
            padding: 1px;
        }

.CheckBoxList td {
    padding-right: 10px;
}

.ListItem {
    padding: 10px 0;
    border-bottom: solid 1px #dddddd;
}

.SmallIcon {
    border: 1px solid #D3DFE8;
    border-radius: 4px;
    float: left;
    margin: 0 1px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 24px;
    height: 24px;
}

.LargeIcon {
    border: 1px solid #D3DFE8;
    border-radius: 4px;
    float: left;
    margin: 3px;
    background-position: top;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
}

.LargeIcon2 {
    border: 1px solid #D3DFE8;
    border-radius: 4px;
    float: left;
    margin: -16px 3px 0 3px;
    background-position: top;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
}

.menuSep {
    padding: 0 5px;
    font-weight: normal;
}

.linkButton {
    font-family: Tahoma, sans-serif;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
    color: #3399FF;
    border: none;
    background-color: transparent;
    cursor: pointer;
    padding: 0px;
}

.noUnderLineLnkBtn:hover {
    text-decoration: none;
}

.timeZoneSelectContainer {
    padding-left: 5px;
    margin-bottom: 10px;
    border: 1px dotted #808080;
    background-color: #eee;
}

.readingLimits {
    color: black;
    font-weight: bold;
}

.readingValues {
    color: #44a544;
    font-weight: bold;
}

.gridFooter {
    border-top: 1px solid #3573B9;
}

.alarmNotation {
    font-size: 10px;
    font-weight: bold;
    color: #d80d0d;
}

.greenSubmitLink {
    border: 1px solid green;
    background-color: #059a05;
    color: white;
    font-size: 10pt;
    height: 26px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding-top: 4px;
}


/* blinking Label*/

.blinkLabel {
    animation: blinker 2.5s linear infinite;
    font-size: 14px;
    font-weight: bold;
    /*padding-top: 7px;*/
    border: 1px solid red;
    text-align: center;
    background-color: red;
    color: white;
    padding: 2px;
    margin-top: -10px;
}

.blinkImg {
    float: left;
    animation: blinker 2.5s linear infinite;
    color: red;
    font-size: 20px;
    margin-right: 7px;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}
