.overlay_family {
	background-color: white; /*#85BBEF;*/
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.family_nw {
  background: #ECF4E1;
  border-top: 1px double #ECF4E1;
  width:10px;
  height:25px;
}

.family_n {
  background: #ECF4E1;			
  height:25px;
}

.family_ne {
  background: #ECF4E1;			
  width:10px;	  
  height:25px;
}

.family_w {
  background: #ECF4E1;			
  width:7px;
}

.family_e {
  background: #ECF4E1;			
  width:7px;	  
}

.family_sw {
  background: #ECF4E1;			
  width:7px;
  height:2px;
}

.family_s  {
  background: #ECF4E1;			
  height:2px;
}

.family_se, .family_sizer {
  background: #ECF4E1;			
  width:7px;
  height:2px;
}

.family_sizer {
	cursor:se-resize;	
}

.family_close {
	width: 11px;
	height: 11px;
	background: transparent url(family/button-close-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:8px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}

.family_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(family/button-min-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}

.family_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(family/button-max-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

.family_title {
	float:left;
	height:14px;
	font-family: Tahoma, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	margin-top:2px;
	width:100%;
	color:#E47211;
}

.family_content {
	overflow:auto;
	color: #222;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background:#ECF4E1;
}


