/* Makes sure the popup is not shown when it should */
.resizepanel { height: 1px; overflow: hidden; visibility: hidden; }

/* Popup */
#aqua_c {position: absolute;z-index:9001;}
#aqua_c.yui-panel-container.shadow .underlay { background-color:#999; }

#aqua.yui-panel .hd {padding:0; border:none; height:22px;text-align:center;clear:both;}
#aqua.yui-panel .hd span {vertical-align:middle; line-height:22px;}
#popup_content{height:250px;overflow:auto;}

.yui-dialog .ft,
.yui-simple-dialog .ft {
text-align:right;
}

.rp_noshow { height:20px; text-align:right; padding-right: 5px;}
.rp_noshow label{line-height:20px;}
#popup_content{text-align:left;}
.yui-panel .container-close { background: transparent url(../../img/close_black.gif) no-repeat scroll 0%; position:absolute;top:4px;}
