body {
	font:14px arial;
	background-color: #CCCCCC;
}

a:link    {color:#303399; text-decoration:none;font:14px arial}
a:visited {color:#303399; text-decoration:none;font:14px arial}
a:active  {color:#CC3333;font:14px arial}
a:hover   {color:#CD2027; text-decoration:underline;font:14px arial}

td {
	font: 14px arial;
	padding-left: 5px;
	padding-right: 5px;
}

td.td_border{
	border : 1px solid Black;
	padding-right : 5px;
	padding-left : 5px;
}

input {
	border-color: Black;
	border-style: solid;
	border-width: 1px;
	background-color: Silver;
}

input:hover {
	background-color: #E1E1E1;
}

input:focus {
	background-color: #FAFAD2;
}

select {
	border-color: Black;
	border-style: solid;
	border-width: 1px;
	background-color: Silver;
}

select:hover {
	background-color: #FAFAD2;
}

textarea {
	border-color: Black;
	border-style: solid;
	border-width: 1px;
	background-color: Silver;
}

textarea:hover {
	background-color: #E1E1E1;
}

textarea:focus {
	background-color: #FAFAD2;
}

.navNormal {
	font-size: 10px;
    font-weight: bold;
    border-top: 1px solid #999;
    border-right: 1px solid #666;
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
    border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 2px 2px 2px 2px;
}
.navNormal {
    color:            #000000;
    background-color: #F0E68C;
}

.navNormal a:link, .navNormal a:active, .navNormal a:visited{
    color: #0000FF;
	 font-size: 14px;
}

.navNormal a:hover{
    color: black;
}

.tree {
	padding: 1px;
}

.yearly_table {
	border: 1px solid black;
	border-spacing:0px;
}

.yearly_table th {
	border-bottom: 1px solid;
}

.yearly_table td {
	text-align: right;
	padding:5px;
}

.bottom {
	border-top: solid 1px;
}

.positive_number {
	background-color: #c6e354;
	color: black;
}

.negative_number {
	color: black;
	background-color: #e68357;
}

.transactions_month_total {
	border: 1px solid black;
	padding:5px;
	margin-right:20px;
}

.monthly_expenses_table {
	border: 1px solid black;
	border-spacing:0px;
}

.monthly_expenses_table .right {
	text-align: right;
}

.monthly_expenses_table tr:hover {
	cursor: pointer;
	background-color:#FAFAD2;
}

.monthly_expenses_table th {
	border-bottom: 1px solid;
	padding:4px;
}

.monthly_expenses_table td {
	text-align: right;
	padding:4px;
}
.monthly_expenses_table td:first-child {
	text-align: left;
}

.clickable {
	cursor: pointer;
}

.total_row td {
	border-top: 1px solid;
}

.years_links span {
	margin-left: 10px;
}

.years_links span.selected {
	margin-left: 0px;
	border: 1px solid black;
	padding: 3px;
	background-color: #c6e354;
}
