.overlay_reactive {
	background-color: #003366;
	background-color:#011C23;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.reactive_nw {
	background: transparent url(reactive/left-top.gif) no-repeat 0 0;			
  width:10px;
  height:25px;
  /* height:15px*/
}

.reactive_n {
  background: transparent url(reactive/top-middle.gif) repeat-x 0 0;
 /* background-position:0px -5px;	*/		
  height:25px;
  /*height:15px*/
}

.reactive_ne {
  background: transparent url(reactive/right-top.gif) no-repeat 0 0;			
  width:10px;	  
  height:25px;
  /* height:15px*/
}

.reactive_w {
  background: transparent url(reactive/frame-left.gif) repeat-y top left;			
  width:7px;
}

.reactive_e {
  background: transparent url(reactive/frame-right.gif) repeat-y top right;			
  width:7px;	  
}

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

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

.reactive_se, .reactive_sizer  {
  background: transparent url(reactive/bottom-right-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.reactive_sizer {
	cursor:se-resize;	
}

.reactive_logout{
	width: 53px;
	height: 18px;
	background-image: url(reactive/button-logout.gif);
	position:absolute;
	top:1px;
	left:11px;
	cursor:pointer;
	z-index:1000;
}

.reactive_manual{
	width: 130px;
	height: 18px;
	background-image: url(reactive/manual.gif);
	position:absolute;
	top:1px;
	left:63px;
	cursor:pointer;
	z-index:1000;
}


.reactive_close{
	width: 23px;
	height: 18px;
	background-image: url(reactive/button-close.gif);
	position:absolute;
	top:1px;
	left:11px;
	cursor:pointer;
	z-index:1000;
}


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

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

.reactive_title {
	float:left;
	height:20px;
	font-size:14px;
	text-align:right;
	margin-top:2px;
	width:100%;
	color:#FFFFFF;
	font-weight:bold;
	letter-spacing:1px;
	border:0px solid #FFFFFF;
	font-family:trebuchet ms,helvetica,verdana, Tahoma, Arial, sans-serif;
}

.reactive_content, .reactive_content form{
	overflow:auto;
	color: #ffffff;
	font-family:trebuchet ms,helvetica,verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
	background:#333333;
	background-color:#000000;
	
	text-align:left;
}

.reactive_content a, .reactive_content a:hover{
	font-family:trebuchet ms,helvetica,verdana, Tahoma, Arial, sans-serif;
	
}

.reactive_content input{
	font-family:trebuchet ms,helvetica,verdana, Tahoma, Arial, sans-serif;
	background-color:#eeeeee;
	font-size:13px;
	color:#333333;

}

.reactive_content div{
	color:#eeeeee;
}

fieldset.reactive_content{
	color:#FFFFFF;
	background-color:#FFFFFF;
}

/* For alert/confirm dialog */
.reactive_window {
	border:1px solid #F00;	
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
	font-family:trebuchet ms,helvetica,verdana, Tahoma, Arial, sans-serif;
}

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

.reactive_buttons {
font-family:trebuchet ms,helvetica,verdana, Tahoma, Arial, sans-serif;
	text-align:center;
	width:100%;
}

.reactive_buttons input {
font-family:trebuchet ms,helvetica,verdana, Tahoma, Arial, sans-serif;
	width:20%;
	margin:10px;
}

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


