body
 {
 	font-style: normal;
 	font-size: 12px;
 	line-height: 20px;
 	font-family: Verdana, Arial, Helvetica,sans-serif;
 }
 
a
{
	text-decoration:none;
	color:#AAAAAA;
}

a:hover
{
	color:#000000;
}

a:hover.text
{
	color:#FFFFFF;
	background-color:#AAAAAA;
	padding:2px;
}

.thumbnail_left
{
 	border:#CCCCCC 1px solid;
	background-color:#FFFFFF;
	padding:5px;
	width:160px;
	height:130px;
	margin-right:12px;
}

.thumbnail
{
 	border:#CCCCCC 1px solid;
	background-color:#FFFFFF;
	padding:5px;
	width:160px;
	height:130px;
}

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #333333;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.70;
	filter: alpha(opacity=70);
}

.white_content {
	display: none;
	position: relative;
	top: -700px;
	margin-left:auto;
	margin-right:auto;
	width: 400px;
	height: 400px;
	padding: 16px;
	border: 5px solid #000000;
	background-color: white;
	z-index:1002;
	overflow: auto;
	filter: alpha(opacity=100);
}

