﻿.Sup
{
	font-size: 0.65em;
	vertical-align: top;
}

/*** Layout ***/
.LayoutRow
{
}

.LayoutLabel
{
	float: left;
	padding: 5px 2px 2px 2px;
	text-align: right;
	width: 115px;
}

.LayoutValue,
.LayoutButtons
{
	margin: 0px 125px;
	padding: 2px;
	text-align: left;
}

.LayoutValue p
{
	margin: 0px;
	padding: 2px 0px;
}

.LayoutValue .TextBox
{
	border: solid 1px #cccccc;
	margin-right: 5px;
	width: 254px;
}

.LayoutValue .Select
{
	border: solid 1px #cccccc;
	margin-right: 5px;
	width: 256px;
}

.LayoutValue .CheckBoxListContainer
{
	border: solid 1px #cccccc;
	display: inline-block;
	height: 111px;
	margin-right: 5px;
	overflow: scroll;
	width: 253px;
}

.LayoutButtons .Button
{
	margin: 15px 5px 5px 0px;
	width: 123px;
}

.LayoutSummary
{
}
/*** Layout ***/

.AgendaContainer,
.FacultyContainer,
.DisclosureContainer,
.LearningObjectivesContainer,
.CreditInformationContainer,
.EvaluationContainer,
.DownloadContainer,
.DownloadInformationContainer
{
	padding: 5px 0px 10px 0px;
	vertical-align: top;
}

.AgendaLabel,
.FacultyLabel,
.DisclosureLabel,
.LearningObjectivesLabel,
.CreditInformationLabel,
.EvaluationLabel,
.DownloadLabel,
.DownloadInformationLabel
{
	display: table-cell;
	font-style: italic;
	font-weight: bold;
	padding-right: 10px;
	vertical-align: top;
	width: 95px;
}

.DownloadInformationLabel
{
	text-align: right;
	width: 25px;
}

.AgendaContent,
.FacultyContent,
.DisclosureContent,
.LearningObjectivesContent,
.CreditInformationContent,
.EvaluationContent,
.DownloadContent,
.DownloadInformationContent
{
	display: table-cell;
	vertical-align: top;
}

.EvaluationContent ul,
.DownloadContent ul
{
	margin: 0px;
	padding: 0px 0px 0px 15px;
}

/*** Activity ***/
.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;
}

.ActivityTitle
{
	padding-bottom: 1px;
	white-space: nowrap;
}

.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 ***/


/*** Agenda ***/
.Agenda
{
	margin: 15px 0px;
}

.AgendaLabel
{
	font-style: italic;
	font-weight: bold;
}
/*** Agenda ***/


/*** Faculty ***/
.Faculty
{
	margin: 15px 0px;
}

.FacultyLabel
{
	font-style: italic;
	font-weight: bold;
}

.FacultyList
{
}

.FacultyMember,
.FacultyDisclosure
{
	margin-bottom: 7px;
}

.FacultyName
{
	font-weight: bold;
}

.FacultyTitles
{
}
/*** Faculty ***/

.DownloadInformation
{
	font-size: 10px;
	margin: 10px;
}

