﻿* 
{
    margin: 0;
    padding: 0;
} 

#BenchmarksHeader
{ 
    border:solid 0px black;
	height:80px;
	min-height:80px;
}

.greenbar 
{
	border-color:#2AA052;
	border-style:none;
	border-width:0px;
	background-color:#2AA052;
	color:#2AA052;
	top: 0px;
	width:100%;
	height:5px;
}

.copyright
{
	background-color: #022372;
	vertical-align: bottom;
	font-size: 6pt;
	text-align: center;
	color:White;
	width: 100%;
}

.Benchmarks
{
    position:relative; 
    top:0px; 
    text-align:center; 
    font-size:large; 
    font-family: Verdana;
    font-weight:bold;
    color:Black; 
    width:100%; 
}

.BenchmarksData
{
    position:relative; 
    top:5px; 
    font-family: Verdana;
    font-weight:bold;
    overflow:auto;    
    width:100%;
    height:100%;
}

.BenchmarksContent
{
    position:relative;
    top:5px;
    left:0px;
    overflow:auto;
    bottom:10px;
    width:100%;
    height:85%; 
    border: solid 0px #2AA052; 
}

.temp
{
    Width:100%;
	Margin-top:6px; 
	Padding:4px;
	/*BorderColor:#022372;
	BorderStyle:Solid;
	BorderWidth:0px;
	ForeColor:#022372;*/
}
