html, body {
    margin:0;
    padding:0;
    font-family:"Lucida Grande", Verdana;
    font-size:0.9em;
    text-align:center;
    background-color:#F2F2F2;
}

input, select {
    font-size:0.9em;
}

table {
    margin-top:-10px;
    margin-left:7px;
}

h4 {
    font-size:1.1em;
    text-decoration:none;
    font-weight:normal;
    color:#23A4FF;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: #800080; /* purple */
    /* color:#23A4FF; */
    text-decoration: none;
    font-weight: none
}

.forButton:hover {
    outline:none;
    text-decoration:none;
    background-color:#A5D3CA;
    border:1px solid red;
}

#qmpversion td {
    text-align:left;
}

#bmxversion td {
    text-align:left;
}

#systemtable td {
    text-align:left;
}

#ssidtable td {
    text-align:left;
}

#wifitable td {
    text-align:left;
}

#uptimetable td {
    text-align:left;
}

#NodeListTable td {
    text-align:left;
}

#container {
    width:1100px;
    height:900px;
    margin:0 auto;
    position:relative;
}

#center-container {
    background-color:white;
    height:600px;
    position:absolute;
    top:0;
}

#bottom-container {
    background-color:#fff;
    height:300px;
    width:800px;
    position:absolute;
    top:600px;
    background-repeat:no-repeat;
    border-bottom:1px solid #ddd;
}

#geo-container
{
    background-color:#fff;
    width:300px;
    height:300px;
    position:absolute;
    left:800px;
    top:600px;
    background-repeat:no-repeat;
    border-bottom:1px solid #ddd;
}

#left-container {
    height:520px;
    position:absolute;
    top:0;
    width:200px;
    margin:0px;
    margin-left:0px;
    color:#686c70;
    text-align: left;
    overflow: auto;
    background-color:#fff;
    background-repeat:no-repeat;
    border-bottom:1px solid #ddd;
    background-image:url('col1.png');
    background-position:center right;
    border-left:1px solid #ddd;
    overflow:hidden;
}

#left-container ul{
    margin:2px;
    padding:0px;
    margin-left:10px;
}

table.left-container-table {
    table-layout: fixed;
    width: 200px;
    margin-top:10px;
    margin-bottom:10px;
    margin-left:0px;
    margin:0px;
    padding:0px;
    border:0px;
}

table.left-container-table th,td {
    text-align:center;
}

.left-container-table h3 {
    margin-top:0px;
    margin-left:0px;
    margin:0px;
    padding:0px;
    border:0px;
    text-align:center;
}

#channel-container {
    width:200px;
    height:180px;
    overflow: auto;
}

#channel {
    width: 7em;  
    height: 20px;
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    float: right;
    padding-top: 2px;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-left: 2px;
}

#channel:hover {
    color: #800080; /* purple */
}

#info-container {
    width:200px;
    height:180px;
    position:absolute;
    left:0px;
    top:440px;
    font-size: 10px;
    color:#686c70;
    text-align: left;
    overflow: hidden;
    background-color:#fff;
    background-repeat:no-repeat;
    border-bottom:1px solid #ddd;
}

#info-container-lora {
    width:200px;
    height:180px;
    position:absolute;
    left:0px;
    top:410px;
    font-size: 10px;
    color:#686c70;
    text-align: left;
    overflow: hidden;
    background-color:#fff;
    background-repeat:no-repeat;
    border-bottom:1px solid #ddd;
}

#right-container {
    height:600px;
    position:absolute;
    top:0;
    width:300px;
    color:#686c70;
    text-align: left;
    overflow: auto;
    background-color:#fff;
    background-repeat:no-repeat;
    border-bottom:1px solid #ddd;
    right:0;
    background-image:url('../../img/antenes-gv.jpg');
    background-position:center left;
    border-right:1px solid #ddd;
}

#right-container ul {
    margin-top:5px;
    margin-bottom:0px;
    margin:2px;
}

#right-container ol {
    margin-top:5px;
    margin-bottom:0px;
    margin:2px;
}

#right-container h4{
    margin-bottom:5px;
    text-indent:8px;
}

#right-container h3{
    text-indent:8px;
}

#right-container p{
    margin-top:0px;
}

#center-container {
    width:600px;
    left:200px;
    background-color:#1a1a1a;
    color:#ccc;
}

.text {
    margin: 7px;
}

.forButton {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    color:#000000;
    border:1px outset;
}


#text-details {
    list-style:none;
    margin:0px;
}

#inner-details {
    line-height:110%;
    font-size:0.8em;
    list-style:none;
    margin:0px;
}

#log {
    position:absolute;
    top:10px;
    font-size:1.0em;
    font-weight:bold;
    color:#23A4FF;
}

#infovis {
    position:relative;
    width:600px;
    height:600px;
    margin:auto;
    overflow:hidden;
    background-image:url('gradient.png');
    background-position:center;
}

/*TOOLTIPS*/
.tip {
    color: #111;
    width: 139px;
    background-color: white;
    border:1px solid #ccc;
    box-shadow:#555 2px 2px 8px;
    opacity:0.9;
    font-size:10px;
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    padding:7px;
}

#popup {
    font-family:Verdana;
    font-size:10pt;
    border-radius:10px;
    text-align:left;
    text-indent:10px;
    margin-top:0px;
    margin-bottom:0px;
    margin: 0px;
}
