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

.oootheme_nw {
  background:  url(oootheme/TL_Main.png) no-repeat 0 0;			
  width:24px;
  height:30px;
}

.oootheme_n {
  background:  url(oootheme/T_Main.png) repeat-x 0 0;
  height:30px;
}

.oootheme_ne {
  background:  url(oootheme/TR_Main.png) no-repeat 0 0;			
  width:31px;	  
  height:30px;
}

.oootheme_w {
  background:  url(oootheme/L_Main.png) repeat-y top left;			
  width:16px;
}

.oootheme_e {
  background:  url(oootheme/R_Main.png) repeat-y top right;			
  width:16px;	  
}

.oootheme_sw {
  background:  url(oootheme/BL_Main.png) no-repeat 0 0;			
  width:31px;
  height:40px;
}

.oootheme_s {
  background:  url(oootheme/B_Main.png) repeat-x 0 0;			
  height:40px;
}

.oootheme_se, .oootheme_sizer {
  background:  url(oootheme/BR_Main.png) no-repeat 0 0;			
  width:31px;
  height:40px;
}

.oootheme_sizer {
	cursor:se-resize;	
}

.oootheme_close {
	width: 19px;
	height: 19px;
	background:  url(oootheme/close.gif) no-repeat 0 0;			
	position:absolute;
	top:12px;
	left:25px;
	cursor:pointer;
	z-index:1000;
}

.oootheme_minimize {
	width: 19px;
	height: 19px;
	background:  url(oootheme/minimize.gif) no-repeat 0 0;			
	position:absolute;
	top:12px;
	left:45px;
	cursor:pointer;
	z-index:1000;
}

.oootheme_maximize {
	width: 19px;
	height: 19px;
	background:  url(oootheme/maximize.gif) no-repeat 0 0;			
	position:absolute;
	top:12px;
	left:65px;
	cursor:pointer;
	z-index:1000;
}

.oootheme_title {
	float:left;
	height:14px;
	font-family: Tahoma, Arial, sans-serif;
	font-size:12px;
	text-align:center;
	margin-top:8px;
	width:100%;
	color:#000;
	background-color: #bfbfbf;

}

.oootheme_content {
	overflow:auto;
	color: #222;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background:#f9f9f9;
}
.oootheme_s .status_bar {
  padding-bottom:24px;
}

/* FOR IE */
* html .oootheme_nw {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="javascripts/winprototype/themes/oootheme/TL_Main.png", sizingMethod="crop");
}

* html .oootheme_n {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="javascripts/winprototype/themes/oootheme/T_Main.png", sizingMethod="scale");
}

* html .oootheme_ne {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="javascripts/winprototype/themes/oootheme/TR_Main.png", sizingMethod="crop");
}

* html .oootheme_w {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="javascripts/winprototype/themes/oootheme/L_Main.png", sizingMethod="scale");
}

* html .oootheme_e {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="javascripts/winprototype/themes/oootheme/R_Main.png", sizingMethod="scale");
}

* html .oootheme_sw {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="javascripts/winprototype/themes/oootheme/BL_Main.png", sizingMethod="crop");
}

* html .oootheme_s {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="javascripts/winprototype/themes/oootheme/B_Main.png", sizingMethod="scale");
}

* html .oootheme_se {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="javascripts/winprototype/themes/oootheme/BR_Main.png", sizingMethod="crop");
}

* html .oootheme_sizer {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="javascripts/winprototype/themes/oootheme/BR_Main.png", sizingMethod="crop");
}


