/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window{
color:#333;
}

#TB_secondLine{
float:left;
width:auto;
padding:10px 0 0 15px;
font-size:88%;
font-weight:bold;
color:#333;
}

#TB_secondLine #TB_Counter{
display: block;
float: left;
height:18px;
}

#TB_secondLine #TB_next,
#TB_secondLine #TB_prev {
float:left;
}

#TB_secondLine #TB_next a {
background:url(images/icn_pagenext.gif) no-repeat right 0;
display:block;
width:23px;
height:18px;
_height:18px;
border:none;
text-indent:-99999px;
cursor:pointer;
}
#TB_secondLine #TB_prev a {
background:url(images/icn_pageprev.gif) no-repeat left 0;
display:block;
width:23px;
height:18px;
_height:18px;
border:none;
text-indent:-99999px;
cursor:pointer;
}

/*
#TB_window a:link {color: #666;}
#TB_window a:visited {color: #666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666;}
#TB_window a:focus{color: #666;}
*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay{
position: fixed;
top: 0;
left: 0;
height:100%;
width:100%;
z-index:100;
}

.TB_overlayMacFFBGHack {
background: url(images/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 > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
display:none;
position: fixed;
top:50%;
left:50%;
border: 1px solid #333;
background: #fff;
text-align:left;
z-index: 102;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_Content {
clear:both;
padding:0 15px 0 15px;
margin:0;
}

#TB_window img#TB_Image {
clear:both;
display:block;
margin:0 0 10px 0;
padding:0;
}

#TB_caption{
padding:0 0 5px 0;
font-size:88%;
}

p.PhotoNotice {
padding:0 0 13px 0;
font-size:76%;
text-align:right;
}

#TB_closeWindow{
float:right;
margin:0;
padding:10px 15px 0 0;
font-size:88%;
}
#TB_closeWindow a {
clear:both;
display:block;
float:right;
width:14px;
height:25px;
margin:0;
padding:0;
font-weight:bold;
background:url(images/btn_close.gif) no-repeat right 3px;
text-indent:-99999px;
cursor:pointer;
}

#TB_closeWindow a:hover {
text-decoration:none;
}

#TB_closeAjaxWindow{
float:right;
margin:0;
padding:10px 15px 0 0;
font-size:88%;
}

#TB_closeAjaxWindow a {
clear:both;
display:block;
float:right;
width:14px;
height:25px;
margin:0;
padding:0;
font-weight:bold;
background:url(images/btn_close.gif) no-repeat right 3px;
text-indent:-99999px;
cursor:pointer;
}

#TB_closeAjaxWindow a:hover {
text-decoration:none;
}

#TB_ajaxWindowTitle{
float:left;
margin:0;
padding:10px 15px 0 0;
font-weight:bold;
font-size:88%;
}

#TB_title{
}

#TB_ajaxContent{
clear:both;
height:auto !important;
margin:0;
padding:0;
background-color:#FFF;
}
#TB_ajaxContent.TB_modal{
padding:15px;
}

#TB_ajaxContent p{
padding:0 0 10px 0;
}

#TB_load{
position: fixed;
display:none;
top: 50%;
left: 50%;
width:208px;
height:13px;
z-index:103;
margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
position:fixed;
top: 0;
left: 0;
height:100%;
width:100%;
background-color:#fff;
border:none;
z-index:99;
filter:alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
}

* html #TB_HideSelect { /* ie6 hack */
position: absolute;
height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
clear:both;
margin-bottom:-1px;
margin-top:1px;
_margin-bottom:1px;
border:none;
}