li{list-style:none}
#profile_block:hover {
    border: 1px solid #169FE6;
}
#navigator{border:none}
.day:hover {
    box-shadow: 0px 0px 10px #169fe6;
  }
#navList a:link {
    color: #fff;
    text-shadow: none;
}
#navList a:hover {
    box-shadow: 0px 0px 10px #169FE6;
    color: #169fe6;
}
#nav_next_page a {
    background-color: #169fe6;
}
#topics {
    border: 1px solid #169fe6;
    box-shadow: 0px 0px 10px #169fe6;
}
.sidebar-block ul li a:hover {
    color: #169fe6;
    border-bottom: 1px solid #169fe6;
}
input.btn_my_zzk:hover {
    cursor: pointer;
    background-color: #169fe6;
}
#profile_block a:hover {
    color: #169fe6;
    border-bottom: 1px dotted #169fe6;
}
#profile_block:hover {
    border: 1px solid #169FE6;
    box-shadow: 0px 0px 5px #169fe6;
}
.topicListFooter .pager a:link,.topicListFooter .pager a:visited{
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: #169fe6;
-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .1), 0 1px 1px rgba(0, 0, 0, .09);
-moz-box-shadow: 0 0 1px rgba(0, 0, 0, .1), 0 1px 1px rgba(0, 0, 0, .09);
box-shadow: 0 0 1px rgba(0, 0, 0, .1), 0 1px 1px rgba(0, 0, 0, .09);
height: 40px;
line-height: 40px;
margin-top: 0px;
color: #fff;
display: inline-block;
padding: 0 15px;
text-decoration: none;
border: none
}
.topicListFooter .pager a:hover{
background: #E86C74;
}