/* --------------------------------------------------------------------------------------------------
Extras - site wide
--------------------------------------------------------------------------------------------------*/


.nil { padding: 0; margin: 0; border: none; }


/* --------------------------------------------------------------------------------------------------
General Table + Form
--------------------------------------------------------------------------------------------------*/

table { margin-bottom: 20px; }
td { padding: 5px; }
td.title { padding: 7px 5px; font-weight: bold; color: #fff; }

/*---------------------------------------------   
    Thumbnail/Popup viewer
----------------------------------------------*/

#thumbBox { /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #003f7c;
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: #ffffff;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage { /*DIV within thumbbox that holds the enlarged image */
background: #fff
}

#thumbLoading { /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
text-align: center;
border: none;
background: #266fb3;
padding: 8px;
z-index: 5;
color: #ffffff;
}
