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

.WhiteText {color:#FFF}

.EventTime {color:#5D2161; text-align:center; font-weight:bold; font-size:14px }

.Title {color:#5D2161; text-align:center; font-weight:bold; font-size:large; font-family:Verdana, Geneva, sans-serif}

/** show hide properties for jquery collapsible div **/
#hide {
	width:90%;
	display: none;
	padding:5px;
	border:1px solid #5D2161;
	background-color:#ffffff;
	margin-left: 18px;
	margin-right: 6px;
}
#show{
	display:block;
	width:70%;
	padding:5px;
	border:none;
	margin-left: 18px;
	margin-right: 6px;
}


a.CourseLink:link {color:#333333; text-decoration:none;  font-weight: normal; margin-bottom: 10px;}
a.CourseLink:visited {color:#333333; text-decoration:none; font-weight: normal;	margin-bottom: 10px;}
a.CourseLink:active  {color:#333333; text-decoration:none; font-weight: normal;	margin-bottom: 10px;}
a.CourseLink:hover   {color:#5D2161; text-decoration:underline; font-weight: normal; margin-bottom: 10px;}



li.showcaselinks {
	LINE-HEIGHT: 100%;
	color: #333333;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left:90px;
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0 .1em;
	padding-left: 1.5em;
}

.EventDescr { color:#5D2161;}
.EventPresenter {font-style:italic; }
.DescrBlock {background-color:#FFF; }