
#body_container {
  max-width: 1100px !important;
  margin:auto !important;
}

@media screen and ( max-width: 782px ) {
  #body_container {
    padding:5px;
  }
}


#header_container {
  /* this is only for inc_header_sub*/
  max-width: 1200px !important;
  margin:auto !important;
}


/* Wordpress headers doing weird table border things */
table {
  border-left: 0px !important;
}

a.stickylink:link, a.stickylink:visited {
  color: #125283;
}

a.stickylink:hover, a.stickylink:active {
  color: #3272A3;
  text-decoration: none;
}

.btn-primary, .btn-primary:link, .btn-primary:visited {
    background-color: #125283 !important;   /* stickyblue */
}

.btn-primary:hover, .btn-primary:active {
    background-color: #3272A3 !important;
}


.btn-outline-primary, .btn-outline-primary:link, .btn-outline-primary:visited {
  border: 1px solid #125283 !important;
  color: #125283 !important;
}

.btn-outline-primary:hover, .btn-outline-primary:active {
    background-color: #125283 !important;
    color: #FFFFFF !important;
}

.btn-success, .btn-success:link, .btn-success:visited {
    background-color: #1a9342 !important;
}

.btn-success:hover, .btn-success:active {
    background-color: #3cb564 !important;   /* stickygreen */
}

.stickyblue {
  color: #125283 !important;
}
.stickyblue_bg {
  background-color: #125283 !important;
}

.stickygreen {
  color: #3cb564 !important;
}

/* ****************************************************** */
/* Little Man Dropdown */
.dropbtn {
 cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #f9f9f9;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 7px;

}

.dropdown-content a {
    color: #444444;

  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1;}

.dropdown:hover .dropdown-content {
  display: block;
}
/* END Little Man Dropdown ****************************************************** */



/* styles for list object row highlighting */
.even_row_css {
    background-color:#DDDDDD;
    font-size:10pt;

    vertical-align:top;
}
.odd_row_css {
    background-color:#EEEEEE;
    font-size:10pt;

    vertical-align:top;
}
.highlight_css {
    background-color:#DDDDFF;
    font-size:10pt;

    vertical-align:top;
}




