/* North-West corner */
.codaddict_nw {
background: #FDFDFD;
width:10px;
height:10px;
border:1px solid #485A2C;
border-width:1px 0px 0px 1px;
}

/* North border */
.codaddict_n {
background: #FDFDFD;
height:10px;
border:1px solid #485A2C;
border-width:1px 0px 0px 0px;
}

/* North-East corner */
.codaddict_ne {
background: #FDFDFD; 
width:10px; 
height:10px;
border:1px solid #485A2C;
border-width:1px 1px 0px 0px;
}

/* West border */
.codaddict_w {
background: #FDFDFD;
width:7px;
border:1px solid #485A2C;
border-width:0px 0px 0px 1px;
}

/* East border */
.codaddict_e {
background: #FDFDFD;
width:7px;
border:1px solid #485A2C;
border-width:0px 1px 0px 0px;
}

/* South-West corner */
.codaddict_sw {
background: #FDFDFD; 
width:7px;
height:7px;
border:1px solid #485A2C;
border-width:0px 0px 1px 1px;
}

/* South border */
.codaddict_s {
background: #FDFDFD; 
height:7px;
border:1px solid #485A2C;
border-width:0px 0px 1px 0px;
}

/* South-East corner */
.codaddict_se {
background: #FDFDFD;
width:7px;
height:7px;
vertical-align:top;
border:1px solid #485A2C;
border-width:0px 1px 1px 0px;
}

/* Resize button */
.codaddict_sizer {
width:7px;
height:7px;
background: #FDFDFD;
cursor:se-resize; 
	border:1px solid #485A2C;
border-width:0px 1px 1px 0px;
}

/* Close button */
.codaddict_close {
width: 10px;
height: 10px;
background: #FDFDFD; 
position:absolute;
top:0px;
right:11px;
cursor:pointer;
z-index:1000;

}

/* Minimize button */
.codaddict_minimize {
width: 23px;
height: 23px;
background: #FDFDFD;
position:absolute;
top:0px;
right:55px;
cursor:pointer;
z-index:1000;
}

/* Maximize button */
.codaddict_maximize {
width: 23px;
height: 23px;
background: #FDFDFD;
position:absolute;
top:0px;
right:33px;
cursor:pointer;
z-index:1000;
}

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

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

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