/* ****** Override main.css styles for Popup ****** */	

.popupContent {
	padding:10px 0px 0px 10px;
	position:relative;
	overflow: scroll;
	height: 700px;
	width: 617px;
}

.popupContent h1 {
	color: #000;
	float: none;
	font: bold 2em arial,verdana;
	margin: 0;
}

.popupContent table {
	font: normal 1.2em arial;
	margin: 1em 0 0 0;
	width: 535px;
	display: table;
}

.popupContent table .first { width: 15em; }

.popupContent table ul { 
	font-size: 1em;
	list-style-image: url(../images/bullet-table.gif); 
	margin: 1em 0 1em 2.5em;
}

.popupContent p,
.popupContent ul { 
	font: normal 1.2em arial; 
	width: 85%;
}

.popupContent ul { margin: 2em 0; }
.popupContent li {
	list-style-type: none;
	margin-bottom: 1em
}

.popupContent strong {
	color: #000;
	font-weight: bold;
}

.popupContentSmall {
	height: 400px;
}

.popupContentMedium {
	height: 460px;
}
