.table_body /* Главная таблица */
{
width: 100%;
vertical-align: top;
}
.table_left
{
width: 203px;
vertical-align: top;
padding-left:141px;
}
.menu_hello
{
width: 167px;
height: 30px;
background-image: url('images/menu.png') ;
color: #fee300;
margin: 0px;
padding: 0px;
overflow: hidden;
text-align: center;
font-weight: bold;
text-shadow: 1px 1px 1px #A3A3A3;
}
/*таблицы анкет*/
.ank_1{
height: 10px;
font-size:8pt;
width: 120px;
border-top: 0px #D6E6F2 solid;
border-radius: 0px 0 0 0px;
padding-left:3px;
color:#868686;
}
.ank_2{
height: 10px;
font-size:9pt;
border-top: 0px #D6E6F2 solid;
border-radius: 0px 0 0 0px;
padding-left:3px;
}
.ank_table{
border-bottom: none; /* Убираем линию снизу */
padding: 3px; /* Поля вокруг текста */
display: inline; /* Устанавливаем как встроенный элемент */
font-weight: bold; /* Жирное начертание */
font-size: 50%; /* Размер текста */
margin: 0; /* Убираем отступы вокруг */
white-space: nowrap; /* Отменяем переносы текста */
}
.table_left2
{
width: 200px;
vertical-align: top;
}
.t_s{/* статус страницы */
font-size: 13px;
background-color: #a3fff5;
border-bottom: 0px #ed812b solid;
margin-bottom: 0px;
color: #000;
padding: 8px;
margin-bottom: 0px;
margin-top: 0px;
margin-left: 0px;
}
.status {/* статус страницы */
padding: 4px;
margin: 0px;
background-color: #bedef0;
border-bottom: 0px #d0e8f5 solid;
margin-bottom: 0px;
color: #ffffff;
}
.table_center
{
width: 100%;
vertical-align: top;
border-left: 1px #d0e8f5 solid;
border-right: 1px #d0e8f5 solid;
margin-right:160px;
}
.table_center2
{
width: 100%;
vertical-align: top;
}
.table_center3
{
border-left: 1px #d0e8f5 solid;
width: 100%;
vertical-align: top;
margin-right:160px;
}
.table_right
{
width: 200px;
vertical-align: top;
padding-right:px;
}
.title /* Заголовок с логотипом */
{
background-image: url('title/logo.png');
height: 80px;
width: 100%;
background-color: #cfecff;
background-repeat: no-repeat;
background-position: left;
}
.title a
{
font-size: 14px;
color: #0085dc;
}
.title a:hover
{
color: #fff;
}
.buttom /* кнопки */
{
font-weight: normal;
height: 25px;
width: 105px;
background-repeat: no-repeat;
background-color: ;
text-align: center;
}
.buttom:hover /* кнопки */
{
height: 25px;
width: 105px;
background-repeat: no-repeat;
background-color:#90c5eb;
text-align: center;
}
.bottom
{
font-weight: normal;
font-size: small;
text-align: left;
height: 30px;
width: 100%;
background-color: #c7e9ff;
}
.bottom2
{
font-weight: normal;
text-align: center;
height: 30px;
width: 100%;
background-color: #064a91;
color: #fee300;
}
.bottom2 a
{
color: #fee300;
}