﻿
#overlay
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 90;
	background-color: #000000;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
}
#overlay[id]
{
	/* IE6 and below Can't See This */
	position: fixed;
}
.lightbox
{
	width: 730; /*background:#646464;*/
	padding: 0px;
	border: 0px solid #eee;
}
#close
{
	position: absolute;
	top: -5px;
	right: -5px;
	cursor: pointer;
}

.subtitle
{
	color:#999999;
	font-size:9px;
	font-family:verdana;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
}

.Header
{
	font-weight:bold;
	color:#FFF;
	font-family:Verdana;
	background-color:#ee1c25;
	height:20px;
}
.Profession
{
	font-weight:bold;
	color:#FFF;
	font-family:Verdana;
	background-color:#ee1c25;
	height:20px;
}
.SubProfession a
{
	font-family:Verdana;
	text-decoration:none;
	font-size:75%;
}
