﻿.lbl
{
    white-space:pre-line;
}

div.CMSmenu {
    text-align: center;
    margin-left: 30px;
    height: 30px;
    font-family: 'Franklin Gothic Medium';
    font-size: large;
}

div.CMSmenu ul {
    list-style: disc;
    margin: 0px;
    width: auto;

}

div.CMSmenu ul li a, div.CMSmenu ul li a:visited {
    color: #FFFFFF;
    display: block;
    line-height: 1.8;
    text-decoration: none;
    white-space: nowrap;
    height: 30px;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
}

div.CMSmenu ul li a:hover {
    color: #CCCCFF;
    text-decoration: none;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.2);
    height: 30px;
}

div.CMSmenu ul li a:active {
    color: #AAAAFF;
    text-decoration: none;
    line-height: 1.9;
}

.CMSmenu_div {
    border-radius: 6px;
    background-position: center;
    text-align: center;
    background-image: url('../../Images/menu2_bg.jpg');
    background-repeat: repeat-x;
    height: 30px;
    vertical-align: middle;
    text-align:left;
}

.Unit {
    border: thin ridge #6688FF;
    background-color: rgba(150, 180, 200, 0.3);
    border-radius: 6px;
    padding: 3px;
}

.failureNotification {
    font-size: small;
    color: Red;
}

/*Стили для личного кабинета*/
.LKmenu a, LKmenu a:visited {
    color: #FFFFFF;
    line-height: 1.8;
    text-decoration: none;
    white-space: nowrap;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
}

.LKmenu a:hover {
    color: #CCCCFF;
    text-decoration: none;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.2);
    height: 30px;
}

.LKmenu a:active {
    color: #AAAAFF;
    text-decoration: none;
    line-height: 1.9;
}