﻿html, body
{
	height: 100%;
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
}
body
{
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.nosilver
{
	overflow: hidden;
}

#silverlightControlHost
{
	height: 100%;
	width: 100%;
	text-align: center;
}
#container
{
	margin: 0px auto;
	width: 100%;
	height: 100%;
	float: left;
	text-align: center;
	vertical-align: top;
}

#linkpopup
{
	height:60px;
	width:300px;
	position: fixed !important;
	background-color: Yellow;
	z-index: 100002 !important;
	display:none;
	font-family:verdana;
	font-size:0.9em;
	background-color: #ffffff;
	border: solid 1px #727272;
}

#textLbl
{
	float: left;
	width: 255px;
	margin:5px;
	overflow: hidden;
}


#linkBox
{
	width: 285px;
	height: 20px;
	float: left;
	margin-left: 5px;
}

#closeButton
{
	text-decoration: none;
	color: #727272;
	display:block;
	float: right;
	margin: 5px;
}

