BODY
{
}
.TableHeaderColor
{
    BACKGROUND-COLOR: #363636
}
.TableHeaderText
{
    COLOR: #ebebeb;
    FONT-FAMILY: 'Verdana';
    FONT-SIZE: medium
}
.TableMainColor
{
    BACKGROUND-COLOR: #f6f6f6
}
.TableMainText
{
    COLOR: black
}
.TableMainTextBold
{
    COLOR: black;
    font-weight: bold
}
.TableInfoText
{
    COLOR: gray
}
.SearchResultsText
{
    COLOR: black;
    FONT-SIZE: 4mm
}
.OrderText
{
    COLOR: black;
    FONT-SIZE: 12;
    FONT-FAMILY: 'Arial'
}
.DivTag
{
    BORDER-BOTTOM: solid;
    BORDER-LEFT: solid;
    BORDER-RIGHT: solid;
    BORDER-TOP: solid
}
.toolbutton 
{
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  margin: 4px 1px;
  cursor: pointer;
 background-color: #d9d9d9;
 width:300px;

}
.button 
{
  border: none;
  color: white;
  padding: 8px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 1px;
  cursor: pointer;
 background-color: #bcbcbc;
}