/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> 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:#80848a;
    text-transform: none;
}


#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: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../img/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}

* 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: fixed;
	z-index: 102;
	color:#000000;
	display:none;
	text-align:left;
	top:50%;
	left:50%;
    background: #fff;
}

#page_apartments_browse #TB_window,
#page_apartments_search #TB_window {
    border: 6px solid #fff;
}

* 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_window.TB_overlayFFHack {
    position: absolute;
}

#TB_window img#TB_Image {
	display:block;
    margin: 0 auto;
}

#TB_caption{
    min-height: 55px;
    _height: 55px;
    color: #80848a;
    font: bolder 10px verdana,Arial,Helvetica,sans-serif;
    padding: 0 40px 10px 10px;
    text-transform: uppercase;
}
#page_apartments_browse #TB_caption,
#page_apartments_search #TB_caption {
    min-height: 43px;
    _height: 43px;
    color: #80848a;
    background: #fff;
    text-transform: none;
    padding: 8px 0 0 0;
}

#TB_closeWindow {
    position: absolute;
    bottom: 10px;
    left: 10px;
    height: 10px;
    width: 9px;
    text-indent: -2000px;
    cursor: pointer;
    background: url(../img/ico.window_close.gif) no-repeat;
}
#TB_closeWindow:hover {
    background-image: url(../img/ico.window_close.over.gif);
}
#page_apartments_browse #TB_closeWindow,
#page_apartments_search #TB_closeWindow {
    left: 0;
    bottom: 0;
}

#TB_printy {
    position: absolute;
    right: 5px;
    top: 0;
    height: 16px;
    width: 16px;
}
#TB_printy a {
    display: block;
    height: 16px;
    width: 16px;
    text-indent: -2000px;
    background: url(../img/ico.iconPrint-olay.gif) no-repeat;
}


#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;
}
#TB_ImageOff {
    display: block;
    padding: 5px;
}

#TB_slide_prevW,
#TB_slide_nextW {
    position: absolute;
    left: 0;
    top: 0;
    width: 49%;
     /* border: 1px solid green; */
    background: url(../img/xp.gif); /* this makes IE handle mouseover events correctly. nobody knows why */
}
#TB_slide_nextW {
    left: auto;
    right: 0;
}

#TB_slide_prev,
#TB_slide_next {
    position: absolute;
    left: 0;
    top: 50%;
    width: 55px;
    height: 50px;
    margin-top: -25px;
    background: #fff url(../img/btn.SlideShowPrev-white.gif) no-repeat center center;
    cursor: pointer;
    visibility: hidden;
    text-indent: -2000px;
}
#TB_slide_prev.over,
#TB_slide_next.over {
    visibility: visible;
}
#TB_slide_next {
    right: 0;
    left: auto;
    background: #fff url(../img/btn.SlideShowNext-white.gif) no-repeat center center;
}
#TB_slide_next:hover {
    background-image: url(../img/btn.SlideShowNext-white.over.gif);
}
#TB_slide_prev:hover {
    background-image: url(../img/btn.SlideShowPrev-white.over.gif);
}

