/* North-West corner */
.rob_seward_nw {
  background: transparent url(rob_seward/TOP_LEFT_IMAGE.gif) no-repeat 0 0;         
  width:10px;
  height:25px;
}

/* North border */
.rob_seward_n {
  background: transparent url(rob_seward/TOP_IMAGE.gif) repeat-x 0 0;           
  height:25px;
}

/* North-East corner */
.rob_seward_ne {
  background: transparent url(rob_seward/TOP_RIGHT_IMAGE.gif) no-repeat 0 0;            
  width:10px;     
  height:25px;
}

/* West border */
.rob_seward_w {
  background: transparent url(rob_seward/LEFT_IMAGE.gif) repeat-y top left;         
  width:7px;
}

/* East border */
.rob_seward_e {
  background: transparent url(rob_seward/RIGHT_IMAGE.gif) repeat-y top right;           
  width:7px;      
}

/* South-West corner */
.rob_seward_sw {
  background: transparent url(rob_seward/BOTTOM_LEFT_IMAGE.gif) no-repeat 0 0;          
  width:7px;
  height:7px;
}

/* South border */
.rob_seward_s {
  background: transparent url(rob_seward/BOTTOM_IMAGE.gif) repeat-x 0 0;            
  height:7px;
}

/* South-East corner */
.rob_seward_se {
  background: transparent url(rob_seward/BOTTOM_RIGHT_IMAGE.gif) no-repeat 0 0;         
  width:7px;
  height:7px;
  vertical-align:top;
}

/* Resize button */
.rob_seward_sizer {
  width:7px;
  height:7px;
    background: transparent url(rob_seward/RESIZE_IMAGE.gif) no-repeat 0 0; 
    cursor:se-resize;   
}

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

/* Minimize button */
.rob_seward_minimize {
    width: 23px;
    height: 23px;
    background: transparent url(rob_seward/MINIMIZE_IMAGE.gif) no-repeat 0 0;           
    position:absolute;
    top:0px;
    right:55px;
    cursor:pointer;
    z-index:1000;
}

/* Maximize button */
.rob_seward_maximize {
    width: 23px;
    height: 23px;
    background: transparent url(rob_seward/MAXIMIZE_IMAGE.gif) no-repeat 0 0;           
    position:absolute;
    top:0px;
    right:33px;
    cursor:pointer;
    z-index:1000;
}

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

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

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