/* Focused windows */
.alert_message {
    color: #43628F;
}
.overlay_irdat {
	background-color: transparent;
}

.irdat_waitimg {
	position: absolute;
	background: url(irdat/loading.gif) no-repeat 0 0;
	left: 50%;
	top: 50%;
	margin: -16px 0 0 -16px;
	width: 32px;
	height:32px;
}

.irdat_nw, .irdat_dialog_nw {
	background: transparent url(irdat/TL_Main.png) no-repeat 0 0;			
  width:24px;
  height:30px;
}

.irdat_n, .irdat_dialog_n {
  background: transparent url(irdat/T_Main.png) repeat-x 0 0;			
  height:30px;
}

.irdat_ne, .irdat_dialog_ne {
  background: transparent url(irdat/TR_Main.png) no-repeat 0 0;			
  width:31px;	  
  height:30px;
}

.irdat_w, .irdat_dialog_w {
  background: transparent url(irdat/L_Main.png) repeat-y top left;			
  width:16px;
}

.irdat_e, .irdat_dialog_e {
  background: transparent url(irdat/R_Main.png) repeat-y top right;			
  width:16px;	  
}

.irdat_sw, .irdat_dialog_sw {
  background: transparent url(irdat/BL_Main.png) no-repeat 0 0;			
  width:31px;
  height:40px;
}

.irdat_s, .irdat_dialog_s {
  background: transparent url(irdat/B_Main.png) repeat-x 0 0;			
  height:40px;
}

.irdat_se, .irdat_sizer, .irdat_dialog_se, .irdat_dialog_sizer {
  background: transparent url(irdat/BR_Main.png) no-repeat 0 0;			
  width:31px;
  height:40px;
}

.irdat_sizer, .irdat_dialog_sizer {
	cursor:se-resize;	
}

.irdat_close, .irdat_dialog_close {
	width: 15px;
	height:15px;
	top:14px;
	right:25px;
	background: transparent url(irdat/button-close-grey.gif) no-repeat 0 0;
	position:absolute;
	cursor:pointer;
	z-index:1000;
}

.irdat_maximize, .irdat_dialog_maximize {
	width: 15px;
	height:15px;
	top:14px;
	right:40px;
	background: transparent url(irdat/button-maximize-grey.png) no-repeat 0 0;
	position:absolute;
	cursor:pointer;
	z-index:1000;
}

.irdat_minimize, .irdat_dialog_minimize {
	width: 15px;
	height:15px;
	top:14px;
	right:55px;
	background: transparent url(irdat/button-minimize-grey.png) no-repeat 0 0;
	position:absolute;
	cursor:pointer;
	z-index:1000;
}

.irdat_help, .irdat_dialog_help {
	width: 15px;
	height:15px;
	top:14px;
	right:70px;
	background: transparent url(irdat/button-help-grey.gif) no-repeat 0 0;
	position:absolute;
	cursor:pointer;
	z-index:1000;
}

.irdat_title, .irdat_dialog_title {
	float:left;
	height:18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	margin-top:8px;
	width:100%;
	color:#000;
        overflow:hidden;
}

.irdat_content, .irdat_dialog_content {
	overflow:auto;
	color: #222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background:#FFF;
}

.irdat_s .status_bar, .irdat_dialog_s {
  padding-bottom:24px;
  font-size:10px;
}

.irdat_dialog_buttons {
  text-align: center;
}

/* FOR IE */
* html .irdat_waitimg {
	position: fixed;
	z-index: -1;
	background: url(css/window/themes/irdat/loading.gif) no-repeat 50% 50%;
	left:0;
	top:0;
	width: 100%;
	height:100%;
}

* html .irdat_nw, * html .irdat_dialog_nw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="css/window/themes/irdat/TL_Main.png", sizingMethod="crop");
}

* html .irdat_n, * html .irdat_dialog_n {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="css/window/themes/irdat/T_Main.png", sizingMethod="scale");
}

* html .irdat_ne, * html .irdat_dialog_ne {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="css/window/themes/irdat/TR_Main.png", sizingMethod="crop");
}

* html .irdat_w, * html .irdat_dialog_w {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="css/window/themes/irdat/L_Main.png", sizingMethod="scale");
}

* html .irdat_e, * html .irdat_dialog_e {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="css/window/themes/irdat/R_Main.png", sizingMethod="scale");
}

* html .irdat_sw, * html .irdat_dialog_sw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="css/window/themes/irdat/BL_Main.png", sizingMethod="crop");
}

* html .irdat_s, * html .irdat_dialog_s {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="css/window/themes/irdat/B_Main.png", sizingMethod="scale");
}

* html .irdat_se, * html .irdat_dialog_se {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="css/window/themes/irdat/BR_Main.png", sizingMethod="crop");
}

* html .irdat_sizer, * html .irdat_dialog_sizer {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="css/window/themes/irdat/BR_Main.png", sizingMethod="crop");
}

/* html .irdat_close, * html .irdat_dialog_close {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="css/window/themes/lighting/button-close-grey.png", sizingMethod="crop");
}

* html .irdat_minimize, * html .irdat_dialog_minimize {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="css/window/themes/lighting/button-minimize-grey.png", sizingMethod="crop");
}

* html .irdat_maximize, * html .irdat_maximize {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="css/window/themes/lighting/button-maximize-grey.png", sizingMethod="crop");
}*/


/* Focused windows */
.overlay_blur_irdat {
	background-color: #85BBEF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.blur_irdat_nw {
	background: transparent url(irdat/TL.png) no-repeat 0 0;			
  width:24px;
  height:30px;
}

.blur_irdat_n {
  background: transparent url(irdat/T.png) repeat-x 0 0;			
  height:30px;
}

.blur_irdat_ne {
  background: transparent url(irdat/TR.png) no-repeat 0 0;			
  width:31px;	  
  height:30px;
}

.blur_irdat_w {
  background: transparent url(irdat/L.png) repeat-y top left;			
  width:16px;
}

.blur_irdat_e {
  background: transparent url(irdat/R.png) repeat-y top right;			
  width:16px;	  
}

.blur_irdat_sw {
  background: transparent url(irdat/BL.png) no-repeat 0 0;			
  width:31px;
  height:40px;
}

.blur_irdat_s {
  background: transparent url(irdat/B.png) repeat-x 0 0;			
  height:40px;
}

.blur_irdat_se, .blur_irdat_sizer {
  background: transparent url(irdat/BR.png) no-repeat 0 0;			
  width:31px;
  height:40px;
}

.blur_irdat_sizer {
	cursor:se-resize;	
}

.blur_irdat_close {
	width: 15px;
	height: 15px;
	background: transparent url(irdat/button-close-grey.gif) no-repeat 0 0;			
	position:absolute;
	top:12px;
	left:25px;
	cursor:pointer;
	z-index:1000;
}

.blur_irdat_maximize {
	width: 15px;
	height: 15px;
	background: transparent url(irdat/button-maximize-grey.png) no-repeat 0 0;			
	position:absolute;
	top:12px;
	left:40px;
	cursor:pointer;
	z-index:1000;
}

.blur_irdat_minimize {
	width: 15px;
	height: 15px;
	background: transparent url(irdat/button-minimize-grey.png) no-repeat 0 0;			
	position:absolute;
	top:12px;
	left:55px;
	cursor:pointer;
	z-index:1000;
}

.blur_irdat_help {
	width: 15px;
	height: 15px;
	background: transparent url(irdat/button-help.gif) no-repeat 0 0;			
	position:absolute;
	top:12px;
	left:70px;
	cursor:pointer;
	z-index:1000;
}

.blur_irdat_title {
	float:left;
	height:14px;
	font-family: Tahoma, Arial, sans-serif;
	font-size:12px;
	text-align:center;
	margin-top:8px;
	width:100%;
	color:#000;
}

.blur_irdat_content {
	overflow:auto;
	color: #222;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background:#FFF;
}
.blur_irdat_s .status_bar {
  padding-bottom:24px;
}

/* FOR IE */
* html .blur_irdat_nw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="css/window/themes/irdat/TL.png", sizingMethod="crop");
}

* html .blur_irdat_n {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="css/window/themes/irdat/T.png", sizingMethod="scale");
}

* html .blur_irdat_ne {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="css/window/themes/irdat/TR.png", sizingMethod="crop");
}

* html .blur_irdat_w {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="css/window/themes/irdat/L.png", sizingMethod="scale");
}

* html .blur_irdat_e {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="css/window/themes/irdat/R.png", sizingMethod="scale");
}

* html .blur_irdat_sw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="css/window/themes/irdat/BL.png", sizingMethod="crop");
}

* html .blur_irdat_s {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="css/window/themes/irdat/B.png", sizingMethod="scale");
}

* html .blur_irdat_se {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="css/window/themes/irdat/BR.png", sizingMethod="crop");
}

* html .blur_irdat_sizer {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="css/window/themes/irdat/BR.png", sizingMethod="crop");
}

