/* Focused windows */
.overlay_famecast {
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.famecast {
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.famecast_nw {
	width:0;	
	height:23px;
}

.famecast_n {
	background-color: #FF0000;	
	background: transparent url(/img/30/popup_box_header_bg1.gif) repeat-x 0 0;	
	height:23px;
}

.famecast_ne {
 	width:0;	  
	height:23px;
}

.famecast_w {
  width:0;
}

.famecast_e {
  width:0;	  
}

.famecast_sw {
  width:0;
  height:0;
}

.famecast_s {
  height:0;
}

.famecast_se, .famecast_sizer {
  width:0;
  height:0;
}

.famecast_sizer {
	cursor:se-resize;	
}

.famecast_close {
	width: 20px;
	height: 20px;
	background: transparent url(/img/30/popup_box_x1.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	right:5px;
	cursor:pointer;
	z-index:1000;
}

.famecast_minimize {
	width: 19px;
	height: 19px;
	background: transparent url(famecast/minimize.gif) no-repeat 0 0;			
	position:absolute;
	top:12px;
	left:45px;
	cursor:pointer;
	z-index:1000;
}

.famecast_maximize {
	width: 19px;
	height: 19px;
	background: transparent url(famecast/maximize.gif) no-repeat 0 0;			
	position:absolute;
	top:12px;
	left:65px;
	cursor:pointer;
	z-index:1000;
}

.famecast_title {
	float:left;
	height:14px;
	font-size:10px;
	text-align:left;
	margin-top:1px;
	width:100%;
	color:#393939;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:10px;
	padding-top:2px;
}

.famecast_content {
	overflow:hidden;
	color: #222;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background:#FF0000;
	background: transparent url(/img/30/popup_box_bg1.gif) repeat-x 0 0;				
}
.famecast_s .status_bar {
  padding-bottom:0px;
}

.dialog{
	background-color:#FFFFFF;
	padding: 4px;
    border: 1px solid #808080;
}
