@charset "utf-8";
/* CSS Document */

#leftbox {
  margin-left: 22px;
  margin-right: 22px;
  margin-bottom: 22px;
  padding: 6px;
  background-color: #f7f6f4;
}

#midbox {
  background-color: #f7f6f4;
  padding: 15px;
  margin-bottom: 15px;
  margin-top: 25px;
  line-height: 200%;
}

#rightbox {
  margin-left: 22px;
  margin-right: 22px;
  margin-bottom: 22px;
  line-height: 150%;
  padding: 10px;
  background-color: #f7f6f4;
}

#rightbox:hover { cursor: pointer; }

#upcomingevents {
  line-height: 200%;
}

.head2 {
  font-size: 13px;
  color: #514376;
  font-weight: bold;
  display: block; margin-top: .25em; margin-bottom: .5em;
}

div#outer_container {
	position: relative;
	top: 0px; left: 0px;
}

div.login_link {
	font-size: normal;
	font-weight: bold;
	display: block;
	position: absolute;
	top: 0.75em; left: 1em;
}

a.login_link { /*position: relative; left: 1em;*/ font-weight: bold; }
a.login_link:hover { text-decoration: underline; }

td.event_details { width: 150px; line-height: 1.4em; padding-bottom: .5em; }
td.top_border { border-top: 1px solid gray; padding-top: .5em; }
