/*
 * 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
 */

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

#PulsemBox a:link {color: #666666;}
#PulsemBox a:visited {color: #666666;}
#PulsemBox a:hover {color: #000;}
#PulsemBox a:active {color: #666666;}
#PulsemBox a:focus{color: #666666;}

#PulsemBox {
	position: absolute;
	background: #FFF;
	z-index: 101;
	color:#555;
	font: 12px Arial, Helvetica, sans-serif;
	border: 1px solid #999;
	text-align:left;
	-webkit-border-radius:9px;
	-khtml-border-radius:9px;
	-moz-border-radius:9px;
	border-radius:9px;
	
}

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

#PulsemBox #PBoxImage {
	display:block;
	margin: 8px;
	border: 1px solid #CCC;
}

#PBoxControls{
	margin:12px 15px 10px 15px;
	min-height:20px;
}
* html #PulsemBox #PBoxControls{ height:20px; }

#PBoxCaption{ height:20px;line-height:20px;color:#666;overflow:hidden; }

#PBoxExtraCaption {
	float:right;
	width:auto;
	font: 10px Arial, Helvetica, sans-serif;
	color:#666;
	text-align:center;
}
#PBoxExtraCaption #PBoxNavInfo { padding:0 8px; }

#PBoxClose{
	float:right;
	width:auto;
	padding-left:15px;
	text-align:right;
}

#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{
	clear:both;
	padding:4px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#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; }
