/* CSS Document */
.panel-default > .panel-heading {
    background-color: #990000 !important;
    border-color: #990000 !important;
}
.panel-default {
    border-color: #050000 !important;
}
.panel-title {
    margin-left: 20px;
    color: white;
}
.nav-tabs > li > a {
    border: 3px solid #900;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: r2px solid #900;
    border-right-color: 2px solid #900;
    border-bottom-color: 2px solid #900;
    border-left-color: 2px solid #900;
    border-radius: 0 10px 0 0;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image-source: none;
    border-image-slice: 100% 100% 100% 100%;
    border-image-width: 1 1 1 1;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    line-height: 1 !important;
}
.nav-tabs > li.active > a {
    line-height: 1 !important;
color: #FFF !important;
    background-color: #900 !important;
    border: 2px solid #900 !important;
    border-bottom-color: #900 !important;
    }
.nav-tabs {
    border-bottom: 1px solid #900 ;
    margin-bottom: 10px;
    margin-top: 20px;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(210, 0, 0, 0) 0px, rgba(0, 0, 0, 0.000) 0%);
    background-image: -o-linear-gradient(left, rgba(210, 0, 0, 0) 0px, rgba(0, 0, 0, 0.000) 0%);
    background-image: linear-gradient(to right, rgba(210, 0, 0, 0) 0px, rgba(0, 0, 0, 0.000) 0%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
    background-image: -webkit-linear-gradient(left, rgba(210, 0, 0, 0) 0px, rgba(0, 0, 0, 0.000) 0%);
    background-image: -o-linear-gradient(left, rgba(210, 0, 0, 0) 0px, rgba(0, 0, 0, 0.000) 0%);
    background-image: linear-gradient(to right, rgba(210, 0, 0, 0) 0px, rgba(0, 0, 0, 0.000) 0%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
div#menuBreadcrumbWrapper {
    height: 75px;
    vertical-align: top;
}
#menuLanguage {
    margin-bottom: 10px;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  font-size: 1.2em;
     font-weight: bolder;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
.f3-widget-paginator > li {
    display: inline-block;
  }

.f3-widget-paginator {
    list-style: none;
    text-align: center;
}
.f3-widget-paginator > li {
    list-style-position: outside;
    padding: 0px 4px 0px 4px;
    border-left: solid 2px red;
}
.f3-widget-paginator > li.current {
    color: #CC0000;
    font-weight: bold;
}
.footer-section > td {
    color: inherit;
}
.section-column.footer-section-content-column-middle p {
    color: #000000;
}
