
body
{
	color: #ddd; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 11px; 
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif
	background-color: White;
	text-align: center;
}


.input_table
{
	background-color: #eeeeee;
	border-style: none;
	border-width: 0;
	color: #434343; 
	font-weight: bolder; 
	font-size: 10px; 
	font-family: Arial; 
	word-spacing: 2px;
	padding-top: 2px;
}
/*
Input table title
*/
.input_title
{
	background-color: #cccccc;
	color: #434343; 
	font-weight: bolder; 
	font-size: 10px; 
	font-family: Arial; 
	word-spacing: 2px; 
	padding: 5px, 0px, 5px, 0px;
}
/*
Inner input table
*/
.input_inner_table
{
	background-color: #eeeeee;
	border-style: none;
	border-width: 0;
	color: #434343; 
	font-weight: bolder; 
	font-size: 10px; 
	font-family: Arial; 
	word-spacing: 2px;
	margin: 5px, 3px, 3px, 0px;
}
/*
One of two cells in input table
*/
.input_cell
{
	padding-left: 5px;
}
/*
Input table big cells color delimiter
*/
.input_cell_delimiter
{
	background-color:#d7d7d7;
}


/*
Result main table
*/
.result_table
{
	background-color: #eeeeee;
	border-style: none;
	border-width: 0;
	color: #434343; 
	font-weight: bolder; 
	font-size: 12px; 
	font-family: Arial; 
	word-spacing: 2px;
	padding-top: 2px;
}

/*
Result inner table
*/
.result_inner_table
{
	background-color: #eeeeee;
	border-style: none;
	border-width: 0;
	color: #434343; 
	font-weight: bolder; 
	font-size: 10px; 
	font-family: Arial; 
	word-spacing: 2px;
	margin: 0px, 0px, 0px, 0px;
}
/*
Regular cell of inner result table
*/
.result_cell
{ 
	color: black; 
	background-color: #c1c1c1;
	font-style: normal; 
	font-weight: normal; 
	font-size: 10px; 
	font-family: Arial; 
	padding-left: 6px 
}
/*
Highlighted cell of inner result table
*/
.result_total_cell   
{ 
	color: #b5f076; 
	background-color: #6d6d6d;
	font-style: normal; 
	font-weight: bolder; 
	font-size: 10px; 
	font-family: Arial; 
	padding-left: 6px 
}

/*
Common cell class
*/
TD
{ 
	color: #5d5d5d; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 10px; 
	font-family: Arial 
}
/*
Text input class
*/
.text_input    
{ 
	color: #8b1b1b; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 10px; 
	font-family: Arial; 
	background: white repeat-x fixed; 
	border-style: solid; 
	border-width: 2px 1px 1px 2px; 
	border-color: #8b8b8b #ececec #ececec #8b8b8b; 
	width: 70px; 
	height: 18px 
}

/*
Class for submit button
*/
.submit_button
{ 
	font-style: normal; 
	font-weight: normal; 
	font-size: 11px; 
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif; 
	background-color: #ececec; 
	border: solid 1px #d7d7d7 
}


.calc_addlink, a.calc_addlink:visited, a.calc_addlink:link, a.calc_addlink:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #8b1b1b;
	text-decoration: underline;
}

a.calc_addlink:hover
{
	color: #8b1b1b;
	text-decoration: none;
}
