#tagline { background-color: white; }

/* airmon sub-site right-hand navigation */
/* Basic styles for all menus */

.airmonsitemenu { 
  float: right; 
  width: 175px;
  border: 0px;
  margin: 8px 0px 15px 15px;
  padding: 0px;
  background-color: #f6f6f6;
  clear: both;
}

.airmonsitemenu h2 { 
  font-size: 90%;
  border: 1px solid #999;
  border-bottom: 0px;  
  padding: 3px;
  margin: 0px;
}

.airmonsitemenu ul {
  padding: 0px;
  margin: 0px;
  border-bottom: 1px solid #999;
}

.airmonsitemenu li { 
  font-size: 90%;
  list-style-type: none;
  border: 1px solid #999;
  border-bottom: 0px;
  padding: 0px;
}

.airmonsitemenu a {
  text-decoration: none;
  display: block;
  padding: 3px;
  margin: 0px;
  width: 96.4%;
}

/* Menu colors */

.airmonsitemenu { 
  background-color: #f6f6f6; 
}

.airmonsitemenu a, .airmonsitemenu a:visited { 
  color: blue;
}

.airmonsitemenu a:hover {
  background-color: #e0e0e0;
}

.airmonsitemenu h2 {
  background-color: #f6f6f6;
}

.airmonsitemenu li, 
.airmonsitemenu h2, 
.airmonsitemenu ul { 
  border-color: #999; 
}


img.imgright, img.imgleft { border: 1px solid #ddd; padding: 0px; margin: 15px; }
img.imgleft { margin-left: 0px; clear: left;  }


table.pmdata td, table.pmdata th { padding: 4px 6px; border: 1px solid #999; text-align: center; }
table.pmsites { width: 600px; }
table.pmsites td, table.pmsites th { padding: 4px; }
table.nowidth { width: auto; }

table.pmdata { border: 2px solid #666; }
table.pmdata .borderleft { border-left: 2px solid #666; }
table.pmdata .borderright { border-right: 2px solid #666; }
table.pmdata .leftalign, table.pmdata .leftalign th, table.pmdata .leftalign td { text-align: left; }
table.pmdata .region, table.pmdata .region th { text-align: left; background-color: #def; }



