﻿body {background:#000 url(images/pattern-bg.jpg) repeat-x top center;}

.modalBackground
{
	background-color:White;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.popup
{
	background-color: #000000;
	border-style: solid;
	border-color: White;
	border-width: thin;
	width: 750px;
	height: 650px;
}
.popupHeader
{
	color: black;
	font-weight: bold;
	font-size:medium;
	text-align: center;
}

.popupContent
{
	margin-left: 10px;
	color: black;
	font-weight: bold;
	font-size: medium;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 10px;
}

.descText
{
	color: black;
	font-weight: bold;
	font-size: small;
}

A.closeLink
{
	text-decoration: none;
	color: black;
	font-size: small;
}	

A
{
	border-color: black;
	color: black;
}	
.newImages{font-weight:bolder; color:white; text-decoration: none;}