﻿a:visited,a:hover, a:active,
.container a:visited, 
.container a:hover, 
.container a:active
{
    text-decoration:none !important;
    
}
.navbar
{
    border-radius:0px;
    margin-bottom:0px;

}
.navbar-inverse
{
    /*background-image:url("../img/header.png");*/
    background-color:#0065A8;
    border:0px;
    
}
.navbar-inverse .navbar-nav>li>a
{


    border: 0px; text-align: center; color: #B2D0E5;
}

.ActiveMenu,
navbar-inverse .navbar-nav>li>a:focus
 {
    color:#fff !important;
    font-weight: bold !important;
   background-color:#00568E !important;

   border: 0px; 
  
}

.navbar-inverse .navbar-nav>.open>a, 
.navbar-inverse .navbar-nav>.open>a:hover, 
.navbar-inverse .navbar-nav>.open>a:focus {
  background-color:transparent;
  color: green;
}



.nav > li > a
{
    padding:10px;
    padding-left:20px;
    padding-right:15px;
    font-weight:bold;
    
}

.table>thead>tr>th, 
.table>tbody>tr>th, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>tbody>tr>td, 
.table>tfoot>tr>td
{
    vertical-align:middle;
}
