﻿body {
				background: #aecbd4;
				color: #000000;
				font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
				font-size: 12px;
}
table {
				font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
				font-size: 12px;
				color: #000000;
}
div {
				font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
				font-size: 12px;
				color: #000000;
}
a {
				color: #000000;
				text-decoration: none;
}
a:visited {
				color: #000000;
				text-decoration: none;
}
a:active {
				color: #000000;
				background: #A2BEC0;
				text-decoration: none;
}
a:hover {
				color: #000000;
				background: #A2BEC0;
				text-decoration: none;
}
.floating_title {
				font-weight: bold;
				font-size: 15px;
}
.black_overlay {
				display: none;
				position: absolute;
				top: 0%;
				left: 0%;
				width: 100%;
				height: 100%;
				background-color: black;
				z-index: 1001;
				-moz-opacity: 0.8;
				opacity: .40;
				filter: alpha(opacity=80);
}
.white_content {
				display: none;
				position: absolute;
				top: 20%;
				left: 30%;
				width: 500;
				height: 310;
				padding: 16px;
				border: 5px solid white;
				background-color: #aecbd4;
				z-index: 1002;
				overflow: auto;
}
