﻿body
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background: #f0f0f0;
	height: 100%;
}

#container
{
	height: 100%;
	max-width: 1200px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10%;
	right: 10%;
}

#header
{
	position: absolute;
	height: 40px;
	top: 10px;
	right: 0;
	left: 0;
}

#select
{
	margin-bottom: 5px;
}

#content
{
	height: 90%;
	border: 1px gray dashed;
	background: white;
	position: absolute;
	top: 60px;
	bottom: 20px;
	right: 0;
	left: 0;
}

#footer
{
	position: absolute;
	bottom: 0;
	height: 20px;
	right: 0;
	left: 0;
}

#assetHeader
{
	font-weight: bold;
}

#assetLink
{
	padding-right: 10px;
}

.message
{
	padding-left: 10px;
}
