.overlay_pbowl {
	background-color: 	#efefef;
	filter:				alpha(opacity=60);
	-moz-opacity: 		0.6;
	opacity: 			0.6;
}

.pbowl_nw {
	background: 		transparent url(/images/pbowl/left-top.gif) no-repeat 0 0;			
	width:				10px;
	height:				25px;
	border-bottom: 		1px solid #cccccc;
}

.pbowl_n {
	background: 		transparent url(/images/pbowl/top-middle.gif) repeat-x 0 0;			
	height:				25px;
	border-bottom: 		1px solid #cccccc;
}

.pbowl_ne {
	background: 		transparent url(/images/pbowl/right-top.gif) no-repeat 0 0;			
	width:				10px;	  
	height:				25px;
	border-bottom: 		1px solid #cccccc;
}

.pbowl_w {
	background: 		transparent url(/images/pbowl/frame-left.gif) repeat-y top left;			
	width:				7px;
}

.pbowl_e {
	background: 		transparent url(/images/pbowl/frame-right.gif) repeat-y top right;			
	width:				7px;	  
}

.pbowl_sw {
	background: 		transparent url(/images/pbowl/bottom-left-c.gif) no-repeat 0 0;			
	width:				7px;
	height:				7px;
}

.pbowl_s {
	background: 		transparent url(/images/pbowl/bottom-middle.gif) repeat-x 0 0;			
	height:				7px;
}

.pbowl_se, .pbowl_sizer  {
	background: 		transparent url(/images/pbowl/bottom-right-c.gif) no-repeat 0 0;			
	width:				7px;
	height:				7px;
}

.pbowl_sizer {
	cursor:se-resize;	
}

.pbowl_close {
	width: 				28px;
	height: 			15px;
	background: 		transparent url(/images/pbowl/button-close-focus.gif) no-repeat 0 0;			
	position:			absolute;
	top:				5px;
	right:				5px;
	cursor:				pointer;
	z-index:			1000;
}

.pbowl_close:hover {
	background: 		transparent url(/images/pbowl/button-close-focus_on.gif) no-repeat 0 0;			
}

.pbowl_minimize {
	width: 				28px;
	height: 			15px;
	background: 		transparent url(/images/pbowl/button-min-focus.gif) no-repeat 0 0;			
	position:			absolute;
	top:				5px;
	right:				65px;
	cursor:				pointer;
	z-index:			1000;
}

.pbowl_maximize {
	width: 				28px;
	height: 			15px;
	background: 		transparent url(/images/pbowl/button-max-focus.gif) no-repeat 0 0;			
	position:			absolute;
	top:				5px;
	right:				35px;
	cursor:				pointer;
	z-index:			1000;
}

.pbowl_title {
	float:				left;
	height:				14px;
	font-size:			10px;
	text-align:			center;
	margin-top:			2px;
	width:				100%;
	color:				#284D67;
}

.pbowl_content {
	overflow:			auto;
	color: 				#000;
	font-family: 		Verdana;
	fontsize: 			10px;
	background:			#FDFDFD;
}

/* For alert/confirm dialog */
.pbowl_window {
	border:				1px solid #F00;	
	background: 		#FFF;
	padding:			20px;
	margin-left:		auto;
	margin-right:		auto;
}

.pbowl_message {
	font: 				10px Verdana;
	text-align:			center;
	width:				100%;
	padding-bottom:		10px;
}

.pbowl_buttons {
	text-align:			center;
	width:				100%;
}

.pbowl_buttons input {
	margin:				0;
	font-size:			10px;
}

.pbowl_progress {
	float:				left;
	margin:				auto;
	text-align:			center;
	width:				100%;
	height:				16px;
	background: 		#FFF url('/images/pbowl/alert/progress.gif') no-repeat center center;
}

.pbowl_wired_frame {
	background: 		#FFF;
	filter:				alpha(opacity=60);
	-moz-opacity: 		0.6;
	opacity: 			0.6;	
}

