/*---------- Use the core style sheet for basic, non-Hexbeam-specific functions ---------------*/
@import url(/core.css);

/*---------- Hexbeam-specific styling ---------------*/
div.header
{
  background-image: url("header_hex.jpg");
  border-bottom: 18px solid rgb(90,100,130);
  border-top: 2px solid rgb(90,100,130);
  padding-top: 20px;
}

h1
{
  font-size: 30pt;
  color:rgb(90,100,130);
  text-align: center;
  margin-top: 0px;
}
  
div.menu
{
  border-right: 2px solid rgb(90,100,130);
  color: black;
  background-color: rgb(220,231,249);
}

#breadcrumbs a
{
  color: white;
}

div.content
{
  color: #444;
  background-color: rgb(230,230,230);
}

h4, h3
{
  clear: both;
}

li
{
  margin-bottom: 0.2em;
}

.content em
{
  font-style: italic;
  color: #000;
  background-color: #ccc;
}

hr
{
  clear: both;
}

img.left2
{
  border: 0px none ;
  margin: 5px;
  float: left;
}

.menu a:link, .menu a:visited
{
  color: rgb(0, 0, 0);
  text-decoration: none;
  background-color:rgb(220,231,249);
  display:block;
}

.menu a:hover, .menu a:active
{
  color: #ffffff;
  background-color:rgb(90,100,130);
}

.hex_table
{
  float: right;
  background-color: #cccccc;
  padding: 3px;
  margin: 5px 5px 5px 10px;
  border: 1px solid black;
}

.hex_table td
{
  text-align: left;
  font-size: 8pt;
  padding: 3px 3px 3px 6px;
  border: 1px solid #888;
}

#footer_hex
{
  clear: both;
  margin: 3em 0 3em 0;
  font-size: 0.8em;
  color: rgb(90,100,130);
  text-align: center;
}

.exec_summary LI
{
  font-weight: bold;
}


/*---------- Page-specific styling ---------------*/

#specs
{
  width: 330px;
}

#bb_dimensions, #extra_dimensions
{
  width: 330px;
}

#band_stacking 
{
  margin: 0 0 0 10px;
  width: 410px;
  display: block;
  float: right;
  background-color: #cccccc;
  border: 1px solid black;
}

#band_stacking  td
{
  text-align: center;
  font-size: 8pt;
  padding: 3px;
  border: 1px solid #bbb;
}

tr.band5 td
{
  background-color: #dce7f9;
}

tr.band4 td
{
  background-color: #bad3f1;
}

tr.band3 td
{
  background-color: #dce7f9;
}

tr.band2 td
{
  background-color: #bad3f1;
}

tr.band1 td
{
  background-color: #dce7f9;
}

#cw_dimensions, #ssb_dimensions, #wire_corrections {width: 350px;}
#average_gain  {width: 400px;}

#multi_perf_charts, #multi_tune_charts
{
  clear: both;
  margin: 0px -10px 0px -10px;
}


  

