hr {
    color: #5C749A;
    border-bottom: 1px solid #DCDFE4;
}
td {
    font-size:12px;
    font-family:verdana;
    color:000000;
}
h1 {
    font-size:32px;
    color: black;
    width:100%;
    height: 40;
    Filter: dropShadow(Color=#647390, offx=2, offy=2, positive=1) ;
}
h2 {
    font-size:24px;
    color: black;
    width:100%;
    height: 32;
    Filter: dropShadow(Color=#647390, offx=2, offy=2, positive=1) ;
}
h3, h4 {
    margin: 0 0 0 0;
    color: #555555;
}
h5 {
    font-size:18px;
    color: black;
    margin: 0 0 0 0;
    width:100%;
    height: 24;
    Filter: dropShadow(Color=#F8AD02, offx=1, offy=2, positive=1) ;
}
ol {
    margin-top: 5px;
}
li {
    margin-bottom: 5px;
}
a, a:visited{
    color:#5C749A;
    font-family:verdana;
    font-weight:bold;
}
a:hover{    
    color:#F4AF0C; 
}
a.linkopacity img {
    filter:alpha(opacity=100);   
    opacity: 1.0;
    margin: 0px;
    border: none;
}
a.linkopacity:hover img {
    filter:alpha(opacity=60); 
    opacity: 0.6;
    border: none;
}
a.revopac img {
    border: solid 1px #faad07;
    filter:alpha(opacity=85);
    opacity: 0.85;
}
a.revopac:hover img {
    border: solid 1px #faad07;
    filter:alpha(opacity=100);   
    opacity: 1.0;
}
a img {
    border: 1px;
    border-color:black;
}

.footer a, .footer a:visited {
    font-size:10px;
    color: white;
}

.main img {
    border: 1px;
    border-color:black;
}

.popup{
    position: relative;
    z-index: 0;
    padding-right: 10px;
}

.popup:hover{
    background-color: transparent;
    z-index: 50;
}

.popup span{ 
    position: absolute;
    padding: 0px;
    left: -1000px;
    visibility: hidden;
    color: black;
    text-decoration: none;
}

.popup span img{ 
    border: 1px solid #ffffff;
    padding: 0px;
}

.popup:hover span{ 
    visibility: visible;
    top: -90px;
    left: 20px; 
}

/*------------------------------------------------
------------------- TABS STUFF -------------------
-------------------------------------------------- */
/* $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:0;
    padding: 3px 0;
    border-bottom: 1px solid #778;
    font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
    list-style: none;
    margin: 0;
    display: inline;
}

ul.tabbernav li a
{
    padding: 3px 0.5em;
    margin-left: 20px;
    border: 1px solid #778;
    border-bottom: none;
    background: #DDE;
    text-decoration: none;
}

ul.tabbernav li a:link { 
    color: #448; 
}
ul.tabbernav li a:visited { 
    color: #667; 
}

ul.tabbernav li a:hover
{
    color: #000;
    background: #AAE;
    border-color: #227;
}

ul.tabbernav li.tabberactive a
{
    background-color: #fff;
    border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
    color: #000;
    background: white;
    border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
    padding:5px;
    border:1px solid #aaa;
    border-top:0;
    
    /* If you don't want the tab size changing whenever a tab is changed you can set a fixed height */
    /* height:200px; */
    /* If you set a fix height set overflow to auto and you will get a scrollbar when necessary */
    /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
    display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
    height:200px;
    overflow:auto;
}
