﻿html, body
{
    height: 100%;
    overflow: hidden;
}

body
{
    padding: 0;
    margin: 0;
	font-family: Verdana, Tahoma, Arial;
	font-size: 70%;
}

#silverlightControlHost
{
    position: absolute;
    left: 0px;
    top: 25px;
    bottom: 0px;
    right: 0px;
}

#header
{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 25px;
	color: Black;
	line-height: 25px;
	padding: 0px 4px 0px 4px;
}

#header a, #header a:visited
{
	color: #0077FF;
}

#header a:hover
{
	text-decoration: underline;
	color: #ff6600;
}

#headerLinks
{
	position: absolute;
	top: 0px;
	right: 4px;
}
