﻿body
{
	margin: 0px;
}
#modalPage
{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
.modalBackground
{
	filter: Alpha(Opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
	width: 100%;
	height: 100%;
	background-color: #999999;
	position: absolute;
	z-index: 300;
	top: 0px;
	left: 0px;
}
.modalContainer
{
	position: absolute;
	width: 300px;
	left: 50%;
	top: 50%;
	z-index: 550;
}
.modal
{
	background-color: white;
	border: solid 1px black;
	position: relative;
	top: -250px;
	left: -300px;
	z-index: 800;
	width: 622px;
	height: 340px;
	padding: 0px;
}
.modalDetails
{
	background-color: white;
	border: solid 1px black;
	width: 601px;
	padding: 10px;
}
.modalInfo
{
	background-color: #fda067;
	border: solid 1px black;
	position: relative;
	top: -250px;
	left: -250px;
	z-index: 800;
	width: 310px;
	height: 377px;
	padding: 0px;
}
.modalTop
{
	width: 614px;
	background-color: #e1e6fa;
	padding: 4px;
	color: Red;
	font-size:10pt;
	text-align: right;
	border-bottom:solid 1px black;
}
.modalInfoTop
{
	width: 302px;
	background-color: #e1e6fa;
	padding: 4px;
	color: Red;
	font-size:10pt;
	text-align: right;
	border-bottom:solid 1px black;
}
.modalTop a, .modalTop a:visited, .modalInfoTop a, .modalInfoTop a:visited
{
	color: Red;
	font-weight:bold;
}
.modalBody
{
	padding: 10px;
	width:622px;
	height:340px;
}

.modalInfoBody
{
	padding: 5px;
	width:300px;
	height:294px;
}
.field
{
	padding: 3px;
	border: solid 1px black;
	background-color:#e6e6e6;
	text-align:center;
}
.fieldDesc
{
	padding: 3px;
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	background-color:White;
	text-align:center;
}
