﻿.EventEditForm
{
	background-color: #D5EBB4;
}

.TeacherEditForm
{
	background-color: #D5EBB4;
}

.CategoryEditForm
{
	background-color: #D5EBB4;
}

.EventEditRow
{
	font-size: 0.9em;
	padding-top: 10px;
}

.TeacherEditRow
{
	font-size: 0.9em;
	padding-top: 10px;
}

.CategoryEditRow
{
	font-size: 0.9em;
	padding-top: 10px;
}




.EventEditLabel
{
	display: inline-block;
	width: 95px;
	text-align: right;
	padding-right: 5px;
	font-size: 0.9em;
	vertical-align: top;
}

.TeacherEditLabel
{
	display: inline-block;
	width: 95px;
	text-align: right;
	padding-right: 5px;
	font-size: 0.9em;
	vertical-align: top;
}

.CategoryEditLabel
{
	display: inline-block;
	width: 95px;
	text-align: right;
	padding-right: 5px;
	font-size: 0.9em;
	vertical-align: top;
}

.EventEditLabelEndDate
{
	width: 75px;
}

.EventEditMultiLineLabel
{
	display: inline-block;
	width: 95px;
	text-align: right;
	padding-right: 5px;
	font-size: 0.9em;
	vertical-align: 100%;
}

.EventEditContent1
{
	width: 450px;
	font-size: 0.9em;
}

.TeacherEditContent1
{
	width: 450px;
	font-size: 0.9em;
}

.CategoryEditContent1
{
	width: 450px;
	font-size: 0.9em;
}

.EventEditDateContent
{
	width: 75px;
	font-size: 0.9em;
}

.EventEditAddButton
{
	width:100px;
	margin-left: auto;
	margin-right: auto;
}

.TeacherEditAddButton
{
	width:100px;
	margin-left: auto;
	margin-right: auto;
}

.CategoryEditAddButton
{
	width:100px;
	margin-left: auto;
	margin-right: auto;
}

.EventEditButtons
{
	width:120px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

.TeacherEditButtons
{
	width:120px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

.CategoryEditButtons
{
	width:120px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

.EventEditValidator
{
	margin-left: 110px;
}

.TeacherEditValidator
{
	margin-left: 110px;
}

.CategoryEditValidator
{
	margin-left: 110px;
}

.CheckBoxClass
{
	width:450px;
	display: inline-block;
	background-color: White;
	border-top-style: outset;
	border-top-width: 1px;
	border-top-color: Black;
	border-bottom-style: inset;
	border-bottom-width: 1px;
	border-bottom-color: Black;
}

.CheckBoxClass label
{
	width: 200px;
	display: inline-block;
}

.CheckBoxClass input
{
	display: inline-block;
	margin-right: 5px;
}

.NoDisplay
{
	display: none;
}
.TeacherHeader
{
font-family: Verdana, Geneva, sans-serif;
font-size: 0.8em;
font-weight: bold;
color: #54301a;
background: #e8edcc;
padding: 5px 5px 10px;
margin-top: 10px;
font-variant: small-caps;
}

.TeacherLabel
{
color: #566c11;
font-size: 0.9em;
font-style: italic;
text-transform: capitalize;
}

.TeacherContent
{
font-size: .8em;
line-height: 1.2em;
color: #54301a;
}

.CategoryHeader
{
font-family: Verdana, Geneva, sans-serif;
font-size: 0.8em;
font-weight: bold;
color: #54301a;
background: #e8edcc;
padding: 5px 5px 10px;
margin-top: 10px;
font-variant: small-caps;
}

.CategoryLabel
{
color: #566c11;
font-size: 0.9em;
font-style: italic;
text-transform: capitalize;
}

.CategoryContent
{
font-size: .8em;
line-height: 1.2em;
color: #54301a;
}
.EventTitle {
     font-weight: bold;
}