﻿@charset "utf-8";
body{ font-family: Verdana;}
* {padding: 0; margin: 0;}
.list-left {text-align:left;	margin-bottom:-20px;}
.list-right {text-align:center;}
ul li,ol li{	list-style: none;}

.left {float: left;}
.right {float: right;}
.clear {clear: both;}
.center {text-align: center;}
.italic {font-style:italic}

::-webkit-input-placeholder {
	color: #009900;
	font:12px Verdana;
}
:-moz-placeholder {
	color: #009900;
	font:12px Verdana;
}
  @font-face {
    font-family: FontBanner; 
    src: url('Font/fontBanner.eot'),
         url('Font/fontBanner.ttf'); 
   }
img {border: none;}
 #lbTextBannerBottom , x:-moz-any-link, x:default { top: 3px !important;}
#wrapper {margin: 0 auto; width: 1245px;}

header {background: /*url(images/header.jpg)*/ no-repeat top center; height: 205px; position: relative;}
header .logo {padding: 45px 0 0 143px; text-align: center; width: 640px; border: none;}
header .logo img {border: none;}
header .logo p { letter-spacing: 2px; padding-top: 7px}
header .online {padding: 10px 43px 0 0;}
header .online img {padding-left: 5px;}
header .online .kons {margin-right: -5px; padding-bottom: 6px;}
header ul {margin: 12px 35px 0; /*background: url(images/ul.jpg);*/ height: 37px; padding-left: 40px;padding-right: 40px;}
header ul li {display: inline-block; }
header ul li a {text-decoration: none; text-transform: uppercase; margin: 10px 20px; color: #fff; font: 14px Verdana; display: block;}
header ul li a:hover { font-weight:bold; /*text-decoration: underline;*//*text-shadow: 2px 3px 4px #000000;*/ }

 .fon1 {
width: 266px;
margin: 0 4px 0 0px;
background-color: #eaf3db; border: 1px solid #a5daac; box-shadow: 2px 2px 9px #ccc;
}
.fon2 {
width: 693px;
margin:0px 4px 0 0;
background-color: #eaf3db; border: 1px solid #a5daac; box-shadow: 2px 2px 9px #ccc;

}

.fon3 {
width: 266px;
background-color: #eaf3db; border: 1px solid #a5daac; box-shadow: 2px 2px 9px #ccc;

}
 
#sidebar-left { width: 266px; float: left;  }  /*margin-left: -975px;*/
.ic {margin: 8px 0;}
.ic .karta {margin: 0 15px;}
#sidebar-left form {background-color: #e5eae6; margin: 0 8px; padding-top: 15px;}
#sidebar-left form input[type="text"] {margin-left: 22px; background-color: #f5f9f6; width: 150px; height: 26px; border: none; padding: 0 0 0 10px;}
#sidebar-left form .name {margin-bottom: 8px;}
#sidebar-left form input[type="submit"] {background: url(images/submit.png); padding: 5px 5px; color: #fff; cursor: pointer;}
#sidebar-left .password {margin: 15px 30px 10px 5px; font-size: 11px; }
#sidebar-left .reg {font-size: 11px;}
#sidebar-left form a {color: #000; display: inline-block;}
.news {width: 245px; margin:20px auto 10px; padding:0px;}
 h2 {font-size: inherit; }
.h2 {color: #009933; margin: 15px 0; font: bold 18px Verdana; letter-spacing: 3px;}
.h3 {font: bold 16px Verdana; letter-spacing: 2px;}
.title {font:bold 14px Verdana; letter-spacing: 2px; padding-bottom: 10px; padding-left: 0px;}
.post {margin-bottom: 25px; } /*padding-right: 10px;*/
.post img {padding-right: 8px;}
.post .author {color: #009933; display: block; font: bold 10px;}
.post p {font: normal 11px Verdana; letter-spacing: 1px; padding-right: 0px;}
.more {
    background: #cbe9cd; /* Old browsers */
    background: -moz-linear-gradient(top, #cbe9cd 0%, #5ab65c 45%, #239e25 54%, #229f25 84%, #125814 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cbe9cd), color-stop(45%,#5ab65c), color-stop(54%,#239e25), color-stop(84%,#229f25), color-stop(100%,#125814)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cbe9cd 0%,#5ab65c 45%,#239e25 54%,#229f25 84%,#125814 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cbe9cd 0%,#5ab65c 45%,#239e25 54%,#229f25 84%,#125814 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cbe9cd 0%,#5ab65c 45%,#239e25 54%,#229f25 84%,#125814 100%); /* IE10+ */
    background: linear-gradient(to bottom, #cbe9cd 0%,#5ab65c 45%,#239e25 54%,#229f25 84%,#125814 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbe9cd', endColorstr='#125814',GradientType=0 ); /* IE6-9 */
    border-radius: 5px;
    border:none !important;
    color: #fff; 
    display: inline-block; 
    float: right;
    font:bold 10px Verdana; 
    margin: 5px 0 0 5px; 
    padding: 4px 9px;
    text-decoration: none; 

    -moz-box-shadow: 1px 1px 3px 1px #0f5112;
    -webkit-box-shadow: 1px 1px 3px 1px #0f5112;
    box-shadow: 1px 1px 3px 1px #0f5112;
}

#navButton .more {
    float:none !important;
    display:block;
    vertical-align:middle;
    text-align:center;
}

.more:hover {
    background: #2daf24; /* Old browsers */
    background: -moz-linear-gradient(top,  #2daf24 1%, #2daf24 8%, #113a08 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#2daf24), color-stop(8%,#2daf24), color-stop(100%,#113a08)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #2daf24 1%,#2daf24 8%,#113a08 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #2daf24 1%,#2daf24 8%,#113a08 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #2daf24 1%,#2daf24 8%,#113a08 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #2daf24 1%,#2daf24 8%,#113a08 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2daf24', endColorstr='#113a08',GradientType=0 ); /* IE6-9 */
}

.more2 { 
    background: #2daf24; /* Old browsers */
    background: -moz-linear-gradient(top,  #2daf24 1%, #2daf24 8%, #113a08 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#2daf24), color-stop(8%,#2daf24), color-stop(100%,#113a08)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #2daf24 1%,#2daf24 8%,#113a08 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #2daf24 1%,#2daf24 8%,#113a08 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #2daf24 1%,#2daf24 8%,#113a08 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #2daf24 1%,#2daf24 8%,#113a08 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2daf24', endColorstr='#113a08',GradientType=0 ); /* IE6-9 */

    color: #fff;
    text-align:center; 
    margin: 5px 0 0 5px; 
    font:bold 9px Verdana; 
    padding: 4px 9px; 
    text-decoration: none; 
    display: inline-block; 
    float: right; 
    border-radius: 5px;
}
.more3 {
    color: #fff;
    margin: 5px 0 0 5px; 
    font:bold 9px Verdana; 
    padding: 3px 8px; 
    text-decoration: none; 
    display: inline-block;

    background: #2daf24; /* Old browsers */
    background: -moz-linear-gradient(top,  #2daf24 1%, #2daf24 8%, #113a08 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#2daf24), color-stop(8%,#2daf24), color-stop(100%,#113a08)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #2daf24 1%,#2daf24 8%,#113a08 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #2daf24 1%,#2daf24 8%,#113a08 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #2daf24 1%,#2daf24 8%,#113a08 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #2daf24 1%,#2daf24 8%,#113a08 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2daf24', endColorstr='#113a08',GradientType=0 ); /* IE6-9 */
    border-radius:5px;

}
.more4 {
    color: #fff; 
    margin: 5px 0 0 5px; 
    font:bold 9px Verdana; 
    padding: 3px 8px; 
    text-decoration: none; 
    display: inline-block; 

    background: #cbe9cd; /* Old browsers */
    background: -moz-linear-gradient(top, #cbe9cd 0%, #5ab65c 45%, #239e25 54%, #229f25 84%, #125814 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cbe9cd), color-stop(45%,#5ab65c), color-stop(54%,#239e25), color-stop(84%,#229f25), color-stop(100%,#125814)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cbe9cd 0%,#5ab65c 45%,#239e25 54%,#229f25 84%,#125814 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cbe9cd 0%,#5ab65c 45%,#239e25 54%,#229f25 84%,#125814 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cbe9cd 0%,#5ab65c 45%,#239e25 54%,#229f25 84%,#125814 100%); /* IE10+ */
    background: linear-gradient(to bottom, #cbe9cd 0%,#5ab65c 45%,#239e25 54%,#229f25 84%,#125814 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbe9cd', endColorstr='#125814',GradientType=0 ); /* IE6-9 */
    
    border-radius:5px;

    -moz-box-shadow: 1px 1px 3px 1px #0f5112;
    -webkit-box-shadow: 1px 1px 3px 1px #0f5112;
    box-shadow: 1px 1px 3px 1px #0f5112;
}
.more4:hover {
    background: #2daf24; /* Old browsers */
    background: -moz-linear-gradient(top,  #2daf24 1%, #2daf24 8%, #113a08 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#2daf24), color-stop(8%,#2daf24), color-stop(100%,#113a08)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #2daf24 1%,#2daf24 8%,#113a08 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #2daf24 1%,#2daf24 8%,#113a08 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #2daf24 1%,#2daf24 8%,#113a08 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #2daf24 1%,#2daf24 8%,#113a08 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2daf24', endColorstr='#113a08',GradientType=0 ); /* IE6-9 */
}
.morex {
    background: #cbe9cd; /* Old browsers */
    background: -moz-linear-gradient(top, #cbe9cd 0%, #5ab65c 45%, #239e25 54%, #229f25 84%, #125814 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cbe9cd), color-stop(45%,#5ab65c), color-stop(54%,#239e25), color-stop(84%,#229f25), color-stop(100%,#125814)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cbe9cd 0%,#5ab65c 45%,#239e25 54%,#229f25 84%,#125814 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cbe9cd 0%,#5ab65c 45%,#239e25 54%,#229f25 84%,#125814 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cbe9cd 0%,#5ab65c 45%,#239e25 54%,#229f25 84%,#125814 100%); /* IE10+ */
    background: linear-gradient(to bottom, #cbe9cd 0%,#5ab65c 45%,#239e25 54%,#229f25 84%,#125814 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbe9cd', endColorstr='#125814',GradientType=0 ); /* IE6-9 */
    border-radius:5px;

    height:24px;
    padding-top:6px;
    width:150px;
    color: #fff; 
    text-decoration: none; 
    display: inline-block;
    margin:0;

    -moz-box-shadow: 1px 1px 3px 1px #0f5112;
    -webkit-box-shadow: 1px 1px 3px 1px #0f5112;
    box-shadow: 1px 1px 3px 1px #0f5112;
}
.morex:hover {
    background: #2daf24; /* Old browsers */
    background: -moz-linear-gradient(top,  #2daf24 1%, #2daf24 8%, #113a08 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#2daf24), color-stop(8%,#2daf24), color-stop(100%,#113a08)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #2daf24 1%,#2daf24 8%,#113a08 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #2daf24 1%,#2daf24 8%,#113a08 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #2daf24 1%,#2daf24 8%,#113a08 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #2daf24 1%,#2daf24 8%,#113a08 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2daf24', endColorstr='#113a08',GradientType=0 ); /* IE6-9 */
}
.morex2 {
    height:24px;
    width:150px;
    padding-top:6px;
    border-radius:5px;

    text-decoration: none; 
    display: inline-block;
    margin:0;

    color: #fff; 
    background: #2daf24; /* Old browsers */
    background: -moz-linear-gradient(top,  #2daf24 1%, #2daf24 8%, #113a08 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#2daf24), color-stop(8%,#2daf24), color-stop(100%,#113a08)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #2daf24 1%,#2daf24 8%,#113a08 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #2daf24 1%,#2daf24 8%,#113a08 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #2daf24 1%,#2daf24 8%,#113a08 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #2daf24 1%,#2daf24 8%,#113a08 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2daf24', endColorstr='#113a08',GradientType=0 ); /* IE6-9 */
}

.moreSearch {border: 1px solid #009900;background-color: #009900; color: #fff; margin: 5px 0 0 5px; font:bold 9px Verdana; padding: 2px 7px; text-decoration: none; display: inline-block; float: right;width:111px;text-align:center}
.news .all {margin: 0 0 10px 0; color: #009900; letter-spacing: 2px; display: block; font: bold 13px Verdana; }

.content { width: 693px; float: left; } /*margin-left: -700px;*/
 .block {width: 274px; padding: 0 10px 0 10px}
 .banner {margin: 0px 4px 17px 0;}
 .block2 {width: 370px; padding: 0 7px 0 0px;}
 .br10 {border-radius: 7px; -moz-border-radius:10px; -webkit-border-radius:10px; -khtml-border-radius:10px; position: relative;  behavior: url("PIE.htc");}
.br5 {border-radius: 5px; -moz-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px; position: relative;  behavior: url("PIE.htc");}

 #sidebar-right { width: 266px; float: left;  }
 .search {padding-top: 10px; }
 .search input {padding-left: 10px; }
 #sidebar-right1 input {margin: 10px 10px 10px 20px; width: 170px; height: 29px; border: 1px solid #c6cbc7;}
 
  #sidebar-right .center p {letter-spacing: 3px; }
  #sidebar-right .vopros {font: 14px Verdana}
 a {color: #000;}

 footer {width: 1200px; margin: 5px 0 0 20px; position: relative;}
 footer ul {background: url(images/footer_ul.png); height: 32px; margin-bottom: 5px;}
 footer ul li {display: inline-block; }
 footer ul li a {text-decoration: none; text-transform: uppercase; margin: 7px 15px 7px 20px; color: #fff; display: block;}
 footer ul li a:hover {text-decoration: underline;}
 
 footer .nam {position: absolute; bottom: 10px; right: 0px; }
 footer .nam img { padding-right: 6px; display: inline-block;}
 
 footer .namRight {position: absolute; bottom: 0px; right: 0px; }
 footer .namRight img { padding-right: 6px; display: inline-block;}
 footer .namRight, x:-moz-any-link, x:default {bottom: -7px;}
 
 footer .namLeft {position: absolute; bottom: 0px; left: 0px;}
 footer .namLeft img { padding-right: 6px; display: inline-block;}
 footer .namLeft, x:-moz-any-link, x:default {bottom: -7px;}
 
 footer p {padding-bottom: 10px; letter-spacing: 2px;} 
 
 a#gotop {
 font: 14px/100% Arial, Helvetica, sans-serif;
 margin: 10px auto;
 display: none;
 padding: 5px;
 cursor: pointer;
 width: 55px;
 color: darkgreen;
 border: 3px double #a5daac;
 text-align: center;
 margin-left: 95px; 
  position: fixed;
  bottom: 5px;
  z-index:10000;
  background-color: #eaf3db;
}

.font18 { font-size: 18px }
.font16 { font-size: 16px }
.font15 { font-size: 15px }
.font14 { font-size: 14px }
.font13 { font-size: 13px }
.font12 { font-size: 12px }
.font11 { font-size: 11px }
.font10 { font-size: 10px }

.advertisement
{
    font-size: 13px;
    border-spacing1: 5px;
}
.advertisement td
{
    padding: 0 10px 10px 10px;
}
.userPageView
{
    font-size: 13px;
    border-spacing: 5px;
    margin: 0px auto;
}
.userPageView td
{
    padding: 0 5px 5px 5px;
    margin: 5px;
}
.userPageView p
{
    padding-top: 5px;
}

.themeName, themeName:visited
{
   text-decoration:none;
   cursor:pointer;
   color: Black;
}

.themeName:hover
{
   text-decoration:underline;
}   
.advImage 
{
    margin-right: 10px; 
    padding: 2px; 
    border-style: solid; 
    border-width: 1px;
    border-color: #a5daac;
    margin-bottom:5px; 
}
.simpleInput, .areaInput
{
   border: 1px solid #c6cbc7;
   height: 25px;
   padding-left: 10px;
   padding-right: 10px;
   border-radius: 5px;
   -moz-border-radius:5px;
   -webkit-border-radius:5px;
   -khtml-border-radius:5px;
}

.areaInput
{
   padding-top: 10px;
   padding-bottom: 10px;
}

.divider
{
   width: 100%;
   border-bottom-color: #a5daac;
   border-bottom-style: solid;
   border-bottom-width: 1px;
}

.bold
{
   font-weight:bold;
}

.registration
{
    margin: 0 0 0 15px;
}

.table-border-top
{
    border-top:1px solid #a5daac;
}
.table-border-bottom
{
    border-bottom:1px solid #a5daac;
}

.simpleInputMargin-Top
{
    border: 1px solid #c6cbc7;
    height: 25px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 5px;
    border-radius: 5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
}

.nav1 { 
    width:100%; 
} 
.nav2 { 
    float:right; 
    right:50%; 
    position:relative; 
} 
.nav2 ul { 
    float:left; 
    left:50%; 
    position:relative; 
} 

.clear
{
    clear: both;
}

.justify
{
   text-align:justify;
}

.bannerBottom
{
   padding-top: 2px;
   padding-bottom: 2px;
   padding-left: 2px;
   padding-right: 2px;
   border-style: solid;
   border-width: 1px;
   border-color: #a5daac;
   width:673px;
   height:150px;
}

div.allocationMessage
{
   padding: 5px 5px 5px 5px;
   border-style: solid;
   border-width: 1px;
   border-color: #a5daac;
   margin-right: 10px;
   margin-left: 20px;
   text-align:center;
}

.ddlInput
{
    border: 1px solid #c6cbc7;
    height: 25px;
    padding-left: 5px;
    margin-top: 5px;
    border-radius: 5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
}

/* hide undo/redo history in telerik rad editor */
.split_arrow
{
   display:none !important;
}

#LinkButton1, #LoginView1_Login1_HyperLink2, .loginButton {
    background: #f1fcf2; /* Old browsers */
    background: -moz-linear-gradient(top,  #f1fcf2 10%, #c6f1cc 73%, #b3dcb9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#f1fcf2), color-stop(73%,#c6f1cc), color-stop(100%,#b3dcb9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f1fcf2 10%,#c6f1cc 73%,#b3dcb9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f1fcf2 10%,#c6f1cc 73%,#b3dcb9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f1fcf2 10%,#c6f1cc 73%,#b3dcb9 100%); /* IE10+ */
    background: linear-gradient(top,  #f1fcf2 10%,#c6f1cc 73%,#b3dcb9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1fcf2', endColorstr='#b3dcb9',GradientType=0 ); /* IE6-9 */

    border-radius: 5px;
    color: #020d02; 
    display: inline-block; 
    font:12px Verdana !important; 
    padding: 4px 9px;
    text-decoration: none; 

    -moz-box-shadow: 1px 1px 3px 1px #0f5112;
    -webkit-box-shadow: 1px 1px 3px 1px #0f5112;
    box-shadow: 1px 1px 3px 1px #0f5112;
}
#LinkButton1{
    margin-right:22px;
}
#LinkButton1:hover, #LoginView1_Login1_HyperLink2:hover, .loginButton:hover {
    background: #d5f3e3; /* Old browsers */
    background: -moz-linear-gradient(top,  #d5f3e3 0%, #82d5a5 70%, #6fbe8e 92%, #72c391 100%, #4b8360 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d5f3e3), color-stop(70%,#82d5a5), color-stop(92%,#6fbe8e), color-stop(100%,#72c391), color-stop(100%,#4b8360)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #d5f3e3 0%,#82d5a5 70%,#6fbe8e 92%,#72c391 100%,#4b8360 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #d5f3e3 0%,#82d5a5 70%,#6fbe8e 92%,#72c391 100%,#4b8360 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #d5f3e3 0%,#82d5a5 70%,#6fbe8e 92%,#72c391 100%,#4b8360 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #d5f3e3 0%,#82d5a5 70%,#6fbe8e 92%,#72c391 100%,#4b8360 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5f3e3', endColorstr='#4b8360',GradientType=0 ); /* IE6-9 */

    -moz-box-shadow: 1px 1px 3px 1px #0f5112;
    -webkit-box-shadow: 1px 1px 3px 1px #0f5112;
    box-shadow: 1px 1px 3px 1px #0f5112;
}

@font-face {
	font-family: 'Conv_arbat';
	src: url('fonts/arbat.eot');
	src: local('☺'), url('styles/fonts/arbat.woff') format('woff'),
                     url('styles/fonts/arbat.ttf') format('truetype'), 
                     url('styles/fonts/arbat.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.accountName
{
    font-family: "Conv_arbat";
    font-size:15px;
}

#ContentPlaceHolder1_hlAddArticles
{
    color:#fff !important;
    text-decoration:none;
    margin-right:243px;
}

.bordered
{
   border-style: solid;
   border-width: 1px;
   border-color: #a5daac;
   padding: 10px 5px 10px 5px;
}


/* google search */

.gsc-tabsArea, .gsc-above-wrapper-area{
    display:none;
}
.gsc-webResult.gsc-result{
    border-color:#ccc;
}
.gsc-control-cse, .gsc-webResult.gsc-result:hover, .gsc-imageResult:hover

{
    border-color:#a5daac !important;
    background-color:#eaf3db !important;
}

.gsc-webResult, .gsc-result, .gsc-results, .gsc-imageResult
{
    border-color:#CCC!important;
    background-color:#eaf3db !important;
    margin-bottom:7px !important; 
}
.gs-no-results-result, .gs-snippet, .gs-error-result, .gs-snippet
{
    background-color:#eaf3db !important;
}
.gsc-results, .gsc-cursor-box, .gsc-cursor-current-page, .gsc-cursor-page
{
    background-color:#eaf3db !important;

}

/* end google search */

.nav1{
    width:1175px;
    height:37px;
    margin:auto;

    background: #cbe9cd; /* Old browsers */
    background: -moz-linear-gradient(top, #cbe9cd 0%, #5ab65c 45%, #239e25 54%, #229f25 84%, #125814 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cbe9cd), color-stop(45%,#5ab65c), color-stop(54%,#239e25), color-stop(84%,#229f25), color-stop(100%,#125814)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cbe9cd 0%,#5ab65c 45%,#239e25 54%,#229f25 84%,#125814 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cbe9cd 0%,#5ab65c 45%,#239e25 54%,#229f25 84%,#125814 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cbe9cd 0%,#5ab65c 45%,#239e25 54%,#229f25 84%,#125814 100%); /* IE10+ */
    background: linear-gradient(to bottom, #cbe9cd 0%,#5ab65c 45%,#239e25 54%,#229f25 84%,#125814 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbe9cd', endColorstr='#125814',GradientType=0 ); /* IE6-9 */
    border-radius: 5px;
}