/*  */
div#popupcontainer {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:500px;
	background: #000 url('../images/bkg_base.gif') repeat-y top center;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#popupheader {
	padding: 8px 0px 0px;
	height:30px;
}
	div#popupheader p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}

div#popupcontent {


}
	div#popupcontent p {
		text-align:left;
		/*padding:0 1em; */
	}
	
div#popupsubcontent {
	background: #000000 url('../images/subpopup_white.gif') repeat-y top center;
	text-align: center;
	margin:0 auto; /* center, not in IE5 */
}
 
 
 
.contentBox {
	text-align: left;
	width:450px;
	height:auto;
}
.popupBox {
	margin:0 auto; /* center, not in IE5 */
	position:relative;
	left:0px;
	top:0px;
	width:450px;
	height:auto;
	overflow:visible;
	z-index:1;
	
}
.subcell_top {
	height:27px;
	
}
.popupTitle {
	text-align:left;
	width:400px;
	z-index:1;
	overflow:visible;
}
.fullTitle {
	text-align:left;
	width:450px;
	height:30px;
	z-index:1;
	overflow: hidden;
}
.sponsorContent {
	position:relative;
	width:450px;
	z-index:1;
	min-height: 100%;
	background: url('../images/layout/subpopup_full.png') repeat-y top center;
	align:center;
}
.popupLink {
	position:relative;
	margin-top: 15px;
	margin-bottom: 0px;
	width:350px;
	height:23px;
	z-index:1;
	text-align:left;
	clear:both;
}
.leftColumn {
	float:left;
	width: 250px; /*Width of left column in pixel*/
	text-align:left;
	height:100%; /* needed for container min-height */
	min-height: 100%;
	clear:both;
}
.rightColumn {
	float: left;
	width: 290px; /*Width of right column in pixels*/
	height:100%; /* needed for container min-height */
	min-height: 100%;
}
.centerColumn {
	width: 400px; /*Width of right column in pixels*/
	height:100%; /* needed for container min-height */
	min-height: 100%;
	padding-left:20px;
	padding-right:0px;
	text-align:left;
}
.popupText {
	width:400px;
	height: auto;
	overflow: auto;
}
.fullText {
	width:450px;
	height: auto;
	z-index:1;
	overflow: auto;
}
.sponsorTitle1 {
	text-align:left;
	width:450px;
	height:30px;
	z-index:1;
	overflow: hidden;
}

