/*
===========================================
Vitaly Eremenko
UTF-8: Поддержка кириллицы 
2018-11-27; 2018-12-09;
===========================================
*/
.MainMenuBG 
{
  background-image: linear-gradient(to bottom, #000050, #0090B0); 
}

.MainMenuLink
{
  text-decoration: none;
  font-family: Arial;
  font-size: 17px;
  font-weight: bold;
  color: White;
}

.MainMenuLink:hover
{
  color: #80E0FF;
}

.BottomMenuLink
{
  text-decoration: none;
  font-family: Verdana;
  font-size: 12px;
  font-weight: normal;
  color: White;
}

.BtnForm
{
  height: 30px; 
  border: 1px solid #000080; 
  border-radius: 6px; 
  background-image: linear-gradient(to bottom, #4080D0, #000060); 
  text-decoration: none;
  font-family: verdana;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
}

.BtnForm:hover
{
  background-image: linear-gradient(to bottom, #60A0E0, #204080); 
}

.BtnSmallDown
{
  height: 34px; 
  width:  52px; 
  border: 4px inset #E080C0; 
  border-radius: 7px; 
  background-color: #80E0FF; 
  background-image: linear-gradient(to bottom, #4080C0, #B0D0C0); 
  text-decoration: none;
  font-size: 17px;
  font-weight: bold;
  color: #000080;
}

.BtnSmallDown:hover
{
  background-color: #90FFF0; 
  text-decoration: none;
  background-image: linear-gradient(to bottom, #80D0E0, #B0C0D0); 
  font-weight: bold;
  color: #FF0000;
}

.BtnSmallUp
{
  height: 34px; 
  width:  52px; 
  border: 4px outset #60E0C0; 
  border-radius: 7px; 
  background-color: #80E0FF; 
  background-image: linear-gradient(to top, #60C0E0, #D0FFF0); 
  text-decoration: none;
  font-size: 17px;
  font-weight: bold;
  color: #000080;
}

.BtnSmallUp:hover
{
  background-color: #C0F0E0; 
  text-decoration: none;
  background-image: linear-gradient(to top, #80D0E0, #D0FFE8); 
  font-weight: bold;
  color: #00FF00;
}


/***************************/
