/* North-West corner */
.budcat_nw {
  background-color: #000;         
  width:10px;
  height:25px;
}

/* North border */
.budcat_n {
  background-color: #000;           
  height:25px;
}

/* North-East corner */
.budcat_ne {
  background-color: #000;            
  width:10px;     
  height:25px;
}

/* West border */
.budcat_w {
  background-color: #464a3c;         
  width:7px;
}

/* East border */
.budcat_e {
  background-color: #464a3c;         
  width:7px;   
}

/* South-West corner */
.budcat_sw {
  background-color: #464a3c;          
  width:7px;
  height:7px;
}

/* South border */
.budcat_s {
  background-color: #464a3c;            
  height:7px;
}

/* South-East corner */
.budcat_se {
  background-color: #464a3c;         
  width:7px;
  height:7px;
  vertical-align:top;
}

/* Resize button */
.budcat_sizer {
  width:7px;
  height:7px;
    background: transparent url(budcat/budcat_resize.jpg) no-repeat 0 0;
    cursor:se-resize;   
}

/* Close button */
.budcat_close {
    width: 23px;
    height: 23px;
    background: transparent url(budcat/close.jpg) no-repeat 0 0;          
    position:absolute;
    top:0px;
    right:11px;
    cursor:pointer;
    z-index:1000;
}

/* Minimize button */
.budcat_minimize {
    width: 23px;
    height: 23px;
    background: transparent url(budcat_minimize.gif) no-repeat 0 0;           
    position:absolute;
    top:0px;
    right:55px;
    cursor:pointer;
    z-index:1000;
}

/* Maximize button */
.budcat_maximize {
    width: 23px;
    height: 23px;
    background: transparent url(budcat_maximize.gif) no-repeat 0 0;           
    position:absolute;
    top:0px;
    right:33px;
    cursor:pointer;
    z-index:1000;
}

/* Title bar */
.budcat_title {
    float:left;
    height:14px;
    font-size:1.0em;
    font-weight:bold;
    text-align:center;
    margin-top:2px;
    width:100%;
    color:#fff;
}

/* Content div (not used for url) */
.budcat_content {
    overflow:auto;
    color: #000;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 10px;
    background:#464a3c;
	padding-top: 7px;

}

/* Overlay for modal window, spécify color and opacity (three times to work on all browsers */
.overlay_budcat {
  background-color: #000;
  filter:alpha(opacity=25);
  -moz-opacity: 0.25;
  opacity: 0.25;
}