.briefCalendarTable {
	margin: 5px auto 5px auto;
}

#dayScheduleTable {
	margin: 5px auto;
	border-collapse: collapse;
	border: 1px solid #000;
}

#dayScheduleTable td,
#dayScheduleTable th {
	vertical-align: top;
	border: 1px solid #000;
	padding: 5px;
}

.attachmentsList {
	padding: 0 0 0 20px;
	margin: 0;
}

.dayEventsDiv {
	position: relative;
}

.dayEvents {
	display: none;
	position: absolute;
	top: 0px;
	top: -5px;
	left: 50%;
	border: 1px solid #000;
	background-color: #fff;
}

.dayCell:hover .dayEvents {
	display: block;
}

/*NOTE: this might work other styling of jQuery on sites.*/
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all {

	position: fixed ;
	top: 50% ;
	margin-top: -250px;
	
}
.errorField {
	background-color: #ffbebe;
}
#messageToWebForm textarea,
#messageToWebForm input,
#messageToWebForm label{
	float: left;
	clear: both;
	margin: 5px;
	width: 379px;
}

#messageToWebSend { 
	clear: none !important;
}

#messageToWebForm input[type=button] {
	width: auto;
	float: right;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

ul.fieldList {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul.fieldList > li{
	/*clear: both;*/
	padding: 0px;
}

.floatingText {
	/*float: left;
	margin: 5px 0px 5px 0px;*/
}


textarea.validation_error,
select.validation_error,
input.validation_error {
	background: #f8dbdd;
	border: 1px solid #f35669;
}

span.required,
span.validation_error {
	font-size: 14px;
	color: #f35669;
	font-style: italic;
	font-weight: bold;
}

label.validation_error {
	color: #f35669;
}

p.validation_error {
	color: #f35669;	
}

.contact_info p {
	width: 300px;

}
.contact_info .schoolLogo img {
	width: 200px;
	float: right;
}

#events, #events ul
{
	list-style-type: none;
}

#events li span
{
	font-weight: bold;
	
}

#place span, #time span, #desc span, #attachments span
{
	font-weight: bold;
	
}

#events
{
	margin: 0px;
	padding: 0px;
	
}

.event
{
	border: 1px solid black;
	margin: 10px;
	padding: 10px;
	
}
