body {
  min-height: 800px;
  padding-top: 0px;
  background-color: #1B3247;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: #111111;
}

.container {
  padding-left: 25px;
  padding-right: 25px;
  background-color: #FCFCFC;
  border-color: #1B3247;
}

.main {
  border-color: #B8D2DE;
  border-width: 8px;
  border-style: solid;
  border-top: 0px;
}

.date-tout { font-size: 13px; }

.ctout {
  margin-top: 0px;
  margin-bottom: 10px;
}

.updated-tout {
  font-size: 13px;
  color: #E54800;
}

.title-tout-a:hover { color:#E54800; }
.title-tout { font-size:18px; }

a:focus, a:hover {
  color: #85682d;
  text-decoration: underline;
}
a {
  color: #00597F;
  text-decoration: underline;
}
a.nounder {
  text-decoration: none;
}

.nochangemore {text-align: right;}
a.nochangemore:visited {color: #00597F;}

p { padding: 0.1em; }

h1 { font-family:Arial, Helvetica; font-size:24px; color:#004e72; font-weight:bold; margin-bottom: 5px;}
h2 { color:#682A30; font-size:18px; font-weight:bold; font-family:Tahoma,Geneva; }
h3 { color:#454545; font-size:12px; font-family:Tahoma; line-height:125%; font-weight:normal; }
h4 { font-size:14px; color:#101010; line-height:150%; font-weight:bold; }

h3 {
  margin-top: 0px;
  padding-top: 2px;
  padding-bottom: 10px;
}
.stacked {
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 5px;
}
h2.stacked {
  font-size:14px;
  line-height:133%;
}
h2.inline {
  font-size:14px;
}

.winnerText { font-size:14px; font-weight:bold; color:#6D0202; }
.linkToRanks { font-size:14px; font-weight:bold; }
.ltrDiv { text-align: center; padding-top: 30px; }
.parahead { font-size:12px; font-weight:bold; }
.tall-bullet { line-height:250%; }

.mediaEmbed {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.mediaEmbed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.header  {
  padding-left: 0;
  padding-right: 0;
  background-color: #FCFCFC;
  border-color: #1B3247;
}

#header-color {
  background-color: #B8D2DE;
  height:8px;
}

.grow img {
  transition: .1s ease;
}
.grow img:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  transition: .1s ease;
}

/*
TOP NAV
*/
.navbar-static-top {
  border-width: 0 0 0px;
}
.navcontainer  {
  background-color: #1B3247;
  border-color: #1B3247;
}
.belownavbar {
  background-color: #B8D2DE;
  height: 8px;
}
.navbar-default {
  background-color: #1B3247;
  border-color: #1B3247;
}
.navbar-default .navbar-nav>li>a {
  color: #eee;
  font-size: 14px;
}
.navbar-toggle {
  background-color: #eee;
}
.navbar-default .navbar-toggle {
  border-color: #444;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #444;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #B8D2DE;
}
.dropdown-menu {
  background-color: #1B3247;
}
.dropdown-menu>li>a {
  color: #eee;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
  color: #000;
  background-color: #B8D2DE;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #eee;
}
.navbar-default .navbar-brand {
  color: #eee;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
  background-color: #B8D2DE;
  color: #000;
}
.navbar-default .navbar-nav>li>a:focus {
  color: #eee;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default 
default .navbar-nav>.active>a:focus, .dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
  color: #000;
  background-color: #B8D2DE;
}
.navbar-default .navbar-nav>li>a:hover {
  color: #000;
  background-color: #B8D2DE;
}
#topnav.affix {
  position: fixed;
  top: 0;
  width: 100%
}
.navbar-brand {
  margin-left:10px;
  font-size: 28px;
}
.navbar-toggle {
  margin-right: 25px;
}
.nav {
  padding-left: 10px;
}
/*
END TOP NAV
*/

.h4-top-margin-none {
  margin-top: 0px;
}
.h4-top-margin-med {
  margin-top: 25px;
}
.row {
  margin-bottom: 15px;
}
.row .row {
  margin-top: 0px;
  margin-bottom: 0;
}

[class*="col-"] {
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #E5E5E5;
  border: 1px solid #D3D3D3;
}

.topcol {
  padding-top: 0px;
}
.bottomcol {
  padding-bottom: 0px;
}

.maincol {
  background-color: transparent;
  border: 0px solid #ccc;
  font-size:15px;
}

hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border-top: 1px solid #bbb;
}

hr.hrnomargin {
  margin-top: 0px;
  margin-bottom: 0px;
}

/*
SIDE BAR
*/
.sidebar-module {
  padding: 15px;
  margin: 0 -15px 15px;
}
.sidebar-module-inset {
  padding: 15px;
  background-color: #ddd;
  border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}
.follow-icon {
  float: left;
  margin: 12px;
}
.clearit {
  clear: both;
}
.archive-select select {
   width: 130px;
   padding: 5px;
   font-size: 15px;
   border: 1;
   border-radius: 4px;
   height: 32px;
}
/*
END SIDE BAR
*/

/**
 *  tool tip
 */
a.ttip {
    position:relative;
    z-index:24;
}

a.ttip span { display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/

a.ttip:hover { z-index:25; text-decoration:none; background:; cursor: default; }

a.ttip:hover span.tooltip {
    display: block;
    position: absolute;
    top: -5px; left: 10px;
    padding: 15px 0px 0px 0px;
    width: 150px;
    color: #004e72;
    font-family: Arial, Helvetica;
    line-height: 130%;
    font-size: 10px;
    text-align: center;
    filter: alpha(opacity:97);
    KHTMLOpacity: 0.97;
    MozOpacity: 0.97;
    opacity: 0.97;
}

a.ttip:hover span.top {
    display: block;
    padding: 30px 8px 0px;
    background: url(../images/site/bubble.gif) no-repeat top;
}

a.ttip:hover span.middle {
    display: block;
    padding: 0px 7px;
    background: url(../images/site/bubble_fill.gif) repeat bottom;
}

a.ttip:hover span.bottom{
    display: block;
    padding:3px 8px 10px;
    background: url(../images/site/bubble.gif) no-repeat bottom;
}

/*
Data Table
*/
table.dataTable, table.totTable {
  border-color: #acc6d3;
  border-spacing: 0px;
  border-style: solid;
  border-width: 2px;
}
td.dt, td.dtsm, td.dtbg, th.dt, th.dtbg, th.dtsm, td.dtnumeric, td.dtnumericbg {
  font-family: Arial, Helvetica;
  font-size: 8pt;
  padding: 3px 0.6em;
  white-space: nowrap;
}

td.dtbg, th.dtbg, td.dtnumericbg {
  font-size: 9pt;
}
th.dtsm, td.dtsm {
  font-size: 7pt;
}
td.tot, td.totcntr, th.tot, th.totmainHeader, th.dtmainHeader {
  font-family: Arial, Helvetica;
  font-size: 9pt;
  padding: 4px 0.7em;
  white-space: nowrap;
  text-align: center;
}

tr.tot td.totcntr {
  background-color: #f0f0f0;
}

tr.totalternateRow td.totcntr {
  background-color: #d0d0d0;
}

td.dtnumeric, td.dtnumericbg {
  text-align: right;
}
th.dt, th.dtbg, th.dtsm {
  background-color: #c0c0c0;
}
th.tot {
  background-color: #bedbe9;
  color: #152536;
}
th.dtmainHeader {
  background-color: #bedbe9;
  color: #101010;
}
th.totmainHeader {
  background-color: #c0c0c0;
  color: #101010;
  text-align: center;
}
th.dt a, th.dtbg a, th.dtsm a, th.tot a {
  color: #152536;
  text-decoration: none;
}
th.dt a:visited, th.dtbg a:visited, th.dtsm a:visited, th.tot a:visited {
  color: #152536;
}
th.dt a:active, th.dt a:hover, th.dtbg a:active, th.dtsm a:active, th.dtbg a:hover, th.dtsm a:hover, th.tot a:active, th.tot a:hover {
  color: #800000;
  text-decoration: underline;
}
tr.dt {
  background-color: #FCFCFC;
}
tr.dtalternateRow, tr.totalternateRow {
  background-color: #E8E8E8;
}
td.dtsortedColumn {
  background-color: #f0f0f0;
}
th.dtsortedColumn {
  background-color: #b0b0b0;
}
tr.dtalternateRow td.dtsortedColumn {
  background-color: #d0d0d0;
}
/*
END Data Table
*/

/*
Footer
*/
.site-footer {
  padding: 20px 0;
  color: #BEDBE9;
  text-align: center;
  background-color: #1B3247;
  border-color: #1B3247;
  border-top: 1px solid #1B3247;
  line-height: 1.8;
  font-size: 12px;
}
/*
End Footer
*/

/*
Media Queries
*/
@media (max-width: 415px) {
  #widedata { display: none; }
  .graphreduce {
    width: 280px;
    height: 180px
  }
}
@media (min-width: 416px) and (max-width: 515px) {
  #widedata { display: none; }
  .graphreduce {
    width: 350px;
    height: 200px
  }
}

@media (max-width: 490px) {
  #widedatathin { display: none; }
}

@media (min-width: 491px) {
  #widedataxtrthin { display: none; }
}

@media (min-width: 516px) {
  #widedatasm { display: none; }
  .graphreduce {
    width: 450px;
    height: 200px
  }
}

@media (max-width: 610px) {
  #widedatawide { display: none; }
}

@media (max-width: 767px) {
  .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .navbar-nav>li>a {
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 17px;
  }
  .mobile-thin {
    margin-right: -5px;
    margin-left: -5px;
  }
  .contents-centered {
    width: 90%;
    margin: auto;
  }
  .topcol {
    padding-top: 15px;
  }
  [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
  }
  #header-image { display: none; }
  #header-hr { display: none; }
  #header-banner { display: none; }

  @media (min-width: 611px) {
    #widedatathin { display: none; }
  }
}
@media (min-width: 768px) {

  #header-color {
    display: none;
  }
  .navbar-brand {
    padding-left:5px;
  }

  @media (max-width: 991px) {

    #widedatawide { display: none; }

    .navcontainer {
      padding-left: 20px;
      padding-right: 10px;
    }
    .nav>li>a {
      padding-left: 10px;
      padding-right: 10px;
    }
    .site-footer {
      line-height: 2.45;
    }
    hr {
      margin-top: 30px;
      margin-bottom: 30px;
    }
    [class*="col-"] {
      padding-left: 13px;
      padding-right: 13px;
    }
  }
}
@media (min-width: 992px) {
  #widedatathin { display: none; }

  .container>.navbar-collapse {
  margin-right: 20px;
  margin-left: 10px;
  }

  .graphreduce {
    width: 600px;
    height: 250px
  }
}
@media (min-width: 1200px) {
  .container>.navbar-collapse {
  margin-right: 60px;
  margin-left: 20px;
  }
}
/*
End Media Queries
*/
