@charset "windows-1251";
/* CSS Document */

body {background-image: url(img/fongo.jpg)}

p {font: 14px Verdana, Geneva, sans-serif; margin:5px;}
.gltable {border: 1px solid #777; background-color:#FFF; }
.gltableleft {border-right: 1px solid #777;}
/*Левое меню*/
p.title {
background-color: #888;
color: #ffffff;
font-weight:bold;
margin:5px;
padding:5px;
}

#coolmenu{
border: 1px solid #888; /*Стиль рамки */
border-bottom-width: 0;
width: 93%; /*Ширина меню */
background-color: #E4E4E4;  /*Фоновый цвет ячейки*/
margin:8px; /*Ширина отступов*/
}

* html #coolmenu{ 
width: 150px;/*Ширина меню для Internet Explorer*/
}

#coolmenu a{
font: bold 13px Verdana; /*Шрифт текста*/
padding: 2px; /*Внутренний отсутп текста ссылки от краев ячейки*/
padding-left: 4px;/*Внутренний отсутп текста ссылки от левого края ячейки*/
display: block;
width: 100%; /*Ширина ячейки*/
color: #000;  /*Цвет текста*/
text-decoration: none; /*Подчеркивание у ссылок - нет*/
border-bottom: 1px solid #371F0B;
}

html>body #coolmenu a{ 
width: auto;
}

#coolmenu a:hover{
background-color: #888 ; /*Фоновый цвет ячейки при наведение курсора*/
color: #FFF;  /*Цвет текста при наведении курсора*/
}
/*Конец блока*/
.tabpost {border: 2px solid #777; width:97%; margin:5px;}
.tpost1 {background-color: #EAEAEA;}
.tpost1_text {font:bold 18px Georgia, "Times New Roman", Times, serif; color:#333;}
.tpost2_text {font:bold 16px "Courier New", Courier, monospace;}
.tpost2_text a {text-decoration:none; color:#777;}
.tpost2_text a:hover {text-decoration: underline; color: #000;}
.tpost3_text {font:bold 12px Verdana, Geneva, sans-serif;}
.tpost3_text a {text-decoration:none; color: #747070;}
.tpost3_text a:hover {text-decoration: underline; color: #393737;}
