.header {
   /* background: url('/images/background/header-background3.gif') no-repeat;*/
    margin: -20px 0 10px 0;
}

.boxblue {
    border: 2px solid #243F8C;
    background-color: #ffffff;
    padding: 25px;
    margin: 0 auto;
    moz-border-radius: 10px;
    webkit-border-radius: 10px;
    border-radius: 10px;
}

.boxblue legend {
    color: #243F8C;
}

.boxblue label {
    font-weight: bold;
}

.boxblue .control-label {
    width: 300px;
    margin: 0 25px 0 0;
}

.submenu-show {
    border-radius: 3px;
    display: block;
    left: 95%;
    margin-top: -30px !important;
    moz-border-radius: 3px;
    position: absolute;
    webkit-border-radius: 3px;
}

.submenu-hide {
    display: none !important;
    float: right;
    position: relative;
    top: auto;
}

.navbar .submenu-show:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}

.navbar .submenu-show:after {
    border-bottom: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-top: 6px solid transparent;
    left: 10px;
    left: -6px;
    top: 11px;
}

.fademe img:hover {
   opacity: 0.5;
}

.fademe img {
   -moz-transition: opacity 0.25s ease-in-out 0s;
   opacity: 1;
}

.gradient {
  /* background: url(../images/shared/nav/back_0.gif); */
  background: #1a82f7;
  background: -moz-linear-gradient(#243F8C, #1a82f7);
  background: -webkit-linear-gradient(#243F8C, #1a82f7);
  background: -o-linear-gradient(#243F8C, #1a82f7);
  background: -ms-linear-gradient(#243F8C, #1a82f7);/*For IE10*/
  background: linear-gradient(#243F8C, #1a82f7);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#243F8C', endColorstr='#1a82f7');/*For IE7-8-9*/
  height: 1%;/*For IE7*/
}

.table thead{
  font-size: 120%;
}

.table-reports{
  font-size: 80%;
}

.table-reports thead{
  font-size: 100%;
}

.classshown {
}

.classhidden {
     display: none;
}

