html 
{
	overflow: auto;
	/*
	

	position: absolute;
	left: 0;
	top: 0;	
*/
}

body {
	padding: 0;
	margin: 0;
	overflow: hidden;
}

div.bodydiv 
{
	position: absolute;
	left: 0;
	top: 0;	
}

.screen-root {
    position: relative; 
    left: 54px; 
    top: 0px; 
    z-index: 10;
    overflow: hidden;
}

.screen-shim {
    height: 1px;
    background-color: #a5adad;
    border-bottom: 1px solid #7b7b7b;
    overflow: hidden;
}

.screen-content {
    padding: 0;
    position: relative;
    left: 0;
    top: 0;
}

.screen-shim-bottom {
    height: 8px;
    background-color: #a5adad;
    border-top: 1px solid #7b7b7b;
    position:relative;
    left:-1px;
    top:0;
    overflow: hidden;
}

#debug {
    position:absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    background-color: #fff;
    color: #000;
    z-index: 99999;
    width: 100%;
    display: none;
}

#overlay {
    position:absolute;
    left:0;
    top:0;
}

.overlayWindow {
    position:absolute;
    left:0;
    top:0;
}



.item-text 
{
	font-family: Arial;
	background-color: #ffffe1;
	padding: 4px;
	font-family: Arial Narrow, "MS Sans Serif", Arial, Verdana, sans-serif;
	border: 1px solid #7b7b7b;
	font-size: 12px;
	white-space: nowrap;
}


#toggle-sidebar
{
	color: #ffffff;
	position: absolute;
	left: 0;
	top: 52px;
	width: 8px;
	display: block;
	background: transparent url(../WebMenu/images/top_groupBg.jpg) no-repeat;
	color: #f1f1f1;
	z-index: 10000;
	text-decoration: none;
	font-weight: bold;
	padding: 0 3px;
	height: 18px;
	overflow: hidden;
	font-family: Courier New;
	font-size: 12px;
}


.overlayWindow
{
 -webkit-box-shadow: rgba(0,0,0,0.4) 0px 1px 70px 20px;
 -moz-box-shadow: rgba(0,0,0,0.4) 0px 1px 70px 20px;
 box-shadow: rgba(0,0,0,0.4) 0px 1px 70px 20px;

/*
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
*/
}