.nodeNum {
    margin: 5px;
    cursor: pointer;
}

.nodeNum:hover {
    font-weight: bold;
    color: black;
}

#bubblechart {
    font-size: 9.5px;
}

#lsnodeschart {
    font-size: 9.5px;
}

#website {
    font-size: 9.5px;
}
#header {
    width: 100%;
    position: relative;
    margin: 0px 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
/* Background definitions are in global.inc - Do not change here */
/*    background-color: blue; */
/*    background-image: url("background.jpg"); */
/*    height: 124px; */
}

#headerTitle {
    position: absolute;
    top: 5px;
    left: 8px;
    margin: 0px 0px;
    font-weight: bold;
    font-size: 1.5em;
    color: red;
    line-height: normal;
    letter-spacing: normal;
    font-family:  "Lucida Grande", Lucida, Verdana, sans-serif;
}

#headerTitle a:link {
    text-decoration: none;
    color: red;
}

#headerTitle a:visited {
    text-decoration: none;
    color: red;
}

#headerTag {
    position: absolute;
    top: 40px;
    left: 10px;
    margin: 0px 0px;
    color: yellow;
    font-weight: bold;
    font-size: 1.1em;
    line-height: normal;
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    letter-spacing: normal;
}

#header2Tag {
    position: absolute;
    top: 90px;
    left: 10px;
    margin: 0px 0px;
    font-size: 1.1 em;
    color: cyan;
    font-weight: bold;
    line-height: normal;
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    letter-spacing: normal;
}

#header3Tag {
    position: absolute;
    top: 54px;
    left: 10px;
    margin: 0px 0px;
    font-size: 1.3em;
    color: lightgreen;
    font-weight: bold;
    line-height: normal;
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    letter-spacing: normal;
}

#header4Tag {
    position: absolute;
    top: 54px;
    left: 10px;
    margin: 0px 0px;
    font-size: 1.3em;
    color: yellow;
    font-weight: bold;
    line-height: normal;
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    letter-spacing: normal;
}

#headerImg {
    position: absolute;
    top: 20px;
    right: 12px;
}

#headerImg2{
    position: absolute;
    top: 40px;
    right: 212px;
}

#mytilepic {
    position: absolute;
    top: 8px;
    right: 128px;
}

#mytilepic2 {
    position: relative;
    top: 4px;
    right: 228px;
}

#headerLogin {
    position: absolute;
    top: 90px;
    right: 35px;
    font-size: 18px;
    font-family: Verdana,Arial,sans-serif;
    color: lightgray;
}

#headerLogin a:link {
    text-decoration: none;
    color: lightgray;    
}

#headerLogin a:visited {
    text-decoration: none;
    color: orange;
}

#headerLogin a:hover {
    text-decoration: none;
    font-size: 18px;
    font-weight: normal;
    color: red;
}

#menu {
    position: relative;
    width: 100%;
    float: left;
    box-sizing: border-box;
    color: #ffffff; 
    font: 12px arial;
    background-image:linear-gradient(to bottom, #4d94ff 25%, #000066 75%)!important;
    border: #807f84 2px solid; 
    margin: 0 auto; 
    padding: 6px 0px 6px 0px;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    border-radius: 7px;
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.20);
    box-shadow: 8px 8px 10px rgba(60, 60, 60, 1);
    //background-color: Blue;
    font-size: 15px;
    font-family: Verdana,Arial,sans-serif;
}

#menu a {
    display: block;
    padding: 2px 8px 2px 2px;
    text-decoration: none;
    color: yellow;
}

#menu a:hover {
    background: transparent;
    color: red;
}

#menu a:active {
}

#menu a.active {
    color: white;
}

#menu ul {
    list-style-type: none;
    margin: 0;
    float: left;
    padding: 1px 8px 2px 3px;
  //background-color: blue;
}

#menu li {
    float: left;
}

#menu li a, .dropbtn {
    display: inline-block;
    /** color: white; **/
    text-align: center;
    /** padding: 14px 16px; **/
    text-decoration: none;
}

#menu li a:active {
}

#menu li a.active {
    color: white;
}

#menu li.dropdown {
    display: inline-block;
}

#menu .dropdown-content {
    display: none;
    position: absolute;
    background-image:linear-gradient(to bottom, #cc0000 25%, #4d0000 75%)!important;
    border-radius: 8px;
//background-color: maroon;
    max-width: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 5;
}

#menu .dropdown-content a {
    color: yellow;
    padding: 1px 4px 4px 4px;
    text-decoration: none;
    display: block;
    text-align: left;
}

#menu .dropdown-content a:hover {
    background-image:linear-gradient(to bottom, #cc0000 25%, #4d0000 75%)!important;
//background-color: maroon;
    font-weight: bold;
}

#menu .dropdown:hover .dropdown-content {
    display: block;
}

#footer {
    font-size: 12px;
}

table.rtcm {
    border-collapse: collapse;
    border: 1px solid black;
    padding: 5px;
    font-family: verdana,arial,sans-serif;
}

table.rtcm tr {
    font-size: 12px;
}

table.rtcm td {
    white-space: nowrap;
}

table.rtcm th {
    border: 1px solid black;
    font-size: 12px;
    padding: 5px;
    background-color: #dedede;
}

table.gridtable {
    font-family: verdana,arial,sans-serif;
    font-size: 12px;
    color: black;
    padding: 4px;
    border-width: 1px;
    border-color: black;
    border-collapse: collapse;
}

table.gridtable th {
       
    border-width: 2px;
    padding: 4px;
    border-style: solid;
    border-radius: 5px; 
    border-color: gray;
    background-image:linear-gradient(to bottom, #ffd699 35%, #cc7a00 65%)!important; 
    //background-image:linear-gradient(to bottom, #b0e0e6 25%, #256b74 75%)!important;
    //background-color: powderblue;
    font-size: 12px;
}

table.gridtable td {
    border-width: 2px;
    padding: 4px;
    border-style: solid;
    border-color: gray;
    background-image:linear-gradient(to bottom, #ffffff 25%, #575555 75%)!important;
    //background-color: #ffffff;
    font-size: 12px;
    
}

table.gridtable tr.rColor td {
     background-image:linear-gradient(to bottom, #cc0000 25%, #4d0000 75%)!important;
    //background-color: maroon;
    font-weight: bold;
    color: yellow;
}

table.gridtable tr.cColor td {
    background-image:linear-gradient(to bottom, #cc0000 25%, #4d0000 75%)!important;
  //background-color: #b00000;
    font-weight: normal;
    color: yellow;
}

table.gridtable tr.bColor td {
    background-color: palegreen;
    font-weight: bold;
    color: black;
}

table.gridtable tr.gColor td {
       background-image:linear-gradient(to bottom, #26734d 25%, #133926 75%)!important;
     //background-image:linear-gradient(to bottom, #ffd699 25%, #cc7a00 75%)!important; 
    //background-color: #ff9900;
    font-weight: bold;
    color: white;
}

table.gridtable tr.tColor td {
    background-image:linear-gradient(to bottom, #cc0000 25%, #4d0000 75%)!important;
//background-color: powderblue;
    font-weight: bold;
    color: white;
}

table.gridtable tr.lColor td {
    background-color: lemonchiffon;
    font-weight: bold;
    color: black;
}

.disconnect {
    font-size: 14px;
    text-align: left;
}

.text {
    position: relative;
    margin: 0px 0px 0px 10px;
    width: 330px;
    font-size: 14px;
    text-align: left;
}

.barbox_a {
    position: relative;
    top: 2px;
    left: 10px;
    margin: 0px 0px 0px 0px;
    width: 302px;
    height: 22px;
    background-color: black;
}

.bar {
    position: relative;
    top: 1px;
    left: 1px;
    margin: 0px 0px 0px 0px;
    width: 0px;
    height: 20px;
    //background-color: #0099FF;
    text-align: center;
    color: white;
}

.per {
    position: relative;
    top: 0px;
    font-size: 12px;
    left: 50%;
    height: 20px;
    margin: 0px 0px 0px 0px;
    background-color: #0099FF;
    color: white;
}

.blank {
    background-color: white;
    width: 300px;
}

#login {
    display: none;
}

#login-header {
    margin: 0 auto;
    position: absolute;
    right: 250px;
}

#login-link {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    background: #2a2a2a;
    padding: 5px 15px 5px 15px;
    color: #FFF;
}

#login-panel {
    position: absolute;
    top: 26px;
    right: 0px;
    width: 200px;
    padding: 10px 15px 5px 15px;
    background: #2a2a2a;
    font-size: 10pt;
    font-weight: bold;
    color: #FFF;
    display: none;
}

label {
    line-height: 1.8;
}

.clearer {
    clear: both;
}

#cpMain {
    display: none;
}

.submit {
  background-image:linear-gradient(to bottom, #b0e0e6 25%, #2b7d88 75%)!important;
//background: powderblue;
    padding: 10px 10px 10px 10px 10px;
    border-radius: 6px;
    color: black;
    font-weight: bold;

}

.submit:hover {
    background: maroon;
    font-weight: bold;
    padding: 3px 4px 4px 4px 1px;
    color: yellow;
}

.submit2 {
    background: lightgray;
    padding: 3px 4px 4px 4px 1px;
    color: black;
}

.submit2:hover {
    background: yellow;
    font-weight: bold;
    padding: 3px 4px 4px 4px 1px;
    color: black;
}
























































