﻿body {
	background-image: url(/Application/Images/BackgroundTile.jpg);
	background-position: center top;
	background-color: #1f4f8b;
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

body, table, a {
	font-family: Palatino Linotype, Book Antiqua, Palatino;
	font-weight: bold;
	font-size: 8pt;
	color: #143d8d;
}

#DisplayContainer {
	width: 1000px;
	height: 800px;
	margin: auto;
	border: none 0px black;	
	position: relative;
}

#FrameShader {
	background-color: #000000;
	position: absolute;	
	
	z-index: 100;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;

	visibility: hidden;
}

#FrameLayer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 101;	
	text-align: center;
	visibility: hidden;
}


#FrameContainer {
	z-index: 101;
	margin: auto;

	border: solid 2px #1f4f8b;
	background-color: #ced7ef;
	width: 487px;
	position: relative;
	top: 25px;
}

#FrameCloseContainer {	
	text-align: right;
	padding: 2px 10px 0px 0px;
}

#FrameContentContainer {
	width: 470px;
	height: 550px;
	padding: 5px 10px 10px 7px;
}

#FrameContent {
	width: 100%;
	height: 100%;
	border: dotted 1px #336666;
}