/*
 * Smoothbox v20070814 by Boris Popoff (http://gueschla.com) Based on Cody Lindley's Thickbox, MIT License
 * Licensed under the MIT License:http://www.opensource.org/licenses/mit-license.php
 */

#PulsemBox {
	position: absolute;
	background:transparent;
	overflow:overflow;
	z-index: 101;
	color:#FFF;
	font-size: 12px;
	font-family:Verdana, serif;
	text-align:left;
}

#PBoxOverlay {
	position: absolute;
	z-index:100;
	top: 0;
	left: 0;
	background-color:#000;
	width:100%;
}

#PulsemBox a:link {color: #EEF;}
#PulsemBox a:visited {color: #EEF;}
#PulsemBox a:hover {color: #CCF;}
#PulsemBox a:active {color: #EEF;}
#PulsemBox a:focus{color: #EEF;}

#PulsemBox img{
	margin: 0;
	padding:0;
	border:0;
	vertical-align:middle;
}

#PulsemBox #PBoxImage {
	display:block;
	border:2px solid #FFF;
	background:#FFF;
}

#PBoxHeader{
	height:46px;
	line-height:46px;
	text-align:right;
}

#PBoxNav{ padding:0 8px; }

#PBoxCaption{ max-height:114px;padding:8px;overflow:auto;font-weight:bolder; }

#PBoxCloseButton{ margin-left:15px; }

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

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

#PBoxTitle{}

#PBoxAjaxContent{
	background:#FFF;
	clear:both;
	padding:0;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
	color:#333;
}

#PBoxAjaxContent p{ padding:5px 0; }

#PBoxLoader{
	position: absolute;
	height:100px;
	width:100px;
	z-index:102;
}

#PBoxLoader img{ margin:0;padding:0;border:0; }

#PBoxHide{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
}

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

* html #PBoxFrame{ margin-bottom:1px; }