/* light yellow */
.overlay_pa_p8f2da {
	background-color: #000000;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.pa_p8f2da_nw {
	display: none;
}

.pa_p8f2da_n {
	display: none;
}

.pa_p8f2da_ne {
	display: none;
}

.pa_p8f2da_w {
	display: none;
}

.pa_p8f2da_e {
	display: none;
}

.pa_p8f2da_sw {
	display: none;
}

.pa_p8f2da_s {
	display: none;
}

.pa_p8f2da_se, .pa_p8f2da_sizer  {
	display: none;
}

.pa_p8f2da_sizer {
	cursor:se-resize;	
}

.pa_p8f2da_close {
	display: none;
}

.pa_p8f2da_minimize {
	display: none;
}

.pa_p8f2da_maximize {
	display: none;
}

.pa_p8f2da_title {
	font: bold 18px "Arial Narrow", "Helvetica Narrow", Arial, Helvetica, sans-serif;
	background: #f0e9d0;
	float:left;
	height:18px;
	font-size:18px;
	text-align:center;
	margin-top:2px;
	width:100%;
	color:#741c00;
}

.pa_p8f2da_content {
	overflow:auto;
	color: #741c00;
/*	font-family: Tahoma, Arial, sans-serif; */
	font: normal 11px Arial, Helvetica, sans-serif;
	/*font: 12px arial; */
/*	background:#FDFDFD; */
/*	background:#fffce4; */
	background:#f8f2da;
}

/* For alert/confirm dialog */
.pa_p8f2da_window {
/*	border:1px solid #F00;	*/
	background: #f8f2da;
	padding:20px 20px 20px 20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;	
}

.pa_p8f2da_message {
/*  font: 12px arial; */
	font: bold 18px "Arial Narrow", "Helvetica Narrow", Arial, Helvetica, sans-serif;
	text-align:center;
	width:100%;
	padding-bottom:10px;
	padding-top: 15px;	
}

.pa_p8f2da_buttons {
	text-align:center;
	width:100%;
}

.pa_p8f2da_buttons input {
	padding: 3px 5px;
	margin:10px;
	font-weight:bold;
	color: #741c00; 

	border-top: #f8f2da 2px solid;
	border-left: #f8f2da 2px solid;
	border-bottom: #cdbca3 2px solid;
	border-right: #cdbca3 2px solid;
	background: #fffce4;
}
.pa_p8f2da_buttons input:hover {
	color: #741c00; 

	border-top: #cdbca3 2px solid;
	border-left: #cdbca3 2px solid;
	border-bottom: #f8f2da 2px solid;
	border-right: #f8f2da 2px solid;
	background: #fffce4;
	/*
	color: #ffea00;
	border-top: #460d00  2px solid;
	border-left: #460d00  2px solid;
	border-bottom: #bc4400  2px solid;
	border-right: #bc4400  2px solid;
	background: #741c00;
	*/
}


.pa_p8f2da_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url('alert/progress.gif') no-repeat center center
}

.pa_p8f2da_wired_frame {
	background: #FFF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;	
}



