/* CSS Document */

/*	Убираем отступы */
html {
  height: 100%}

/* отступы = 0 */
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	height: auto !important;
	height: 100%;
	min-height: 100%}



/* стиль для новостей, разрядка между строк */
.content {
	font-size: 12px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
  background-color: #ffdcb6;}
  
td
{
  font-size: 12px;
}

a
{
    text-decoration: none;
}

h1
{
	font-size: 16px;
    font-weight: bold;
    color: #123376;
    text-align: center;
}

h2
{
	font-size: 14px;
    font-weight: bold;
    color: #123376;
	text-indent: 30px;
}



.caption
{  
	font-size: 150%;
    font-weight: bold;
    color: #003164;
    text-decoration: none;
}

.statya 
{
	margin-bottom: 0px;
	text-indent: 30px;
    text-align: justify;
}

TD .td_caption
{
    background-color: #faac56;
	border: 1px solid #ffdcb6;
    font-weight: bold;
    color: #123376;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    padding: 5px;	
	margin: 5px;
}

TD .light
{
    background-color: #FFCC99;
	border: 1px solid #ffdcb6;
    font-weight: normal;
    color: black;
    text-align: left;
    vertical-align: top;
    text-decoration: none;
    padding: 5px;	
	margin: 5px;
}

TD .dark
{
    background-color: #FFC58A;
	border: 1px solid #ffdcb6;
    font-weight: normal;
    color: black;
    text-align: left;
    vertical-align: top;
    text-decoration: none;
    padding: 5px;	
	margin: 5px;
}




/*  левое меню журнала
begin
*/
.a_menu {
	font-size: 16px;
    display: block; /* Ссылка как блочный элемент */
    width: 100%; /* Ссылка на всю ширину пункта */
    padding-left: 45px; /* Поля вокруг надписи */
    padding-right: 5px;
    padding-top: 6px;
    padding-bottom: 5px;    
    font-weight: bold;
    text-decoration: none; /* Подчеркивание у ссылок убираем */
    color: #123376; /* Цвет текста */
    /* border: 1px solid #ccc; */ /* Рамка вокруг пунктов меню */
    background-image: url(http://www.grfc.ru/idc/groups/public/documents/grhc_images/005254.jpg);
    border-bottom: none; /* Границу снизу не проводим */

   }
   
.a_menu:hover {
	font-size: 16px;
    color: #2257ba; /* Цвет текста подсвеченного пункта */
    text-decoration: none;
    background-color: #5488af; /* Цвет фона подсвеченного пункта */
    background-image: url(http://www.grfc.ru/idc/groups/public/documents/grhc_images/005256.jpg);
   }

.a_menu:active {
	font-size: 16px;
    color: #011a4c; /* Цвет текста активного пункта */
    background-color: #5488af; /* Цвет фона активного пункта */
    background-image: url(http://www.grfc.ru/idc/groups/public/documents/grhc_images/005255.jpg);
   }   

.a_menu_active {
	font-size: 16px;
    display: block; /* Ссылка как блочный элемент */
    width: 100%; /* Ссылка на всю ширину пункта */
    padding-left: 45px; /* Поля вокруг надписи */
    padding-right: 5px;
    padding-top: 6px;
    padding-bottom: 5px;    
    font-weight: bold;
    text-decoration: none; /* Подчеркивание у ссылок убираем */
    color: #011a4c; /* Цвет текста активного пункта */
    background-color: #5488af; /* Цвет фона активного пункта */
    background-image: url(http://www.grfc.ru/idc/groups/public/documents/grhc_images/005255.jpg);
    border-bottom: none; /* Границу снизу не проводим */
   }
/* end */


