.divbox {
	/*z-index: 100000;*/
}

.dhtmlwindow{
position: absolute;
border: 2px solid #FFCC33;
visibility: hidden;
background-color: #000000;
background:#000000;
/* opacity: 0.8; 
-moz-opacity: 0.8;
filter: Alpha(Opacity=80); */
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 2px;
text-indent: 3px;
font: bold 11px Arial;
background-color: #372009;
color: #FFCC33;
border-bottom: 1px solid #FFCC33;
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 brown;
background-color: #000000;
color: black;
height: 150px;
padding: 2px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #F8F8F8;
height: 12px; /*height of resize image*/
display:none;
visibility:hidden;
}


.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;
}

.balloonstyle{
position:absolute;
top: -500px;
left: 0;
padding: 5px;
visibility: hidden;
border:1px solid black;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: white;
width: 200px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
}

#arrowhead{
z-index: 101;
position:absolute;
top: -500px;
left: 0;
visibility: hidden;
}

#fixedtipdiv{
position:absolute;
padding: 2px;
border:1px solid black;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}


.taigabody {
	SCROLLBAR-HIGHLIGHT-COLOR: black;
	SCROLLBAR-ARROW-COLOR: Maroon;
	SCROLLBAR-TRACK-COLOR: black;
	SCROLLBAR-DARKSHADOW-COLOR: #ffcc33;
	SCROLLBAR-BASE-COLOR: #443300;
	margin: 0px;
	padding: 0px;
	background: #000000 url(../images/layer0bg.jpg) repeat-x;
	/* overflow: auto; */
	overflow-x: hidden;
}

scrollbar[orient="vertical"] { color:#000000 !important; }

a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #B22222;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: Purple;
}
a.current {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: Green;
}