/* CSS Document */

body{
	margin:0;
	padding:10px;
	background:#B70E0F url(popup_bg.gif) repeat-x top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

#popup{
	width:616px;
	margin:0 auto;
	background:#ffffff url(popup_window.gif) no-repeat bottom left;
	padding:20px;
}

h1{
	/*background:url(h1_popup.gif) no-repeat top left;*/
	height:85px;
	width:143px;
	float:right;
	display:inline;
	margin-right:10px;
	margin-bottom:10px;
}

h1 strong{
	display:none;
}

h2 {/*#AC2B2Apadding: 5px;*/
	background: url(h2_pop.gif) no-repeat top left;
	height:53px;
	width:269px;
	padding:18px 10px 10px 190px;
	color: White;
	margin-top: 5px;
	margin-bottom: 3px;
}
img {
	border: 0;
}

img.illustration {
	border: 2px solid #DDDDDD;
	padding: 2px;
	margin: 1px 5px 5px 0px;
}

#leftcol {
	float: left;
	width: 450px;
}

#rightcol {
	float: left;
	width: 145px;
	margin-top: 170px;
	margin-left: 10px;
}

.details_title {
	font-weight: bold;
	font-size: 85%;
}

#details_table {
}

#date {

	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;
	padding:4px; border-bottom:1px solid #cccccc;
}