/*
www.pensionstheft.org style sheet

==== MAIN STRUCTURE ====
*/


BODY {
font-family:Verdana, Arial, Helvetica, sans-serif; color: #000000;
margin-top: 0px;
margin-left: 0px;
padding: 0px 0px 0px 0px;
background-color: #FFFFFF;
}

a:link {
  color:#000000;
}
a:visited {
  color:#000000;
}
a:active {
  color:#000000;
}
a:hover {
   color: #3333ff;
}   

#leftcol {
   width:20%;
   }
   
#midcol {
   vertical-align:top;
   }   
   
   
TD {
font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10pt; color: #000000;
}

#gallery TR{
  
  }

#gallery TD{
  width: 320px;
  }

H1{
  font-family:verdana; 
  font-size:150%; 
  font-style:italic; 
  color:#003366;
  }
H2{
  font-family:verdana; 
  font-size:120%;
  color:#003366;
  margin-top: 3em;
  }
  
#textbox1 {
  border: 1px dotted black;
  padding: 1em;
}  

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*
==== CHROME SECTION ===
*/    

#company  {
  margin-left: 10px;
  display: block;
  color: white;
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
  text-decoration: none;
}

#navbutton {
   border: medium none white;
}

#navbutton td {
   background-color: #336699;
}

#navbutton a {
   height: 24px;
   width: 144px;
   display: block;
   left: 0px;
   line-height: 24px;
   font-size: 12px;
   color: white;
   text-decoration: none;
   background: url('./graphics/buttons/nav_link.gif') 0 0;
}

#navbutton a:hover {
   background: url('./graphics/buttons/nav_hover.gif') 0 0;
   color: white;
   font-weight: bold;
}   

#navbutton a:active{
   background: url('./graphics/buttons/nav_active.gif') 0 0;
   color: #9BF;
   font-weight: bold;
}

#navbutton span {
   height: 24px;
   width: 144px;
   display: block;
   left: 0px;
   line-height: 24px;
   font-size: 12px;
   color: #CCC;
   text-decoration: none;
   background: url('./graphics/buttons/nav_link.gif') 0 0;
}

#gototop div {
}

#gototop a {
   height: 16px;
   width: 40px;
   display: block;
   float: right;
   line-height: 16px;
   background: url('./graphics/buttons/gototop.gif') 0 0;
}

#gototop a:hover {
   background: url('./graphics/buttons/gototop_h.gif') 0 0;
}

/*
==== TOOLTIPS ===
*/ 

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}