.retchart {
	font: menu;
	background: white;
	color: black;
	overflow: hidden;
	position: relative;
}

.retchart .legend {
	float: left;
	border: 1px solid black;
	background: white;
	padding: 5px 10px 5px 10px;
}

.retchart .legend ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

.retchart .legend ul li {
	list-style: square;
}

.retchart .legend ul li span {
	color: black;
}

.button,
.button-hover {
	background: url(/common/css/cssImages/btn_bg.gif);
    font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	height: 21px;
	border: 1px solid #aaaaaa; 
	text-decoration: none;
	padding: 3px;
}


#retirementCalculator td {
	font-family: 'Arial';
}

#retirementCalculator .smallTitle {
	color: #1b7899;
	font-size: 11px;
}

#retirementCalculator .preRetirement {
	padding-bottom: 5px;
}

#retirementCalculator .postRetirement {
	padding-bottom: 5px;
}

#retirementCalculatorInputValues td {
	padding: 0px 0px 0px 5px;
}

#retirementCalculatorInputValues .retirementCalcInputCell {
	text-align: right;
	padding: 1px 0px 1px 0px;
}

#retirementCalculatorInputValues input {
	color: #000000;
	border: 1px solid #cccccc;
}

#retirementCalculatorInputValues input.chk {
	color: #000000;
	border: 0px solid #ffffff;
}

#ageThroughRetirement td {
	height: 20px;
	vertical-align: middle;
	padding-left: 3px;
}

/* Tooltip Styles */
#dhtmltooltip {
	position: absolute;
	left: -300px;
	width: 260px;
	font-family:arial, helvetica, sans-serif;
	border: 1px solid black;
	padding: 10px;
	margin: 0px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	text-align: left;
	/* Remove below line to remove shadow. Below line should always appear last within this CSS */
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
