
.perfChart {
   margin:12px;
   width:800px;
   height:270px;
   background-color:#dedeed;
   border:1px
   solid #99
}

h3 {
    margin: 15px;
}

div.container {
    overflow: auto;
	width: 100%
}

div.left {
	width: 45%;
	float: left;
}

div.right {
	width: 35%;
	float: right;
}

form {
    margin:12px;
}

table{
    margin:12px;
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size:  75%;
	border-collapse: collapse;
	text-align: center;
	margin-bottom: 0px;
	caption-side:bottom;
}

caption{
	font-size: 110%;
	margin-top: 5px;
}

thead tr{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

tfoot tr{
	background-color: #FFFFFF;
}

thead th{
	padding: 0.5em;
	white-space: nowrap;
}

tfoot th{
	font-size: 110%;
	text-align: center;
	padding-right: 0.5em;
	letter-spacing: 1px;
	background:  
}

tfoot td{
	padding-left: 0.5em;
	color: red;
	font-size: 110%;
	font-weight: 600;
}

tfoot td:hover{
	background-color: red;
	color: white;
}

tr{
	background-color: #EAFDFF;
}

tr.odd{
	background-color: #FFFFFF;
}

tbody tr:hover{
	background-color: #FFCCCC;
}

td, th{
	border: 1px dotted #CCCCCC;
}

tbody td
{
	padding: 0.5em;
}

td a:hover, th a:hover{
	color: purple;
	text-decoration: underline;
}

td:last-child a:hover{
	color: red;
	text-decoration: underline overline;
}