﻿@charset "utf-8";

h2.finance{
    float: left;
    padding-left: 20px;
}
.finance-year{
    margin: 10px;
    _margin-left: 370px;
    margin-left: 100px;
    color: #5091CD;
    font-size: 14pt;
    font-weight: normal;
    float: right;
}
.finance-year-href{
    color: #5091CD;
    font-size: 14pt;
    font-weight: normal;
    text-decoration: none;
}
.finance-grid{
    border: none;
	background-position: top;
	background-color: #DBE7F2;
    margin: 0 auto 0 auto;
    width: 726px;    
}
.finance-grid td{
    padding: 5px;
}
.finance-footer{
    width: 726px;
    height: 11px;
	background-image: url(images/finance/finance-table-down-bg.png);
	background-repeat: no-repeat; 
	background-color: White; 
	}
.finance-selected-row{
    background-color: #8FA8BF;
    }
.finance-header{
    width: 726px;
    height: 25px;
	background-image: url(images/finance/finance-table-top-bg.png);
	background-position: top center;
	background-repeat: no-repeat;  
	border-bottom: dotted 1px b2deb5;
	}
.finance-row{
    background-color: #D1E1EF;
}
.finance-no-record{
    display: block;
    margin: 20px 20px 20px 30px;
}
.finance-ajaxbox{
    float: left;
    width: 20px;
    margin: 6px 5px 0px 0px;
}
.finance-ajax{
}
.finance-legend{
    margin:0 10px 30px 20px;
}
.finance-legend img:hover{
    cursor: help;
}
.finance-legend-separator{
    margin:0 3px 0 3px;
    color:#5091CD;
}
