body {
  
/*background: #015aa9 url(../Images/sochi/back.jpg) 50% 0;*/

background-color: #049cd9;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#004D9F), to(#049cd9));
  background-image: -webkit-linear-gradient(#004D9F, #049cd9);
  background-image: -moz-linear-gradient(#004D9F, #049cd9);
  background-image: -o-linear-gradient(top, #004D9F, #049cd9);
  background-image: -khtml-gradient(linear, left top, left bottom, from(#004D9F), to(#049cd9));
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#004D9F', EndColorStr='#049cd9', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#004D9F', EndColorStr='#049cd9', GradientType=0))";
}
section {
  padding-top: 60px;
}


#masthead div.inner, #footer div.inner {
  padding: 65px 0 45px 0;
}
#masthead h1,
#footer h1,
#masthead p,
#footer p {
  color: #fff;
  text-shadow: 0 2px 2px rgba(0,0,0,.7);
}
#masthead p a,
#footer p a {
  color: #fff;
  font-weight: bold;
}
#masthead h1,
#masthead p {
  text-align: center;
  margin-bottom: 9px;
}
#masthead h1 {
  font-size: 54px;
  line-height: 1;
}
#masthead p {
  font-weight: 300;
}
#masthead p.lead {
  font-size: 20px;
  line-height: 27px;
}

div.quickstart h6,
div.quickstart p {
  line-height: 18px;
  text-align: center;
  margin-bottom: 9px;
  color: #333;
}
div.quickstart h6 {
  color: #999;
}


form {
border-color:#dddddd;
border-style: solid;
border-width: 1px;
    background-color:#f0f0f0;
}

form fieldset {
margin-bottom:0;

}

legend {
    padding-top:18px;
}
.actions {
    margin-bottom: 0px;
}

a:focus { 
outline-style: none;
outline-width: none;
 }


.right {
    float:right;
}
.twentypercent {
    width:21%;
}
.tenpercent {
    width:10%;
}
.twopercent {
    width:2%;
}



#search-form{
background-color:inherit;
border:none;
        display:inline;
}
#search-form div.input {
    margin-left:0;
}

.longfield label {
    width: 240px;
    padding-right:20px;
}

.topbar-inner,.topbar .fill {
background:#0064cd;
background-color:#0064cd;
background-repeat:repeat-x;
background-image:-khtml-gradient(linear, left top, left bottom, from(#009ddb), to(#0063cc));
background-image:-moz-linear-gradient(top, #009ddb, #0063cc);
background-image:-ms-linear-gradient(top, #009ddb, #0063cc);
background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #009ddb), color-stop(100%, #0063cc));
background-image:-webkit-linear-gradient(top, #009ddb, #0063cc);
background-image:-o-linear-gradient(top, #009ddb, #0063cc);
background-image:linear-gradient(top, #009ddb, #0063cc);
-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.25),inset 0 -1px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.25),inset 0 -1px 0 rgba(0, 0, 0, 0.1);
box-shadow:0 1px 3px rgba(0, 0, 0, 0.25),inset 0 -1px 0 rgba(0, 0, 0, 0.1);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#009ddb', endColorstr='#0063cc', GradientType=0);
}
.topbar div > ul .menu-dropdown, .nav .menu-dropdown, .topbar div > ul .dropdown-menu, .nav .dropdown-menu {
    background:#0081d4;
}
.menu-dropdown li a {
    background:#0081d4;
}
.topbar div>ul .menu-dropdown li a,.nav .menu-dropdown li a,.topbar div>ul .dropdown-menu li a,.nav .dropdown-menu li a{color:#fff;text-shadow:0 1px 0 rgba(0, 0, 0, 0.25);}

.topbar div>ul .menu-dropdown li a:hover,.nav .menu-dropdown li a:hover,.topbar div>ul .dropdown-menu li a:hover,.nav .dropdown-menu li a:hover{
background-color:#009ddb;
background-repeat:repeat-x;
background-image:-khtml-gradient(linear, left top, left bottom, from(#009ddb), to(#0063cc));
background-image:-moz-linear-gradient(top, #009ddb, #0063cc);
background-image:-ms-linear-gradient(top, #009ddb, #0063cc);
background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #009ddb), color-stop(100%, #0063cc));
background-image:-webkit-linear-gradient(top, #009ddb, #0063cc);
background-image:-o-linear-gradient(top, #009ddb, #0063cc);
background-image:linear-gradient(top, #009ddb, #0063cc);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#009ddb', endColorstr='#0063cc', GradientType=0);
color:#fff;
text-shadow:0 1px 0 rgba(0, 0, 0, 0.5);
}

.topbar div > ul .menu-dropdown .divider, .nav .menu-dropdown .divider, .topbar div > ul .dropdown-menu .divider, .nav .dropdown-menu .divider { 
background-color: #0159a7;
border-color: #015dab;
}



.topbar a {
    color: #fff;
    text-shadow:0 1px 0 rgba(2, 2, 2, 0.25);
}

.topbar a:hover {
    text-shadow:0 1px 0 rgba(2, 2, 2, 1);
}
.topbar p { color: #fff; text-shadow:0 1px 0 rgba(2, 2, 2, 0.25); padding:10px; margin:0;}
.help-inline, .help-block {
color:Red;
}

.inline-form {
    background-color:inherit;
    padding-right: 4px;
    border:none;
    display:inline;

    margin:0;
    padding:0;
}


div.jqplot-target {
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.jqplot-yaxis {
    margin-right:10px;
}


.container > footer p {
text-align: center; /* center align it with the container */
}


/* The white background content wrapper */
.content {
background-color: #fff;
padding: 20px;
margin: 0 -20px; /* negative indent the amount of the padding to maintain the grid system */
-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
        border-radius: 6px;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
        box-shadow: 0 1px 2px rgba(0,0,0,.15);
}

/* Page header tweaks */
.page-header {
background-color: #f5f5f5;
padding: 20px 20px 10px;
margin: -20px -20px 20px;
}
.transparent {
background-color: transparent;
}

/* Give a quick and non-cross-browser friendly divider */
.content .span4 {
margin-left: 0;
padding-left: 19px;
border-left: 1px solid #eee;
}

footer {
    border:none;
    margin:0;
    padding-top:80px;
}
footer p {
    color: #000;
    text-shadow:1px 1px 1px rgba(255, 255, 255, 0.5);
}
footer p a, footer p a:visited {
    color: #004b69;
    text-shadow:1px 1px 1px rgba(255, 255, 255, 0.5);
}
footer p a:hover {
    color: #004b69;
    text-shadow:1px 1px 1px rgba(2, 2, 2, 1);
}


.page-divider {
    background: url('/Images/december/december-ru.jpg') no-repeat;
    margin: 30px 0px;
    width: 980px;
    height: 110px;
}

.page-divider-en {
    background: url('/Images/december/december.jpg') no-repeat;
    margin: 30px 0px;
    width: 980px;
    height: 110px;
}

.decemper {
    
    background: url('/Images/december/bg.png') no-repeat top left;
}
