body
{
	background-color: #d9d9d9;
	margin: 0px;
	font: 10pt Arial;
	color: #454545;
}
div, p, span, td
{
	font: 10pt Arial;
	color: #454545;
}
img
{
	border: 0;
}
form
{
	margin: 0px;
	padding: 0px;
}
a
{
	color: #003d8a;
	font: 10pt Arial;
	text-decoration: none;
}
a:hover
{
	color: #A02532;
	font: 10pt Arial;
	text-decoration: none;
}
.FooterText, .FooterText a, .FooterText a:hover
{
	color: White;
	font-size: 8pt;
	text-decoration: none;
}
.MainTitle
{
	color: #373737;
	font: 16pt Tahoma;
	margin-bottom: 10px;
}
.MainTitleBlue, th
{
	color: #003d8a;
	font: 14pt Tahoma;
}
.MainSubTitle
{
	color: #003d8a;
	font: 14pt Tahoma;
}
.TagPhrase
{
	font: italic bold 12pt Arial;
	color: #A02532;
}
.ErrorMessage
{
	color: Red;
	font: 10pt Arial;
}
.SuccessMessage
{
	color: Green;
	font: bold 10pt Arial;
}
.ContentTable
{
	border: 1px solid #d5d5d5;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.MessageLeft
{
	width: 198px;
	padding: 4px 10px 4px 10px;
	vertical-align: middle;
	text-align: left;
	border: 1px solid #d5d5d5;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	font: 8pt Arial;
}
.MessageLeft .Title
{
	color: #003d8a;
	font: bold 10pt Arial;
}

/* Tabbed Comments section on the Curriculum pages */
.ui-tabs .ui-tabs-hide {
	 display: none;
}
.GridTable, .GridTable th, .GridTable td
{
	border: 1px solid #d5d5d5;
}
.GridTable th
{
	border: 1px solid #d5d5d5;
	font: bold 10pt Arial;
}
.CurriculumTitle
{
	color: #003d8a;
	font: 14pt Tahoma;
}
.CurriculumTitle:hover
{
	color: #003d8a;
	font: 14pt Tahoma;
}
.MainContentArea
{
	font: 10pt Arial;
	color: #454545;
}

.PublicLeftNav div, .PublicLeftNav_Edge div
{
	text-align: center;
	padding-bottom: 16px;
}
.FacilitatorLeft div, FacilitatorLeft_Edge div
{
	text-align: center;
	margin-bottom: 16px;
}
.PublicLeftNav
{
	background-color: #111b34;
	width: 100px;
	padding: 10px;
	border: 1px solid #d5d5d5;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.FacilitatorLeft
{
	background-color: #111b34;
	width: 200px;
	padding: 10px;
	border: 1px solid #d5d5d5;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.PublicLeftNav_Edge
{
	background-color: #883223;
	width: 100px;
	padding: 10px;
	border: 1px solid #d5d5d5;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.FacilitatorLeft_Edge
{
	background-color: #883223;
	width: 200px;
	padding: 10px;
	border: 1px solid #d5d5d5;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
div.LifeWheelQuestions
{
    margin-left: 20px;
}
.LifeWheelSectionHead
{
    font-weight: bold;
    text-decoration: underline
}
.LifeWheelYesNo
{
    font-weight: bold;
}
tr.QuestionBack
{
    background-color: White;
}
tr.QuestionBackAlt
{
    background-color: #eeeeee;
}
.SectionSubHead
{
    font: bold 10pt Arial;
    text-decoration: underline;
    margin-bottom: 8px;
}
.AboutQuestion
{
    font-weight: bold;
    margin-bottom: 8px;
}
.AboutAnswer
{
    margin-bottom: 20px;
    margin-right: 10px;
}
.SectionTitle
{
    font-weight: bold;
    margin-bottom: 6px;
}
.SectionText
{
    margin-bottom: 10px;
    margin-right: 10px;
}
.InputDescription
{
    color: #EEAA44;
    font-size: smaller;
    font-weight: bold;
}
