.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_bptheme {
	background-color:#999999;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

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

.bptheme_nw {
	background:transparent url("http://www.bioportal.si/themes/bptheme/top-left-blue.png") no-repeat 0 0;			
	width:9px;
	height:28px;
}

.bptheme_n {
	background:transparent url("bptheme/top-middle-blue.png") repeat-x 0 0;			
	height:28px;
}

.bptheme_ne {
	background:transparent url("bptheme/top-right-blue.png") no-repeat 0 0;			
	width:15px;	  
	height:28px;
}

.bptheme_w {
	background:transparent url("bptheme/left-blue.png") repeat-y top left;			
	width:9px;
}

.bptheme_e {
	background:transparent url("bptheme/right-blue.png") repeat-y top right;			
	width:15px;	  
}

.bptheme_sw {
	background:transparent url("bptheme/bottom-left-blue.png") no-repeat 0 0;			
	width:9px;
	height:15px;
}

.bptheme_s {
	background:transparent url("bptheme/bottom-middle-blue.png") repeat-x 0 0;			
	height:15px;
}

.bptheme_se, .bptheme_sizer  {
	background:transparent url("bptheme/bottom-right-blue.png") no-repeat 0 0;			
	width:15px;
	height:15px;
}

.bptheme_sizer {
	cursor:se-resize;	
}

.bptheme_close {
	width:15px;
	height:9px;
	background:transparent url("bptheme/button-close-blue.png") no-repeat 0 0;			
	position:absolute;
	top:11px;
	right:10px;
	cursor:pointer;
	z-index:1000;
}

.bptheme_maximize {
	width:15px;
	height:9px;
	background:transparent url("bptheme/button-maximize-blue.png") no-repeat 0 0;			
	position:absolute;
	top:11px;
	right:25px;
	cursor:pointer;
	z-index:1000;
}

.bptheme_minimize {
	width:15px;
	height:9px;
	background:transparent url("bptheme/button-minimize-blue.png") no-repeat 0 0;			
	position:absolute;
	top:11px;
	right:40px;
	cursor:pointer;
	z-index:1000;
}

.bptheme_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:#FFFFFF;
}

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

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

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

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

.bptheme_buttons input {
	border:1px solid #999;
	border-top-color:#CCC;
	border-left-color:#CCC;
	padding:2px;
	background-color:#FFF;
	color:#333;
	background-image:url("bptheme/background_buttons.gif");
	background-repeat:repeat-x;
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}

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



