/* CSS Document */

/* Skin default elements */
	.panel_c.yui-panel-container.shadow .underlay {
		left:3px;
		right:-3px;
		top:3px;
		bottom:-3px;
		position:absolute;
		opacity:0.12;
		filter:alpha(opacity=12);
	}

	/* Apply the border to the right side */
	.panel.yui-panel {
		position:relative;
		border:none;
		overflow:visible;
	}

	/* Style the close icon */
	.panel.yui-panel .container-close {
		position:absolute;
		top:8px;
		right:16px;
		height:15px;
		width:25px;
		background:url(../images/close.png) no-repeat !important;
	}

	/* Style the header with its associated corners */
	.panel.yui-panel .hd {
		padding:0;
		border:none;
		background:url(../images/pop_rx.gif) top repeat-x !important;
		color:#FFF;
		height:27px !important;
		_height:20px !important;
		margin-left:8px;
		margin-right:8px;
		text-align:left;
		vertical-align:middle;
		overflow:visible;
		_background-color:#dbdcdd !important;

	}

	/* Style the body with the left border */
	.panel.yui-panel .bd {
		overflow:hidden;
		padding:10px;
		border:none;
		margin:0 0px 0 0;
		border-left:3px solid #0db1ee !important;
		border-right:3px solid #0db1ee !important;
		_position:relative;
		_top:-4px;
	}

	/* Style the footer with the bottom corner images */
	.panel.yui-panel .ft {
		padding:0;
		border:none;
		background:url(../images/pop_rx1.gif) top repeat-x !important;
		color:#FFF;
		height:18px !important;
		_height:18px !important;
		margin-left:8px;
		margin-right:8px;
		text-align:left;
		vertical-align:middle;
		overflow:visible;
		_position:relative;
		_top:-4px;
	}
	
/*	.panel.yui-panel .ft {
		background:url(images/pop_rx1.gif) 0px 0px repeat-x;
		font-size:11px;
		height:26px;
		padding:0px 10px;
		border:none
	}*/

	/* Skin custom elements */
	.panel.yui-panel .hd span {
		line-height:30px;
		vertical-align:middle;
		font-weight:bold;
	}
	.panel.yui-panel .hd .tl {
		width:8px;
		height:28px !important;
		_height:28px !important;
		top:0px;
		left:0;
		background:url(../images/pop_tl.gif) left top no-repeat !important;
		position:absolute;
	}
	.panel.yui-panel .hd .tr {
		width:8px;
		height:28px !important;
		_height:28px !important;
		top:0px;
		right:0;
		background:url(../images/pop_tr.gif) top right no-repeat !important;
		position:absolute;
	}

	.panel.yui-panel .ft span {
		line-height:22px;
		vertical-align:middle;
	}
	.panel.yui-panel .ft .bl {
		width:8px;
		height:28px !important;
		bottom:0;
		left:0;
		background:url(../images/pop_bl.gif) top left no-repeat !important;
		position:absolute;
	}
	.panel.yui-panel .ft .br {
		width:8px;
		height:28px !important;
		bottom:0;
		right:0;
		background:url(../images/pop_br.gif) top right no-repeat !important;
		position:absolute;
	}

	/* Aqua Panel Skin CSS */

