html
{
	overflow-y: scroll;
}

body
{
	background: url('../images/AlzheimersBackground.gif') repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 0px;
}

.Clear
{
	clear: both;
}

.Sup
{
	font-size: 0.75em;
	vertical-align: top;
}

.Podcast
{
	color: #ff0000;
	text-decoration: underline;
}

a.Disabled
{
	color: #666666;
	text-decoration: underline;
}



/*** Header ***/
.Header
{
	background-color: #9c8e9e;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	color: #ffffff;
	height: 160px;
	margin-top: 20px;
	text-align: center;
	white-space: nowrap;
}

.Header .Logo
{
	padding: 0px 20px;
	white-space: nowrap;
	width: 157px;
}

.Header .Title
{
	font-size: 22px;
	font-weight: bold;
	padding: 10px;
	white-space: nowrap;
}

.Header .SubTitle
{
	font-size: 16px;
	padding: 5px;
	white-space: nowrap;
}
/*** Header ***/


/*** NavMenu ***/
.NavMenuContainer
{
	padding: 15px 5px;
	vertical-align: top;
	width: 187px;
}

.NavMenuContainer a:link,
.NavMenuContainer a:visited
{
	color: #ffffff;
	font-weight: bold;
}

ul.NavMenu
{
	list-style-type: none;
	margin: 5px 10px;
	padding: 0px
}

.NavMenu li
{
	margin: 5px 0px;
	padding: 2px;
	white-space: nowrap;
}

ul.SubNavMenu
{
	list-style-type: none;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

.SubNavMenu li
{
	background: transparent url('../images/menu-item.png') no-repeat;
	height: 15px;
	margin: 2px;
	padding: 0px 0px 0px 15px;
	vertical-align: middle;
}

.SubNavMenu li.Last
{
	background: transparent url('../images/menu-item-last.png') no-repeat;
}
/*** NavMenu ***/


/*** SubNav ***/
.SubNav
{
	padding: 5px;
	text-align: center;
	white-space: nowrap;
}

.SubNav ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.SubNav li
{
	border-left: solid 1px #000000;
	display: inline;
	padding: 0px 5px 0px 8px;
}

.SubNav li.First
{
	border-left: 0px;
}
/*** SubNav ***/


/*** UserStatus ***/
.UserStatus
{
	background-color: #cccccc;
	border: solid 1px #666666;
	font-size: 11px;
	padding: 10px;
	margin: 20px 5px;
	text-align: center;
}

.UserStatus a:link, .UserStatus a:visited
{
	color: #000000;
}

.UserStatus .Portal
{
	background-color: #666666;
	margin: 10px 0px;
	padding: 3px;
}

.UserStatus .Portal a:link, .UserStatus .Portal a:visited
{
	color: #ffffff;
}

.UserStatus .Portal a:hover
{
	color: #333333;
}
/*** UserStatus ***/


/*** Content ***/
.Content
{
	padding: 10px 20px;
	vertical-align: top;
}

.Content .Title
{
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	margin: 10px 0px;
}

.Content .SubTitle
{
	display: block;
	font-size: 1.25em;
	font-weight: bold;
	margin: 10px 0px;
}

.Content ol
{
}

.Content ol li
{
	margin: 5px 0px;
}
/*** Content ***/


/*** Footer ***/
.Footer
{
	font-size: 0.9em;
	padding: 10px 20px;
}

.Footer hr
{
	margin: 10px 0px;
	padding: 0px;
}

.Footer p
{
	margin: 0px;
	padding: 0px;
}
/*** Footer ***/


/*** Layout ***/
.LayoutRow
{
	clear: left;
}

.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
{
	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;
}

.LayoutButtons .Button
{
	margin: 15px 5px 5px 0px;
	width: 123px;
}

.LayoutSummary
{
}
/*** Layout ***/


/*** 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;
}

.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 ***/


/*** Location ***/
.Location
{
	margin: 15px 0px;
}

.LocationLabel
{
	font-style: italic;
	font-weight: bold;
}

.LocationDetail
{
}

.LocationDetail .Name
{
	font-weight: bold;
}

.LocationDetail .Address
{
}
/*** Agenda ***/


/*** Faculty ***/
.Faculty
{
	margin: 15px 0px;
}

.FacultyLabel
{
	font-style: italic;
	font-weight: bold;
}

.FacultyList
{
}

.FacultyMember
{
	margin-bottom: 5px;
}

.FacultyMember .Name
{
	font-weight: bold;
}

.FacultyMember .Titles
{
}
/*** Faculty ***/


/*** Register ***/
.Register
{
	padding: 10px;
}
/*** Register ***/


/*** Download Information ***/
.DownloadInformation
{
	font-size: 10px;
	margin: 10px;
}
/*** Download Information ***/


/*** Download ***/
.Download
{
	padding: 10px;
}

.Download .LayoutRow .LayoutLabel
{
	font-weight: bold;
}

.Download ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.Download li
{
	padding: 2px 0px;
}
/*** Download ***/


/*** Evaluation ***/
.Evaluation
{
	padding: 10px;
}

.Evaluation .LayoutRow .LayoutLabel
{
	font-weight: bold;
}

.Evaluation ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.Evaluation li
{
	padding: 2px 0px;
}
/*** Evaluation ***/



/*** Footnote ***/
.Footnote
{
	font-size: 10px;
	margin-top: 10px;
	padding: 10px;
}
/*** Footnote ***/
