﻿
/* Search and Select button */
.searchBtnSmall {
    background-image: url(../Content/Images/search1.png);
    width: 54px;
    height: 25px;
}
.searchBtnSmallHottracked {
    background-image: url(../Content/Images/search2.png);
}
.searchBtnSmallPressed {
    background-image: url(../Content/Images/search3.png);
}
.SelectButton {
    background-image: url(../Content/Images/select1.png);
    width: 54px;
    height: 25px;
}
.SelectButtonHottracked {
    background-image: url(../Content/Images/select2.png);
    width: 54px;
    height: 25px;
}
.SelectButtonPressed {
    background-image: url(../Content/Images/select3.png);
    width: 54px;
    height: 25px;
}
.buttonBlue {
  background-color: blue;
  border: none;
  color: white;
  padding: 8px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 12px;
}
.buttonGrey {
  background-color: grey;
  border: none;
  color: black;
  padding: 8px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 12px;
}
.buttonYellow {
  background-color: yellow;
  border: none;
  color: red;
  padding: 8px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 12px;
}
.standardFont {

}
