﻿.datalist table{
    float:left;
    width:900px;
}

.datalist table tr{
    float:left;
    width:900px;
}
.datalist table tr td{
    float:left;
    width:200px;
}
.DropSubmenu {
font-size:12px;
 margin-left:-20px;
}

.alignLeft {
    float:left;
}

.controlHeader {
    font-family: times, Times New Roman, times-roman, georgia, serif; color: #444; font-size: 15px; line-height: 44px; font-weight: bold;
}

.hoverLink a:link, .hoverLink a:visited,  .hoverLink a:active {
    text-decoration: none;
    color: #337ab7;
}
.hoverLink a:hover {
    text-decoration: none;
    color: #000000;
}


.bgHeader {
    background-color: #015486;
    width: 100%;
    height:auto;
    color:#fff;
    padding-left:5px;
}

.HeaderText {
    font-size:16px; 
    font-weight:bold; 
    margin:0px;
    text-transform:uppercase;
}

.rbl input[type="radio"] {
   margin:0px;
   padding:0px;
   border:0px;
}
.table-bordered {
    border: 0px solid #f4f4f4;
}
.table1  {
    border:0px;
}


.btn-site {
  background-color: #015486;
  border-color: #00acd6;
  color:#000;
}

.btn-site:hover,
.btn-site:active,
.btn-site.hover {
  background-color:#01548f;
  color:#fff;
  box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.4);
}

.btn-site {
  background-color: #015486;
  border-color: #00acd6;
  color:#000;
}
.btn-site:hover,
.btn-site:active,
.btn-site.hover {
  background-color:#01548f;
  color:#fff;
  box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.4);
}

.minHeight {
    min-height:300px;
}


.col-md-marquee
{
    position: relative;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 2px;
}

@media (min-width: 992px) {
    .col-md-12marquee {
        width: 100%;
        float: left;
        padding: 1px;
    }
    .col-md-11marquee {
        width: 91.66666667%;
        float: left;
        padding: 1px;
    }
    .col-md-1marquee {
         width: 8.33333333%;
         float: left;
         padding: 1px;
    }
}