.overlay___invisible__ {
  background-color: #666;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.top_draggable, .bottom_draggable {
	cursor:move;
}

.status_bar {
	font-size:12px;
}
.status_bar input{
	font-size:12px;
}

.wired_frame {
	display:block;
	position:absolute;
	border:1px #000 dashed;
}



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

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

.bluelighting_nw {
	width:5px;
	height:28px;
	background:blue;
 	border-top:2px solid #c5c5c5;
 	border-left:2px solid #c5c5c5;
}

.bluelighting_n {
	height:28px;
	background:blue;
 	border-top:2px solid #c5c5c5;
}

.bluelighting_ne {
	width:5px;	  
	height:28px;
	background:blue;
 	border-top:2px solid #c5c5c5;
 	border-right:2px solid #c5c5c5;
}

.bluelighting_w {
	width:5px;
	background:blue;
 	border-left:2px solid #c5c5c5;
}

.bluelighting_e {
	width:5px;	  
	background:blue;
 	border-right:2px solid #c5c5c5;
}

.bluelighting_sw {
	width:5px;
	height:5px;
	background:blue;
 	border-bottom:2px solid #c5c5c5;
 	border-left:2px solid #c5c5c5;
}

.bluelighting_s {
	height:5px;
	background:blue;
 	border-bottom:2px solid #c5c5c5;
}

.bluelighting_se, .bluelighting_sizer  {
	width:5px;
	height:5px;
	background:blue;
 	border-bottom:2px solid #c5c5c5;
 	border-right:2px solid #c5c5c5;
}

.bluelighting_sizer {
	cursor:se-resize;	
}

.bluelighting_close {
	background:transparent url('/cad/javascript_library/themes/lighting/button-close-grey.png') no-repeat center center;
	width:15px;
	height:5px;
	position:absolute;
	top:11px;
	right:10px;
	cursor:pointer;
	z-index:1000;
}

.bluelighting_maximize {
	background:transparent url('/cad/javascript_library/themes/lighting/button-maximize-grey.png') no-repeat center center;
	width:15px;
	height:5px;
	position:absolute;
	top:11px;
	right:25px;
	cursor:pointer;
	z-index:1000;
}

.bluelighting_minimize {
	background:transparent url('/cad/javascript_library/themes/lighting/button-minimize-grey.png') no-repeat center center;
	width:15px;
	height:5px;
	position:absolute;
	top:11px;
	right:40px;
	cursor:pointer;
	z-index:1000;
}

.bluelighting_title {
	float:left;
	height:14px;
	font-size:14px;
	font-weight:bold;
	font-family:Verdana, Arial, sans-serif;
	text-align:center;
	margin-top:2px;
	width:100%;
	/*color:#17385B;*/
	color:#FFF;
}

.bluelighting_content {
	overflow:auto;
	color:#000;
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	background:#BFDBFF;
}

/* For alert/confirm dialog */
.bluelighting_window {
	border:2px solid #F00;	
	background:#FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.bluelighting_message {
  	font-size:12px;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

.bluelighting_buttons {
	text-align:center;
	width:100%;
}

.bluelighting_buttons input {
	border:2px solid #999;
	border-top-color:#CCC;
	border-left-color:#CCC;
	padding:2px;
	background-color:#FFF;
	color:#333;
	background-repeat:repeat-x;
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}

.bluelighting_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background:transparent url('/cad/javascript_library/themes/lighting/spinner.gif') no-repeat center center
}

/* FOR IE */
* html .bluelighting_nw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/top-left-blue.png", sizingMethod="crop");
}

* html .bluelighting_n {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/top-middle-blue.png", sizingMethod="scale");
}

* html .bluelighting_ne {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/top-right-blue.png", sizingMethod="crop");
}

* html .bluelighting_w {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/left-blue.png", sizingMethod="scale");
}

* html .bluelighting_e {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/right-blue.png", sizingMethod="scale");
}

* html .bluelighting_sw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/bottom-left-blue.png", sizingMethod="crop");
}

* html .bluelighting_s {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/bottom-middle-blue.png", sizingMethod="scale");
}

* html .bluelighting_se, * html .bluelighting_sizer {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/bottom-right-blue.png", sizingMethod="crop");
}

* html .bluelighting_close {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/button-close-blue.png", sizingMethod="crop");
}

* html .bluelighting_minimize {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/button-minimize-blue.png", sizingMethod="crop");
}

* html .bluelighting_maximize {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/button-maximize-blue.png", sizingMethod="crop");
}

* html .bluelighting_content {
	background:#B8D7FF;
}



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

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

.greylighting_nw {
	width:5px;
	height:28px;
	background:#c5c5c5;
 	border-left:2px solid #c5c5c5;
 	border-top:2px solid #c5c5c5;
}

.greylighting_n {
	height:28px;
	background:#c5c5c5;
 	border-top:2px solid #c5c5c5;
}

.greylighting_ne {
	width:5px;	  
	height:28px;
	background:#c5c5c5;
 	border-top:2px solid #c5c5c5;
 	border-right:2px solid #c5c5c5;
}

.greylighting_w {
	width:5px;
	background:#c5c5c5;
 	border-left:2px solid #c5c5c5;
}

.greylighting_e {
	width:5px;	  
	background:#c5c5c5;
 	border-right:2px solid #c5c5c5;
}

.greylighting_sw {
	width:5px;
	height:5px;
	background:#c5c5c5;
 	border-bottom:2px solid #c5c5c5;
 	border-left:2px solid #c5c5c5;
}

.greylighting_s {
	height:5px;
	background:#c5c5c5;
 	border-bottom:2px solid #c5c5c5;


}

.greylighting_se, .greylighting_sizer  {
	width:5px;
	height:5px;
	background:#c5c5c5;
 	border-right:2px solid #232364;
 	border-bottom:2px solid #232364;
}

.greylighting_sizer {
	cursor:se-resize;	
}

.greylighting_close {
	/*background:transparent url('/cad/javascript_library/themes/lighting/button-close-grey.png') no-repeat center center;*/
	background:url('/cad/javascript_library/themes/lighting/button-close-black.png') no-repeat center center;
	width:15px;
	height:12px;
	position:absolute;
	top:11px;
	right:10px;
	cursor:pointer;
	z-index:1000;
}

.greylighting_maximize {
	background:transparent url('/cad/javascript_library/themes/lighting/button-maximize-grey.png') no-repeat center center;
	width:15px;
	height:9px;
	position:absolute;
	top:11px;
	right:25px;
	cursor:pointer;
	z-index:1000;
}

.greylighting_minimize {
	background:transparent url('/cad/javascript_library/themes/lighting/button-minimize-grey.png') no-repeat center center;
	width:15px;
	height:9px;
	position:absolute;
	top:11px;
	right:40px;
	cursor:pointer;
	z-index:1000;
}

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

.greylighting_content {
	overflow:auto;
	color:#000;
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	background:#CDCDCD;
}

/* For alert/confirm dialog */
.greylighting_window {
	border:2px solid #F00;	
	background:#FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.greylighting_message {
  	font-size:12px;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

.greylighting_buttons {
	text-align:center;
	width:100%;
}

.greylighting_buttons input {
	border:2px solid #999;
	border-top-color:#CCC;
	border-left-color:#CCC;
	padding:2px;
	background-color:#FFF;
	color:#333;
	background-repeat:repeat-x;
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}

.greylighting_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background:transparent url('/cad/javascript_library/themes/lighting/spinner.gif') no-repeat center center
}

/* FOR IE */
* html .greylighting_nw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/top-left-grey.png", sizingMethod="crop");
}

* html .greylighting_n {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/top-middle-grey.png", sizingMethod="scale");
}

* html .greylighting_ne {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/top-right-grey.png", sizingMethod="crop");
}

* html .greylighting_w {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/left-grey.png", sizingMethod="scale");
}

* html .greylighting_e {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/right-grey.png", sizingMethod="scale");
}

* html .greylighting_sw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/bottom-left-grey.png", sizingMethod="crop");
}

* html .greylighting_s {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/bottom-middle-grey.png", sizingMethod="scale");
}

* html greylighting_se, * html .greylighting_sizer {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/bottom-right-grey.png", sizingMethod="crop");
}

* html .greylighting_close {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/button-close-grey.png", sizingMethod="crop");
}

* html .greylighting_minimize {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/button-minimize-grey.png", sizingMethod="crop");
}

* html .greylighting_maximize {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/button-maximize-grey.png", sizingMethod="crop");
}

* html .greylighting_content {
	background:#C7C7C7;
}



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

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

.greenlighting_nw {
	width:5px;
	height:28px;
}

.greenlighting_n {
	height:28px;
}

.greenlighting_ne {
	width:5px;	  
	height:28px;
}

.greenlighting_w {
	width:5px;
}

.greenlighting_e {
	width:5px;	  
}

.greenlighting_sw {
	width:5px;
	height:5px;
}

.greenlighting_s {
	height:5px;
}

.greenlighting_se, .greenlighting_sizer  {
	width:5px;
	height:5px;
}

.greenlighting_sizer {
	cursor:se-resize;	
}

.greenlighting_close {
	width:15px;
	height:5px;
	position:absolute;
	top:11px;
	right:10px;
	cursor:pointer;
	z-index:1000;
}

.greenlighting_maximize {
	width:15px;
	height:5px;
	position:absolute;
	top:11px;
	right:25px;
	cursor:pointer;
	z-index:1000;
}

.greenlighting_minimize {
	width:15px;
	height:5px;
	position:absolute;
	top:11px;
	right:40px;
	cursor:pointer;
	z-index:1000;
}

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

.greenlighting_content {
	overflow:auto;
	color:#000;
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	background:#ACFCAF;
}

/* For alert/confirm dialog */
.greenlighting_window {
	border:2px solid #F00;	
	background:#FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.greenlighting_message {
  	font-size:12px;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

.greenlighting_buttons {
	text-align:center;
	width:100%;
}

.greenlighting_buttons input {
	border:2px solid #999;
	border-top-color:#CCC;
	border-left-color:#CCC;
	padding:2px;
	background-color:#FFF;
	color:#333;
	background-repeat:repeat-x;
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}

.greenlighting_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background:transparent url('/cad/javascript_library/themes/lighting/spinner.gif') no-repeat center center
}

/* FOR IE */
* html .greenlighting_nw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/top-left-green.png", sizingMethod="crop");
}

* html .greenlighting_n {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/top-middle-green.png", sizingMethod="scale");
}

* html .greenlighting_ne {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/top-right-green.png", sizingMethod="crop");
}

* html .greenlighting_w {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/left-green.png", sizingMethod="scale");
}

* html .greenlighting_e {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/right-green.png", sizingMethod="scale");
}

* html .greenlighting_sw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/bottom-left-green.png", sizingMethod="crop");
}

* html .greenlighting_s {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/bottom-middle-green.png", sizingMethod="scale");
}

* html greenlighting_se, * html .greenlighting_sizer {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/bottom-right-green.png", sizingMethod="crop");
}

* html .greenlighting_close {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/button-close-green.png", sizingMethod="crop");
}

* html .greenlighting_minimize {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/button-minimize-green.png", sizingMethod="crop");
}

* html .greenlighting_maximize {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/button-maximize-green.png", sizingMethod="crop");
}

* html .greenlighting_content {
	background:#A4FCA7;
}



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

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

.darkbluelighting_nw {
	width:5px;
	height:28px;
}

.darkbluelighting_n {
	height:28px;
}

.darkbluelighting_ne {
	width:5px;	  
	height:28px;
}

.darkbluelighting_w {
	width:5px;
}

.darkbluelighting_e {
	width:5px;	  
}

.darkbluelighting_sw {
	width:5px;
	height:5px;
}

.darkbluelighting_s {
	height:5px;
}

.darkbluelighting_se, .darkbluelighting_sizer  {
	width:5px;
	height:5px;
}

.darkbluelighting_sizer {
	cursor:se-resize;	
}

.darkbluelighting_close {
	width:15px;
	height:5px;
	position:absolute;
	top:11px;
	right:10px;
	cursor:pointer;
	z-index:1000;
}

.darkbluelighting_maximize {
	width:15px;
	height:5px;
	position:absolute;
	top:11px;
	right:25px;
	cursor:pointer;
	z-index:1000;
}

.darkbluelighting_minimize {
	width:15px;
	height:5px;
	position:absolute;
	top:11px;
	right:40px;
	cursor:pointer;
	z-index:1000;
}

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

.darkbluelighting_content {
	overflow:auto;
	color:#FFF;
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	background:#0413C0;
}

/* For alert/confirm dialog */
.darkbluelighting_window {
	border:2px solid #F00;	
	background:#FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.darkbluelighting_message {
  	font-size:12px;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

.darkbluelighting_buttons {
	text-align:center;
	width:100%;
}

.darkbluelighting_buttons input {
	border:2px solid #999;
	border-top-color:#CCC;
	border-left-color:#CCC;
	padding:2px;
	background-color:#FFF;
	color:#333;
	background-repeat:repeat-x;
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}

.darkbluelighting_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background:transparent url('/cad/javascript_library/themes/lighting/spinner.gif') no-repeat center center
}

/* FOR IE */
* html .darkbluelighting_nw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/top-left-darkblue.png", sizingMethod="crop");
}

* html .darkbluelighting_n {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/top-middle-darkblue.png", sizingMethod="scale");
}

* html .darkbluelighting_ne {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/top-right-darkblue.png", sizingMethod="crop");
}

* html .darkbluelighting_w {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/left-darkblue.png", sizingMethod="scale");
}

* html .darkbluelighting_e {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/right-darkblue.png", sizingMethod="scale");
}

* html .darkbluelighting_sw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/bottom-left-darkblue.png", sizingMethod="crop");
}

* html .darkbluelighting_s {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/bottom-middle-darkblue.png", sizingMethod="scale");
}

* html darkbluelighting_se, * html .darkbluelighting_sizer {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/bottom-right-darkblue.png", sizingMethod="crop");
}

* html .darkbluelighting_close {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/button-close-darkblue.png", sizingMethod="crop");
}

* html .darkbluelighting_minimize {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/button-minimize-darkblue.png", sizingMethod="crop");
}

* html .darkbluelighting_maximize {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/button-maximize-darkblue.png", sizingMethod="crop");
}

* html .darkbluelighting_content {
	background:#020EBA;
}


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

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

.newbluelighting_nw {
	width:5px;
	height:28px;
	background:#232364;
 	border-top:2px solid #c5c5c5;
 	border-left:2px solid #c5c5c5;
}

.newbluelighting_n {
	height:28px;
	background:#232364;
 	border-top:2px solid #c5c5c5;
}

.newbluelighting_ne {
	width:5px;	  
	height:28px;
	background:#232364;
 	border-top:2px solid #c5c5c5;
 	border-right:2px solid #c5c5c5;
}

.newbluelighting_w {
	width:5px;
	background:#232364;
 	border-left:2px solid #c5c5c5;
}

.newbluelighting_e {
	width:5px;	  
	background:#232364;
 	border-right:2px solid #c5c5c5;
}

.newbluelighting_sw {
	width:5px;
	height:5px;
	background:#232364;
 	border-bottom:2px solid #c5c5c5;
 	border-left:2px solid #c5c5c5;
}

.newbluelighting_s {
	height:5px;
	background:#232364;
 	border-bottom:2px solid #c5c5c5;
}

.newbluelighting_se, .newbluelighting_sizer  {
	width:5px;
	height:5px;
	background:#232364;
 	border-bottom:2px solid #c5c5c5;
 	border-right:2px solid #c5c5c5;
}

.newbluelighting_sizer {
	cursor:se-resize;	
}

.newbluelighting_close {
	background:transparent url('/cad/javascript_library/themes/lighting/button-close-grey.png') no-repeat center center;
	width:15px;
	height:9px;
	position:absolute;
	top:11px;
	right:10px;
	cursor:pointer;
	z-index:1000;
}

.newbluelighting_maximize {
	background:transparent url('/cad/javascript_library/themes/lighting/button-maximize-grey.png') no-repeat center center;
	width:15px;
	height:9px;
	position:absolute;
	top:11px;
	right:25px;
	cursor:pointer;
	z-index:1000;
}

.newbluelighting_minimize {
	background:transparent url('/cad/javascript_library/themes/lighting/button-minimize-grey.png') no-repeat center center;
	width:15px;
	height:9px;
	position:absolute;
	top:11px;
	right:40px;
	cursor:pointer;
	z-index:1000;
}

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

.newbluelighting_content {
	overflow:auto;
	color:#FFF;
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	background:#0413C0;
}

/* For alert/confirm dialog */
.newbluelighting_window {
	border:2px solid #F00;	
	background:#FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.newbluelighting_message {
  	font-size:12px;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

.newbluelighting_buttons {
	text-align:center;
	width:100%;
}

.newbluelighting_buttons input {
	border:2px solid #999;
	border-top-color:#CCC;
	border-left-color:#CCC;
	padding:2px;
	background-color:#FFF;
	color:#333;
	background-repeat:repeat-x;
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}

.newbluelighting_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background:transparent url('/cad/javascript_library/themes/lighting/spinner.gif') no-repeat center center
}

/* FOR IE */
* html .newbluelighting_nw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/top-left-newblue.png", sizingMethod="crop");
}

* html .newbluelighting_n {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/top-middle-newblue.png", sizingMethod="scale");
}

* html .newbluelighting_ne {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/top-right-newblue.png", sizingMethod="crop");
}

* html .newbluelighting_w {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/left-newblue.png", sizingMethod="scale");
}

* html .newbluelighting_e {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/right-newblue.png", sizingMethod="scale");
}

* html .newbluelighting_sw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/bottom-left-newblue.png", sizingMethod="crop");
}

* html .newbluelighting_s {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/bottom-middle-newblue.png", sizingMethod="scale");
}

* html newbluelighting_se, * html .newbluelighting_sizer {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/bottom-right-newblue.png", sizingMethod="crop");
}

* html .newbluelighting_close {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/button-close-newblue.png", sizingMethod="crop");
}

* html .newbluelighting_minimize {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/button-minimize-newblue.png", sizingMethod="crop");
}

* html .newbluelighting_maximize {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/button-maximize-newblue.png", sizingMethod="crop");
}

* html .newbluelighting_content {
	background:#020EBA;
}




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

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

.newgreylighting_nw {
	width:5px;
	height:28px;
	background:grey;
 	border-top:2px solid #c5c5c5;
 	border-left:2px solid #c5c5c5;
}

.newgreylighting_n {
	height:28px;
	background:grey;
 	border-top:2px solid #c5c5c5;
}

.newgreylighting_ne {
	width:5px;	  
	height:28px;
	background:grey;
 	border-top:2px solid #c5c5c5;
 	border-right:2px solid #c5c5c5;
}

.newgreylighting_w {
	width:5px;
	background:grey;
 	border-left:2px solid #c5c5c5;
}

.newgreylighting_e {
	width:5px;	  
	background:grey;
 	border-right:2px solid #c5c5c5;
}

.newgreylighting_sw {
	width:5px;
	height:5px;
	background:grey;
 	border-bottom:2px solid #c5c5c5;
 	border-left:2px solid #c5c5c5;
}

.newgreylighting_s {
	height:5px;
	background:grey;
 	border-bottom:2px solid #c5c5c5;
}

.newgreylighting_se, .newgreylighting_sizer  {
	width:5px;
	height:5px;
	background:grey;
 	border-bottom:2px solid #c5c5c5;
 	border-right:2px solid #c5c5c5;
}

.newgreylighting_sizer {
	cursor:se-resize;	
}

.newgreylighting_close {
	background:transparent url('/cad/javascript_library/themes/lighting/button-close-grey.png') no-repeat center center;
	width:15px;
	height:9px;
	position:absolute;
	top:11px;
	right:10px;
	cursor:pointer;
	z-index:1000;
}

.newgreylighting_maximize {
	background:transparent url('/cad/javascript_library/themes/lighting/button-maximize-grey.png') no-repeat center center;
	width:15px;
	height:9px;
	position:absolute;
	top:11px;
	right:25px;
	cursor:pointer;
	z-index:1000;
}

.newgreylighting_minimize {
	background:transparent url('/cad/javascript_library/themes/lighting/button-minimize-grey.png') no-repeat center center;
	width:15px;
	height:9px;
	position:absolute;
	top:11px;
	right:40px;
	cursor:pointer;
	z-index:1000;
}

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

.newgreylighting_content {
	overflow:auto;
	color:#FFF;
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	background:#0413C0;
}

/* For alert/confirm dialog */
.newgreylighting_window {
	border:2px solid #F00;	
	background:#FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.newgreylighting_message {
  	font-size:12px;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

.newgreylighting_buttons {
	text-align:center;
	width:100%;
}

.newgreylighting_buttons input {
	border:2px solid #999;
	border-top-color:#CCC;
	border-left-color:#CCC;
	padding:2px;
	background-color:#FFF;
	color:#333;
	background-repeat:repeat-x;
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}

.newgreylighting_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background:transparent url('/cad/javascript_library/themes/lighting/spinner.gif') no-repeat center center
}

/* FOR IE */
* html .newgreylighting_nw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/top-left-newblue.png", sizingMethod="crop");
}

* html .newgreylighting_n {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/top-middle-newblue.png", sizingMethod="scale");
}

* html .newgreylighting_ne {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/top-right-newblue.png", sizingMethod="crop");
}

* html .newgreylighting_w {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/left-newblue.png", sizingMethod="scale");
}

* html .newgreylighting_e {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/right-newblue.png", sizingMethod="scale");
}

* html .newgreylighting_sw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/bottom-left-newblue.png", sizingMethod="crop");
}

* html .newgreylighting_s {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/bottom-middle-newblue.png", sizingMethod="scale");
}

* html newgreylighting_se, * html .newgreylighting_sizer {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/bottom-right-newblue.png", sizingMethod="crop");
}

* html .newgreylighting_close {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/button-close-newblue.png", sizingMethod="crop");
}

* html .newgreylighting_minimize {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/button-minimize-newblue.png", sizingMethod="crop");
}

* html .newgreylighting_maximize {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/button-maximize-newblue.png", sizingMethod="crop");
}

* html .newgreylighting_content {
	background:#020EBA;
}







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

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

.newblueslighting_nw {
	width:5px;
	height:28px;
	background:#2a3a53;
 	border-top:2px solid #c5c5c5;
 	border-left:2px solid #c5c5c5;
}

.newblueslighting_n {
	height:28px;
	background:#2a3a53;
 	border-top:2px solid #c5c5c5;
}

.newblueslighting_ne {
	width:5px;	  
	height:28px;
	background:#2a3a53;
 	border-top:2px solid #c5c5c5;
 	border-right:2px solid #c5c5c5;
}

.newblueslighting_w {
	width:5px;
	background:#2a3a53;
 	border-left:2px solid #c5c5c5;
}

.newblueslighting_e {
	width:5px;	  
	background:#2a3a53;
 	border-right:2px solid #c5c5c5;
}

.newblueslighting_sw {
	width:5px;
	height:5px;
	background:#2a3a53;
 	border-bottom:2px solid #c5c5c5;
 	border-left:2px solid #c5c5c5;
}

.newblueslighting_s {
	height:5px;
	background:#2a3a53;
 	border-bottom:2px solid #c5c5c5;
}

.newblueslighting_se, .newblueslighting_sizer  {
	width:5px;
	height:5px;
	background:#2a3a53;
 	border-bottom:2px solid #c5c5c5;
 	border-right:2px solid #c5c5c5;
}

.newblueslighting_sizer {
	cursor:se-resize;	
}

.newblueslighting_close {
	background:transparent url('/cad/javascript_library/themes/lighting/button-close-grey.png') no-repeat center center;
	width:15px;
	height:9px;
	position:absolute;
	top:11px;
	right:10px;
	cursor:pointer;
	z-index:1000;
}

.newblueslighting_maximize {
	background:transparent url('/cad/javascript_library/themes/lighting/button-maximize-grey.png') no-repeat center center;
	width:15px;
	height:9px;
	position:absolute;
	top:11px;
	right:25px;
	cursor:pointer;
	z-index:1000;
}

.newblueslighting_minimize {
	background:transparent url('/cad/javascript_library/themes/lighting/button-minimize-grey.png') no-repeat center center;
	width:15px;
	height:9px;
	position:absolute;
	top:11px;
	right:40px;
	cursor:pointer;
	z-index:1000;
}

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

.newblueslighting_content {
	overflow:auto;
	color:#FFF;
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	background:#0413C0;
}

/* For alert/confirm dialog */
.newblueslighting_window {
	border:2px solid #F00;	
	background:#FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.newblueslighting_message {
  	font-size:12px;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

.newblueslighting_buttons {
	text-align:center;
	width:100%;
}

.newblueslighting_buttons input {
	border:2px solid #999;
	border-top-color:#CCC;
	border-left-color:#CCC;
	padding:2px;
	background-color:#FFF;
	color:#333;
	background-repeat:repeat-x;
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}

.newblueslighting_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background:transparent url('/cad/javascript_library/themes/lighting/spinner.gif') no-repeat center center
}

/* FOR IE */
* html .newblueslighting_nw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/top-left-newblue.png", sizingMethod="crop");
}

* html .newblueslighting_n {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/top-middle-newblue.png", sizingMethod="scale");
}

* html .newblueslighting_ne {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/top-right-newblue.png", sizingMethod="crop");
}

* html .newblueslighting_w {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/left-newblue.png", sizingMethod="scale");
}

* html .newblueslighting_e {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/right-newblue.png", sizingMethod="scale");
}

* html .newblueslighting_sw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/bottom-left-newblue.png", sizingMethod="crop");
}

* html .newblueslighting_s {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/bottom-middle-newblue.png", sizingMethod="scale");
}

* html newblueslighting_se, * html .newblueslighting_sizer {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/bottom-right-newblue.png", sizingMethod="crop");
}

* html .newblueslighting_close {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/button-close-newblue.png", sizingMethod="crop");
}

* html .newblueslighting_minimize {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/button-minimize-newblue.png", sizingMethod="crop");
}

* html .newblueslighting_maximize {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cad/javascript_library/themes/lighting/button-maximize-newblue.png", sizingMethod="crop");
}

* html .newblueslighting_content {
	background:#020EBA;
}
