
/************************************************************************************************************/

/* body */
body {
margin: 0;
overflow: auto; /* иначе IE всегда отображает вертикальную прокрутку */
}	

/************************************************************************************************************/

/* oNowait */
.Nowait {
position: absolute;
margin: auto;
left: 0; top: 0; right: 0; bottom: 0;
width: 200px;
height: 40px;
line-height: 40px;
text-align: center;
border-radius: 5px;
box-shadow: 0 0 10px 3px;
background: yellow;
}	

/************************************************************************************************************/

.TopSkirt {
width: 100%;
height: 40px;
margin: 5px 0 5px 0;
font-size: 120%;
background: darkgrey;
}
/*
background: #eb540a;
*/

/************************************************************************************************************/

.TopMenu {
float: left;
line-height: 40px;
font-size: 90%;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}

.TopMenu ul {
list-style: none;
margin: 0;
padding: 0;
}

.TopMenu li {
display: inline;
}

.TopMenu li div {
float: left;
margin: 0px 5px;
padding: 0px 5px;
text-decoration: none;
color: white;
cursor: pointer;
}
.TopMenu li div:hover {
background: gray;
}

/************************************************************************************************************/

.UserService {
margin: 0px 10px;
float: right;
line-height: 40px;
font-size: 90%;
color: white;
}

.UserService a {
color: white;
}
.UserService a:hover {
color: whitesmoke;
}

/************************************************************************************************************/

.BottomSkirt {
width: 100%;
height: 40px;
margin: 5px 0 5px 0;
background: #008c36;
}
.BottomLabel {
margin: 0px 10px;
line-height: 40px;
font-size: 90%;
color: white;
}

/************************************************************************************************************/
