﻿/* Pop-up window styles */

.overlay_DefaultPopup img { border: none; }

.overlay_DefaultPopup {
	background-color: #000000;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.DefaultPopup_nw {
	background: transparent url(../img/window_default_header_left.gif) no-repeat 0 0;		
	height: 23px;
	width: 5px;
	min-width: 5px;
	white-space: nowrap;
	padding: 0px;
	border-style: none;
}

.DefaultPopup_n {
	background: transparent url(../img/window_default_header_content.gif) repeat-x 0 0;	
	/*width: 100%;*/
	height: 23px;
}

.DefaultPopup_ne {
	background: transparent url(../img/window_default_header_right.gif) no-repeat 0 0;		
	height: 23px;
	width: 5px;
	min-width: 5px;
	white-space: nowrap;
	padding: 0px;
	border-style: none;
}

.DefaultPopup_e {
	width: 2px;
	height: 100%;
	background: transparent url(../img/window_default_body_right.gif) repeat-y 0 0;	
}

.DefaultPopup_w {
	width: 2px;
	height: 100%;
	background: transparent url(../img/window_default_body_left.gif) repeat-y 0 0;		
}

.DefaultPopup_sw {
	width: 9px;
	height: 19px;
	background: transparent url(../img/window_default_footer_left.gif) no-repeat 0 0;			
}

.DefaultPopup_s {
	background: transparent url(../img/window_default_footer_middle.gif) repeat-x 0 0;		
	height: 19px;
	width: 100%;
}

.DefaultPopup_se {
	width: 9px;
	height: 19px;
	background: transparent url(../img/window_default_footer_right.gif) no-repeat 0 0;			
}

.DefaultPopup_sizer {
	width: 9px;
	height: 19px;
	background: transparent url(../img/window_default_footer_right_resize.gif) no-repeat 0 0;	
	cursor:se-resize;	
}

.DefaultPopup_close {
	width: 15px;
	height: 15px;
	background: transparent url(images/window_default_header_close.gif) no-repeat 0 0;			
	position:absolute;
	top:4px;
	right:7px;
	cursor:pointer;
	z-index:2000;
}

.DefaultPopup_minimize {
	width: 15px;
	height: 15px;
	background: transparent url(../img/window_default_header_minimize.gif) no-repeat 0 0;			
	position:absolute;
	top:4px;
	right:43px;
	cursor:pointer;
	z-index:2000;
}

.DefaultPopup_maximize {
	width: 15px;
	height: 15px;
	background: transparent url(../img/window_default_header_maximize.gif) no-repeat 0 0;			
	position:absolute;
	top:4px;
	right:25px;
	cursor:pointer;
	z-index:2000;
}

.DefaultPopup_title {
	float:left;
	padding: 0px;
	padding-left: 4px;
	padding-right: 4px;
	height:14px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	color: #111620;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	width:100%;
}

.DefaultPopup_content {
	overflow:auto;
	background-color: #ffffff;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
}

.top_draggable, .bottom_draggable {
  cursor:move;
}

/* DO NOT CHANGE THESE VALUES*/
.DefaultPopup {
	display: block;
 	font-family: Tahoma, Arial, Sans Serif;
	position: absolute;
}

.DefaultPopup * {
	margin: 0px;
	padding:0px;
}

.DefaultPopup table  { border-collapse: collapse; border-spacing: 0; width: 100% }
.DefaultPopup td, th { padding: 0; }





/* Pop-up window styles */

.overlay_HiLitePopup img { border: none; }

.overlay_HiLitePopup {
	background-color: #000000;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.HiLitePopup_nw {
	background: transparent url(../img/window_hilite_header_left.gif) no-repeat 0 0;		
	height: 23px;
	width: 5px;
	padding: 0px;
	border-style: none;
}

.HiLitePopup_n {
	background: transparent url(../img/window_hilite_header_content.gif) repeat-x 0 0;	
	height: 23px;
	width: 100%;
}

.HiLitePopup_ne {
	background: transparent url(../img/window_hilite_header_right.gif) no-repeat 0 0;		
	height: 23px;
	width: 5px;
	padding: 0px;
	border-style: none;
}

.HiLitePopup_e {
	width: 2px;
	height: 100%;
	background: transparent url(../img/window_hilite_body_right.gif) repeat-y 0 0;	
}

.HiLitePopup_w {
	width: 2px;
	height: 100%;
	background: transparent url(../img/window_hilite_body_left.gif) repeat-y 0 0;		
}

.HiLitePopup_sw {
	width: 9px;
	height: 19px;
	background: transparent url(../img/window_hilite_footer_left.gif) no-repeat 0 0;			
}

.HiLitePopup_s {
	background: transparent url(../img/window_hilite_footer_middle.gif) repeat-x 0 0;		
	height: 19px;
	width: 100%;
}

.HiLitePopup_se {
	width: 9px;
	height: 19px;
	background: transparent url(../img/window_hilite_footer_right.gif) no-repeat 0 0;			
}

.HiLitePopup_sizer {
	width: 9px;
	height: 19px;
	background: transparent url(../img/window_hilite_footer_right_resize.gif) no-repeat 0 0;	
	cursor:se-resize;	
}

.HiLitePopup_close {
	width: 15px;
	height: 15px;
	background: transparent url(../img/window_hilite_header_close.gif) no-repeat 0 0;			
	position:absolute;
	top:4px;
	right:7px;
	cursor:pointer;
	z-index:2000;
}

.HiLitePopup_minimize {
	width: 15px;
	height: 15px;
	background: transparent url(../img/window_hilite_header_minimize.gif) no-repeat 0 0;			
	position:absolute;
	top:4px;
	right:43px;
	cursor:pointer;
	z-index:2000;
}

.HiLitePopup_maximize {
	width: 15px;
	height: 15px;
	background: transparent url(../img/window_hilite_header_maximize.gif) no-repeat 0 0;			
	position:absolute;
	top:4px;
	right:25px;
	cursor:pointer;
	z-index:2000;
}

.HiLitePopup_title {
	float:left;
	padding: 0px;
	padding-left: 4px;
	padding-right: 4px;
	height:14px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	color: #002f45;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	width:100%;
}

.HiLitePopup_content {
	overflow:auto;
	background-color: #ffffff;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
	color: #005c9a;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
}

.top_draggable, .bottom_draggable {
  cursor:move;
}

/* DO NOT CHANGE THESE VALUES*/
.HiLitePopup {
	display: block;
 	font-family: Tahoma, Arial, Sans Serif;
	position: absolute;
}

.HiLitePopup * {
	margin: 0px;
	padding:0px;
}

.HiLitePopup table  { border-collapse: collapse; border-spacing: 0; width: 100% }
.HiLitePopup td, th { padding: 0; }






/* No-border window */

.overlay_NBPopup img { border: none; }

.overlay_NBPopup {
	background-color: #000000;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.NBPopup_nw {
	/*background: transparent url(../img/window_default_header_left.gif) no-repeat 0 0;	*/	
	height: 23px;
	width: 5px;
	padding: 0px;
	border-style: none;
}

.NBPopup_n {
	/*background: transparent url(../img/window_default_header_content.gif) repeat-x 0 0;	*/
	height: 23px;
	width: 100%;
	overflow: hidden;
}

.NBPopup_ne {
	/*background: transparent url(../img/window_default_header_right.gif) no-repeat 0 0;	*/
	height: 23px;
	width: 5px;
	padding: 0px;
	border-style: none;
}

.NBPopup_e {
	width: 2px;
	height: 100%;
	/*background: transparent url(../img/window_default_body_right.gif) repeat-y 0 0;	*/
}

.NBPopup_w {
	width: 2px;
	height: 100%;
	/*background: transparent url(../img/window_default_body_left.gif) repeat-y 0 0;		*/
}

.NBPopup_sw {
	width: 9px;
	height: 19px;
	/*background: transparent url(../img/window_default_footer_left.gif) no-repeat 0 0;			*/
}

.NBPopup_s {
	/*background: transparent url(../img/window_default_footer_middle.gif) repeat-x 0 0;		*/
	height: 19px;
	width: 100%;
}

.NBPopup_se {
	width: 9px;
	height: 19px;
	/*background: transparent url(../img/window_default_footer_right.gif) no-repeat 0 0;			*/
}

.NBPopup_sizer {
	width: 9px;
	height: 19px;
	/*background: transparent url(../img/window_default_footer_right_resize.gif) no-repeat 0 0;	*/
	cursor:se-resize;	
}

.NBPopup_close {
	width: 15px;
	height: 15px;
	background: transparent url(../images/window_default_header_close.gif) no-repeat 0 0;			
	position:absolute;
	top:4px;
	right:7px;
	cursor:pointer;
	z-index:2000;
}

.NBPopup_minimize {
	width: 15px;
	height: 15px;
	background: transparent url(../img/window_default_header_minimize.gif) no-repeat 0 0;			
	position:absolute;
	top:4px;
	right:43px;
	cursor:pointer;
	z-index:2000;
}

.NBPopup_maximize {
	width: 15px;
	height: 15px;
	background: transparent url(../img/window_default_header_maximize.gif) no-repeat 0 0;			
	position:absolute;
	top:4px;
	right:25px;
	cursor:pointer;
	z-index:2000;
}

.NBPopup_title {
	float:left;
	padding: 0px;
	padding-left: 4px;
	padding-right: 4px;
	height:14px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	color: #D17E62;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	width:100%;
}

.NBPopup_content {
	overflow:auto;
	background-color: #000000;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
}

/* DO NOT CHANGE THESE VALUES*/
.NBPopup {
	display: block;
 	font-family: Tahoma, Arial, Sans Serif;
	position: absolute;
}

.NBPopup * {
	margin: 0px;
	padding:0px;
}

.NBPopup table  { border-collapse: collapse; border-spacing: 0; width: 100% }
.NBPopup td, th { padding: 0; }
