/* Style sheet for Apex Cold Storage Website */
/* Written by Aaron Olson of NP Information Systems */
/* http://www.npinfo.com */

body {
  font-family: arial;
  font-size: 80%; }
  
li {
  font-size: 90%; }
  
td {
  font-size: 80%; }
  
a {
  color: blue; }
  
.navCell {
  border-top: 0px solid black; }
  
.bodyCell {
  vertical-align: top;
  padding: 5px;
  padding-bottom: 20px; }

.footCell {
  padding: 5px; }

.tabContainer {
  border-top: 1px solid black; }  

.tabLink {
  padding: 3px 3px;
  padding-bottom: 5px;
  margin: 2px 3px;
  margin-top: -1px;
  z-index: 100; }

.tabLink:link {
  z-index: 100;
  height: 15px;
  text-decoration: none;
  color: blue;
  background: #C1DEFF;
  border: 1px solid black;
  border-bottom: 1px solid black; }

.tabLink:visited {
  z-index: 100;
  height: 15px;
  text-decoration: none;
  color: blue;
  background: #C1DEFF;
  border: 1px solid black;
  border-bottom: 1px solid black; }
  
.tabLink:hover {
  z-index: 100;
  height: 15px;
  text-decoration: none;
  color: navy;
  background: #E1F0FF;
  border: 1px solid black; }

.tabLink:active {
  z-index: 100;
  height: 15px;
  text-decoration: underline;
  color: red;
  background: white;
  border: 1px solid black;
  border-bottom: 1px solid black; }

.footContainer {
  border-top: 1px solid black; }

.footLink {
  padding: 5px 15px;
  margin-top: -1px;
  z-index: 100; }

.footLink:link {
  z-index: 100;
  height: 15px;
  text-decoration: none;
  color: blue;
  background: #C1DEFF;
  border: 1px solid black;
  border-top: 1px solid black; }

.footLink:visited {
  z-index: 100;
  height: 15px;
  text-decoration: none;
  color: blue;
  background: #C1DEFF;
  border: 1px solid black;
  border-top: 1px solid black; }
  
.footLink:hover {
  z-index: 100;
  height: 15px;
  text-decoration: none;
  color: navy;
  background: #E1F0FF;
  border: 1px solid black;
   }

.footLink:active {
  z-index: 100;
  height: 15px;
  text-decoration: underline;
  color: red;
  background: white;
  border: 1px solid black;
  border-top: 1px solid white; }

.currentTabtLink {
  z-index: 100;
  height: 15px;
  text-decoration: none;
  color: navy;
  background: white;
  border: 1px solid black;
  border-top: 1px solid white; }

.byLineCell {
  font-size: 10px; }
  
