.overlay_bartime {
	background-color: #666666;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.overlay___invisible__ {
  background-color: #666666;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

* html .overlay_bartime{
    background: none;
}
* html #reportPage {
    height: 100%;
}


.bartime_nw {
	width: 0px;
	height: 16px;
	background: transparent url(bartime/top_left.png) no-repeat 0 0;		
}

.bartime_n {
	background: transparent url(bartime/top_mid.png) no-repeat 0px 0;	
	height: 16px;
}

.bartime_ne {
	width: 0px;
	height: 16px;
	background: transparent url(bartime/top_right.png) no-repeat right 0;		
}

.bartime_e {
	width: 0px;
	background-color: white;
}

.bartime_w {
	width: 0px;
	background-color: white;
}

.bartime_sw {
	width: 0px;
	height: 0px;
	background: transparent url(bartime/bottom_left.gif) no-repeat 0 0;			
}

.bartime_s {
	height: 0px;
}

.bartime_se {
	width: 0px;
	height: 0px;
	background: transparent url(bartime/bottom_right.gif) no-repeat 0 0;			
}

.bartime_sizer {
	width: 9px;
	height: 19px;
	background: transparent url(bartime/sizer.gif) no-repeat 0 0;	
	cursor:se-resize;	
}

.bartime_close {
	width: 16px;
	height: 16px;
	background: transparent url(bartime/close.png) no-repeat 0 0;			
	position:absolute;
	top:18px;
	left:270px;
	cursor:pointer;
	z-index:2000;
}

.bartime_minimize {
	width: 14px;
	height: 15px;
	background: transparent url(bartime/minimize.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:28px;
	cursor:pointer;
	z-index:2000;
}

.bartime_maximize {
	width: 14px;
	height: 15px;
	background: transparent url(bartime/maximize.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:49px;
	cursor:pointer;
	z-index:2000;
}

.bartime_title {
	float:left;
	height:14px;
	text-align:center;
	width:100%;
	color:#000;
}

.bartime_content {
	background-color: transparent;
}

.top_draggable, .bottom_draggable {
  cursor:move;
}

.status_bar {
}
.status_bar input{
}

.wired_frame {
	display: block;
  position: absolute;
  border: 1px #000 dashed;
}

/* DO NOT CHANGE THESE VALUES*/
.dialog {
	display: block;
	position: absolute;
}

.dialog table.table_window  { 
  border-collapse: collapse; 
  border-spacing: 0; 
  width: 100%;
	margin: 0px;
	padding:0px;
}

.dialog table.table_window td , .dialog table.table_window th { 
  padding: 0; 
}

.dialog .title_window {
  -moz-user-select:none;
}                                                    

.reportBottom{
    background: transparent url(bartime/bottom_mid.png) no-repeat 0 0px;	
    margin: 0;
    padding: 0;
    height: 30px;
    width: 290px;
}
.cleanBottom{
    background: transparent url(bartime/bottom_clean.png) no-repeat 0 0px;	
    margin: 0;
    padding: 0;
    height: 30px;
    width: 290px;
}
.reportBottom span {
    width: 180px;
    height: 30px;
    overflow: hidden;
    margin-left: 10px;
    font-size: 18px;
    padding: 0;
}
.reportSubmit {
    background: transparent url(bartime/next.png) no-repeat 0 0px;	
    width: 24px;
    height: 24px;
    float: right;
    margin: 7px -12px 0 0;
}
.reportSubmit:hover {
    background: white url(bartime/next_over.png) no-repeat 0 0px;	
}