.overlay_medtech {
	background-color:		#000000;
	filter:					alpha(opacity=60);
	-moz-opacity:			0.6;
	opacity:				0.6;
}

.medtech_nw {
	background:				transparent url('medtech/left-top.gif') no-repeat 0 0;			
	width:					10px;
	height:					25px;
}

.medtech_n {
	background:				transparent url('medtech/top-middle.gif') repeat-x 0 0;			
	height:					25px;
}

.medtech_ne {
	background:				transparent url('medtech/right-top.gif') no-repeat 0 0;			
	width:					10px;	  
	height:					25px;
}

.medtech_w {
	background:				#FFFFFF url('medtech/frame-left.gif') repeat-y top left;			
	width:					10px;
}

.medtech_e {
	background:				#FFFFFF url('medtech/frame-right.gif') repeat-y top right;			
	width:					10px;	  
}

.medtech_sw {
	background:				transparent url('medtech/bottom-left-c.gif') no-repeat 0 0;			
	width:					7px;
	height:					7px;
}

.medtech_s {
	background:				transparent url('medtech/bottom-middle.gif') repeat-x 0 0;			
	height:					7px;
}

.medtech_se, .medtech_sizer  {
	background:				transparent url('medtech/bottom-right-c.gif') no-repeat 0 0;			
	width:					7px;
	height:					7px;
}

.medtech_sizer {
	cursor:					se-resize;	
}

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

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

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

.medtech_title {
	float:					left;
	height:					20px;
	text-align:				left;
	margin-top:				2px;
	width:					100%;
	font-weight:			bold;
	font-family:			"Century Gothic", Helvetica, Arial, sans-serif;
	font-size:				13px;
	color:					#003366;
}

.medtech_content {
	overflow:				auto;
	background:				#FFFFFF;
}

/* For alert/confirm dialog */
.medtech_window {
	background:				#FFFFFF;
	padding:				20px;
	margin-left:			auto;
	margin-right:			auto;
	width:					400px;
}

.medtech_message {
	text-align:				left;
	width:					100%;
	padding-bottom:			10px;
}

.medtech_buttons {
	position:				absolute;
	bottom:					10px;
	text-align:				center;
	width:					100%;
}

.medtech_progress {
	float:					left;
	margin:					auto;
	text-align:				center;
	width:					100%;
	height:					16px;
	background:				#FFFFFF url('alert/progress.gif') no-repeat center center
}

.medtech_wired_frame {
	background:				#FFFFFF;
	filter:					alpha(opacity=60);
	-moz-opacity:			0.6;
	opacity:				0.6;
}