
#page_top {
position: relative;
}

.press #page_top .pic {

background: url(../images/press_pic.png) top left no-repeat;
position:absolute;
width: 83px;
height: 79px;
left: 0px;
top: -20px;

}

table {
width:auto;
}

.press h3 {
background: #333333 url(../images/end_right.jpg) no-repeat right;
font: bold 20px "Trebuchet MS";
color: #fff;
padding-left: 80px;
border-left: 20px #F5F0DE solid;
}

tr {
vertical-align: top;
}

td {
width:200px;;
}

table a:link, a:visited{
text-decoration: none;
color: #006699;
}

table a:hover, a:active {
color: #006699;
}

table h2 {
margin-bottom:10px;
font:20px "Trebuchet MS";
color: #333333;
}

table li{
padding:5px;
padding-bottom:0;
font: bold 15px "Trebuchet MS";
color: #333333;
border-bottom: 1px #335d70 dashed;
}

table ul {
list-style: none;
padding:0;
margin:0;
}

table li:hover {
background: #F1EAD1;
}

table p{
background: #4BABD8;
color: #fff;
padding: 5px;
font: 13px "Trebuchet MS";
border: #335d70 3px solid;
}

caption{
font: bold 18px "Trebuchet MS";
text-align: left;
margin: auto;
margin-top: 10px;
}


#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
margin:auto;
padding: 10px;
background: #99CCCC;
visibility: hidden;
z-index: 10;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
background: url(../images/close.png);
position: absolute;
width: 36px;
height:36px;
right: -10px;
top: -10px;
cursor: pointer;
z-index:99999;
}


#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;
font: bold 15px "Trebuchet MS";
color:#FFFFFF; 
border: thick #333333 solid;
background-color: #CCCCCC;
padding: 10px;
z-index: 5;
}

