html {
scrollbar-face-color: #a1497e;
scrollbar-shadow-color: #a1497e;
scrollbar-highlight-color: #a1497e;
scrollbar-3dlight-color: #a1497e;
scrollbar-dark-shadow-color: black;
scrollbar-track-color: black;
scrollbar-arrow-color: #cb9fb9;
scrollbar-base-color: black;
overflow:auto;
}

.dhtmlwindow{
position: absolute;
border: 1px solid #349dd4;
visibility: hidden;
background:#000000;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
text-indent: 3px;
font: bold 16px Europe_Ext;
background-color: #7b2b3e;
color: white;
cursor: move;
overflow: hidden;
width: 100%;
height: 19px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.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: 2px solid #7a283e;
background-color: black;
color: gray;
height: 150px;
padding: 20px;
overflow: auto;
margin:0; 
font-size: 11px; 
line-height: 15px;
 text-align: justify;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid black;
background-color: black;
height: 0px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 16px; /*width of resize image*/
height: 16px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}
p {
	color: gray;
	font-size: 11px;
}
.white {
	color: white;
}
.center {
	text-align: center;
	
}
.blue {
	color:#349dd4;
	font-size: 11px;
	line-height: 12px;
}
.small_violet {
 color:#a636d1; font-size:0.93em; text-decoration:underline; font-weight:bold; background:url(marker_left.gif) no-repeat left top; padding-right:7px; padding-left:7px
}
.kk {
	color:gray;
	font-size: 11px;
	margin-left: 20px;
	margin-bottom: 5px;
}
.center { text-align:center;}
strong{ color:#349dd4; line-height: 14px; }
