﻿*
{
	vertical-align:baseline;
	font-weight:inherit;
	font-family:inherit;
	font-style:inherit;
	font-size:100%;
	border:0 none;
	outline:0;
    margin:0; 
    padding:0;
}
html
{
    height: 100%; 
}

html, body 
{   
    /* Necessary to force footer to Viewport */
    min-height:771px;    
}

body
{
}

.ErrorMessage
{
    color:Red;
}

.clear
{
    clear:both;
}

.ContentPanelMain
{
    background-color:#f1E9E0;
    min-height:400px;
}

.ContentBody
{

}

.SubmitButton
{

}

.CalendarCategoryList
{

}

/* Events Items */

/* Calendar Page List */
.EventListItemWrapper
{

    margin:4px 0px 10px 15px;
}

.EventListItemTitle
{
    font-weight:bold;
    font-size:11pt;
    margin:0px 0px 0px 0px; 
}

.EventListItemTime
{
    font-size:10pt;
}

.EventListItemDate
{
    
}

.EventListItemSummary
{
    font-size:11pt;    
}

.EventListItemWrapper a
{
    color:#543213;
    font-size:9pt;
}

/* Event Details Page */
.EventsItemContent
{

}

.EventsTitle
{
    font-size:11pt;
    font-weight:bold;
    margin:0px 0px 0px 0px;
}

.EventsDate
{
    font-size:11pt;
}

.EventsBody
{
    margin:10px 20px 0px 0px;
    padding:0px;
}

.EventsBody p
{
    font-size:inherit;
    color:inherit;
    padding:0px;
    margin:4px 0px 8px 0px
}
/* END Events Items */

/* Calendar Control */
#CalendarLeftColumn
{
    float:left;
    width:160px;
    padding:20px;
}

#CalendarLeftColumn h1
{
    font-size:13pt;
    font-weight:bold;
    margin:10px 0px 5px 0px;
    border-bottom:solid 1px #471d0f;
}

#CalendarRightColumn
{
    float:right;
    width:550px;
    padding:20px;
}

#CalendarRightColumn h1
{
    font-size:12pt;
    border-bottom:solid 1px #471d0f;
}

#CalendarRightColumn .ContentHeadline
{
    font-size:13pt;
    font-weight:bold;
    border-bottom:solid 1px #471d0f;
}

/* List of Categories */
#ctl00_ContentPlaceHolder1_EventCalendarControl1_cblCategories td  label
{
    margin-left:5px;
}
/* END Calendar Control */