.dhtmlwindow{
position: absolute;
border: 1px solid #ccc;
visibility: hidden;
background-color: white;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 0px;
text-indent: 3px;
font: bold 14px Arial, helvetica, sans-serif;
cursor: move;
overflow: hidden;
width: auto; height: 20px; line-height: 20px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
background: url("../../include/dhtmlwindow/notesHeaderBlue.png") repeat-x center center; color: white; 
}

#yellow { background: url("../../include/dhtmlwindow/notesHeaderYellow.png") repeat-x center center; color: black; }
#orange{ background: url("../../include/dhtmlwindow/notesHeaderOrange.png") repeat-x center center; color: black; }
#blue{ background: url("../../include/dhtmlwindow/notesHeaderBlue.png") repeat-x center center; color: white; }
#green { background: url("../../include/dhtmlwindow/notesHeaderGreen.png") repeat-x center center; color: white; }
#red { background: url("../../include/dhtmlwindow/notesHeaderRed.png") repeat-x center center; color: white; }
#dark{ background: url("../../include/dhtmlwindow/notesHeaderDark.png") repeat-x center center; color: white; }
#light { background: url("../../include/dhtmlwindow/notesHeaderLight.png") repeat-x center center; color: black; }




.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}

* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
width: 100%;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 1px solid #ccc;
background-color: lightyellow;
color: black;
height: 150px;
padding: 2px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid #ccc;
background-color: #f0f0f0;
height: 25px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 25px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}

.divNoteDel { 
width: auto; 
padding: 2px; 
float: left; 
clear: none; 
}

.divNoteDel img { margin-right: 5px; border: 0; vertical-align: middle; }
.divNoteDel a { display: block; border: solid 1px transparent; padding: 2px; padding-right: 5px; color: #666 }
.divNoteDel a:hover { background: #ddd; border: solid 1px #ccc; color: red; }