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

body {
	font-family: Times, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	background-color: white;
	margin: 5px 5px 5px 5px;
}
a {
	color:#333333;
}
p {
	margin:0px
}
#calendar {
	background: white;
	width: 100%;
	border-collapse: separate;
	border-spacing:0px;
	table-layout:fixed;
	border:1px;
	border-color:#9f9f9f;
	border-style:solid;
	height:100%;
}
#calendar td {
	height:100%;
	border-left:1px;
	border-left-color:#b3b3b3;
	border-left-style:solid;
	width:inherit;
	vertical-align:top;
	padding:0px;
}
#calendar td.notop {
	border-top-color: none;
}
#calendar td.leftedge {
	border-left:none
}
#calendar td.top {
	border-top:1px;
	border-top-color:#9f9f9f;
	border-top-style:solid;
}
#calendar td.bottom {
	border-bottom:1px;
	border-bottom-color:#9f9f9f;
	border-bottom-style:solid;
}
#blank {
	height:100%;
}
#blank p {
	padding:0px
}
#tools {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	display:inline;
}
#categories {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	margin:3px 0px 0px 00px;
	text-transform:uppercase;
	display:inline-block;
	font-weight:bold;
}
#febmonth {
	text-align:right;
	margin:0px 0px 10px 0px;
	padding:5px;
}
#febmonth img {
	margin:18px 0px 0px 0px;
	display:block;
	float:right;
}
#marmonth {
	text-align:left;
	margin:0px 0px 10px 0px;
	padding:5px;
}
#marmonth img {
	padding:18px 0px 10px 0px;
	display:block;
	float:left;
}
#date {
	height:20px;
	background:#d1d1d1;
	margin-bottom:5px;
	text-align:right;
	border-top: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
	font-size:15px;
	padding:5px 3px 0px 0px;
	font-family:Times,Arial, Helvetica, sans-serif;
	color:#424141;
	font-weight:bold;
}
.day {
	text-align:center;
	font-size:9px;
	text-transform:uppercase;
}
#datecontent {
	font-family:"Times New Roman", Times, serif;
	margin: 0px 1px 5px 1px;
	padding:5px 0px 5px 5px;
}
#datecontent img {
	float:right;
	width: 30%;
	margin:0px 5px 5px 5px;
}
#datecontent .title {
	font-size:10px;
	line-height:10px;
}
#datecontent .title:first-letter {
	text-transform:capitalize
}
#datecontent .time {
	font-size:12px;
	line-height:10px;
	font-weight:bold;
	margin-bottom:3px;
}
#datecontent .name {
	font-size:13px;
	font-weight:bold;
    text-decoration:underline;
}
.journalism {
	background-color:#f0c7f6;
	padding:1px 4px 1px 4px
}
.sciences {
	background-color:#bde3f3;
	padding:1px 4px 1px 4px
}
.government {
	background-color:#fddeab;
	padding:1px 4px 1px 4px
}
.humanities {
	background-color:#ecf3c3;
	padding:1px 4px 1px 4px
}
.visualarts {
	background-color:#f9bdb5;
	padding:1px 4px 1px 4px
}
#popupcontainer {
	width: 600px;
	background-color:white;
	color:#333333;
	float:left;
}
#popupcontainer p {
	margin-top:10px;
}
#popupheader {
	width:323px;
	float:left;
	margin:0px 0px 10px 0px;
	padding:5px 5px 10px 5px;
	line-height:normal
}
#popupheader.noimage {
    width:594px;
}
#popupheader p {
	margin:0px;
}
#popupimage {
	width:249px;
	float:right;
	display:inline;
	text-align:right;
	font-size:11px;
	line-height:11px;
	color:#999999;
	margin:0px 0px 20px 16px;
}
#popupimage img {
	border: 1px solid #b3b3b3;
}
#popupheader .name {
	font-size:39px;
}
#popupheader .title {
	font-size:15px;
	padding-bottom:7px;
	margin-top:-5px;
	border-bottom: 1px solid #333333;
}
#popupheader .date {
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	margin:7px 0px 7px 0px;
}
#popupheader .address {
	font-size:13px;
}
#popupheader .directions {
	font-size:10px;
}
#popupcontent .links {
	text-transform:uppercase;
	font-weight:bold;

}
#homepagecalendar {
	background:url(images/homepagewhite.png) repeat;
	width: 630px;
	border-collapse: separate;
	border-spacing:0px;
	table-layout:fixed;
	border:1px;
	border-color:#333333;
	border-style:solid;
	font-family:Arial, Helvetica, sans-serif;
}
#homepagecalendar td {
	height:100%;
	border-left:1px;
	border-left-color:#b3b3b3;
	border-left-style:solid;
	width:inherit;
	vertical-align:top;
	padding:0px;
	line-height:12px
}
#homepagecalendar .content {
	padding:0px 3px 3px 6px;
	margin-bottom:3px;
}
#homepagecalendar td.notop {
	border-top:none;
}
#homepagecalendar td.leftedge {
	border-left:none
}
#homepagecalendar td.top {
	border-top:1px;
	border-top-color:#9f9f9f;
	border-top-style:solid;
}
#homepagecalendar td.bottom {
	border-bottom:1px;
	border-bottom-color:#9f9f9f;
	border-bottom-style:solid;
}
#homepagedate {
	background:#d1d1d1;
	margin-bottom:5px;
	text-align:center;
	border-top: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
	font-size:11px;
	padding:3px;
	text-transform:uppercase;
	font-weight:bold;
}
#homepagecalendar .category {
	font-size:10px;
	font-style:italic;
}
#homepagecalendar .expert {
	font-size:11px;
}
#homepagecalendar .expertbold{
	font-weight:bold;
	font-size:11px;
}
#homepagecalendar .fullcalendar{
	background-color:yellow;
	padding:5px;
	font-size:11px;
	font-weight:bold;
}

img.participant_thumb {
  border:none;
}

a.lbOn {
  text-decoration:none;
}

#popupclose {
  position:absolute;
  top:-24px;
  left:545px;
}

