﻿.segreg
{
  color: gray;
  font-size: 12px;
  font-family: Arial,Tahoma;
}
.ul
{
  text-decoration: underline;
}
.segselected, .segselected:hover
{
  color: black;
  font-size: 14px;
  font-family: Arial,Tahoma;
  text-decoration: none;
}
.summaryLine, .altSummaryLine
{
  color: #300055;
  font-size: 14px;
  font-family: Arial,Tahoma;
}
.summaryLine
{
  background-color: #d3d3d3;
}
.altSummaryLine
{
  background-color: #ececec;
}
.summaryHeading
{
  color: #FFF;
  background-color: #e6640d;
}
.summaryLineOver
{
  background-color: #FFFFFF;
  color: #300055;
  font-size: 14px;
  font-family: Arial,Tahoma;
}
.summaryLineSelected
{
  background-color: #3333cc;
  color: White;
  font-size: 14px;
  font-family: Arial,Tahoma;
}
.btnGarbage
{
  background-image: url(../images/guis/reports%20small%20icons/trush24.png);
  width: 24px;
  height: 24px;
  border: none;
  background-color: Transparent;
  cursor: pointer;
}
.btnAdd
{
  background-image: url(../images/guis/reports%20small%20icons/AddGeneral24.png);
  width: 24px;
  height: 24px;
  border: none;
  background-color: Transparent;
  cursor: pointer;
}
.btnEditClient
{
  background-image: url(../images/guis/reports%20small%20icons/clientdetails24.png);
  width: 24px;
  height: 24px;
  border: none;
  background-color: Transparent;
  cursor: pointer;
}
.HideExpandedFilters24
{
  background-image: url(../images/FastMenuIcons/cancel24.png);
  width: 24px;
  height: 24px;
  border: none;
  background-color: Transparent;
  cursor: pointer;
}
.ExpandedFiltersBasic
{
  width: 680px;
  border: solid 1px #047300;
  background-color: Transparent;
}

