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

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> probox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#PB_Window {
  font-family:Verdana;
	color:#FFFFFF;
	font-size:13px;
}
#PB_secondLine {
  font-family:Verdana;
  color:#666666;
  font-size:13px;
}
#PB_Window a:link {color: #666666;}
#PB_Window a:visited {color: #666666;}
#PB_Window a:hover {color: #000;}
#PB_Window a:active {color: #666666;}
#PB_Window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> probox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#PB_Overlay {
  position: fixed;
  z-index:1100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.PB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.PB_OverlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #PB_Overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#PB_Window {
  position: fixed;
  background: #0e1113;
  z-index: 2000;
  color:#ffffff;
  border: 4px solid #434343;
  text-align:left;
  top:50%;
  left:50%;
  padding:10px;
}
* html #PB_Window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#PB_Window img#PB_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;
}
#PB_Caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#PB_CloseWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#PB_CloseAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#PB_AjaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#PB_Title{
  line-height:22px;
  padding:0 6px 3px 0;
  text-align:right;
}

#PB_AjaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#PB_AjaxContent.PB_modal{
  padding:15px;
}
#PB_AjaxContent p{
  padding:5px 0px 5px 0px;
}

#PB_Load{
  position: fixed;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #PB_Load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#PB_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 #PB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#PB_IframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}

#PB_Close{
  text-decoration:none;
  padding-right: 17px;
  background: url(../images/homepage/close.gif) no-repeat 100% 50%;
  font-family: arial, sans-serif;
}

a#PB_Close:link, a#PB_Close:visited {
	color: #bcbcbc;
}

a#PB_Close:active, a#PB_Close:hover {
	color: #cccccc;
}

#PB_Window .PB_Content {
	background: url(../images/homepage/pop_bg_rep.gif) repeat-y 50% 0;
}

#PB_Window .PB_Content_Top {
	background: url(../images/homepage/pop_bg_top.gif) no-repeat 50% 0;
	height: 100%;
}

#PB_Window .PB_Content_Bottom {
	background: url(../images/homepage/pop_img.jpg) no-repeat 50% 100%;
	height: 100%;
	padding: 0 40px;
}

#PB_Window .PB_Content {
	text-align: center;
}

#PB_Window .PB_Content p {
	line-height: 40px;
	font-size: 14px;
	color: #d7d8d7;
	font-family: arial, sans-serif;
}

#PB_Window .PB_Content h1 {
	font-size: 32px;
	color: #fffe50;
	font-family: arial, sans-serif;
	text-align: center;
	margin: 0 0 0.67em;
	padding: 0.67em 0 0;
}

#PB_Window .PB_Content h2 {
	font-size: 25px;
	color: #d7d8d7;
	font-family: arial, sans-serif;
	text-align: center;
}