body {
	margin-top: 0;
  margin-right: 0;
  background-image: url(/wtlgifs/sslp-header-bg.png);
  background-repeat: repeat-x;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 480px) {
  .container {
    width: 95%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 95%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 97%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "ProximaNova-Semibold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  line-height: 1.2;
  color: inherit;
	display:block;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #566168;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4
h5,
.h5 {
  margin-top: 0;
  margin-bottom: 14px;
  font-weight:normal;
  color: #192026;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 14px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 42px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 24px;
}
h5,
.h5 {
  font-size: 21px;
}
h6,
.h6 {
  font-size: 19px;
}

DIV.page_header {
  background-image: url(/wtlgifs/sslp-header-logo.png);
  margin-top: 0;
  height: 116px;
  z-index: 1000;
  background-repeat: no-repeat;
}

body, TD, TD.search_header {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 18px;
  color: #4d4d4d;
  background-color: #ffffff;
  font-weight:normal;
}

h3, h4 { 
	margin: 0 0 12px;
	text-align: left;
}

a, a:link, a:visited {
  color: #be1e2d;
  text-decoration: none;
  outline: none;
}
a:hover,
a:focus {
  color: #7c141d;
  text-decoration: underline;
  /*make the a's fade */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
a:focus {
  outline: thin dotted;
  outline: none;
  outline-offset: -2px;
}

center {
  text-align: left;
}

hr {
	display: none;
}

td {
	font-size: 14px;
}

.search_table table:first-of-type:nth-child(1) {
	margin-bottom: 20px;
	border-bottom: 1px solid #999;
	padding-bottom: 20px;
}

.search_table {
  border: 2px solid #999;
  padding: 16px;
  border-radius: 4px;
}

td.search_header {
	padding: 0 15px;
}

.search_header a {
	font-size: 14px;
}

.search_header a[href*="/stuhelp/sched_howto.htm"] {
	float: right;
}

TD.search_header_right,
TD.search_header_left {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  color: #4d4d4d;
  background-color: #ffffff;
  font-weight:bold;
}

td.search_header_left {
	border: 2px solid #999;
	border-radius: 4px;
	padding: 10px 14px;
	font-size: 22px;
}

.search_header_left select {
	width: 100%;
	font-size: 18px;
}

TD.search_data select {
	width: 98%;
}

TD.search_data select,
TD.search_data {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 14px;
	background-color: transparent;
}

#select-term-submit-btn {
	display: none;
}

input[type="submit"], input[type="reset"] {
	  color: #192026;
    background-color: transparent;
    border: 2px solid #192026; 
	  display: inline-block;
    margin-bottom: 18px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 2px 20px;
    font-size: 17px;
    line-height: 1.7;
    letter-spacing: .5px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

input[type="submit"]:hover, input[type="submit"]:focus,
input[type="reset"]:hover, input[type="reset"]:focus {
    color: #fff;
    background-color: #192026;
    border-color: #192026;
}

/* Results Page */

TD.subject_header {
		padding: 10px;
    background-color: #666;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;	
    font-weight: bold;
    font-size: 20px;
    font-style: normal;
    text-align: left;
    vertical-align: top;
}

TD.crn_header {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 18px;
	background-color: transparent;
/* 	border-top: 1px solid #999; */
}

TD.column_header_left, TD.column_header_center, TD.default1, TD.default2 {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 14px;
	padding: 4px 0;
}

