/* OVERLAY -------------------------------------------------------------------*/
#TB_overlay { position: fixed; z-index:1000; top: 0; left: 0; height:100%; width:100%; }
.TB_overlayBG { background: #000; filter:alpha(opacity=40); -moz-opacity: 0.40; opacity: 0.40; }
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

/* WINDOW --------------------------------------------------------------------*/
#TB_window {  position: fixed; z-index: 1002; color:#000; display:none; text-align:left; top:50%; left:50%; }
* 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 img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}*/
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeAjaxWindow { 
	padding: 8px 15px; 
	border-bottom: 2px dotted #ff6600;
	background: url(pop_tit_bg.gif); 
	color: #FF7800; 
	font-weight: bold; 
	font-size: 1.2em;
	margin-bottom: 0px;
}

#TB_closeAjaxWindowBtn {
	cursor: pointer;
	margin: 2px 5px;
	float: right;
}

#TB_body { background: #FFF; border: 2px solid #669933; padding: 0 0px; margin:0px;  } 

#TB_title table { width: 100%; height: 6px; overflow: hidden; line-height: 1px; border-collapse: collapse; }
#TB_title td.tl { background: url(pop_tl_bg.gif) top left no-repeat; }
#TB_title td.tm {
 height:0px;}
#TB_title td.tr { background: url(pop_tr_bg.gif) top right no-repeat; }

#TB_foot table { width: 100%; height: 6px; overflow: hidden; line-height: 1px; border-collapse: collapse; }
#TB_foot td.bl { background: url(pop_bl_bg.gif) bottom left no-repeat; }
#TB_foot td.bm { background: url(pop_bm_bg.gif) bottom repeat-x; }
#TB_foot td.br { background: url(pop_br_bg.gif) bottom right no-repeat; }


#TB_ajaxContent { overflow:none; text-align:left; }
#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 */
}

#TB_info { margin-top: -20px; color: #FFF; text-align: center; font-size: 24px; }

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

#map h3{color:#669933;}
#map p{font-size:14px;}


