﻿body {
}

#calendar table
{
    background-color: #FFFFFF;
    font-size: small;
}

    #calendar table th {
        color: #4E4E4E;
        background-image: url('../../photos/images/bgg.PNG');
        background-repeat: repeat-x;
        font-weight: bold;
    }
        #calendar table th a {
            border: 1px solid #C0C0C0;
            padding: 2px;
            display: block;
            text-align: center;
            background-color: #C0C0C0;
            text-decoration: none;
            color: #000000;
            background-image: url('../../photos/images/admin-ul.png');
            cursor: pointer;
        }
    #calendar table th a:hover {
        background-image: url('../../photos/images/admin-ul-2.png');
    }
.alt
{
    background-color: #F9F9FF;
}

.teams
{
    font-family: 'trebuchet MS';
    padding-left: 15px;
}

.teams a
{
    cursor: pointer;
    text-decoration: none;
    color: #5785B7;
}
.teams a:hover
{
    text-decoration: underline;
}
.inf span
{
    padding: 2px;
    color: #6D708D;
    display: block;
}

.inf
{
    text-align: center;
}
.inf a
{
    text-decoration: none;
    color: #34417A;
}
.inf a:hover
{
    text-decoration: underline;
}

.res a
{
    font-family: tahoma;
    color: #4769CF;
}
.res a:hover
{
    text-decoration: none;
}

.grpCal
{
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 4px;
    
}

.grpCal h1 a
{
    color: #546272;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
}

.grpCal h1 a:hover
{
    text-decoration: underline;
}

.teams img {
    height: 20px;
}