﻿.Button
 {
	 background-image:url(Images/Menu_BG.PNG);cursor:hand;font-size:9pt;text-align:center; border:solid 2px #4986A2; color:#ffffff; height:28px;
	
 }
 .btnAdd
 {
	background-image:url(Images/Menu_BG.PNG);cursor:hand;font-size:7pt;text-align:center; border:solid 2px #4986A2; color:#ffffff; height:18px;
	
 }
 .ButtonHover
{
    background-image: url(Images/Menu_BG_LBlue.PNG);
    cursor:hand;
    font-size: 9pt;
    text-align: center;
    border: solid 2px #4986A2;
    color: #000000;
    height: 28px;
}
 .ButtonSelected
 {
	background-image: url(Images/Menu_BG_LBlue.PNG);
    cursor: hand;
    font-size: 9pt;
    text-align: center;
    border: solid 2px #4986A2;
    color: #000000;
    height: 28px;
	
 }
 .ButtonNotSelected
 {
	background-image: url("");
    cursor: hand;
    font-size: 9pt;
    text-align: center;
    border: solid 2px #4986A2;
    color: #000000;
    height: 28px;
	
 }