/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
* {
    padding: 0;
    margin: 0;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
    font-family: Verdana, Arial, Helvetica, Sans;
    font-size: 10pt;
}
a:focus, a:link, a:hover, a:active, a:visited {
    color: #222222;
	outline: none;
    border: 0px;
	text-decoration: none;
}

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

.TB_overlayMacFFBGHack {
    background: url(/images/macFFBgHack.png) repeat;
}

.TB_overlayBG {
    background-color: #000;
    filter: alpha( opacity = 55 );
	-moz-opacity: 0.55;
	opacity: 0.55;
}

* html #TB_overlay { /* ie6 hack */
    position: absolute;
    height: expression( document

.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight:document.body.offsetHeight + 'px' );
}

#TB_window {
    position: absolute;
    background: #ffffff;
    z-index: 102;
    color: #000000;
    display: none;
    border: 2px solid #525252;
    text-align: left;
    top: 20px;
    left: 50%;
    height: 649px;
}

* html #TB_window { /* ie6 hack */
    position: absolute;
    margin-top: 0px;
}

#TB_window img#TB_Image  {
    display: block;
    border: 0px;
	outline: none;
}

/*IE6*/
#imageHide {
	padding-top: 35px;
}

#TB_imageTop, #TB_caption {
    height: 28px;
    width: 896px;
	background-color: #777777;
	color: #bbbbbb;
	letter-spacing: 2pt;
    font-size: 0.9em;
}

#TB_imageContainer {
    height: 593px;
    width: 896px;
    background-color: #999999;
	text-align: center;
}

#TB_imageTable {
	width: 100%;
	height: 100%;
	border: 0px;
	vertical-align: middle;
	text-align: center;
}

td.TB_imageCell {
	width: 40%;
	text-align: center;
	padding-bottom: 10px;
}

td.spacer {
	width: 30%;
}

.TB_captionTable {
    width: 100%;
    height: 100%;
    padding: 0px;
    color: #bbbbbb;
    letter-spacing: 2pt;
    font-size: 0.9em;
    vertical-align: middle;
}

#TB_captionLeft {
    width: 35%;
    text-align: left;
    vertical-align: middle;
    padding-left: 7px;
}
#TB_captionBotLeft {
    text-align: left;
    vertical-align: middle;
    padding-left: 7px;
}
#TB_captionBotRight {
	text-align: right;
	padding-right: 7px;
	width: 180px;
}
#TB_captionMiddle {
    width: 30%;
    text-align: center;
}

#TB_next, #TB_prev {
    cursor: pointer;
}

#TB_captionRight {
    width: 35%;
    text-align: right;
    padding-right: 7px;
}

#TB_closeWindowButton {
	text-decoration: none;
    color: #aaaaaa;
}

#TB_closeWindowButton a:hover {
    text-decoration: underline;
    color: #ffffff;
}

#TB_closeAjaxWindow {
    padding: 7px 10px 5px 0;
    margin-bottom: 1px;
    text-align: right;
    float: right;
}

#TB_ajaxWindowTitle {
    float: left;
    padding: 7px 0 5px 10px;
    margin-bottom: 1px;
}

#TB_title {
    background-color: #e8e8e8;
    height: 27px;
}

#TB_ajaxContent {
    clear: both;
    padding: 2px 15px 15px 15px;
    overflow: auto;
    text-align: left;
    line-height: 1.4em;
}

#TB_ajaxContent.TB_modal {
    padding: 15px;
}

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

#TB_load {
    position: fixed;
    display: none;
    height: 13px;
    width: 208px;
    z-index: 103;
    top: 50%;
    left: 50%;
    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 {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    border: none;
    filter: alpha( opacity = 0 );

-moz-opacity:
    0;

opacity:
    0;

height:
    100%;

width:
    100%;
}

* 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;
    border: none;
    margin-bottom: -1px;
    margin-top: 1px;
    _margin-bottom: 1px;
}
