body {
	background: #000;
	color: #fff;
  margin: 0 0 0 0px;	
  font-family: "Times New Roman", Times, serif;
  	scrollbar-face-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-arrow-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	font-size: 75%;
}

.dhtmlwindow{
position: absolute;
border: 2px solid black;
visibility: hidden;
background-color: white;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
text-indent: 50px;
font: bold 24px "Times New Roman", Times, serif;
background-color: #000;
color: #fff;
cursor: move;
overflow: hidden;
width: auto;
background-image: url(../images/handle.png);
background-repeat: no-repeat;
height: 32px;
border-left: solid 1px;
border-top: solid 1px;
border-right: solid 1px;
}

.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-left: solid 1px #fff;
border-right: solid 1px #fff;
border-bottom: solid 1px #fff;
background-color: #000;
color: #fff;
height: 150px;
padding: 2px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #F8F8F8;
height: 13px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}

.content {
background: #000;
color: #fff;
padding: 10px 10px 10px 10px;	
font-family: "Times New Roman", Times, serif;
line-height: 1.4em;
font-size: 1.2em;
}

.frame {
	margin-left: -10px;
}

.img-border {
	border: solid 1px;
	border-color: #fff;
}

a:link,a:visited
{
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}

a:hover
{
	color:#fff;
	text-decoration:underline;
}
