﻿.Button1 {
    background-color: #1E22AA;
    border-color: #CCCCCC;
    color: White;
    font-family: verdana;
    border-radius: 4px;
}
.ButtonSave {
    background-color: Red;
    border-color: #CCCCCC;
    color: White;
    font-family: verdana;
    border-radius: 4px;
}
.ButtonCancel {
    background-color: Silver;
    border-color: #CCCCCC;
    color: #404040;
    font-family: verdana;
    border-radius: 4px;
}
.ButtonClearBk {
    background-color: White;
    border-color: #1E22AA;
    color: #1E22AA;
    font-family: verdana;
    border-radius: 4px;
}
.GridHeader {
    background-color: #1E22AA;
    color: White;
    border-color: Black;
    font-family: verdana;
    font-weight: Bold;
}
.GridHeaderRef {
    background-color: crimson;
    color: White;
    border-color: Black;
    font-family: verdana;
    font-weight: Bold;
}
.Button2 {
    background-color: #00AE7B;
    border-color: #CCCCCC;
    color: White;
    font-family: verdana;
    border-radius: 4px;
} 
.GridHeader2
{
  background-color  :#00AE7B;
  border-color: Black;
  color:  #404040;
  font-family:verdana;
  font-weight: Bold;
}
.ButtonJM {
    background-color: #1E22AA;
    border-color: #CCCCCC;
    color:  White;
    font-family:verdana;
   }
.ButtonFuji {
    background-color: #00AE7B;
    border-color: #CCCCCC;
    color: White;
    font-family: verdana;
}
.GridHeaderFuji {
    background-color: #00AE7B;
    color: White;
    border-color: Black;
    font-family: verdana;
    font-weight: Bold;
}
.ButtonColour {
    background-color: #1E22AA;
    border-color: white;
    color: White;
    font-family: verdana;
    border-radius: 4px;
}
.ButtonRadius4 {
    border-radius: 4px;
}

