/*
===========================================
Vitaly Eremenko
UTF-8: Поддержка кириллицы 
2018-10-24; 2018-10-29;
V_PageStyle.css
USE in <HEAD>:
<LINK REL='STYLESHEET' HREF='V_PageStyle.css' TYPE='text/css'>
===========================================
*/
.V_ButtonSmallUp
{
  height: 20px; 
  width:  30px; 
  border: 3px outset #6080E0; 
  border-radius: 7px; 
  background-color: #80E0FF; 
  background-image: linear-gradient(to bottom, #60C0E0, #D0FFF0); 
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color: #000080;
}

.V_ButtonSmallUp:hover
{
  background-color: #90FFF0; 
  text-decoration: none;
  background-image: linear-gradient(to bottom, #80E0F0, #E0F0FF); 
  font-weight: bold;
  color: #FF00FF;
}

.V_ButtonSmallGrey
{
  height: 20px;
  width:  30px; 
  border: 3px outset #6080E0; 
  border-radius: 7px; 
  background-color: #E0E0F0; 
/*  background-image: linear-gradient(to bottom, #60C0E0, #D0FFF0); */
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color: #000080;
}

.V_ButtonMediumUp
{
  height: 27px; 
  width:  72px; 
  vertical-align: middle;
  border: 3px outset #6080E0; 
  border-radius: 16px; 
  background-color: #80E0FF; 
  background-image: linear-gradient(to bottom, #60C0E0, #D0FFF0); 
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  color: #000080;
}

.V_ButtonMediumUp:hover
{
  background-color: #A0FFE0; 
  background-image: linear-gradient(to bottom, #80D0F0, #E0FFE0); 
  text-decoration: none;
  color: #FF00FF;
}

.V_ButtonMediumGrey
{
  height: 27px; 
  width:  64px; 
  vertical-align: middle;
  border: 3px outset #6080E0; 
  border-radius: 16px; 
  background-color: #E0E0F0; 
 /* background-image: linear-gradient(to bottom, #60C0E0, #D0FFF0); */
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  color: #000000;
}

.V_MainMenuLink
{
  text-decoration: none;
  font-family: Arial;
  font-size: 17px;
  font-weight: bold;
  color: White;
}

.V_MainMenuLink:hover
{
  color: #80E0FF;
}

.V_BottomMenuLink
{
  text-decoration: none;
  font-family: Verdana;
  font-size: 12px;
  font-weight: normal;
  color: White;
}

.V_MainMenuBG 
{
  background-image: linear-gradient(to bottom, #000050, #0090B0); 
}