body { color: #000;}


a { color: #369; text-decoration:none;}
a:link { color: #369;}; text-decoration:none;}
a:visited { color: #369;  text-decoration:none;}
a:hover {text-decoration: underline;}

img.traur {border: 3px solid #000; /* Рамка вокруг ссылок */}
img.gray {border: 1px solid #aaa; /* Рамка вокруг ссылок */}
img.blue {border: 1px solid #7ca6d8; /* Рамка вокруг ссылок */}

h1, h2, h3, h4, h5, h6 { font-family: Arial, sans-serif;}
h1 { color: #000; font-size: 1.2em; font-weight:normal; margin: 0 0 7px; /*text-align: center;*/}
h1#pagetitle { margin: 1em 0 7px; }

.bx-birthday-layout-include .bx-user-info { border: none;}
.bx-honour-layout-include .bx-user-info { border: none; }
.bx-new-layout-include .bx-user-info{ border: none; }
.bx-user-info { border: none; } 
.bx-user-info-name {zoom: 1;}

.gray-bold {color: #626262; font-weight: bold;}


a.ico {
padding: 2px 0 2px 20px;
}
a.ico[href$=".pdf"] {
background: url(/img/icons/icpdf.gif) no-repeat left 50%;
}
/**a.ico[href$="://knc.ru"] {
background: url(/upload/medialibrary/bbe/7l73pvm9ww6skbmttqmthfyn1gbz15zb/logo-NY-KazNC-small-1.png) no-repeat left 50%;
}**/
a.ico[href$="://knc.ru"] {
background: url(/upload/medialibrary/334/1xvnyjfdxobtwpvzwvnkc3kmu25w5eh1/logo-KazNC-small.png) no-repeat left 50%;
}

div#rotator, div#rotator1 {position:relative;} 
div#rotator ul, div#rotator1 ul {padding:0;margin-top:-5px;}
div#rotator ul li, div#rotator1 ul li {float:left; position:absolute; list-style: none;} 
div#rotator ul li.show, div#rotator ul li.show {z-index:500;}

a.ico[href*="photo"] {
background: url(/img/icons/photo.png) no-repeat left 50%;
}

.marquee{
width:930px;
white-space:nowrap;
overflow:hidden;
}
 
/* Бегущая строка */

.marquee span {
color:#212121;
font-size:1.1em;
display:inline-block;
padding-left:100%;
-webkit-animation: marquee 20s infinite linear;
animation: marquee 20s infinite linear;
}
 
@-webkit-keyframes marquee {
0%{-webkit-transform: translate(0, 0);}
100%{-webkit-transform: translate(-100%, 0);}
}
@keyframes marquee{
0%{transform: translate(0, 0);}
100%{transform: translate(-100%, 0)}
}