.budget-result {
	width: 100%;
}

.budget-result th { padding-top: 4px; padding-bottom: 2px; }
.budget-result th.limit, .budget-result th.amount, .budget-result th.result { text-align: right; }

.data-row { background-color: transparent; }
.data-row td { padding-top: 2px; padding-bottom: 2px; }
.data-row:hover { background-color: #ffffd0; }

.data-row .name { letter-spacing: 0; height: 20px; }
.data-row .limit, .data-row .amount, .data-row .result { width: 100px; text-align: right; }

.data-row .limit { padding: 1px; }
.data-row .limit:hover { padding: 0px; border: 1px dashed #000; cursor: hand; cursor: pointer; }
.data-row .limit.active:hover { background-color: #ffffd0; border: 0px; padding: 1px;}

.data-row .limit .edit { height: 20px; display: none; }
.data-row .limit .noedit { height: 20px; }

.details-row .budget-details-box { display: none; }

.total-row { font-weight: bold; text-align: right; }
.total-row td { border-top: 1px solid #ccc; }

.result-row { font-weight: bold; text-align: right; }
.result-row .limit, .result-row .amount, .result-row .result { font-weight: normal; width: 100px; }

.budget-details-selected { background-color: lightblue; }

#datepicker-popup-container {
	display: none;
	position: absolute;
	z-index: 100;
	top: 274px;
	background-color: white;
	color: black;
	border: 1px solid #000;
	padding: 4px;
	width: 398px;
}

#datepicker-popup-close {
	float: left;
	clear: both;
	margin-left: 126px;
	padding-bottom: 4px;
}

.amount-income-notice { color: green; }
.amount-expense-notice { color: red; }

.data-row .limit .edit .confirm-box {
	background-color: transparent;
	padding: 2px;
	width: 38px;
}

.data-row .limit .edit .confirm-box .ok { padding: 1px; }
.data-row .limit .edit .confirm-box .ok:hover { padding: 0; border: 1px solid #aaa; }

.data-row .limit .edit .confirm-box .cancel { padding: 1px; }
.data-row .limit .edit .confirm-box .cancel:hover { padding: 0; border: 1px solid #aaa; }

.budget-info-box {
	width: 100%;
	margin: 10px 0;
	padding: 0;
	border-top: 1px solid #eee;
	text-align: left;
}

.budget-info-box .content {
	padding: 10px;
}

.budget-info-box .heading {
	background-color: #ffffd0;
	padding-left: 10px;
	border-bottom: 1px solid #ccc;
}

.budget-info-box .heading h1 {
	margin: 0;
	padding: 8px 8px 8px 40px;
	font-size: 1.3em;
	font-weight: bold;
}

.budget-info-box.income .heading h1 {
	background-image: url(../../images/budget-income-icon.gif);
	background-repeat: no-repeat;
	background-position: 1px 3px;
}

.budget-info-box.expense .heading h1 {
	background-image: url(../../images/budget-expense-icon.gif);
	background-repeat: no-repeat;
	background-position: 1px 3px;
}

.budget-info-box.result .heading h1 {
	background-image: url(../../images/budget-result-icon.gif);
	background-repeat: no-repeat;
	background-position: 1px 3px;
}


.budget-details-box {
	display: none;
	padding-top: 3px;
	padding-bottom: 8px;
	padding-left: 10px;
	color: black;
	background-color: lightblue;
	margin-left: 10px;
	margin-bottom: 4px;
	border-left: 1px solid #000;
}

.budget-details-box p {
	margin: 0px;
	padding: 0px;
}

#budget-period-container {
	padding-bottom: 16px;
}

#budget-period-container .budget-period p {
	float: left;
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#budget-period-container .budget-dow-cut p {
	float: right;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.hoverbox {
    position: relative; /*this is the key*/
    z-index: 24;
}

.hoverbox .hoverdiv {
    display:block;
    position:absolute;
    border: 0px;
    background-color: transparent;
    color:#000;
    text-align: center;
}

.hoverbox .hoverdiv.budget-row-details {
	background-image: url(../../images/thinkbox-bg.gif);
}

.hoverbox .hoverdiv.budget-limit-edit-hint {
	background-image: url(../../images/thinkbox-bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
    top:-120px;
    left:100px;
    width:203px;
    height: 129px;
}
