.theme1_nw {
	width: 16px;
	height: 36px;
	background: transparent url(theme1/top_left.gif) no-repeat 0 0;		
}

.theme1_n {
	height: 36px;
	background: transparent url(theme1/top_mid.gif) repeat-x 0 0;	
	width: 100%;
}

.theme1_ne {
	width: 12px;
	height: 36px;
	background: transparent url(theme1/top_right.gif) no-repeat 0 0;		
}

.theme1_e {
	height: 100%;
	width: 4px;
	background: transparent url(theme1/center_right.gif) repeat-y 0 0;	
}

.theme1_w {
	height: 100%;
	width: 7px;
	background: transparent url(theme1/center_left.gif) repeat-y 0 0;		
}

.theme1_sw {
	width: 16px;
	height: 24px;
	background: transparent url(theme1/bottom_left.gif) no-repeat 0 0;			
}

.theme1_s {
	height: 24px;
	background: transparent url(theme1/bottom_mid.gif) repeat-x 0 0;	
	width: 100%;
}

.theme1_se {
	width: 12px;
	height: 24px;
	background: transparent url(theme1/bottom_right.gif) no-repeat 0 0;			
}

.theme1_sizer {
	width: 12px;
	height: 24px;
	background: transparent url(theme1/sizer.gif) no-repeat 0 0;	
	cursor:se-resize;	
}

.theme1_close {
	width: 19px;
	height: 19px;
	background: transparent url(theme1/close.gif) repeat-x 0 0;			
	position:absolute;
	top:10px;
	right:0px;
	cursor:pointer;
	z-index:1000;
}

.theme1_minimize {
	width: 19px;
	height: 19px;
	background: transparent url(theme1/minimize.gif) repeat-x 0 0;			
	position:absolute;
	top:10px;
	right:20px;
	cursor:pointer;
	z-index:1000;
}

.theme1_maximize {
	width: 19px;
	height: 19px;
	background: transparent url(theme1/maximize.gif) repeat-x 0 0;
	position:absolute;
	top:10px;
	right:40px;
	cursor:pointer;
	z-index:1000;
}


.theme1_title {
	float:left;
	height:14px;
	font-size:14px;
    font-family:verdana;
	text-align:center;
	width:100%;
	color:white;
}

.theme1_content {
	overflow:auto;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 12px;
	background:#6CA9DD;
  text-indent: 5%;
  text-align: left;
  margin-left:10px;
  margin-right:5px;
}

.theme1_content h2 {
  font-size:14px;
  margin-top:5px;
  text-align:center;
  text-indent:0%;

}

.theme1_content h3 {
  font-size:13px;
  font-weight:normal;
  text-align:center;
  text-indent:0%;

}


.theme1_content h1 {
  font-size:12px;
  text-align:center;
  text-indent:0%;
}





