﻿.navbar 
{
    background-color: #05133B;
}

.sectionHeader
{
     background-color: #044973;    
     color: #e2e2e2;                       
}
.breadcrumb
{
    background: #E5F6FE;
}

.errText
{
  font-weight:bold; 
  color :#CC0000;
}

.formGroupHeader
{
  font-weight:bold;
  text-decoration: underline; 
}

.detailHeader
{
    font-weight:bold;
}

ul { list-style-type: none; }


.table
{
  width:95%;
}


.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #e5e5e5;
}

/*changes the header background and text color to the color in the original application*/
.table th
{    
    background-color:#E5F6FE !important;
}

.tableHeader
{    
    background-color:#E5F6FE !important;
}



.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
background-color: #e5e5e5;
}

.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
background-color: #ffffff;
}

.subNavHdr
{
  text-align:center;
  background-color:#05133B;
  color:#ffffff;    
}


a {color: #044973; }


.leadership { color:#e2e2e2;}

tr.even { background-color: #e5e5e5;}
tr.odd { background-color: #ffffff;}







