﻿
/*********************************************/
table {
    border: 4px solid #ffffff;
    border-collapse: separate;
    width: 100%;
    font-size: inherit;
    border-spacing: 0;	
}
table th strong, #content table th strong {
    color: #ffffff;
    font-weight: 300;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    line-height: 1.4;
}
th {
    background: none repeat scroll 0 0 #007a5e;
    color: #ffffff;
    font-weight: normal;
    padding: 10px 5px;
}
td {
    background: none repeat scroll 0 0 #f9f9f9;
    color: #333333;
    font-weight: normal;
    padding: 10px 5px;
}
th.first {
    border-right: 1px solid #005945;
    border-top-left-radius: 4px;
}
th.last {
    border-left: 1px solid #005945;
    border-top-right-radius: 4px;
}
tr.alernative td {
    background: none repeat scroll 0 0 #eeeeee;
}
td.first {
    border-right: 1px solid #cccccc;
}
td.last {
    border-left: 1px solid #cccccc;
}

#feeChart {
	position:absolute;
	float: right;
	z-index: 500;
	display: none;
	right: 0px;
	top: 30px;
	width: 400px;
}
#feeChart:hover {display:block;}
#viewFee:hover + #feeChart{display:block;}

