html
{
	height:100%;
	margin: 0; 
	padding: 0; 
	border: 0;
}
body
{
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 1em;
	font-size-adjust: none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:18px;
	height: 100%;
	text-align: left;
	margin: 0; 
	padding: 0; 
	border: 0;
}
#desktop
{
	z-index: 1;
	position: fixed;
	top: 0px;
	left: 0px;
	background: #737373 url(../images/wallpaper1.jpg) repeat fixed 0% 0%;
	height: 100%;
	width: 100%;
	overflow-y: auto;
}
#topBar
{
	height: 30px;
	background-color: #000000;
	border-bottom: 1px solid #F2F2F2;
	color: #FFFFFF;
	position: absolute;
	width: 100%;
	text-align: right;
	z-index: 4;
}
#topBar #logo
{
	width: auto;
	position: absolute;
	left: 5px;
	vertical-align: top;
	font-size: 1.1em;
	color: #61DDE5;
}
#toolbar
{
	width: 100%;
	position: fixed;
	z-index: 4;
	bottom: 0px;
	left: 0px; 
	height: 50px;
	padding-bottom: 10px;
	background-color: #000000;
	border-top: 1px solid #F2F2F2;
}
.window
{
	position: absolute;
	width: 300px;
	top: 50px;
	right: 100px;
}
.window .header
{
	height: 30px;
}
.window .heading
{
	background-image: URL(../images/window_bg.jpg);
	background-repeat: repeat-x;
	height: 30px;
	float: left;
	width: 258px;
	font-weight: bold;
	cursor: move;
}
.window .heading .title
{
	color: #FFFFFF;
	font-size: .8em;
	text-align: left;
	font-family: Verdana, Arial;
	padding-top: 5px;
}
.window .heading .title img
{
	padding-bottom: 3px;
	vertical-align: middle;
}
.window .leftCorner
{
	background-image: URL(../images/window_lc.png);
	background-repeat: repeat-none;
	width: 6px;
	height: 30px;
	float: left;
}
.window .rightCorner
{
	background-image: URL(../images/window_rc.png);
	background-repeat: repeat-none;
	float: right;
	width: 6px;
	height: 30px;
	clear: none;
}
.window .controls
{
	float: right;
	width: 55px;
	height: 30px;
	background-image: URL(../images/window_bg.jpg);
	background-repeat: repeat-x;
}
.window .controls button
{
	background: transparent;
	width: 20px;
	height: 20px;
	border: 1px solid #000000;
	margin-top: 5px;
	margin-right: 5px;
	color: #FFFFFF;
	font-weight: bold;
	padding-bottom: 3px;
}
.window .frame
{
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.window .frame .content
{
	clear: both;
	background-color: #000000;
	border-left: 1px solid #858585;
	border-right: 1px solid #858585;
	border-bottom: 1px solid #858585;
	overflow-y: auto;
	overflow-x: hidden;
	padding-bottom: 10px;
}
