html
{
	height: 100%;
	overflow-y: scroll;
}

body
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0px auto;
}

a:link, a:visited
{
	text-decoration: underline;
	color: #0000FF;
}

a:link:hover, a:visited:hover
{ 
	text-decoration: underline;
	color: #0000FF;
}

p
{
	text-align: left;
}

h2
{
	color: #000000;
	font-size: large;
	text-align: left;
}

h3
{
	font-weight: bold;
	font-size: medium;
}

/*
li
{
	margin-bottom: 15px;
}
*/

.workshops_title
{
	font-weight: bold;
	font-size: large;
}

.workshops_subtitle
{
	font-size: large;
}

.RegisterLabel
{
	width: 100px;
}

.GreenText
{
	color: #000000;
}

.LargeGreenText
{
	color: #000000;
	font-size: large;
}

.LargeBlackText
{
	color: #000000;
	font-weight:bold;
	margin:0px 0px 0px 0px;
}

.SmallStar
{
	font-size: smaller;
}
.FormInput 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
}

/***************************************************************************/

.Clear
{
	clear: both;
}

.Wrapper
{
	background-color: #b1ceeb;
	width: 1000px;
}

.LeftNav
{
	background: #b1ceeb url('/images/left-nav-bg.png') no-repeat;
	float: left;
	font-family: Verdana;
	min-height: 598px;
	text-align: right;
	width: 162px;
}

.Logo
{
	padding: 10px 0px;
}

.LeftNav ul
{
	display: inline;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.LeftNav li
{
	list-style: none;
	margin: 5px;
}

.LeftNav li a
{
	background-color: #003366;
	border: solid 1px #336699;
	color: #ffffff;
	display: block;
	font-size: x-small;
	padding: 2px 5px;
	text-decoration: none;
}

.LeftNav li a:hover
{
	background-color: #336699;
	border: solid 1px #003366;
	color: #ffff66;
	text-decoration: none;
}

.Header
{
	background: #336699 url('/images/top-nav-bg.png') no-repeat;
	height: 64px;
	margin-left: 162px;
	min-width: 606px;
	text-align: center;
}

.Button
{
	display: inline-block;
	margin: 9px 5px;
}

.RightNav
{
	background: #b1ceeb;
	float: right;
	padding: 9px 0px;
	text-align: center;
	width: 132px;
}

/*** Content ***/
.Content
{
	background: #ffffff url('/images/content-corner-bg.png') no-repeat;
	margin-left: 162px;
	margin-right: 132px;
	min-height: 534px;
	padding: 20px;
	text-align: left;
	vertical-align: top;
}

.Content .Title
{
	display: block;
	font-size: 22px;
	font-weight: bold;
	margin: 10px 0px;
	white-space: nowrap;
}

.Content .SubTitle
{
	display: block;
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0px;
	white-space: nowrap;
}

.Content ol
{
}

.Content ol li
{
	margin: 5px 0px;
}
/*** Content ***/


/*** Layout ***/
.LayoutRow
{
}

.LayoutLabel
{
	font-weight: bold;
}

.LayoutValue,
.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;
}

.LayoutButtons .Button
{
	margin: 15px 5px 5px 0px;
}

.LayoutSummary
{
}
/*** Layout ***/


/*** Activity/Archive Begin ***/
/*
.Activity,
.Archive
{
	padding: 5px 0px;
}

.ActivityTitle,
.ArchiveTitle
{
	background: #3e1a3d;
	color: #ffffff;
	font-weight: bold;
	margin: 0px;
	padding: 3px 10px;
}

.ActivityRow,
.ArchiveRow
{
	clear: left;
	padding: 2px 0px;
}

.ActivityLabel,
.ArchiveLabel
{
	float: left;
	font-weight: bold;
	padding: 5px 0px;
	width: 95px;
}

.ActivityValue,
.ArchiveValue
{
	margin-left: 95px;
	padding: 5px 0px;
}

.ActivityValue ul,
.ArchiveValue ul
{
	margin-top: 0px;
	margin-bottom: 0px;
}

.ActivityFootnote,
.ArchiveFootnote,
.Footnote
{
	font-style: italic;
	font-size: 11px;
	padding: 5px 0px;
}

.ActivityFootnote p,
.ArchiveFootnote p,
.Footnote p
{
	font-style: italic;
	font-size: 11px;
	margin-bottom: 0px;
}

.ActivityColumnHeader
{
	vertical-align:top;
	width:130px;
}

.ActivityColumn p
{
	margin-top:0px;
}
*/
/*** Activity/Archive End ***/


/*** UserStatus ***/
.UserStatus
{
	background-color: #ddeeff;
	border-top: solid 1px #666666;
	border-bottom: solid 1px #666666;
	font-size: 9px;
	text-align: center;
	margin: 20px 0px;
	padding: 4px 2px;
}

.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 ***/


/*** Download ***/
.Download .Audio,
.Download .Presentation,
.Download .PhysicianEvaluation,
.Download .NurseEvaluation
{
}

.Download .Audio ul,
.Download .Presentation ul,
.Download .PhysicianEvaluation ul,
.Download .NurseEvaluation ul
{
	display: inline;
	margin: 0px;
	padding: 0px 5px;
}

.Download .Audio li,
.Download .Presentation li,
.Download .PhysicianEvaluation li,
.Download .NurseEvaluation li
{
	border-left: solid 1px #000000;
	display: inline;
	padding: 0px 10px;
}

.Download .Audio li.First,
.Download .Presentation li.First,
.Download .PhysicianEvaluation li.First,
.Download .NurseEvaluation li.First
{
	border-left: none;
	padding: 0px 10px 0px 5px;
}
/*** Download ***/


/*** Faculty ***/
/*
.Faculty
{
	margin: 15px 0px;
}

.FacultyLabel
{
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}

.FacultyList
{
}

.FacultyMember
{
	margin-bottom: 10px;
}

.FacultyMember .Name
{
	font-weight: bold;
}

.FacultyMember .Titles
{
}
*/
/*** Faculty ***/

.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;
}
