/* yellow */

.overlay_pa_ffcc00 {
	background-color: #000000;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.pa_ffcc00_nw {
	/* background: transparent url(pa_ffcc00/left-top.gif) no-repeat 0 0; */			
	background-color: #ffcc00;			
  width:22px;
  height:20px;
}

.pa_ffcc00_n {
 /* background: transparent url(pa_ffcc00/top-middle.gif) repeat-x 0 0;	*/		
	background-color: #ffcc00;			
  height:20px;
}

.pa_ffcc00_ne {
 /* background: transparent url(pa_ffcc00/right-top.gif) no-repeat 0 0;	*/		
	background-color: #ffcc00;			
  width:22px;	  
  height:20px;
}

.pa_ffcc00_w {
  /*background: transparent url(pa_ffcc00/frame-left.gif) repeat-y top left;	*/		
	background-color: #ffcc00;			
  width:22px;
}

.pa_ffcc00_e {
  /*background: transparent url(pa_ffcc00/frame-right.gif) repeat-y top right;		*/	
	background-color: #ffcc00;			
  width:22px;	  
}

.pa_ffcc00_sw {
  /*background: transparent url(pa_ffcc00/bottom-left-c.gif) no-repeat 0 0;		*/	
	background-color: #ffcc00;			
  width:22px;
  height:10px;
}

.pa_ffcc00_s {
  /*background: transparent url(pa_ffcc00/bottom-middle.gif) repeat-x 0 0;		*/	
	background-color: #ffcc00;			
  height:10px;
}

.pa_ffcc00_se, .pa_ffcc00_sizer  {
  /*background: transparent url(pa_ffcc00/bottom-right-c.gif) no-repeat 0 0;	*/		
	background-color: #ffcc00;			
  width:22px;
  height:10px;
}

.pa_ffcc00_sizer {
	cursor:se-resize;	
}

.pa_ffcc00_close {
	width: 23px;
	height: 23px;
	background: transparent url(pa_ffcc00/button-close-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}

.pa_ffcc00_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(pa_ffcc00/button-min-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}

.pa_ffcc00_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(pa_ffcc00/button-max-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

.pa_ffcc00_title {
	float:left;
	height:14px;
	font-size:14px;
	text-align:center;
	margin-top:2px;
	width:100%;
	color:#123456;
}

.pa_ffcc00_content {
	overflow:auto;
	color: #741c00;
/*	font-family: Tahoma, Arial, sans-serif; */
	font: bold 12px Arial, Helvetica, sans-serif;
	/*font: 12px arial; */
/*	background:#FDFDFD; */
	background:#FFCC00;		
}

/* For alert/confirm dialog */
.pa_ffcc00_window {
	border:0px solid #F00;	
	background: #FFF;
	padding:20px 20px 20px 20px;
	margin-left:auto;
	margin-right:auto;
	width:290px;	
}



.pa_ffcc00_message {
/*  font: 12px arial; */
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align:center;
	width:100%;
	padding-bottom:10px;
	padding-top: 5px;
}

.pa_ffcc00_buttons {
	text-align:center;
	width:100%;
}

.pa_ffcc00_buttons input {
	padding: 3px 5px;
	margin:10px;
	font-weight:bold;
	color: #741c00; 

	border-top: #ffea00 2px solid;
	border-left: #ffea00 2px solid;;
	border-bottom: #ff9000 2px solid;
	border-right: #ff9000 2px solid;
	background: #ffcc00;
}
.pa_ffcc00_buttons input:hover {

	color: #741c00; 
	border-top: #ff9000 2px solid;
	border-left: #ff9000 2px solid;;
	border-bottom: #ffea00 2px solid;
	border-right: #ffea00 2px solid;
	background: #ffcc00;
	/*
	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_ffcc00_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url('alert/progress.gif') no-repeat center center
}

.pa_ffcc00_wired_frame {
	background: #FFF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;	
}


