﻿.Clear
{
	clear: both;
}

.Sup
{
	font-size: 0.75em;
	vertical-align: top;
}

.Podcast
{
	color: #ff0000;
	text-decoration: underline;
}

a.Disabled
{
	color: #666666;
	text-decoration: underline;
}


/*** Footer ***/
.Footer
{
	padding: 0px 20px 10px 20px;
}

.Footer hr
{
	margin: 5px 0px;
	padding: 0px;
}

.Footer p
{
	margin: 10px 0px;
	padding: 0px;
}
/*** Footer ***/


/*** Activity ***/
.UpcomingActivityList
{
}

.UpcomingActivity
{
}

.Activity
{
	margin: 5px 20px 25px 20px;
}

.ActivityHeader
{
	background-color: #cccccc;
	border: dotted 1px #666666;
	font-weight: bold;
	margin: 10px 0px;
	padding: 3px 6px;
	white-space: nowrap;
}

.ActivityName
{
	white-space: nowrap;
}

.ActivityTitle
{
	font-size: 1.25em;
	font-weight: bold;
	padding: 5px 0px;
}

.ActivityDate, .ActivityTimeToComplete
{
	font-size: 1.1em;
	font-weight: bold;
}

.ActivityLinks
{
	float: right;
	white-space: nowrap;
}

.ActivityLinks ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

.ActivityLinks li
{
	border-left: 2px solid #000000;
	display: inline;
	padding: 0px 3px 1px 6px;
}

.ActivityLinks li.First
{
	border-left: none;
	padding-left: 3px;
}
/*** Activity ***/


/*** Layout ***/
.LayoutRow
{
	/*clear: left;*/
}

.LayoutLabel
{
	font-weight: bold;
}

.LayoutValue
{
    padding-bottom: 12px;
    white-space: nowrap;
}

.LayoutButtons
{
	padding-bottom: 12px;
}

.LayoutValue p
{
	margin: 0px;
	padding: 4px 0px;
}

.LayoutValue .TextBox
{
	margin-right: 5px;
	width: 250px;
}

.LayoutValue .Select
{
	margin-right: 5px;
	width: 256px;
}

.LayoutValue .CheckBoxListContainer
{
	border: solid 1px #cccccc;
	display: inline-block;
	height: 111px;
	margin-right: 5px;
	overflow: scroll;
	width: 253px;
}

.LayoutValue ul
{
	list-style-type: none;
	margin: 0px;
	padding: 4px 0px;
}

.LayoutValue li
{
	border-left: 1px solid #000000;
	display: inline;
	padding: 0px 3px 1px 6px;
}

.LayoutValue li.First
{
	border-left: none;
	padding-left: 3px;
}

.LayoutButtons .Button
{
	margin: 15px 5px 5px 0px;
}

.LayoutSummary
{
}
/*** Layout ***/


/*** Activity Details ***/
.AgendaContainer,
.FacultyContainer,
.DisclosureContainer,
.LearningObjectivesContainer,
.CreditInformationContainer,
.EvaluationContainer,
.DownloadContainer,
.DownloadInformationContainer
{
	padding: 5px 0px;
	vertical-align: top;
}

.AgendaLabel,
.FacultyLabel,
.DisclosureLabel,
.LearningObjectivesLabel,
.CreditInformationLabel,
.EvaluationLabel,
.DownloadLabel,
.DownloadInformationLabel
{
	display: table-cell;
	font-style: italic;
	font-weight: bold;
	vertical-align: top;
	width: 95px;
}

.AgendaContent,
.FacultyContent,
.DisclosureContent,
.LearningObjectivesContent,
.CreditInformationContent,
.EvaluationContent,
.DownloadContent,
.DownloadInformationContent
{
	display: table-cell;
	vertical-align: top;
}

.FacultyList
{
}

.Faculty
{
	margin-bottom: 10px;
}

.FacultyName
{
	font-weight: bold;
}

.FacultyTitles
{
}
/*** Faculty ***/


/*** Download Information ***/
.DownloadInformation
{
	font-size: 0.85em;
	margin: 10px;
}

.DownloadInformation p
{
	margin: 0px;
}

.DownloadInformationLabel
{
	text-align: right;
}

.DownloadInformationContent
{
	padding: 0px 10px;
}
/*** Download Information ***/


/*** Footnote ***/
.Footnote
{
	font-size: 10px;
	margin-top: 10px;
	padding: 10px;
}
/*** Footnote ***/


.ActivityCreditInfo p
{
	margin: 0px 0px 12px 0px;
}
