﻿.nav {
 /* display:table; */
  border:0 white none;
  margin:0;
  padding:0;
}
.nav_button {
  float: left;
  display: inline;
  font-family: "Times New Roman", Times, serif;
  font-size: 12pt;
  color: #004A94;
  text-align: center;
  background-color: #E8E8EA;
  min-width: 50px;
  padding: 5px 10px;
  border-color: #B3CBFF;
  border-style: none;
  border-width: 1px;
  margin-right: 3px;
  margin-bottom:3px;
}
.nav_button a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.nav_button a.hover {
  text-decoration:none;
  color:inherit;
}
.nav_no_button {
  background-color: #004A94;
  color: #FFFFFF;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #FFFFFF;
}
.nav_selected {
  color: #004A94 !important;
  background-color: #B3CBFF !important;
}
.list_button
{
  float: left;
  display: inline;
  font-family: "Times New Roman", Times, serif;
  font-size: 10pt;
  color: #004A94;
  text-align: center;
  /*background-color: #E8E8EA;*/
  min-width: 50px;
  padding: 2px 5px;
  border-color: #B3CBFF;
  border-style: solid;
  border-width: 1px;
  margin-right: 3px;
  margin-bottom:3px;

}

