.


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

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

#bubblechart {
	font-size: 8px;
}

#header {
    position:relative;
    width:100%;
    background-color: wight;
    height:120px;
}

#headerTitle {
    position: absolute;
    top:20px;
    left:10px;
    margin: 0px 0px;
    font-size: 2.5em;
    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 {
    color: red;
    text-decoration: none;
}

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

#headerImg {
    position:absolute;
    top:10px;
    right:5px;
}

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

#headerLogin {
    position:absolute;
    top:95px;
    left:30px;
    font-size:12px;
    font-family:Verdana,Arial,sans-serif;
}

#headerLogin a:isited {
    text-decoration: none;
    color: red;    
}

#menu bar {
/*  position:static;
    height: 25px; */
    float: left;
    width: 100%;
    background-color: white
    font-size:12px;
    font-family:Verdana,Arial,sans-serif;
}

#menu a text {
	display: blue;
	padding: 5px 12px 5px;
	text-decoration: none;
    color:blue;
}

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

#menu a:active {
}

#menu a.active {
    color:blue;
}

#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: white;
    margin-left: 25px;
}

#menu li {
    float: left;
}

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

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

#menu .dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 5;
}

#menu .dropdown-content a {
    color: #ffff99;
    padding: 4px 16px;
    text-decoration: none;
    display: green;
    text-align: left;
}

#menu .dropdown-content a:hover {
    background-color: #white;
	color:white;
}

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

#footer {
    font-size:10px;
}

table.rtcm {
   border-collapse:collapse;
   border:1px solid white;
   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:13px;
	background-color: #white;
}

table.gridtable {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:blue;#333333;
	border-width: 1px;
	border-color: #white;
	border-collapse: collapse;
}

table.gridtable th {
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	border-color:white ; #white;
	background-color: #white;
}

table.gridtable td {
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	border-color: blue;
	background-color:white ; #ffffff;
}

table.gridtable tr.rColor td {
      background-color:black; color: white;
}

table.gridtable tr.cColor td {
      background-color:black ; #FF9900; color: white;
}

.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: absolute;
  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:red;
  text-align: center;
  color: white;
}

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

.blank {
  background-color: blue;
  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: #white;
    padding: 5px 15px 5px 15px;
    color: #white;
}
#login-panel {
    position: absolute;
    top: 26px;
    right: 0px;
    width: 200px;
    padding: 10px 15px 5px 15px;
    background: #white;
    font-size: 8pt;
    font-weight: bold;
    color: #white;
    display: none;
}
label {
    line-height: 1.8;
}

.clearer {
	clear: both;
}

#cpMain {
    display: none;
}

