/* History.css - Loco History Pages */
a.menu { display: block; width: 60px; }
body { background-color: #000080; margin-left: auto; margin-right: auto; text-align: center; }
b { color: #FFFF66; font-family: Times New Roman }
.caption { color: #FFFF66; font-size: 12pt; font-family: Times New Roman; text-align: center; font-weight: bold; }
.thumbnail { text-align: center; }
.wrapper { max-width: 800px; margin: 0 auto; }
.year { text-align: center; }
.menu { auto; margin-right: auto; text-align: center; }
.top { width: 560px; }
.bottom { width: 650px; }
#menu-bar {
  text-align: center; 
  margin: 0px 0px 0px 0px;
  padding: 1px 2px 1px 2px;
  height: 20px;
  line-height: 100%;
  border-radius: 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 2px 2px 3px #666666;
  -webkit-box-shadow: 2px 2px 3px #666666;
  -moz-box-shadow: 2px 2px 3px #666666;
  background: #8B8B8B;
  background: linear-gradient(top,  #FA0234,  #FA0234);
  background: -ms-linear-gradient(top,  #FA0234,  #FA0234);
  background: -webkit-gradient(linear, left top, left bottom, from(#FA0234), to(#FA0234));
  background: -moz-linear-gradient(top,  #FA0234,  #FA0234);
  border: solid 1px #C0BFCD;
  position: relative;
  z-index: 999;
}
#menu-bar li {
  margin: 0px 0px 1px 0px;
  padding: 0px 0px 0px 0px;
  float: left;
  position: relative;
  list-style: none;
}
#menu-bar a {
  font-weight: bold;
  font-family: arial;
  font-style: normal;
  font-size: 16px;
  color: #E7E5E5;
  text-decoration: none;
  display: block;
  padding: 2px 10px 2px 10px;
  margin: 0;
  margin-bottom: 0px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-shadow: 2px 2px 3px #000000;
}
#menu-bar li ul li a {
  margin: 0;
}
#menu-bar .active a, #menu-bar li:hover > a {
  background: #000080;
  background: linear-gradient(top,  #000080,  #000080);
  background: -ms-linear-gradient(top,  #000080,  #000080);
  background: -webkit-gradient(linear, left top, left bottom, from(#000080), to(#000080));
  background: -moz-linear-gradient(top,  #000080,  #000080);
  color: #FFFF66;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  text-shadow: 2px 2px 3px #FFFFFF;
}
#menu-bar ul li:hover a, #menu-bar li:hover li a {
  background: none;
  border: none;
  color: #666;
  -box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
#menu-bar ul a:hover {
  background: #0399D4 !important;
  background: linear-gradient(top,  #000080,  #000080) !important;
  background: -ms-linear-gradient(top,  #000080,  #000080) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#000080), to(#000080)) !important;
  background: -moz-linear-gradient(top,  #000080,  #000080) !important;
  color: #FFFFFF !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-shadow: 2px 2px 3px #FFFFFF;
}
#menu-bar ul {
  background: #FA0234;
  background: linear-gradient(top,  #FA0234,  #FA0234);
  background: -ms-linear-gradient(top,  #FA0234,  #FA0234);
  background: -webkit-gradient(linear, left top, left bottom, from(#FA0234), to(#FA0234));
  background: -moz-linear-gradient(top,  #FA0234,  #FA0234);
  display: none;
  margin: 0;
  padding: 5;
  width: 100px;
  position: absolute;
  top: 20px;
  left: 0;
  border: solid 1px #C0BFCD;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-box-shadow: 2px 2px 3px #C0BFCD;
  -moz-box-shadow: 2px 2px 3px #C0BFCD;
  box-shadow: 2px 2px 3px #C0BFCD;
}
#menu-bar li:hover > ul {
  display: block;
}
#menu-bar ul li {
  float: none;
  margin: 0;
  padding: 0;
}
#menu-bar ul a {
  padding:5px 0px 5px 5px;
  color:#FFFFFF !important;
  font-size:12px;
  font-style:normal;
  font-family:arial;
  font-weight: normal;
  text-shadow: 2px 2px 3px #FFFF66;
}
#menu-bar ul li:first-child > a {
  border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
}
#menu-bar ul li:last-child > a {
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
}
#menu-bar:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#menu-bar {
  display: inline-block;
}
  html[xmlns] #menu-bar {
  display: block;
}
* html #menu-bar {
  height: 1%;
}
.link-button-nav { text-align: center; font-size: 10pt; font-family: Times New Roman; font-weight: bold; color: #FFFF66; 
  display: inline-block;
  max-width: 150px;
  margin: 0 auto 5px auto;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #333399;
  border: 2px solid #333399;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  *zoom: 1;
}.title-index { color: #C0BFCD; font-size: 28pt; font-family: Times New Roman; font-weight: bold; text-align: center; background-color: #333399; 
  display: inline-block;
  max-width: 360px;
  margin: 0 auto 5px auto;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #FA0234;
  border: 2px solid #C0BFCD;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  *zoom: 1;
}
.thumbnail { text-align: center; }
.thumbnail-index-title { color: #C0BFCD; font-size: 16pt; font-family: Times New Roman; font-weight: bold; text-align: center; background-color: #333399; margin-left:auto ; margin-right:auto ;  
  display: inline-block;
  max-width: 300px;
  margin: 0 auto 5px auto;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #FA0234;
  border: 2px solid #C0BFCD;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  *zoom: 1;
}
ul { list-style-type: none; margin: 0; padding: 0; text-align: center; margin-left: auto; margin-right: auto; } 
tr.diagramed { color: #ff0000; text-align: left; font-size: 10pt; }
tr.left { color: #FFFFFF; text-align: left; font-size: 10pt; }
tr.update { color: #FFFF66; text-align: left; font-size: 10pt; }
tr.head { background-color: #333399; color: #FFFFFF; font-weight: bold; font-family: Times New Roman; font-size:12pt; text-decoration: none; text-align: center; }
td.title { background-color: #333399; color: #FFFF66; font-size: 30pt; font-weight: bolder; text-align: center; }
td.caption { color: #FFFF66; font-size: 12pt; font-family: Times New Roman; text-align: center; font-weight: bold; }
td.head { background-color: #333399; color: #FFFF66; font-size: 12pt; font-weight: bolder; text-align: center; }
td.header { color: #FFFF66; font-size: 30pt; font-weight: bolder; text-align: center; }
td.largehead { background-color: #333399; color: #FFFF66; font-family: Times New Roman; font-size:15pt; font-weight: bold; text-decoration: none; text-align: center; }
td.left { color: #FFFFFF; font-family: Times New Roman; font-size:10pt; text-decoration: none; text-align: left }
td.right { color: #FFFFFF; font-family: Times New Roman; font-size:10pt; text-decoration: none; text-align: right }
td.thumbnail-caption { color: #FFFFFF; font-size: 10pt; font-weight: bold; text-align: center; }
td.thumbnail-update { color: #FFFFFF; font-size: 10pt; font-weight: bold; text-align: center; }
td.titles { color: #FFFF66; font-size: 12pt; font-weight: bold; text-align: center;}
a.diagramed { color: #ff0000; text-align: left; }
a.update { color: #FFFF66; text-align: left; }
a:link { color: #E6E6E8; font-family:Times New Roman; font-size:10pt; font-weight: bold; text-decoration: underline; }
a:visited { color: #FFFF66; font-family:Times New Roman; font-size:10pt; font-weight: bold; text-decoration: underline; }
a:active { color: #E6E6E8; font-family:Times New Roman; font-size:10pt; font-weight: bold; text-decoration: none; }
a:hover { color: #E6E6E8; font-family:Times New Roman; font-size:10pt; font-weight: bold; text-decoration: none; }
a:focus { font-family: Times New Roman; font-size:10pt; font-weight: bold; }
table { color: #FFFFFF; text-align: center; font-family: Times New Roman }
