﻿/* Styles used prior to loading the first demo XAP */

body {
}
.header
{
	height: 90px;
	width: 1000px;
	margin: 10px 0px 5px 0px;
	background: url(../images/SilverlightHeader.png) top left no-repeat;
	visibility: visible;
	display: none;
}
.menu
{
	height: 600px;
	width: 200px;
	float: left;
	margin: 10px 0px 0px 0px;
}
.xapdesc
{
	background: url(../images/Description.png) top left no-repeat;
	height: 0px;
	width: 985px;
	font-size: 18px;	
	margin: 0px 0px 0px 5px;
	line-height: 24px;
	padding: 5px;
	visibility: hidden;
}
.outerxapdesc
{
	height: 0px;
}
.xap
{
	background-color: #CCCCCC;
	width: 770px;
	height: 0px;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 5px;
	visibility: hidden;
}
.content
{
	width: 800px;
	height: 585px;
	float: left;
}
.main
{
	font-family: Verdana, Tahoma, Courier;
	width: 1000px;
	height: 800px;
	margin: auto;
}
.welcome
{
	width: 750px;
	font-size: 20px;
	line-height: 30px;
	padding-left: 25px;
	padding-right: 25px;
	visibility: visible;
	display: none;
}
