﻿html, body
{
	height: 100%;
}

body {
	background-color: #ffffff;
	background-image: none;
	background-repeat: no-repeat;
	margin: 0px;
	overflow: hidden;
}

#ApplicationContentView
{
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

#ApplicationContentView .AppView
{
	position: absolute;
	z-index: 500;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	border-style: none;
}

#ApplicationTaskBar
{
	position: absolute;
	left: 0px;
	width: 100%;
	height: 100px;
	z-index: 9000;
	display: none;
	background-color: Orange;
}

#ApplicationTaskBar .Item
{
	display: inline-block;
	padding: 10px;
	margin: 10px;
	background-color: Black;
	color: White;
	cursor: pointer;
}

#ApplicationTaskBar .Item.Selected
{
	background-color: #900000;
}
