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

.paper_nw {
	background: transparent url(/i/paper/paper-top-left.gif) no-repeat 0 0;			
  	width:40px;
  	height:40px;
}

.paper_n {
  background: transparent url(/i/paper/paper-top-tile.gif) repeat-x 0 0;			
  height:40px;
}

.paper_ne {
 	background: transparent url(/i/paper/paper-top-right.gif) no-repeat 0 0;			
	width:40px;
  	height:40px;
}

.paper_w {
  background: transparent url(/i/paper/paper-left.gif) repeat-y top left;			
  width:40px;
}

.paper_e {
  background: transparent url(/i/paper/paper-right.gif) repeat-y top right;			
  width:40px;	  
}

.paper_sw {
  background: transparent url(/i/paper/paper-bottom-left.gif) no-repeat 0 0;			
	width:40px;
  	height:40px;
}

.paper_s {
  background: transparent url(/i/paper/paper-bottom-tile.gif) repeat-x 0 0;			
  height:40px;
}

.paper_se, .paper_sizer  {
  background: transparent url(/i/paper/paper-bottom-right.gif) no-repeat 0 0;			
  width:40px;
  height:40px;
}

.paper_sizer {
	cursor:se-resize;	
}

.paper_close {
	width: 20px;
	height: 25px;
	background: transparent url(/i/paper/paper-close.png) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}

.paper_minimize {
	width: 20px;
	height: 25px;
	background: transparent url(/i/paper/paper-min.png) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}

.paper_maximize {
	width: 20px;
	height: 25px;
	background: transparent url(/i/paper/paper-max.png) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

.paper_title {
	float:left;
	height:14px;
	font-size:14px;
	text-align:center;
	margin-top:2px;
	width:100%;
	color:#123456;
}

.paper_content {
	overflow:auto;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
	font: 12px arial;
	background: transparent url(/i/paper/paper-bg.jpg) 0 0;	
}

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

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

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

.paper_buttons input {
	width:20%;
	margin:10px;
}

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

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

/* DO NOT CHANGE THESE VALUES*/

.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;
}

.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;
}                                                    


