/* Links page */

#linkbox {
font-family: tahoma;
padding-left: 10px;
padding-right: 15px;
}

.linkheadertxt {
font-size: 14px;
line-height: 20px;
margin: 0 0 20px 0;
}

.linktitle {
font-size: 18px;
font-weight: bold;
color: #0033CC;
margin: 0 0 5px 0;
}

.linkdesc {
font-size: 12px;
margin: 0 0 10px 0;
padding: 0;
line-height: 18px;
}

.hyperlink {
font-size: 12px;
margin: 0 0 10px 0;
}

.divider {
width: 100%;
height: 1px;
border-top: 1px solid #ccc;
margin: 20px 0 20px 0;
}

.imgholder {
float: right;
width: 98px;
margin: 0 0 15px 15px;
text-align: center;
font-size: 10px;
color: #ccc;
}

.clearboth {
clear: both;
}

/* Thumbnail Viewer for Gallery */

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
border: 1px solid #838383;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font-weight: bold;
font-size: 14px;
font-family: "trebuchet ms", arial, sans-serif;
letter-spacing: 5px;
line-height: 1.1em;
color: #fff;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #313131;
color: #fff;
font-size: 14px;
font-family: "trebuchet ms", arial, sans-serif;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid #000;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}