/* North-West corner */
.pageg_nw {
  background: transparent url(top_left.gif) no-repeat 0 0;
  width:9px;
  height:23px;
}

/* North border */
.pageg_n {
  background: transparent url(top_mid.gif) repeat-x 0 0;           
  height:23px;
}

/* North-East corner */
.pageg_ne {
  background: transparent url(top_right.gif) no-repeat 0 0;            
  width:15px;     
  height:23px;
}

/* West border */
.pageg_w {
  background: transparent url(center_left.gif) repeat-y top left;         
  width:4px;
}

/* East border */
.pageg_e {
  background: transparent url(center_right.gif) repeat-y top right;           
  width:10px;      
}

/* South-West corner */
.pageg_sw {
  background: transparent url(bottom_left.gif) no-repeat 0 0;          
  width:9px;
  height:19px;
}

/* South border */
.pageg_s {
  background: transparent url(bottom_mid.gif) repeat-x 0 0;            
  height:25px;
}

/* South-East corner */
.pageg_se {
  background: transparent url(bottom_right.gif) no-repeat 0 0;         
  width:15px;
  height:25px;
  vertical-align:top;
}

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

/* Close button */
.pageg_close {
    width: 14px;
    height: 14px;
    background: transparent url(close.gif) no-repeat 0 0;          
    position:absolute;
    top:5px;
    right:11px;
    cursor:pointer;
    z-index:1000;
}

/* Minimize button */
.pageg_minimize {
    width: 14px;
    height: 14px;
    background: transparent url(minimize.gif) no-repeat 0 0;           
    position:absolute;
    top:5px;
    right:33px;
    cursor:pointer;
    z-index:1000;
}

/* pagegimize button */
.pageg_maximize {
/*    width: 14px;
    height: 14px;
    background: transparent url(maximize.gif) no-repeat 0 0;           
    position:absolute;
    top:5px;
    right:33px;
    cursor:pointer;
    z-index:1000;
*/
}

/* Title bar */
.pageg_title {
    float:left;
    font-size:14px;
    text-align:center;
    width:100%;
    color:#123456;
	font-weight:bold;
}

/* Content div (not used for url) */
.pageg_content {
    overflow:auto;
    color: #FFF;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 10px;
    background:#FDFDFD;
	background-color:#0066FF;
}

/* Overlay for modal window, spécify color and opacity (three times to work on all browsers */
.overlay_pageg {
  background-color: #85BBEF;
  filter:alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

/* NON TOCCARE */
.dialog {
	display: block;
	position: absolute;
}

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

.status_bar {
  font-size:12px;
}
.status_bar input{
  font-size:12px;
}

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

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

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

.dialog .title_window {
  -moz-user-select:none;
}
.top_draggable, .bottom_draggable {
  cursor:move;
}
