.rdPopupPanel
{
	border-style:solid;
	border-color:#888888;
	border-width:thin;
	background-color:white;
}


.rdPopupPanelTitle
{    
    background-color: #f1f1f1;
    height:1%;	/* 11508 */
}

.rdPopupPanelTitle A:link
{	
	text-decoration:none;
}	

.rdPopupPanelTitleCaption
{
	font-weight:bold;
	font-size:11px;
}

TD.rdPopupPanelControl
{
	text-align:right;
	font-size:11px;
}

.rdPopupPanelCommand
{
	font-weight: normal;
	color: #555;
	text-decoration: none;    
    background-color: #f1f1f1;
	border: 1px solid #bebebe;	
	margin-left: 3px;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 24px;
	white-space: nowrap;
}

.rdPopupPanelControl A
{
	color:#555555;
	text-decoration:none;
}

.yui-navset
{	/* This helps the Popup Panel to get positioned properly when the Popup Panel is nested in YUI Tabs, #12917.	*/
	position: static !important;
}

.popupPanelContainer {
	position: absolute;
	z-index: 9002; /* Resize Handles have z-index of 100 and 200, need to be higher */
}

.popupPanelModal
{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9001;
	background-color: black;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

/* For LogiXML.alert, LogiXML.confirm, and LogiXML.prompt */
div.rdModalDialog {
	z-index: 9002;
	position: fixed;
	font-size: 12px;
	line-height: 24px;
	background-color: #fff;
	color: #000;
	border-color: #e0e0e0;
	border-radius: 5px;
	padding: 10px;
	border-style: solid;
	border-width: thin;
	-webkit-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.2);
	max-width: 30em;
}

/* For LogiXML.prompt */
div.rdModalDialog input[type=text] {
	display: block;
	width: 100%;
}

div.rdModalDialog input[type=button] {
	float: right;
	margin: 15px 0px 0px 5px;
}
