﻿.FilterTitle 
{
    font-family: Tahoma, Arial;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #000000;
    padding: 2px;
    border: solid 1px #808080;
}
.FilterTitleCollapsed 
{
    font-family: Tahoma, Arial;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #000000;
    padding: 2px;
    border: solid 1px #808080; 
}
.FilterContent 
{
    padding: 0px 2px 0 2px;
    background: #e0e0e0;
    border-left: solid 1px #c0c0c0;
    border-right: solid 1px #c0c0c0;
}		
