/*
COR THEMA: #5AA7DA;
COR BORDA: #2572A5
*/

/* borda_top_left */
.fdigital_nw, .theme {
  background-color:#FFFFFF;
  border-top: #CCCCCC 1px solid;
  border-left: #CCCCCC 1px solid;
  width:7px;
  height:30px;
}

/* borda_top_center */
.fdigital_n, .theme {
	background-color:#FFFFFF;
	border-top: #CCCCCC 1px solid; 
	color: #FFFFFF; 
}

/* borda_top_right */
.fdigital_ne {
	background-color:#FFFFFF;
  	border-right: #CCCCCC 1px solid; 
	border-top: #CCCCCC 1px solid; 
	width:7px;     
}

/* borda_center_left */
.fdigital_w {
	border-left: #CCCCCC 1px solid;  
	background-color: #FFFFFF;
	width:7px;
}

/* border_center_right */
.fdigital_e {
	border-right: #CCCCCC 1px solid;  
	background-color: #FFFFFF;
	width:7px;     
}

/* border_bottom_left */
.fdigital_sw {
	background-color:#990099;
	background: transparent url(fdigital/bottom-left-c.gif) no-repeat 0 0;          
	width:7px;
	height:7px;
}

/* border_bottom_center */
.fdigital_s {
	border-bottom: #CCCCCC 1px solid;  
	background-color: #FFFFFF;
	height:7px;
}

/* South-East corner */
.fdigital_se {
  background-color:#CC00CC;
  width:7px;
  height:7px;
  vertical-align:top;
}

/* Resize button */
.fdigital_sizer {
  width:7px;
  height:7px;
  background: transparent url(fdigital/bottom-right-c.gif) no-repeat 0 0;
  cursor:se-resize;   
}

/* Close button */
.fdigital_close {
    width: 74px;
    height: 22px;
    background: transparent url(fdigital/button-close-focus.gif) no-repeat 0 0;         
    position:absolute;
    top:5px;
    right:10px;	
	bottom: 5px;
    cursor:pointer;
    z-index:1000;
}

/* Maximize button */
.fdigital_maximize {
    width: 18px;
    height: 23px;
    background: transparent url(fdigital/button-max-focus.gif) no-repeat 0 0;           
    position:absolute;
    top:0px;
    right:29px;
    cursor:pointer;
    z-index:1000;
}

/* Minimize button */
.fdigital_minimize {
    width: 18px;
    height: 23px;
    background: transparent url(fdigital/button-min-focus.gif) no-repeat 0 0;           
    position:absolute;
    top:0px;
    right:48px;
    cursor:pointer;
    z-index:1000;
}

/* Title bar */
.fdigital_title {
	color: #FFFFFF; 
	font-weight: bold; 
	font-family:Arial, Helvetica, sans-serif;
    float:left;
    height:14px;
    font-size:14px;
    text-align:left;
    margin-top:2px;
    width:100%;
}

/* Content div (not used for url) */
.fdigital_content {
    overflow:auto;
    color: #000;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 10px;
    background:#FFFFFF;
}

/* Overlay for modal window, spécify color and opacity (three times to work on all browsers */
.overlay_fdigital {
  background-color: #000000;
  filter:alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}