﻿table 
{
 
 font-size:0.9em;
 font-family: Arial, Helvetica, verdana sans-serif;
 border-collapse: collapse;
 width: 100%;
}

caption {
 font-size: 25px;
 color: #1ba6b2;
 font-weight: bold;
 text-align: left;
 background: url(header_bg.jpg) no-repeat top left;
 padding: 10px;
 margin-bottom: 2px;
}
thead th {
 border-right: 1px solid #fff;
 color:#fff;
 text-align:center;
 padding:2px;
 text-transform:uppercase;
 
 font-weight: normal;
}
tfoot {
 color:#1ba6b2;
 padding:2px;
 text-transform:uppercase;
 font-size:1.2em; 

 margin-top:6px;
 border-top: 6px solid #e9f7f6;
}
tbody tr {
 border-bottom: 1px solid #bbb;
}
tbody td {
 /* color:#414141; */
 padding:1px;
}
.hover 
{
	background-color:#eee;
}
tbody th {
 text-align:left;
 padding:1px;
}
tbody td a, tbody th a {
 color:#6C8C37;
 text-decoration:none;
 font-weight:normal; 
 display:block;
 padding-left:15px;
}
tbody td a:hover, tbody th a:hover {
 color:#009193;
 text-decoration:none;
}
.form_column
{
    width: 50px;
}
h1
{
    
}
body 
{
    color:#555;

}
.header
{
	width:100%;
	display:block;
	border-bottom:2px solid #bbb;
	margin-bottom:5px;
	float:left;
	vertical-align:bottom;
	
}
.h_content 
{
	text-align:center;
	float:left;
	font-size:35px;
}
.h_helper 
{
	display:block;
	float:right;
	padding-top:15px;
	
	
}

.centered {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.centre
{
	width:960px;
    margin-left:auto;
    margin-right:auto;
    position:absolute;
    display:block;
}
.sum
{
	font-size : 20px;
	font-family: Times New Roman;
	
}
.under
{
	background-color:#eee;
}
.green input
{
	background-color: #99FF66;
}
.header a 
{
	border:0px;
}
.header a img
{
	border:0px;
}
.monthly_input
{
	/* background-color:#A9ECB0; */
	color: green;
	padding:2px;
	border: 1px solid green;
}
.yearly_input
{
	color:Red;
	padding:2px;
	border: 1px solid red;	
}
.table-header-cell
{
	padding: 5px;
	font-weight:bold;
	text-align:center;
}