/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}



/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
 
ul.tabbernav {
 margin-bottom:7px; 
 /*padding: 3px 0;*/
}

ul.tabbernav li {
 list-style: none;
 margin: 0;
 display: inline;
}

/* tab */
div #mainTabWindow ul.tabbernav li a {
  background: #395b76;
  border: 1px solid #062339;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  padding: 3px 0.5em;
  margin-right: 3px;
}

ul.tabbernav li a:link { color: #667; }
ul.tabbernav li a:visited { color: #667; }

/* hover over tab */
div #mainTabWindow ul.tabbernav li a:hover {
 background: #18374f;
 text-decoration:none;
}

/* active tab */
div #mainTabWindow ul.tabbernav li.tabberactive a {
 background-color: #fff;
 color: #2c5573;
}

/* hover over active tab */
div #mainTabWindow ul.tabbernav li.tabberactive a:hover {
 color: #fff;
 background-color: #092942;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab  {
  margin-top:2px;
  /*padding:5px;*/
  border:0px solid #aaa;
  background-color: transparent;
}

/* tab detail TD check boxes */
.tabberlive .tabbertab td {
  background-color: transparent;
  font-family: Arial, Helvetica, sans-serif;
  font-size:10px;
  padding-left:4px;
  line-height: 14px;
  color:#fff;
}

/* tab detail TD Selects */
.tabberlive .tabbertab td select {
  background-color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size:10px;
}

/* used to display the sub navigation crumb trail */
.tabberSubNav {
  margin-top:2px;
 /* padding:2px;*/
  border:1px solid #89a4b9;
  background-color: #fff;
  padding:3px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#0f3c73;
}

/* used to display the sub navigation button */
.tabberSubNavBtn {
  margin-top:2px;
 /* padding:1px;*/
  border:1px solid #89a4b9;
  background-color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #2c5573;
}

/* set the paging navigation style */
.pagingNav td {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
  color:#ccc;
}

#goog {display:none;}
#middle {height:30px}
