body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #333;
}

#topBar {
	background-color: #333;
	width: 100%;
	margin: 0px;
	height: 40px;
	border-bottom: 1px solid #000;
	text-indent: -4200px;
}

.glossaryTermastro {
	color: #3B7394;
}

.glossaryTermearth {
	color: #AC9700;
}

.glossaryTermbio {
	color: #668030;
}

.astro {
    background: #333 url(/sciencebulletins/astro/images/popupbanner.gif) no-repeat 5px 5px;
}

.earth {	
    background: #333 url(/sciencebulletins/earth/images/popupbanner.gif) no-repeat 5px 5px;
}

.bio {		
    background: #333 url(/sciencebulletins/bio/images/popupbanner.gif) no-repeat 5px 5px;
}

.glossaryDef {
	margin-left: 10px;
	margin-bottom: 10px;
	line-height: 1.4em;
}

.glossaryDef sub, .glossaryDef sup {
    line-height: 0;
}
 
a {
	color: #ccc;
}

dt {
	margin-left: 10px;
	font-weight: bold;
}

#glossaryWA {
	margin-left: 10px;
	color: #333;
	font-weight: bold;
	font-size: 14px;
}

#popupCopy {
	background-color: #333;
	border-top: 1px solid #000;
	padding: 10px;
	color: #999;
	font-size: 10px;
}

a.media:link, a.media:visited, a.media:active {
	color: #999;
	text-decoration: none; 
	font-size: 10px;
}

a.media:hover {
	color: #c66; 
	text-decoration: none; 
	font-size: 10px;
}

