/* CSS Document */
.left_column { background-image:url(pictures/border.png); background-repeat:repeat-y; background-position:top;}
.right_column { background-image:url(pictures/border.png); background-repeat:repeat-y; background-position:top;}
body {background-color:#000000; height: 100%}
.menu{background-image:url(pictures/wolf_logo.png); background-repeat:no-repeat; background-position:center;}
.page_header {background-image:url(pictures/header.png); background-position:top; background-repeat:no-repeat; }
.main_text { font-family: Verdana; font-size: 12px; text-indent: 15px; padding-right: 20px; padding-top: 10px; text-align:justify;}
.page_name{font-family:CyrillicOld; font-size: 28px; padding-bottom: 8px; text-transform:uppercase; text-indent: 15px;}
.header_tx{font-family:CyrillicOld; font-size: 18px; margin-bottom: 15px;}
.error{ font-weight:bold; font-size: 13px; color:#CC0000;}


#main_text {
font-family: Verdana;
font-size: 12px;
text-indent: 15px;
padding-right: 20px;
padding-top: 10px;
text-align:justify;}

#main_text a{
color:#000000;
font-size: 11px;
font-weight:bold;
}

#main_text a:hover{
color:#CC0000;
}

#main_text a:visited{
color:#666666;
}


/*Настройки для основного меню*/
#coolmenu{
width: 90%; /*Ширина меню */
margin-top: 10px;
}

* html #coolmenu{
width: 184px;/*Ширина меню для Internet Explorer*/}
*html #coolmenu a{
height:28px;}

#coolmenu a{
background-image:url(pictures/main_menu_t.png);
background-repeat:no-repeat;
height: 20px;
font: bold 12px Verdana; /*Шрифт текста*/
text-align:left;
padding-top: 6px;
padding-bottom: 3px;
padding-left: 30px;/*Внутренний отсутп текста ссылки от левого края ячейки*/
padding-right:20px;
/*padding-top: 10px;*/
display: block;
width: 100%; /*Ширина ячейки*/
color: #000000;  /*Цвет текста*/
text-decoration: none; /*Подчеркивание у ссылок - нет*/
/*border-bottom: 1px solid gray;*/
}

html>body #coolmenu a{ 
width: auto;
}
#coolmenu a:hover{
color:#CC3300;  /*Цвет текста при наведении курсора*/
}

/* Настройки для меню в шапке*/
#header_menu{
width: 12%; /*Ширина меню */
margin-top: 10px; /*Ширина отступов*/
float:right;

}

* html #header_menu{ 
width: 800px;/*Ширина меню для Internet Explorer*/
}

#header_menu a{
color: #000000;  /*Цвет текста*/
text-decoration: none; /*Подчеркивание у ссылок - нет*/
display: block;
border: none;
background-image:url(pictures/header_menu.png);
background-repeat:no-repeat;
background-position:right;
}

html>body #header_menu a{ 
width: auto;
}

#header_menu a:hover{
background-image:url(pictures/header_menu_hover.png);
}

/*Настройки для отображения таблицы в разделе библиотеки*/

.library {border: 1px solid #CCCCCC; width: 95%; border-style: groove; font-size: 11px;  }

.library_title {background-color: #E4E4E4; padding-left: 7px; padding-right: 7px; color:#666666;}
.library_adds { margin-top: 7px; margin-bottom: 8px;}
.library_des { margin-left: 7px; margin-right: 7px; margin-top: 7px; margin-bottom: 7px;}

#library_name { font-size: 12px; text-transform: uppercase; font-weight:bold; color:#000000; margin-top: 8px; margin-bottom: 7px; }

#library_name a{
text-decoration: none; /*Подчеркивание у ссылок - нет*/
color:#282828;
}

#library_name a:hover{
color:#CC0000;
}

#library_name a:visited{
color:#666666;
}

/*Настройки для отображения сожержимого страницы view_mat раздела библиотеки*/
.view_title {font-size: 13px; font-weight: bold; text-transform:uppercase; margin-bottom: 5px;}
.view_date { font-size: 12px; color:#666666; margin-top: 5px; margin-bottom: 20px;}


/*Настройки для отображения поиска*/

#search{
margin-top: 40px;
font-family:Tahoma;
font-size: 11px;
color:#666666;
padding-left: 15px;
padding-right: 25px;
}

.button { font-family:Tahoma; font-size: 12px; color:#000099; margin-top: 7px;}
.button_lib { font-family:Tahoma; font-size: 12px; color:#000099; margin-top: 7px; float:right;}

#library_tx { font-size: 11px; font-weight:bold; color:#000000; text-transform:uppercase; padding-top: 5px;}

#library_tx a{
color:#000000;
font-size: 11px;
font-weight:bold;
}

#library_tx a:hover{
color:#CC0000;
}

#library_tx a:visited{
color:#666666;
}
