@charset "utf-8";
/* CSS Document */
/*  temporary  */
.logo {
  max-height: 150px;
  margin-left: 20px;
  margin-top: 10px;
  margin-right: -100px;
}
/*  End temporary  */
.nav-logo {
	float:left;
	max-height: 100px;
  margin-left: 20px;
  margin-top: 10px;
  margin-right: -100px;
}
h1 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2rem;
}
h1.color {
	color:royalblue;
	font-weight: bold;
}

h1.big {
	font-size: 2.25rem;
  text-align: center;
  margin-bottom: 2rem;
	font-weight: bold
}
h2 {
  font-size: 1.75rem;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.25rem;
}
.hdr-box {
  background-color: #eae7e7;
  padding: .5rem 1rem .5rem 1rem;
  margin: 2rem 0;
  text-align: center;
}
#main-content {
  margin-top: 50px;
	margin-bottom: 0px;
	padding: 40px;
  max-width: 950px;
	background-color: #FFFFFF;
}
.faux-maincontent {
  max-width: 900px;
	background-color: #FFFFFF;
}
.wide-content {
  max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 40px;
	background-color: #FFFFFF;
}
#uhlfooter {
  margin-top: 0px;
  max-width: 950px;
	text-align: center;
}
.ushadow {
  border: 1px solid #D1D1D1;
  box-shadow: 0px 0px 8px 7px #cccccc;
}
hr {
  border-top: 2px solid #A7A7A7;
  margin-top: 3rem;
  margin-bottom: 4rem;
}
hr.uhl-hr {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}
a.btn-link {
  color: #FFF;
  font-weight: bold;
  font-size: 1.25rem;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 4px;
}
a.btn-link:hover {
  color: white;
  text-decoration: none;
}
a.btn-link:visited {
  color: #FDFACD;
  text-decoration: none;
}
.btn-round {
  border-radius: 20px;
}



.hv-btn {
  color:#2D2D2D;
	font-weight: bold;
  background-color:#9CD2FF;
  padding: 5px 15px 5px 15px;
}
.hv-btn:visited {
  color: #2D2D2D;
}
.hv-btn:hover {
  background-color: #ff7f50;
  padding: 5px 15px 5px 15px;
  color: #2D2D2D;
}





/*   Table Styles  */
td.hdr {
  background-color: #5F8AFC;
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: bold;
}
/*  Nav   */
.bar {
  background-color: antiquewhite;
}
.hotelhdr {
  font-weight: bold;
  border-top: 1px solid #515151;
  border-bottom: 1px solid #B3B3B3;
  padding: 10px 0 0 0;
}
.hotelcell {
  border-bottom: 1px solid #B3B3B3;
  padding: 7px 0 0 15px;
}
/*   Calendar Table Below   */
table.schedule {
	border-right:  1px solid #ABABAB;
	border-left:  1px solid #ABABAB;
	border-bottom:  1px solid #ABABAB;
}
table.uhler-tbl td{
	text-align: center;
	padding: 2px;
}
th {
	font-size: 1.2rem;
}
th.cell-title{
	text-align: center;
	padding-right: 200px;
}
.cell-time {
	width: 15%;
	text-align: center;
}
.cell-spacer {
	width: 5%;
	font-size: .75rem;
}
.cell-left {
	width: 40%;
	font-weight: bold;
}
.cell-right {
	width: 40%;
	font-weight: bold;
}
.acell-wrkshop {
	background-color:#64C1FC;
}
.acell-coffee {
	background-color:burlywood;
}
.acell-lunch {
	background-color:lightblue;
}
.acell-ceremony {
	background-color:#DFFBC0;
}
.acell-student {
	background-color:#FB74F6;
}
.acell-symposium {
	background-color:#45E1FB;
}
.acell-lecture {
	background-color:#FFAEC2;
}
.acell-industry {
	background-color:#FFD2A5;
}
.acell-excursion {
	background-color:#FFEDCF;
}
.acell-invite {
	background-color:#CCFFE6;
}
.cell-bottom {
	border-bottom: 1px solid #707070;
}


