@font-face {
    font-family: "MetricWeb";
    src: url('../font/MetricWeb-Light.eot');
    src: url('../font/MetricWeb-Light.eot?#iefix') format('embedded-opentype'),
         url('../font/MetricWeb-Light.woff') format('woff'),
         url('../font/MetricWeb-Light.ttf') format('truetype'),
         url('../font/MetricWeb-Light.svg#svgFontName') format('svg');
    font-variant: normal;
    font-weight: normal;
    font-style: normal;
}
   
@font-face {
    font-family: "MetricWeb";
    src: url('../font/MetricWeb-LightItalic.eot');
    src: url('../font/MetricWeb-LightItalic.eot?#iefix') format('embedded-opentype'),
         url('../font/MetricWeb-LightItalic.woff') format('woff'),
         url('../font/MetricWeb-LightItalic.ttf') format('truetype'),
         url('../font/MetricWeb-LightItalic.svg#svgFontName') format('svg');
    font-variant: normal;
    font-weight: normal;
    font-style: italic;
}
   
@font-face {
    font-family: "MetricWeb";
    src: url('../font/MetricWeb-Semibold.eot');
    src: url('../font/MetricWeb-Semibold.eot?#iefix') format('embedded-opentype'),
         url('../font/MetricWeb-Semibold.woff') format('woff'),
         url('../font/MetricWeb-Semibold.ttf') format('truetype'),
         url('../font/MetricWeb-Semibold.svg#svgFontName') format('svg');
    font-variant: normal;
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "MetricWeb";
    src: url('../font/MetricWeb-SemiboldItalic.eot');
    src: url('../font/MetricWeb-SemiboldItalic.eot?#iefix') format('embedded-opentype'),
         url('../font/MetricWeb-SemiboldItalic.woff') format('woff'),
         url('../font/MetricWeb-SemiboldItalic.ttf') format('truetype'),
         url('../font/MetricWeb-SemiboldItalic.svg#svgFontName') format('svg');
    font-variant: normal;
    font-weight: bold;
    font-style: italic;
}

body, input select table, thead, tbody, tfoot, tr, th, td {
    font-family:Arial !important;
}

body {
    background:#171515 url('../img/back-img.png') repeat-x top;
    color:white;
    border:0px;
    padding:0px;
    margin:20px 62px 20px 62px;
}

input {
    font-family:MetricWeb,Arial,Serif,Tahoma;
    color:#FFF;
    background-color:#333737;
    text-align:left;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}

select {
    font-family:MetricWeb,Arial,Serif,Tahoma;
    color:#FFF;
    background-color:#333737;
    text-align:left;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    height:24px;
}


#top_panel,
#main_container {
    display:block;
    width:1024px;
}

#loginBox {
    display:block;
    width:400px;
    height: 400px;
    padding: 20px 50px 50px 50px;
    margin: 100px auto 20px auto;
    background-image:url('../img/bkg-dim.png');
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    border:5px solid #333737;
    font-size:1.5em;
    font-style: normal;
    font-family: MetricWeb, Tahoma, Arial;
}

#loginBox h1 {
    font-size: 1em;
    text-align: center;
}

#loginBox input {
    background-color:#333737;
    color:white;
    border:none;
    text-align:center;
    padding:3px;
    font-size: 1em;
    width:100%;
    margin:12px auto 30px auto;
}


#main_menu_container {
    display:block;
    width:1024px;
}

#top_panel {
    margin:20px auto 30px auto;
}

#main_menu_container {
    margin:0px auto;

}

#main_container {
    margin:0px auto 30px auto;
    clear:both;
}

#top_panel {
    height:98px;
    background: transparent url('../img/op_logo.png') no-repeat center;
}

#login_area {
    display:block;
    font-size:10pt;
    float:right;
    margin:30px 0px;
    width:auto;
    text-align:right;
}

#login_area div#site_lang {
    float: right;
    width:auto;
}

#login_area div#site_lang a {
    margin-right: 10px;
}

div#login_area a {
    text-decoration: none;
    color:white;
}


#login_area {
    height:25px;
}


div#site_lang select.SelectLanguage {
    width:100px !important;
    background: transparent;
    background-color: black;
    /* border: 1px solid #204C5E; */
    border: 1px solid #00B6CA;
    color:white;
    font-size: 0.9em;
    height:22px;
    overflow: hidden;
}

div#site_lang select.SelectLanguage option {
    text-indent: 5px;
    /* border: 1px solid #204C5E; */
    border: 1px solid #00B6CA;
    padding: 3px;
}


#login_area #label {
    display:block;
    padding:0px 0px 5px 0px;
    width:auto;
    cursor:pointer;
}


div#login_area div.buttons_container div.button {
    position:relative;
    left:5px;
}

div.leftButtons {
    float:left;
}

ul#main_menu {
    margin:0px auto 0px 0px;
    list-style:none;
    display:block;
    padding:0px;
    background-color:#000000;
    border: 1px solid #204C5E;
    float:right;
    height:43px;
    width:794px;
}

ul#main_menu li {
    display:block;
    float:left;
    margin-left:12px;   /* 28px between labels - 2*(8px) for both glow-bottom-line margin */
    font-size:18px;
    font-weight:bold;
    height:35px;
    position: relative;
}


ul#main_menu li:first-child {
    margin-right:10px;
}

ul#main_menu li a {
    display:block;
    color:white;
    text-decoration:none;
    padding:10px 8px 0px 8px;
}

ul#main_menu li.selected {
    -webkit-border-bottom:8px solid #FFDC00;
    -moz-border-bottom:8px solid #FFDC00;
    -o-border-bottom:8px solid #FFDC00;
    border-bottom:8px solid #FFDC00;
}

ul#main_menu li:hover a {
    text-shadow: 0px 0px 2px white, 0px 0px 5px white;
}


div#content_box {
    background-image:url('../img/bkg-dim.png');
    display:block;
    border: 1px solid #204C5E;
    padding:3px 12px 12px 12px;
    width:770px;
    float:right;
    line-height:140%;
    margin-top:20px;
    margin-bottom: 50px;
    min-height:350px;
}


#content_box h1 {
    font-weight:bold;
    font-size: 19pt;
    color:white;
    display:block;
    background:transparent url('../img/h1_line.png') no-repeat bottom;
    line-height:160%;
    margin-top:0px;
}


#content_box h2 {
    font-weight:bold;
    font-size: 13pt;
    color:white;
    line-height:200%;
    margin-bottom:10px;
}


#content_box h3 {
    font-weight:normal;
    font-size: 16pt;
    color:white; 
    margin:0px;
    padding:0px;
    position:relative;
    top:-15px;
}




#content_box table,
#listContainer{
    width:600px;
    margin:20px auto 30px auto;
    font-size:11pt;
}

#content_box table {
    border-collapse: collapse;
    /*border:1px solid #879A9B;*/
}


#content_box table tbody thead tr td {
    padding:5px 5px 5px 10px;
/*    vertical-align: top;*/
}


#content_box table tbody tr.head {
    color:white;
    font-size:14pt;
    font-weight:bold;
    text-align:left;
}

#content_box table tbody tr.warning {
    color:red;
    font-size:14pt;
    font-weight:bold;
}


#content_box table tbody tr.head td {
    border:none;
    padding-bottom:20px;
    padding-top:40px;
}

#content_box table tbody tr.even td {
    background-color:#97ABAC;
}

.narrow {
    padding-top: 3px;
}


.fixwid {
    font-family:'Courier New';
}

#content_box table tbody tr td input.numField,
#content_box table tbody tr td input[type=text],
#content_box table tbody tr td input[type=password],
#content_box table tbody tr td select {
    background-color:#333737;
    color:white;
    border:1px solid #00B6CA;
    text-align:left;
    padding:3px;
    width:300px;
    margin-bottom: 0px;
}

#content_box table tbody tr td select option {
    background-color:#333737;
    border:1px solid #00B6CA;
    color:white;
}

#content_box table tbody tr td input[name=freq],
#content_box table tbody tr td input[name=hostname],
#content_box table tbody tr td input[name=domainname] {
    border:1px solid #00B6CA;
    width:200px;
}

div#addRowButton {
    float: left;
}



div.button {
    display:block;
    float:right;
    margin:5px 0px 5px 0px;
    padding:0px;
    font-family:MetricWeb, tahoma, arial, serif;
    font-weight:bold;
    font-size:11px;
}


div.button div {
    display:block;
    padding:0px;
    margin:0px;
    height:35px;
    background-image:url('../img/back.png');
    background-repeat:repeat-x;
    float:left;
    text-indent:3px;
    cursor:pointer;
    line-height:280%;
}

div.button div.left {
    background-image:url('../img/back-left.png');
    width:10px;
    padding:0px;
    cursor:default;
}


div.button div.right {
    background-image:url('../img/back-right.png');
    width:10px;
    padding:0px;
    cursor:default;
}

#left_menu {
    display:block;
    float:left;
    margin:0px 20px 0px 0px;
    padding:15px 0px 0px 0px;
    border:none;
    min-height:300px;
    font-family:MetricWeb,arial,serif,tahoma;
    font-size:16px;
    max-width: 200px;
}

#left_menu ul {
    list-style:none;
    padding:0px;
    margin:0px;
}

#left_menu ul.subMenu {
    margin-left:20px;
}


#left_menu ul li a,
div#site_lang a {
    display:block;
    text-decoration:none;
    color:white;
    text-shadow:2px 2px 2px black, 2px 2px 2px black;
}

div#site_lang a {
    display: inline !important;
}

#left_menu ul li a:hover,
div#site_lang a:hover {
    color:#00B6CA;
}

#left_menu ul li.selected a:hover {
    color:white;
}

#left_menu ul li, #left_menu div {
    padding:5px 5px 5px 15px;
}

#left_menu ul.subMenu li.selected,
#left_menu div.selected,
#left_menu ul.subMenu li.selected a,
#left_menu ul li.selected a {
    text-shadow: 0 0 0.2em white, 0 0 0.2em white, 0 0 0.2em white;
}

.center {
    text-align:center;
}

img.center {
    float:none !important;
    margin: 0px auto !important;
}

table.smallerFont tr td {
    font-size:80% !important;
}

#showLettersButton {
    display:block;
    position:relative;
    float:right;
    margin:4px 0px 0px 5px;
    cursor: pointer;
    font-family: MetricWeb,Arial;
    font-size: 0.8em;
    color:#00B6CA;
    width:16px;
    height:16px;
    background-image: url('../img/showpass.png');
    background-repeat: no-repeat;
    background-position: left top;
}

#showLettersButton:hover {
    background-position:-16px 0px;
}

#showLettersButton.clicked {
    background-position:-32px 0px;
}

#showLettersButton.clicked:hover {
    background-position:-48px 0px;
}

div#login_area div#label img {
    margin-right: 5px;
    vertical-align: bottom;
}

table.cellGravityTop td {
    vertical-align: top;
}


input.time {
    width:42px !important;
}

input.wrong {
    color:red !important;
}

.modal_bg {
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index:50;
    background-color:rgba(255,255,255,0.5);
}

.modal {
    opacity:1 !important;
    display:none;
    position: absolute;
    width:auto;
    height:auto;
    min-height:50px;
    min-width:400px;
    max-width:800px;
    border:5px solid #333737;
    z-index:60;
    background-color:#171515;
    padding:5px 20px 20px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 20px auto;
    top: 30%;
}

.modal h1, .modal h2 {
    margin:0px 5px 10px 5px;
    padding:0px;
}

.modal h2 {
    width:600px;
    margin-top: 10px;
}

div.modal h2#error {
    text-align:center;
    display:none;
}

div#timer {
    font-weight:bold;
    font-size:200%;
    text-align:center;
    margin-top:30px;
}

input.ip {
    width:40px !important;
}

select {
    width:100%;
}

.full {
    width:100%
}

div.modal div#ovrl_content a {
    text-decoration: none;
    font-weight: bold;
    color:white;
}

#disSection {
    text-align: center;
    margin-top:100px;
    font-size: 1.0em;
    color:#aaa;
}


.wrongMacAddress {
    width: 300px;
    text-align: center;
    display: block;
}


.genericButton {
    float:right;
    margin-right:10px;
    background-color:#ffdc00;
    border:0px solid;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    border-radius:4px;
    text-align:center;
    height:25px;
    color:black;
    font-weight:bold;
    cursor: pointer;
}

.navButton {
    width: 25px;
    float:left;
    margin-right:10px;
    background-color:#ffdc00;
    opacity:1;
    border:0px solid;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    border-radius:4px;
    text-align:center;
    height:25px;
    color:black;
    font-weight:bold;
    cursor: pointer;
}

.refreshButton {
    margin-left:10px;
    padding:2px 5px;
    background-color:#ffdc00;
    opacity:1;
    border:0px solid;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    border-radius:4px;
    text-align:center;
    height:25px;
    color:black;
    cursor: pointer;
}

.saveButton {
    float:right;
    margin:5px;
}

.popup {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 5;
}

.popup-container {
    width: 50%;
    height: 100%;
    min-height: 640px;
}

.bgProgressBar {background: url(../img/bgProgressBar.png); width:300px; height:16px;overflow:hidden;}
.progressBar {background: url(../img/progressBar.png) no-repeat; height:16px; margin-top:1px;}
.uploadBar
{
    border-radius:6px;
    height:16px;
    margin-top:1px;
    background-image:linear-gradient(#B5DC17, #8BA61F); /* Norme W3C */
    background-image:-moz-linear-gradient(#B5DC17, #8BA61F); /* Firefox */
    background-image:-webkit-linear-gradient(#B5DC17, #8BA61F); /* Chrome, Safari */
    background-image:-o-linear-gradient(#B5DC17, #8BA61F); /* Opera */
    background-image:-ms-linear-gradient(#B5DC17, #8BA61F); /* IE */
}
