﻿/* Calendar header */
.CalendarHeader 
{
    width: 235px;
    background-image: url(../../Images/header_activitycalendar.gif);
    background-repeat: no-repeat;
}

    .CalendarHeader .WeekText
    {
        font-size: 10px;
        line-height: 30px;
        text-align: right;
        padding-right: 10px;
    }

/* Calendar footer */
.CalendarFooter 
{
    width: 235px;
    font-size: 11px;
    line-height: 17px;
}

.CalendarFooter A
{
    font-size: 11px;
    color: #3F9316;
    text-decoration: none;
}

.CalendarFooter A:HOVER
{
    color: #666666;
    text-decoration: underline;
}


/* Calendar body */
    .CalendarBody .Table
    {
        width: 235px;                
        background-color: #CCCCCC;
    }
    
    .CalendarBody .TableCell 
    {
        background-color: #FFFFFF;
    }
    
    .CalendarBody .TableCellDay 
    {
        height: 60px;
        width: 35px;
    }

    .CalendarBody .TableCellDay .CellDay
    {
        font-size: 20px;
        color: #666666;
        text-align: center;
    }

    .CalendarBody .TableCellDay .CellDayOfWeek
    {
        font-size: 11px;
        color: #666666;
        text-align: center;       
    }
    
    .CalendarBody .TableCellDay .CellDayActive
    {
        font-size: 20px;
        color: #FF0000;
        text-align: center;
    }

    .CalendarBody .TableCellDay .CellDayOfWeekActive
    {
        font-size: 11px;
        color: #FF0000;
        text-align: center;       
    }
        
    .CalendarBody .TableCellActivity
    {
        font-size: 11px;
        padding-left: 10px;
    }
    

/* Fonts for the calendar activitys */
.CalendarActivity 
{
    width: 190px;
    clear: both;
}

.CalendarActivityBlock
{
    float: left;
}

.CalendarActivity A
{
    display: block;
    line-height: 18px;
    font-size: 11px;
    color: #3F9316;
    text-decoration: none;
}
        
.CalendarActivity A:HOVER
{
    color: #666666;
    text-decoration: underline;
}

/* Infobutton with information about competitions */
.CalendarInfo 
{
    width: 42px;
    float: right;
    padding-left: 5px;
    z-index: 12002;
}

.CalendarInfoText A
{
    padding-right: 2px;
    float: left;
    font-weight: bold;
    text-decoration: underline;
    line-height: 18px;
}

.CalendarInfoText A:HOVER
{
    line-height: 18px;
    color: #666666;
}

.CalendarInfoButton 
{
    float: right;
    padding-right: 2px;
    line-height: 18px;
}




/* The popup dialog for competition files */
.CalendarPopUp 
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100px;
    border: 1px solid #CCCCCC;
    font-size: 11px;
    display: none;
    z-index: 12001;
}

.CalendarPopUpShadow
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 120px;
    font-size: 11px;
    background-image: url(../../Images/1x1.gif);
    display: none;
    z-index: 12000;
}

.CalendarPopUpRow
{
    width: 87px;
    display: block;
    font-size: 11px;
    padding: 3px;
    padding-left: 10px;
    background-color: #EBEBEB;
}

.CalendarPopUpRowAlt
{
    width: 87px;
    display: block;
    font-size: 11px;
    padding: 3px;
    padding-left: 10px;
    background-color: #FBFBFB;
}

.CalendarPopUp A
{
    font-size: 11px;
    color: #3F9316;
    text-decoration: none;    
}

.CalendarPopUp A:HOVER
{
    color: #666666;
    text-decoration: underline;
}



/* Month view */

.MonthViewTable 
{
    width: 800px;
    font-size: 11px;
    background-color: #CCCCCC;
}

.MonthViewTable .HeaderCell
{
    font-weight: bold;
    padding-left: 4px;
    font-size: 12px;
    height: 25px;
    background-color: #F5F5F5;
}


.MonthViewTable .CellDay
{
    float: left;
    font-size: 18px;
    line-height: 18px;
}

.MonthViewTable .CellDayOfWeek
{
    float: left;
    padding-left: 5px;
    line-height: 18px;
}

.MonthViewTable .CellDayActive
{
    float: left;
    font-size: 18px;
    color: #FF0000;
    line-height: 18px;
}

.MonthViewTable .CellDayOfWeekActive
{
    float: left;
    padding-left: 5px;
    color: #FF0000;
    line-height: 18px;
}

.MonthViewTable .DateCol
{
    width: 45px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.MonthViewTable .InfoCol
{
    width: 40px;
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
}

.MonthViewTable .Cell
{
    padding-left: 2px;
}

.MonthViewTable .CellActivity 
{
    width: 210px;
    padding-left: 2px;
}

.MonthViewTable td
{
    background-color: #FFFFFF;                        
}

.CalendarMonthCell
{
    display: block;
    line-height: 18px;
}

.Navigation 
{
    width: 780px;
    padding-top: 20px;
    padding-left: 10px;
    padding-bottom: 15px;
    padding-right: 10px;
    background-image: url(../../Images/settings_activity.gif);
    background-repeat: no-repeat;
}

    .Navigation .Inner 
    {
        width: 690px;
        height: 25px;
        float: left;
    }

    .Navigation .Month 
    {
        font-size: 11px;
    }

    .Navigation .Year 
    {
        margin-left: 10px;
        font-size: 11px;
    }
    
    .Navigation .Filter 
    {
        font-size: 11px;
        margin-left: 20px;
    }


/* Activity detail */
.ActivityDetail 
{
    background-image: url(../../Images/panel_bubble.gif);
    background-repeat: no-repeat;
    width: 350px;
    height: 180px;
    position: absolute;
    left: 100px;
    top: 100px;
    display: none;
    padding: 10px;
    z-index: 5000;
    color: #666666;
}

.ActivityDetail table
{
    font-size: 11px;
    width: 330px;
}

.ActivityDetail table .ActivityHeader
{
    font-size: 15px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}

.ActivityDetail table .ActivityColumn
{
    font-weight: bold;
    width: 60px;
}

.ActivityDetail div
{
    font-size: 11px;
}