/* @group Calculator */


#maincontent .rapper .calculator {
	width: 100%;
	float: left;
}



/* @group navigation */

#maincontent .rapper ul.navigation {
	width: 520px;
	list-style: none;
	background: none;
	margin: 0;
	padding: 0;
	float: left;
	height: auto;
	border-bottom: 1px solid #96B832;
}

#maincontent .rapper ul.navigation li a span{
	text-decoration: none;
}


#maincontent .rapper ul.navigation li a:hover span{
	text-decoration: underline;
}


#maincontent .rapper ul.navigation li {
	list-style: none;
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
	font-size: 0.9em;
}

/* @group Current */

#maincontent .rapper ul.navigation li.current span {
	background: url(../images/tab_green_body.gif) repeat-x 0 top;
	color: #fff;
}

#maincontent .rapper ul.navigation li.current .left {
	background: url(../images/tab_green_left.gif) no-repeat 0 top;
}

#maincontent .rapper ul.navigation li.current .right {
	background: url(../images/tab_green_right.gif) no-repeat 0 top;
}

/* @end */


/* @group Normal */

#maincontent .rapper ul.navigation li span {
	margin: 0;
	padding: 0.5em 0;
	background: url(../images/tab_white_body.gif) repeat-x 0 top;
	float: left;
	color: #88a72b;
}

#maincontent .rapper ul.navigation li .left {
	margin: 0;
	padding: 0.5em 0;
	background: url(../images/tab_white_left.gif) no-repeat 0 top;
	width: 10px;
	float: left;
}

#maincontent .rapper ul.navigation li .right {
	margin: 0;
	padding: 0.5em 0;
	background: url(../images/tab_white_right.gif) no-repeat 0 top;
	width: 10px;
	float: left;
}

/* @end */

/* @end */

/* @group Data */

#maincontent .rapper .calculator .data {
	float: left;
	clear: left;
	border-left: 1px solid #96B832;
	border-right: 1px solid #96B832;
	padding: 20px;
	width: 478px;
}

#maincontent .rapper .calculator .data .bottom{
	width: auto;
	position: static;
}

#maincontent .rapper .calculator .data table{
	border-collapse: collapse;
	border: 0px;
	width: 478px;
	margin: 0;
}

#maincontent .rapper .calculator .data table td{
	border: none;
	vertical-align: top;
	padding: 5px 10px 5px 0;
	border-bottom: 1px solid #ccc;
}


#maincontent .rapper .calculator .data p.content_fl_title,
#maincontent .rapper .calculator .data p.content_fl_field {
	margin: 0;
}


#maincontent .rapper .calculator .data table td.fl_field{
	border: none;
	padding: 5px 10px 5px 0;
	border-bottom: 1px solid #ccc;
}



#maincontent .rapper .calculator .data table .fl_error{
	width: auto;
}


#maincontent .rapper .calculator .data table .fl_error p{
	background-color: #fff1f1;
	font-weight: bold;
	color: red;
	padding: 5px;
}

#maincontent .rapper .calculator .data table .fl_title {
	width: 110px;
}


#maincontent .rapper .calculator .data .req_asterisk {
	color: red;
	font-weight: bold;
}

/* @end */


#maincontent .rapper .calculator .buttons {
	border-left: 1px solid #96B832;
	border-right: 1px solid #96B832;
	border-bottom: 1px solid #96B832;
	padding: 0 20px 10px 20px;
	width: 478px;
	text-align: right;
	float: left;
	clear: left;
}

/* @end */