div.dollar-chg-div {
	display: none;
}
div.date-chg-div {
	display: none;
}
div.appr-sts-div {
	display: none;
}

a.dollar-chg-btn,
a.date-chg-btn {
	font-weight: bold;
	color: #FFF;
	background: #0000EE;
	text-decoration: none;
}

div#div-hover {
    position: absolute;
    visibility: hidden;
    height: auto;
    width: 550px;
    top: 0;
    left: 0;
    background: #FFF;
    padding: 10px;
    z-index: 100;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.5;
}

a.dollar-chg-btn {
	background: #0000EE;
}

div.dollar {
	border: 5px solid #0000EE;
}

#div-hover.dollar span {
	color: #F00;
	text-decoration: underline;
}

#div-hover.dollar strong {
	color: #FF6600;
	font-size: 12px;
}

a.date-chg-btn {
	background: #FF6600;
}

div.date {
	border: 5px solid #FF6600;
}

#div-hover.date span {
	color: #F00;
	text-decoration: underline;
}

#div-hover.date strong {
	color: #0000EE;
	font-size: 12px;
}

a.approval-btn {
	background: #FFFF00;
	padding: 0 2px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	margin: 0 1px;
}

a.lapsed {
	background: #F00;
	color: #FFF;

}

fieldset {
	text-align: left;
	padding: 10px;
}
