a {
  color: #72cefe;
  text-decoration: none;
  outline: medium none
}

a:hover {
  color: #0380BB;
}

#navsubbar {
  width: 100%;
  /* background: url('/static/theme/images/tpl_subnavbar_bg.gif') repeat-x; */
  background-color: #0380BB;
  height: 25px;
  line-height: 20px
}

.bigChar {
  color: #44b9fa;
}

#navcontainer li a#currentTab {
  background-color: #0380BB;
  color: #ffffff;
}

.barTitle {
  background-color: #0380BB;
  color: #ffffff;
}

#tabmenucontainer li a.tabactive {
  background-color: #0380BB;
  color: #ffffff;
}

#tabmenucontainer li a:hover {
  background-color: #0380BB;
  color: #ffffff;
}

.arrow-general {
  border-top: 10px solid #0380BB;
}

#head .left_head {
  margin: 10px 30px 0 0;
  padding: 0;
  background: transparent url(/static/images/logo.png) no-repeat;
}

.btn {
  background-image: linear-gradient(to bottom, #44b9fa 0, #0380BB 100%);
}

.btn:hover {
  background-image: linear-gradient(to bottom, #0380BB 0, #0380BB 100%);
}

@media only screen and (max-width: 768px) {

  .by_status.barContent a {
    float: left;
    width: 49% !important;
    padding: 5px 8px;
    border-radius: 3px;
    background: #0380BB;
    color: #FFF;
    box-sizing: border-box;
  }

  #tabmenucontainer li a.tabactive {
    background-color: #0380BB !important;
    color: #ffffff !important;
  }

  #tabmenucontainer li a:hover {
    background-color: #0380BB !important;
    color: #ffffff !important;
  }

}


.banner {
  height: auto !important;
}

.details {
  height: auto !important;
}

div.pagination {
  margin: 10px 0 0 0;
  padding: 0;
  height: auto;
  clear: both;
  overflow: hidden
}

div.pagination ul.pager {
  overflow: auto;
  clear: both;

}

.barContent .full {
  height: auto;
}

#navcontainer a:hover {
  background-color: #0380BB;
  color: #ffffff;
}

.full {
  position: relative;
}

#centerDivVideo {
  float: left;
  height: auto;
  overflow: auto;
  clear: both;
}

#centerDivVideo img {
  float: left;
}

.specialButton {
  -moz-box-shadow: inset 0 1px 0 0 #44b9fa;
  -webkit-box-shadow: inset 0 1px 0 0 #44b9fa;
  box-shadow: inset 0 1px 0 0 #44b9fa;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #44b9fa), color-stop(1, #0380BB));
  background: -moz-linear-gradient(center top, #44b9fa 5%, #0380BB 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#44b9fa', endColorstr='#0380BB');
  background-color: #44b9fa;
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-left-radius: 20px;
  text-indent: 0;
  border: 1px solid #44b9fa;
  display: inline-block;
  color: #fff;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  height: 38px;
  line-height: 38px;
  width: 200px;
  text-decoration: none;
  text-align: center;
  text-shadow: 1px 1px 0 #44b9fa;
  margin-bottom: 15px;
}

.specialButton:hover {
  -moz-box-shadow: inset 0 1px 0 0 #44b9fa;
  -webkit-box-shadow: inset 0 1px 0 0 #44b9fa;
  box-shadow: inset 0 1px 0 0 #44b9fa;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0380BB), color-stop(1, #0380BB));
  background: -moz-linear-gradient(center top, #0380BB 5%, #0380BB 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#44b9fa', endColorstr='#0380BB');
  background-color: #44b9fa;
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-left-radius: 20px;
  text-indent: 0;
  border: 1px solid #44b9fa;
  display: inline-block;
  color: #fff;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  height: 38px;
  line-height: 38px;
  width: 200px;
  text-decoration: none;
  text-align: center;
  text-shadow: 1px 1px 0 #44b9fa;
  margin-bottom: 15px;
}