/* CSS Document */
/* GLOSSARY */

.band_play {
	margin-left: 0;
	padding-left: 0;
	width: 100%;
}
.term {
	position: absolute;
	display: none;
	/*border: 10px solid #838482;*/
	background-color: #FFFFFF;
	padding: 5px;
	clear: both;
	z-index:101;
	/*width: 200px;
	cursor:pointer;*/
}


.closeNote {
	font-size: 9px;
	color: #999999;
	text-align: right;
	margin: 0;
}



/*.b_term {
	position: absolute;
	display: none;
	clear: both;
}
.term h4 {
	width: 100%;
	border-bottom: 1px solid #f58025;
	margin-bottom: 10px;
}
.term h4 a, .term h4 a:visited {
	color: #004897;
	cursor: pointer;
}
.term h4 a:hover {
	text-decoration: none;
}
.term dd {
	margin: 0;
	padding: 0;
}*/

