body {
   background: #FFFFFF;
   color: #000000;
   font-family: sans-serif;
   font-style: normal;
   font-weight: normal;
	margin: 1em;
   scrollbar-arrow-color: #E7F7F7;
   scrollbar-base-color: #009090;
   text-decoration: none;
}

h2 {
   color: #006364;
   font-weight: bold;
   text-align: center;
}

h3 {
   color: #006364;
   font-weight: bold;
}

h3.long {
   text-align: center;
}

h4 {
   color: #006364;
   font-weight: bold;
}

table {
   border: 1px solid #000000;
   border-collapse: collapse;
   width: 98%;
}

thead {
   background: #009090;
}

th {
   border: 1px solid #000000;
   color: #FFFFFF;
   padding: 3px;
   text-align: left;
   vertical-align: top;
   white-space: nowrap;
}

td {
   border: 1px solid #000000;
   padding: 3px;
   vertical-align: top;
}

th.check, td.check {
   width: 20px;
}

td.number, td.date {
   text-align: right;
}

table.layout {
   border: none;
   width: auto;
}

table.layout td {
   border: none;
   white-space: nowrap;
}

table.list td {
   border-bottom: none;
   border-top: none;
   white-space: nowrap;
}

ol.outlined li {
   color: #006364;
   font-weight: bold;
   margin-top: 1em;
}

ol.outlined li span {
   color: #000000;
   font-weight: normal;
}

hr {
   color: #006364;
}

input.button {
   background-color: #E7F7F7;
   color: #006464;
   font-weight: bold;
}

input.buttondisabled {
   background-color: #E7F7F7;
   color: #C0C0C0;
   font-weight: bold;
}

.resultmsg {
   color: #FF0000;
}

.resultdescr {
   font-style: italic;
}

a {
   text-decoration: underline;
}

a:link, a:visited {
   color: #006464;
}

a:hover {
   color: #009090;
}

th a:link, th a:visited, th a:hover {
   color: #FFFFFF;
}

a.control, a.disabled:link, a.disabled:visited, a.disabled:hover {
/*Вариант2:  потоньше бледнозеленые*/
   background: #E7F7F7;
   border-top: 2px solid White;
   border-left: 2px solid White;
   border-bottom: 2px solid #004C4C;
   border-right: 2px solid #004C4C;     
/*Вариант1:   большие темнозеленые кнопки*/
/*   background: #009090;*/
/*   border: 2px outset #009090;*/
   font-size: 92%;
   font-weight: bold;
   line-height: 2em;
   margin: 0.2em;
   padding: 0em 0.2em;
   text-align: center;
   text-decoration: none;
   white-space: nowrap;
}

a.control:link, a.control:visited{
/*   color: #FFFFFF;*/
   color: #006364;
}

a.control:active{
   border: 2px solid #FFFFFF;
/*   color: #D0FEFF;*/
}

a.disabled:link, a.disabled:visited, a.disabled:hover {
/*   color: #DCDCDC;*/
   color: #C0C0C0;
}

a img {
   border: none;
}

/*Тело сообщения в форуме*/
.mesbody {
   background: #E7F7F7;
   border-left: solid #006364 thin;
   font-size: 92%;
   margin: 1em; 
   padding: 0.2em; 
   padding-left: 1em; 
}

.warn {
   color: Red;
}

.sign {
   color: #006364;
}

.note {
   font-size: 92%;
}

/*
28.06.2004 перенесено из publications
*/
div.img{
   text-align: center;
   padding: 0em;
   margin:0.2em;
   border: none;
}
div.news{
   padding: 0em;
   margin:1em;
   border: none;
}

div.news h4, div.news p{
   padding: 0em;
   margin:0.2em;   
}

div.news p{
	font-size:92%;
}

.small{
	font-size: 92%;
}