.dialog{
	background: transparent url(colleen_thomas/trans_bg.png) repeat top left;
}

/* North-West corner */
.colleen_thomas_nw {
  /*background-color: black;*/
  width:10px;
  height:25px;
}

/* North border */
.colleen_thomas_n {
  /*background-color: black;*/
  height:25px;
}

/* North-East corner */
.colleen_thomas_ne {
  /*background-color: black;*/
  width:10px;     
  height:25px;
}

/* West border */
.colleen_thomas_w {
  background: transparent;         
  width:0px;
  display: none;
}

/* East border */
.colleen_thomas_e {
  background: transparent;           
  width:0px;  
  display: none;    
}

/* South-West corner */
.colleen_thomas_sw {
  /*background: black;*/
  width:15px;
  height:15px;
}

/* South border */
.colleen_thomas_s {
  /*
background: black;
*/    
  height:15px;
}

/* South-East corner */
.colleen_thomas_se {
  /*
background: black;
*/     
  width:15px;
  height:15px;
  vertical-align:top;
}

/* Resize button */
.colleen_thomas_sizer {
  width:15px;
  height:15px;
  background: transparent url(colleen_thomas/resize.gif) no-repeat 0 0;
  cursor:se-resize;   
}

/* Close button */
.colleen_thomas_close {
    width: 23px;
    height: 23px;
    background: transparent url(colleen_thomas/close.gif) no-repeat 0 0;          
    position:absolute;
    top:0px;
    right:11px;
    cursor:pointer;
    z-index:1000;
}

/* Minimize button */
.colleen_thomas_minimize {
    width: 23px;
    height: 23px;
    background: transparent url(colleen_thomas/minimize.gif) no-repeat 0 0;           
    position:absolute;
    top:0px;
    right:55px;
    cursor:pointer;
    z-index:1000;
}

/* Maximize button */
.colleen_thomas_maximize {
    width: 23px;
    height: 23px;
    background: transparent url(colleen_thomas/maximize.gif) no-repeat 0 0;           
    position:absolute;
    top:0px;
    right:33px;
    cursor:pointer;
    z-index:1000;
}

/* Title bar */
.colleen_thomas_title {
    float:left;
    height:14px;
    font-size:14px;
	font-family: Palatino Linotype, "Times New Roman", Times, Georgia, serif;
	font-weight: bold;
    text-align:center;
	text-transform: uppercase;
    margin-top:0px;
    width:100%;
    color:white;
}

/* Content div (not used for url) */
.colleen_thomas_content {
    overflow:hidden;
	background: transparent;
    /*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_colleen_thomas {
  background-color: #85BBEF;
  filter:alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}