/* North-West corner */
.proto_nw {
  background: transparent url(proto/TOP_LEFT_IMAGE.gif) no-repeat 0 0;         
  width:29px;
  height:23px;
}

/* North border */
.proto_n {
  background: transparent url(proto/TOP_IMAGE.gif) repeat-x 0 0;           
  height:23px;
}

/* North-East corner */
.proto_ne {
  background: transparent url(proto/TOP_RIGHT_IMAGE.gif) no-repeat 0 0;            
  width:29px;     
  height:23px;
}

/* West border */
.proto_w {
  background-color: #fff;
}

/* East border */
.proto_e {
  background-color: #fff; 
}

/* South-West corner */
.proto_sw {
  background: transparent url(proto/BOTTOM_LEFT_IMAGE.gif) no-repeat bottom left;          
  width:29px;
  height:19px;
}

/* South border */
.proto_s {
  background: transparent url(proto/BOTTOM_IMAGE.gif) repeat-x 0 0;           
  height:19px;
}

/* South-East corner */
.proto_se {
  background: transparent url(proto/BOTTOM_RIGHT_IMAGE.gif) no-repeat bottom right;         
  width:29px;
  height:19px;
  vertical-align:bottom;
}


/* Close button */
.proto_close {
    width: 18px;
    height: 18px;
    background: transparent url(proto/CLOSE_IMAGE.gif) no-repeat 0 0;          
    position:absolute;
    top:2px;
    right:5px;
    cursor:pointer;
    z-index:1000;
}

/* Title bar */
.proto_title {
    float:left;
    height:14px;
    font-family: Arial, Sans-Serif;
    font-size:12px;
    font-weight: bold;
    text-align:left;
    margin-top:2px;
    width:100%;
    color:#fff;
    text-transform: uppercase;
}

/* Content div (not used for url) */
.proto_content {
    overflow:auto;
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 11px;
    background:#fff;
}
