.overlay_novartis {
	/*background-color: #85BBEF;*/
	background-color: #FFFFFF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.novartis_nw {
	background: transparent url(novartis/left-top.gif) no-repeat 0 0;			
  width:17px;
  height:17px;
}

.novartis_n {
  background: transparent url(novartis/top-middle.gif) repeat-x 0 0;			
  height:17px;
}

.novartis_ne {
  background: transparent url(novartis/right-top.gif) no-repeat 0 0;			
  width:17px;	  
  height:17px;
}

.novartis_w {
  background: transparent url(novartis/frame-left.gif) repeat-y top left;			
  width:12px;
}

.novartis_e {
  background: transparent url(novartis/frame-right.gif) repeat-y top right;			
  width:12px;	  
}

.novartis_sw {
  background: transparent url(novartis/bottom-left-c.gif) no-repeat 0 0;			
  width:12px;
  height:12px;
}

.novartis_s {
  background: transparent url(novartis/bottom-middle.gif) repeat-x 0 0;			
  height:12px;
}

.novartis_se, .novartis_sizer  {
  background: transparent url(novartis/bottom-right-c.gif) no-repeat 0 0;			
  width:12px;
  height:12px;
}

.novartis_sizer {
	cursor:se-resize;	
}

.novartis_close {
	width: 69px;
	height: 11px;
	background: transparent url(novartis/button-close.gif) no-repeat 0 0;			
	position:absolute;
	top:3px;
	right:3px;
	cursor:pointer;
	z-index:1000;
}

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

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

.novartis_title {
	float:left;
	height:12px;
	font-size:10px;
	text-align:center;
	margin-top:0px;
	width:100%;
	color:#123456;
}

.novartis_content {
	overflow:auto;
	color: #000;
	background:#FDFDFD;
	margin:0px;
	padding:0px;
	text-align:center;
}

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

.novartis_message {
  font: 12px arial;
	text-align:center;
	width:100%;
	padding-bottom:0px;
}

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

.novartis_buttons input {
	width:20%;
	margin:0px;
}

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

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


