﻿#BasicFilter
{
     width: 370px;
     background-color: #EDEDED;
     float:left;
     font-size:9pt;
     font-family:Arial,Times New Roman;
}

.ChartFilter
{
     width: 300px;
     background-color: #EDEDED;
     float:right;
     height:100%;
     font-size:9pt;
     font-family:Arial,Times New Roman;
}

#Filters
{
     width: 100%;     
     position:relative;
     margin-top: 8px;
}
#ButtonDiv
{
    margin-left:auto;
    margin-right:auto;
    width:200px;
    margin-top:10px;
    
}
#SearchResults
{
    margin-top:10px;
    border-style:solid;
	border-color:Gray;
	border-width: 1px;   
    position:relative;
}
