/*************************************dhtmlwindow*************************************************/
.dhtmlwindow{
position: absolute;
border: 1px solid black;
visibility: hidden;
background-color: white;
}
.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
text-indent: 3px;
font: bold 12px Verdana;
background-color: #608099;
color: white;
cursor: move;
overflow: hidden;
width: auto;
}
.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}
.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 1px solid #000;
background-color: white;
color: black;
height: 150px;
padding: 2px;
overflow: auto;
}
.drag-contentarea h2, .drag-contentarea h3, .drag-contentarea p, .drag-contentarea a {font-size: 10px; margin-top: 0; margin-bottom: 0; padding-left: 26px;}
.drag-contentarea h3 {font-weight: bold;}
.drag-contentarea div {background-color: #f5f5f5; border-bottom: 1px dashed #999; padding-bottom: 5px;}
.drag-contentarea a {font-weight: bold; color: #5b8cc4; background: transparent url(newslink.gif) no-repeat 0 3px; height: 24px; display: block; padding-top: 6px;}
.drag-contentarea h2 {font-style: italic; font-weight: normal; background: transparent url(newsdate.gif) no-repeat;  height: 24px; padding-top: 5px;}
.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #f8f8f8;
height: 13px; /*height of resize image*/
}
