.overlay_theme1 {
	background-color: #213F3F;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.theme1_nw {
	width: 14px;
	height: 50px;
	background: transparent url(theme1/top_left.png) no-repeat 0 0;		
}

.theme1_n {
	height: 50px;
	background: transparent url(theme1/top_mid.png) repeat-x 0 0;	
}

.theme1_ne {
	width: 17px;
	height: 50px;
	background: transparent url(theme1/top_right.png) no-repeat 0 0;		
}

.theme1_e {
	width: 17px;
	background: transparent url(theme1/center_right.png) repeat-y 0 0;	
}

.theme1_w {
	width: 14px;
	background: transparent url(theme1/center_left.png) repeat-y 0 0;		
}

.theme1_sw {
	width: 14px;
	height: 15px;
	background: transparent url(theme1/bottom_left.png) no-repeat 0 0;			
}

.theme1_s {
	height: 24px;
	background: transparent url(theme1/bottom_mid.png) repeat-x 0 0;	
}

.theme1_se {
	width: 17px;
	height: 15px;
	background: transparent url(theme1/bottom_right.png) no-repeat 0 0;			
}

.theme1_sizer {
	width: 17px;
	height: 15px;
	background: transparent url(theme1/bottom_right.png) no-repeat 0 0;	
	cursor:se-resize;	
}

.theme1_close {
	width: 28px;
	height: 28px;
	background: transparent url(theme1/close.png) no-repeat 0 0;			
	position:absolute;
	top:8px;
	right:10px;
	cursor:pointer;
	z-index:1000;
}

.theme1_minimize {
	width: 28px;
	height: 28px;
	background: transparent url(theme1/minimize.png) no-repeat 0 0;			
	position:absolute;
	top:8px;
	right:40px;
	cursor:pointer;
	z-index:1000;
}

.theme1_maximize {
	width: 28px;
	height: 28px;
	background: transparent url(theme1/maximize.png) no-repeat 0 0;			
	position:absolute;
	top:8px;
	right:70px;
	cursor:pointer;
	z-index:1000;
}


.theme1_title {
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	float:left;
	padding-top:10px;
	height:38px;
	text-align:left;
	width:100%;
	color:#FFF;
}

.theme1_content {
	overflow:auto;
	color: #DDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background:#3d4e54;
}
.theme1_sizer {
	cursor:se-resize;	
}


.top_draggable, .bottom_draggable {
  cursor:move
}
