/**** Lumeon Calendar 1.0 CSS Stylesheet ****/
/**** Containing Table Style ****/
table.LC_Calendar
{
    width: 546px;
    background-color: Transparent;
}
/**** Jump Form Styles ****/
.LC_JumpForm
{
	font-family: Arial,sans-serif;
    font-size: 12px;
}
div.LC_JumpForm
{
	width: 190px;
	font-weight: bold;
	font-family: Arial,sans-serif;
    font-size: 12px;
}
/**** Small Calendar Styles ****/
div.LC_SmallCalendar
{
	width: 120px;
	height: 120px;
}
table.LC_SmallCalendar
{
    table-layout: auto;
    width: 120px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #cccccc;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #cccccc;
    empty-cells: show;
}
td.LC_SmallCalendarMonth
{
    font-weight: bold;
    font-family: Arial,sans-serif;
    font-size: 12px;
    padding: 2px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #cccccc;
    background-color: #ffffff;
}
td.LC_SmallCalendarDOW
{
    font-weight: normal;
    font-family: Arial,sans-serif;
    font-size: 10px;
    background-color: #eeeeee;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #cccccc;
}
td.LC_SmallCalendarWeekDay
{
    font-weight: normal;
    font-family: Arial,sans-serif;
    font-size: 10px;
    background-color: #ffffff;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #cccccc;
}
td.LC_SmallCalendarWeekEnd
{
    font-weight: normal;
    font-family: Arial,sans-serif;
    font-size: 10px;
    background-color: #f3f3ff;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #cccccc;
}
/**** Large Calendar Styles ****/
div.LC_LargeCalendar
{
    width: 546px;
    height: 460px;
}
table.LC_LargeCalendar
{
    table-layout: auto;
    width: 546px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #cccccc;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #cccccc;
    empty-cells: show;
}
td.LC_LargeCalendarMonth
{
    font-weight: bold;
    font-family: arial,sans-serif;
    font-size: 14px;
    padding: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #cccccc;
    background-color: #ffffff;
}
td.LC_LargeCalendarDOW
{
    font-weight: bold;
    font-family: arial,sans-serif;
    font-size: 10px;
    padding: 5px;
    background-color: #eeeeee;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #cccccc;
}
td.LC_LargeCalendarWeekDay
{
    width: 78;
    height: 75;
    font-weight: normal;
    font-family: arial,sans-serif;
    font-size: 10px;
    padding: 1px;
    background-color: #ffffff;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #cccccc;
}
td.LC_LargeCalendarWeekEnd
{
    width: 78;
    height: 75;
    font-weight: normal;
    font-family: arial,sans-serif;
    font-size: 10px;
    padding: 1px;
    background-color: #f3f3ff;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #cccccc;
}
td.LC_LargeCalendarToday
{
    width: 78;
    height: 75;
    font-weight: normal;
    font-family: arial,sans-serif;
    font-size: 10px;
    padding: 1px;
    background-color: #eecccc;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #cccccc;
}
td.LC_LargeCalendarDate
{
    color: #808080;
    font-weight: normal;
    font-family: arial,sans-serif;
    font-size: 10px;   
}
td.LC_LargeCalendarEvent
{
    width: 72;
    font-weight: normal;
    font-family: arial,sans-serif;
    font-size: 9px;
    padding: 2px;
    background-color: #f9f9f9;
    border-width: 1px;
    border-style: dotted;
    border-color: #cccccc;
}
td.LC_LargeCalendarEventToday
{
    width: 72;
    font-weight: normal;
    font-family: arial,sans-serif;
    font-size: 9px;
    padding: 2px;
    background-color: #f9f9f9;
    border-width: 1px;
    border-style: dotted;
    border-color: #cccccc;
}
/**** Event Styles ****/
div.LC_Event
{
    position: absolute;
    width: 225; 
    height: auto; 
    color: #00a1e1;
    padding: 5px;
    border-style: solid;
    border-width: 1;
    border-color: #00a1e1;
    background-color: #e6f8ff; 
    visibility: hidden;
}
div.LC_EventClose
{
    width: 15;
    height: 15;
    color: #00a1e1;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border-style: solid;
    border-width: 1;
    border-color: #00a1e1;
    cursor: pointer;
}
td.LC_EventTitle
{
    color: #00a1e1;
    font-weight: bold;
    font-family: arial,sans-serif;
    font-size: 11px;
}
td.LC_EventSummary
{
    color: #00a1e1;
    font-weight: normal;
    font-family: arial,sans-serif;
    font-size: 10px;
}
td.LC_EventTime
{
    color: #00a1e1;
    font-weight: normal;
    font-family: arial,sans-serif;
    font-size: 10px;
    white-space: nowrap;
}
a.LC_EventURL
{
    color: #00a1e1;
    font-size: 10px;
    font-weight: normal;
    text-decoration: underline;
}
td.LC_This-Month
{
    font-weight: bold;
    font-family: arial,sans-serif;
    font-size: 14px;
    padding-top: 5px;
    padding-right: 25px;
    padding-bottom: 5px;
    padding-left: 25px;
}