@charset "utf-8";
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*
{
padding: 0;
margin: 0;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window
{
font: 12px Arial, Helvetica, sans-serif;
color: #333333;
}
#TB_secondLine
{
font: 10px Arial, Helvetica, sans-serif;
color:#666666;
}
#TB_window a:link
{
color: #666666;
}
#TB_window a:visited
{
color: #666666;
}
#TB_window a:hover
{
color: #000;
}
#TB_window a:active
{
color: #666666;
}
#TB_window a:focus
{
color: #666666;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay
{
position: fixed;
z-index:100;
top: 0;
left: 0;
height:100%;
width:100%;
}
.TB_overlayMacFFBGHack
{
background: url(macFFBgHack.png) repeat;
}
.TB_overlayBG
{
background-color:#000;
filter:alpha(opacity=75);
-moz-opacity: 0.75;
opacity: 0.75;
}
* html #TB_overlay
{ /* ie6 hack */
position: absolute;
 height: expression(document.body.scrollHeight >

