@charset "UTF-8";
/* CSS Document */
#budget {
	color: #fff;
	font-weight: bold;
	background-image: url(../images/btn/MenuBarVerticalActive.jpg);
}
#box0 {
	height: 180px;
	font-size: 1.2em;
}
.box700Bills {
	width: 650px;
	float: left;
	border: 1px solid #99aa99;
	margin-left: 5px;
	background-color: #efe;
	background-image: url(../images/box/BillsBar700x50wash.jpg);
	height: 50px;
}
.budgetTable {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #9a9;
}
.calculateBudget {
	font-size: 30px;
	text-transform: uppercase;
	width: 380px;
	margin-top: 5px;
	margin-left: 10px;
	height: 40px;
	margin-bottom: 5px;
	float: left;
}
.budgetCalcText {
	font-size: 30px;
	width: 220px;
	height: 40px;
}
.budgetCalcNum {
	width: 280px;
	float: left;
	font-size: 30px;
	height: 50px;
	text-align: right;
}
.bIcon {
	width: 40px;
	text-align: center;
	background-image: url(../images/btn/MenuBarVertical.jpg);
}
.bItem {
	width: 170px;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	background-image: url(../images/btn/MenuBarVertical.jpg);
}
.bNum {
	width: 100px;
	text-align: right;
	background-image: url(../images/btn/MenuBarVertical.jpg);
}
.bTF {
	background-color: #efe;
	width: 70px;
	text-align: right;
	font-weight: bold;
}
.budgetIcon {
	margin: 1px;
	float: left;
	width: 48px;
}
.budgetItem {
	float: left;
	width: 170px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	height: 24px;
	padding: 10px 0px;
	margin: 1px 0px;
}
.budgetItem:hover {
	background-color: #f3dbb1;
}
.budgetNumber {
	width: 100px;
	text-align: right;
	padding-bottom: 4px;
}
.budgetTextField {
	text-align: right;
	background-color: #ded;
	width: 80px;
	font-size: 16px;
	font-weight: bold;
	height: 24px;
}
