﻿.calendarDiv 
{    
    width: 150px;
    margin: 1.4em auto;
    padding: 0.5em;
    border: solid 1px #ede3e3;
}

.igcv_CalendarViewFrame
{
    width: 100%;
    cursor: default;
    font-family: Tahoma,Verdana;
    color: Black;
    background-color: white;
    border: none !important;
}

.igcv_CaptionHeader
{
    color: #036a9c;
    background-color: Transparent;
    font-size: 1.5em;
    text-align: center;
    width: 100%;
    white-space: nowrap;
    padding: 3px;
}

.igcv_DayHeader
{
    font-size: 8pt;
    background-color: Transparent;
    border-bottom: solid 1px #647E84;
    text-align: center;
    white-space: nowrap;
    width: 14.3%;
    font-weight: normal;
}

.igcv_Day
{
    font-family: Tahoma,Verdana;
    font-size: 8pt;
    text-align: center;
    width: 14.3%;
    cursor: pointer;
}

.igcv_WeekendDay
{
    background-color: #f4f4f4;
}


.igcv_OtherMonthDay
{
    color: #909090;
}

.igcv_TodayDay
{
    border: dashed 1px #666666;
}

.igcv_ActivityDay
{
    font-weight: bold;
}

.igcv_ActiveDay
{
    color: #ffffff;    
    font-weight: bold;
    background-color: #990000 !important;
}

.igcv_Footer
{
    cursor: pointer;
    background-color: #EEEEDE;
    font-size: 8pt;
    text-align: left;
    white-space: nowrap;
    padding: 3px;
}

.igcv_DropDown
{
    font-size: 8pt;
}

.igcv_NavigationButton
{
    cursor: pointer;
    padding-left: 3px;
    padding-right: 3px;
    background-color: Transparent;
    font-size: 1.5em;
}

/* CSS classes for ConferenceItemSummary  */
/* Without calendar */
.listItem
{
	margin-bottom: 7px;
}
.ci_Headline_woCal
{
}
.ci_Location_woCal
{
	/*display: none;*/
}
.ci_Link_woCal
{
}
.ci_Date_woCal
{
}
/* With calendar */
.calendarItem
{
}
.ci_Headline_wCal
{
}
.ci_Location_wCal
{-
}
.ci_Link_wCal
{
}
.ci_Date_wCal
{
}
