table.center {margin-left:auto; margin-right:auto;}
td.top {vertical-align:top;}
td.left{horizontal-align:left;}
iframe.abs{position:absolute; top:125px; left:355px; overflow-x: hidden;}
iframe.absFlash{position:absolute; top:200px; left:320px; z-index:100; overflow-x: hidden;}
body.transparent{background-color:transparent;}
img.noborder{border-style: none;}
img.border{border-color: #FFFFFF;}
div.block{display:block; font: 12px arial;}
div.newsDate{display:block; font: bold 16px arial;}
div.header{display:block; font: bold 16px arial;}
div.credits{font: 12px arial; text-align: left;}
div.content{display:block; font: 12px arial; text-align: left;}
div.quote{display:block; font: 10px arial; text-align: right;}
div.hiddenContent{display:block; font: 14px arial;}
a.expandLink{text-decoration: none; cursor: pointer;}
a {outline: none;}
frame{overflow-x: hidden;}
table.centerTable{position:absolute; top:50px; left:400px;}
iframe.absFlash{position:absolute; top:145px; left:385px; z-index:100; overflow-x: hidden;}

.root     {
    position:relative;
    height:      350px;
    width:      500px;
    margin:       0px 0px 8px 7px;    
    }
.root p   {
    margin:      10px 10px 5px 10px;
    }
.thumb     {
    position:      absolute;
    height:      9px;
    width:      15px;
    left:       10px;
    }
.up, .dn   {
    position:      absolute;
    left:       10px;
    }
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
    border:      0;
    }
.scrollContainer { 
    position:      absolute; 
    left:      2px; 
    top:      19px; 
    width:      5px; 
    height:      350px; 
    clip:      rect(0 400 600 0); 
    overflow:      auto; 
    border-top:    0px solid #000000;
    border-left:    0px solid #000000;
    border-right:    0px solid #686262;
    border-bottom:    0px solid #686262;
    background:    #6D92AD;
    }
.scrollContent { 
    position:      absolute; 
    left:      0px; 
    top:      0px; 
    width:      100px; 
    }
    
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
   position: absolute;
   left: 0;
   top: 0;
   width: auto;
   padding: 10px;
   padding-bottom: 0;
   background: #9A9A9A;
   visibility: hidden;
   z-index: 10;
   cursor: hand;
   cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
   font: bold 16px Tahoma;
   letter-spacing: 5px;
   line-height: 1.1em;
   color: #313131;
   padding: 5px 0;
   text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
   background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
   position: absolute;
   visibility: hidden;
   border: 1px solid black;
   background-color: #EFEFEF;
   padding: 5px;
   z-index: 5;
}