﻿html, body
{
	overflow: hidden;
	background-color: black;
	height: 100%;
	width: 100%;
}

html, body
{
	font: 100% Arial;
	font-size: small;
}

p
{
	margin-left: 3px;
	margin-top: 3px;
}

div#container
{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

div#topbar
{
	position: absolute;
	left: 0;
	top: 0;
	height: 30px;
	width: 160px;
	background-color: #C0C0C0;
	margin: 0 auto;
	line-height: 30px;
}

div#titlebar
{
	position: absolute;
	left: 161px;
	top :0;
	height: 30px;
	right: 0px;
	width: expression(document.documentElement.clientWidth-162);
	background-color:#C0C0C0;
	line-height: 30px;
}

div#menu
{
	position: absolute;
	overflow: auto;
	background-color: #333333;
	left: 0;
	top: 31px;
	bottom: 21px;
	width: 160px;
	height: expression(document.documentElement.clientHeight-53);
}

div#page
{
	position: absolute;
	overflow: auto;
	background-color: #4D4D4D;
	color: #C0C0C0;
	font-size: small;
	left: 161px;
	top: 31px;
	right: 0px;
	bottom: 21px;
	width: expression(document.documentElement.clientWidth-162);
	height: expression(document.documentElement.clientHeight-53);
}

div#statusbar
{
	position: absolute;
	overflow:hidden;
	background-color:#C0C0C0;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 20px;
	width: expression(document.documentElement.clientWidth-1);
	font-size:x-small;
	line-height: 20px;
}

.MenuItem
{
	height: 30px;
	max-height: 30px;
	color: #C0C0C0;
	padding: 0px 0px 0px 4px;
}
	
.MenuBlock
{
	height: 30px;
	max-height: 30px;
	background-color:#C0C0C0;
	color: black;
	padding: 0px 0px 0px 4px;
}

.GalleryItem
{
	text-align: center;
	vertical-align:middle;
}

a:link
{
	font-size:small;
	font-weight:normal;
	color: #C0C0C0;
	text-decoration: none;
}

a:visited
{
	font-size:small;
	font-weight:normal;
	color: #C0C0C0;    	
	text-decoration: none;
}

a:hover
{
	font-size:small;
	font-weight:normal;
	color: #C0C0C0;
	text-decoration: underline;
}

a:active
{
	font-size:small;
	font-weight:normal;
	color: #C0C0C0;    	
	text-decoration: none;
}
