@charset "utf-8";
/* CSS Document */

.dd_calculator {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
}
.dd_calculator p{
	margin:10px 0px;
}
.dd_calculator h2, .dd_calculator h4,.dd_title {
    color: #705033;
    font-size: 23px;
    font-weight: normal;
	margin: 0;
	padding: 0;
}

.dd_calculator h3 {
	color: #3F3F3F;
    font-size: 15px;
	font-weight: bold;
}

.dd_calculator h4 {
    font-size: 18px;
	margin: 10px 0;
}

.calculator-wrapper {
	background: url(images/shadow_591.png) no-repeat bottom;
	padding-bottom: 16px;
}

#form-calculator, #calc-result {
	background: #FFFFFF;
    border: 1px solid #BCCCD3;
    margin: 0;
    padding: 20px;
}

.calc-row {
	padding: 20px 0;
}

#form-calculator label {
	float: left;
	font-size: 14px;
    font-weight: bold;
    width: 225px;
}

#form-calculator select {
	border: 1px solid #BCCCD3;
    line-height: 31px;
    margin-left: 6px;
    padding: 7px;
    vertical-align: middle;
    width: 104px;
}

input#cal-submit {
	float: right;
	background: url(images/submit_btn.png) no-repeat;
    border: none;
	cursor: pointer;
	color: #fff;
    height: 31px;
    width: 156px;
	padding: 0px 0px 4px 0px;
}

input#cal-submit:hover {
	background-position: 0 -32px;
}

#calc-result {
	margin-top: 15px;
}

#calc-result table {
	border-collapse: collapse;
    border-spacing: 0;
	width: 100%;
}

#calc-result table td {
	background: #F8F5EA;
    line-height: 32px;
    text-indent: 5px;
}

#calc-result tr.even td {
	background: #BCCCD3;
}

#calc-result table td:first-child {
	font-weight: bold;
}

.dueText {
	float: left;
	height: 121px;
	width: 450px;
}

.datePanel {
	background: url(images/calendar.png) no-repeat;
	float: right;
	height: 121px;
	width: 93px;
}

.datePanel span {
	display: block;
	text-align: center;
}

.datePanel span.year {
    color: #FFFFFF;
    font-size: 17px;
    font-weight: bold;
    margin: 20px 0 12px;
}

.datePanel span.smaller {
	color: #404040;
	font-size: 15px;
	line-height: 15px;
}

.datePanel span.number {
	color: #404040;
	font-size: 25px;
}

.clr {
	clear: both;
}