.g-link-active,
.g-link-active a, .g-link-active a:link,
a.g-link-active,
a:link .g-link-active
{
	color: #6291c8;
	text-decoration:underline;
	background:	url('/assets/templates/edsource/i/icon-glossary.gif') right no-repeat;
	padding: 0 16px 0 0;
	white-space:nowrap;
}

#popupWindow {
	border: 3px solid #858585;
	position:absolute;
	display:none;
	width: 400px;
	min-height:400px;
	height:auto !important;
	height:400px;
	background-color:#F5F5F5;
}

#popupWindowHeader {
	background-color: #97C1F2;
	padding-bottom: 10px;
}

#popupWindowHeader span {
	display: block;
	float: left;
	padding: 1em 1em 0;
	font-weight: bold;
	width: 290px;
	color: #000;
	background: url('/assets/templates/edsource/i/icon-glossary.gif') 66px 13px no-repeat;
}

#popupWindowHeader a{
	background: url('../i/bkg-close_btn.gif') repeat-x 0 0;
	display:	block;
	float: left;
	margin: 9px 9px 0 0;
	padding: 5px;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	width:		66px;
	height: 	16px;
}

#popupWindowHeader a:link,
#popupWindowHeader a:visited {
	color: #000;
}

#popupWindowTitle {
	display:			block;
	padding: 		 	1em 1em 0 1em;
	font-weight:		bold;
	font-size:			13px;
	color:				#000;
}

#popupWindowBody {
	clear: both;
	padding: 1em;
}