a
{
    text-decoration: underline;
    color: #09657c;
}

a:hover
{
    text-decoration: underline;
    color: #373737;
}

.header-wrapper
{
	border-top: 1px solid #61caea;
}

.header-color
{
	background: #43b4d6;
    background: -moz-linear-gradient(bottom, #43b4d6, #4bb7db);
    background: -webkit-gradient(linear, bottom, bottom, color-stop(0%,#43b4d6), color-stop(100%,#4bb7db));
    background: -webkit-linear-gradient(bottom, #43b4d6, #4bb7db);
    background: -o-linear-gradient(bottom, #43b4d6, #4bb7db);
    background: -ms-linear-gradient(bottom, #43b4d6, #4bb7db);
    background: linear-gradient(bottom, #43b4d6, #4bb7db);
}

.header-search
{
	background: #61caea;
}

.top-menu-color
{
    background: #007b9a;
}

#main-menu li a.root-item-selected, #main-menu li:hover a.root-item, #main-menu li.jshover a.root-item,
#main-menu li:hover, #main-menu li.jshover, #main-menu li.item-selected, #main-menu li ul, #main-menu .portals:hover,
.footer-search 
{
    background:#09657c;
}

#main-menu li ul li.item-selected, #main-menu li ul li:hover, #main-menu li ul li.jshover
{

    background:#007b9a;
}

.footer
{
    border-top: 5px solid #2e85a0;
}

.footer-search-button
{
    background: url("../images/icons-blue.png") no-repeat 0px -100px;
}


.title-color, .block-color, .quote-color
{
    background: #2e85a0;
}
.quote-tail{
    border-left: 10px solid #2e85a0;
}

.block-color
{
    border: 1px solid #43b4d6;
}

.title-grey h2,  .text-color
{
	color: #007b9a;
}

.title-button
{
    border-bottom: 35px solid #43b4d6;
}

.title-button:hover
{
    border-bottom: 35px solid #007b9a;
}

.projects-wrapper .jcarousel-next-horizontal
{
    background: url("../images/icons-blue.png") no-repeat 0px 0px;
}


.projects-wrapper .jcarousel-next-horizontal:hover
 {
    background: url("../images/icons-blue.png") no-repeat 0px -25px;
 }

.projects-wrapper .jcarousel-prev-horizontal 
{
    background: url("../images/icons-blue.png") no-repeat 0 -50px;
}

.projects-wrapper .jcarousel-prev-horizontal:hover
{
    background: url("../images/icons-blue.png") no-repeat 0 -75px;
}

.attention-list .jcarousel-next-horizontal, .attention-list .jcarousel-prev-horizontal,  .photo-direction-nav .photo-next, .photo-direction-nav .photo-prev
{
    background-color: #43b4d6;  
}

.attention-list .jcarousel-next-horizontal:hover, .attention-list .jcarousel-prev-horizontal:hover, .photo-direction-nav .photo-next:hover, .photo-direction-nav .photo-prev:hover
{
    background-color: #007b9a;  
}

.title-news
{
	background: url('../images/icons-blue.png') no-repeat 0px -207px;
}

.title-events
{
	background: url('../images/icons-blue.png') no-repeat 0px -151px;
}

.title-reception
{
	background: url('../images/icons-blue.png') no-repeat 0px -180px;
}

.title-link
{
    background: url('../images/icons-blue.png') no-repeat 0px -126px;
}

.element-edit, .section-edit
{
	background: url("../images/icons-blue.png") no-repeat 0px -237px;
}

.element-edit:hover, .section-edit:hover
{
	background: url("../images/icons-blue.png") no-repeat 0px -256px;
}

.element-date, .media-active
{
	background-color: #43b4d6;
}

.complete .statistics-column-left
{
    background: #66c4e6;
    background: -moz-linear-gradient(left,  #2ea8db 0%, #66c4e6 10%, #66c4e6 58%, #43b4e0 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#2ea8db), color-stop(10%,#66c4e6), color-stop(58%,#66c4e6), color-stop(100%,#43b4e0));
    background: -webkit-linear-gradient(left,  #2ea8db 0%,#66c4e6 10%,#66c4e6 58%,#43b4e0 100%);
    background: -o-linear-gradient(left,  #2ea8db 0%,#66c4e6 10%,#66c4e6 58%,#43b4e0 100%);
    background: -ms-linear-gradient(left,  #2ea8db 0%,#66c4e6 10%,#66c4e6 58%,#43b4e0 100%);
    background: linear-gradient(to right,  #2ea8db 0%,#66c4e6 10%,#66c4e6 58%,#43b4e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ea8db', endColorstr='#43b4e0',GradientType=1 );
}

.complete .statistics-status-caption
{
    color: #66c4e6;
    border-bottom: 1px solid #66c4e6;    
}

.approve .statistics-column-left
{
    background: #239ac5;
    background: -moz-linear-gradient(left,  #116baa 0%, #239ac5 10%, #239ac5 58%, #1679b2 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#116baa), color-stop(10%,#239ac5), color-stop(58%,#239ac5), color-stop(100%,#1679b2));
    background: -webkit-linear-gradient(left,  #116baa 0%,#239ac5 10%,#239ac5 58%,#1679b2 100%);
    background: -o-linear-gradient(left,  #116baa 0%,#239ac5 10%,#239ac5 58%,#1679b2 100%);
    background: -ms-linear-gradient(left,  #116baa 0%,#239ac5 10%,#239ac5 58%,#1679b2 100%);
    background: linear-gradient(to right,  #116baa 0%,#239ac5 10%,#239ac5 58%,#1679b2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#116baa', endColorstr='#1679b2',GradientType=1 );
}

.approve .statistics-status-caption
{
    color: #239ac5;
    border-bottom: 1px solid #239ac5;    
}

.send .statistics-column-left
{
    background: #007b9a;
    background: -moz-linear-gradient(left,  #0a3987 0%, #007b9a 10%, #007b9a 58%, #0e4c95 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0a3987), color-stop(10%,#007b9a), color-stop(58%,#007b9a), color-stop(100%,#0e4c95));
    background: -webkit-linear-gradient(left,  #0a3987 0%,#007b9a 10%,#007b9a 58%,#0e4c95 100%);
    background: -o-linear-gradient(left,  #0a3987 0%,#007b9a 10%,#007b9a 58%,#0e4c95 100%);
    background: -ms-linear-gradient(left,  #0a3987 0%,#007b9a 10%,#007b9a 58%,#0e4c95 100%);
    background: linear-gradient(to right,  #0a3987 0%,#007b9a 10%,#007b9a 58%,#0e4c95 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a3987', endColorstr='#0e4c95',GradientType=1 );
}

.send .statistics-status-caption
{
    color: #007b9a;
    border-bottom: 1px solid #007b9a;    
}

.new .statistics-column-left
{
    background: #09657c;
    background: -moz-linear-gradient(left,  #0b2933 0%, #09657c 10%, #09657c 58%, #0e3640 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0b2933), color-stop(10%,#09657c), color-stop(58%,#09657c), color-stop(100%,#0e3640));
    background: -webkit-linear-gradient(left,  #0b2933 0%,#09657c 10%,#09657c 58%,#0e3640 100%);
    background: -o-linear-gradient(left,  #0b2933 0%,#09657c 10%,#09657c 58%,#0e3640 100%);
    background: -ms-linear-gradient(left,  #0b2933 0%,#09657c 10%,#09657c 58%,#0e3640 100%);
    background: linear-gradient(to right,  #0b2933 0%,#09657c 10%,#09657c 58%,#0e3640 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b2933', endColorstr='#0e3640',GradientType=1 );
}

.new .statistics-status-caption
{
    color: #09657c;
    border-bottom: 1px solid #09657c;    
}

.button-color, .button-editor-color, .modern-page-navigation .modern-page-current, #sub-menu li a.selected
{
    background-color: #007b9a;
}

.button-color:hover, .button-editor-color:hover, .modern-page-navigation a:hover, #sub-menu li a:hover
{
    background-color: #09657c;
}

.element-rating .like
{
    background-image: url("../images/icons-blue.png");
}

.element-rating span, .element-show-counter
{
    color: #09657c;
}

.element-show-counter i, a.calendar-icon, .download-icon
{
    background-image: url("../images/icons-blue.png");
}

#login h3, #registration h3, #registration_info h3, #forgot_form h3, #changePWD h3
{
    color: #007b9a;
}

.input-file-styling
{   
    background-color: #007b9a;
}
ul.tabs li.head > ul li{
    background: #007b9a;
    border: 1px #007b9a solid;
    border-bottom: none;
}

/* Структура */
#structure-tree li .item{
    background-color: #EAF2F3;
    border-bottom: 3px solid #9BAAB0;
}
#structure-tree li .item.selected{
    background-color: #BDE0EE;
}

/* Вакансии */
.job-preview .salary{color: #598AB8;}

/* Scroll left*/
.scroll-up-left{background: #E3ECEC;}
.scroll-up-left:hover{background: #DAE8EB}

.header-search .selectbox .dropdown{
    background: #007b9a;
}
