.node_container {
	width: 100%;
	max-width: 1200px;
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;	
	background-color: #fff;
}

.nodeBtn {
    width: 70px;
}

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

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

#bubblechart {
/*	font-size: 8px;	*/
}

#header {
    position:relative;
    width:100%;	
	/*	width:850px;	*/
    /*	background-color: #82A505;	*/
	/*	background-color: #071a3a;	*/
	/* background: rgb(147, 13, 13); */
    height:70px;	/* JMW - Adjusted for small display screen. */
    color: rgb(147, 13, 13);
}

#headerTitle {
    position: absolute;
    top:0px;	/* JMW - Adjusted for small display screen. */
    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: black;	*/
    /*color: #ffffff;*/
    color: rgb(147, 13, 13);
}

#headerTitle a:visited {
    /*	color: black;	*/
	/* color: #ffffff;	*/
    color: rgb(147, 13, 13);
    text-decoration: none;
}

#headerTag {
    position:absolute;
    top:48px;	/* JMW - Adjusted for small display screen. */
    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;
    /*	color: #ffffff;	*/
    color: rgb(147, 13, 13);
}

#headerImg {
    position:absolute;
    top:5px;	/* JMW - Adjusted for small display screen. */
    right:5px;
}
/* JMW - this controls the height of the AllStarLink logo. */
#headerImg img{
    height:60px;
}

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

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

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

#menu {
/*  position:static;
    height: 25px; */
    float: left;
    width: 100%;
	/*	width: 850px;	*/
    /*	background-color: #446600;	*/
	background-color: #071a3a;
	/*	background: rgb(147, 13, 13);	*/
    color: #ffffff;    
/*    font-size:12px;
    font-family:Verdana,Arial,sans-serif;
*/
}

#menu a {
	display: block;
	padding: 5px 5px 5px;	/* JMW - Adjusted for small display screen. */
	text-decoration: none;
    color: #ffffff;
}

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

#menu a:active {
}

#menu a.active {
    color:white;
}

#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*	background-color: #446600;	*/
	/*	background: rgb(147, 13, 13);	*/
	background-color: #071a3a;
	color: #ffffff;    
    margin-left: 8px;	/* JMW - Adjusted for small display screen. */
    margin-right: 8px;
}

#menu li {
    float: left;
}
/* JMW - this allows the login/logout items to float right in the menu bar */
#menu li:nth-last-child(2) {
    float: right;
}

#menu li:nth-last-child(1) {
    float: right;
}


#menu li a, .dropbtn {
    display: inline-block;
    /** color: 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: #4E700A;
    min-width: 140px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 5;
}

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

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

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

#footer {
/*    font-size:10px;	*/
}

table.rtcm {
   border-collapse:collapse;
   border:1px solid black;
/*   font-family:verdana,arial,sans-serif;	*/
}
table.rtcm tr
/*	font-size:12px;	*/
}

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

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

table.gridtable {
/*	font-family: verdana,arial,sans-serif;
	font-size:11px;		*/
/*	color:#333333;	*/
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
	/*	width: 1050px;	*/
	width: 100%;
}

table.gridtable th {
/*	font-weight: normal;		*/
    font-size: 12px;
	border-width: 1px;
/*	padding: 4px;	*/
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
	text-align: left;
	padding-left: 4px;
}
table.gridtable td {
	border-width: 1px;
	padding: 0px 4px 0px 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
}

table.gridtable tr.rColor td {
      background-color: #8BA51A; color: white;
}

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

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

/*	RSSI meter text description line.	*/
.text {
  position: relative;	
  margin: 0px 0px 0px 10px;
  width: 330px;
  height: 18px;
/*  font-size: 12px;	*/
  text-align: left;
  vertical-align: bottom;
}

/*	RSSI meter (black) bars.	*/
.barbox_a {
  position: absolute;
  top: 0px;
  left: 13px;
  margin: 0px 0px 0px 0px;
  width: 300px;	
  height: 19px;
  background-color: black;
}

/*	RSSI meter colored bars.	*/
.bar {	
  position: relative;
  top: 0px;
  left: 0px;
  margin: 0px 0px 0px 0px;
  width: 0px;
  height: 19px;
  background-color: #0099FF;
  text-align: center;
  color: white;
}

.per {
  position: absolute;
  top: 0px;
/*  font-size: 12px;	*/
  left: 50%;
  height: 18px;
  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: 8pt;	*/
    font-weight: bold;
    color: #FFF;
    display: none;
}
label {
    line-height: 1.8;
}

.clearer {
	clear: both;
}

#cpMain {
    display: none;
}

/* JMW - Added styling for the text alert area (used to move/color text). */
#msg_area {
    position:absolute;
    top: 115px;	
    align: center;
    left:15px;
    padding: 10px 10px 10px 10px;
    min-width: 320px;	
    font-size: 1.5em;
/*    font-size: 18px;
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;	*/
    text-align: center;
    color: white;
    background-color: #9b0014;
}

/* JMW - Added styling for controls in link.php*/
#connect_form {
    font-weight: normal;
    line-height: normal;
/*    font-size: 1.0em;
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;	*/
    letter-spacing: normal;
}


/* Buttons for Disconnect, Monitor, Connect, etc.	*/
#connect_form input[type="button"] {
  font-size: 16px;
  height: 24px;
  min-width: 133px;
  margin: 5px 6px 5px 0px;
/*  background-color: #0099FF;	*/
/*  color: white;	*/
}

#connect_form input[type="text"] {
  font-size: 16px;
  height: 16px;
  width: 80px;
  margin: 5px 0px 0px 0px;
}

/*	Node drop-down list on control panel	*/
#localnode {
  font-size: 16px;
  height: 24px;
  width: 430px;
  margin: 5px 0px 0px 0px;
}

/*	Buttons with node number in grid.	*/
#nodebtn {
/*  font-size: 12px;	*/
  height: 20px;
  min-width: 60px;
  border-width: 0px;
/*  margin: 5px 0px 5px 0px;	*/
  background-color: #FFFFFF;	
/*  color: white;	*/
}
