.popupContent
{
	padding: 10px;	 
}


.baseLayer 
{
	position: absolute;	
	border: 3px solid black;
	top: 20px;
	left: 100px;
	width: 560px;
	z-index: 30;
	background-color: white;
	padding-top: 10px;
}

.baseLayerIE
{
	position:absolute;	
	border: 3px solid black;
	top: 20px;
	left: 100px;
	width: 560px;
	z-index: 30;
	background-color: white;
	padding-top: 10px;	
}

.popupContent, #popup-new div#content {height: 550px; overflow: auto; padding-right: 10px;}
.popupContent2 {height: 600px; overflow: auto; padding-right: 10px;}
#popup-new div#content2 {height: 450px; overflow: auto; padding-right: 10px;}
#popup-new div.themBanner div { padding: 10px;  }
#popup-new table.contentArea { width: 530px; }
#popup-new div.themeBanner { width: 560px; padding: 0px; margin-top: 10px; }
#popup-new .sidebar {
	position: relative; top:-12px; left: 10px; padding-right:5px; width:400px;
	}

#popup-new hr {display: inline-block;}
	
#popup-new table.chart {
	width: 400px;
	border: 1px solid #333333;}

#popup-new table.chart td {
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #cccccc;
	}
	
#popup-new #imgLogo { display: none; }
	

.fadedBG {
background-color: rgb(255, 255, 255);
opacity: 0.7; /* Safari, Opera */
-moz-opacity:0.70; /* FireFox */
filter: alpha(opacity=70); /* IE */
z-index: 20;
height: 100%;
width: 100%;
background-repeat:repeat;
top: 0px;
left: 0px;
position: absolute;
}

.fadedBGIE {
background-color: rgb(255, 255, 255);
opacity: 0.7; /* Safari, Opera */
-moz-opacity:0.70; /* FireFox */
filter: alpha(opacity=70); /* IE */
z-index: 20;
height: 100%;
width: 100%;
background-repeat:repeat;
top: 0px;
left: 0px;
position: absolute;
}

.thumbwrapper {width:100%; height: 100px; overflow: scroll;}
.thumbscroller {width: 3000px; }
.dragme{position:relative;}


