/*
 *      dyn/calendar
 *      
 *      Copyright 2007 Azer KoÃ§ulu <http://azer.kodfabrik.com>
 *      24.09.2007
 *
 *      This program is free software; you can redistribute it and/or modify
 *      it under the terms of the GNU General Public License as published by
 *      the Free Software Foundation; either version 2 of the License, or
 *      (at your option) any later version.
 *      
 *      This program is distributed in the hope that it will be useful,
 *      but WITHOUT ANY WARRANTY; without even the implied warranty of
 *      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *      GNU General Public License for more details.
 *      
 *      You should have received a copy of the GNU General Public License
 *      along with this program; if not, write to the Free Software
 *      Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
 *      MA 02110-1301, USA.
 */
#calendar {
    position: absolute;
    display: none;
    width: 200px
    }
#calendar table {
    background: #fff;
    font: 11px "Trebuchet MS", Arial;
    color: #666;
    border: 1px solid #ddd;
    padding: 1px
    }
#calendar .top {
    background: #666;
    color: #fff
    }
#calendar .top th {
    padding: 3px 0 3px 0;
    margin-bottom: 3px
    }
#calendar .bottom {
    background: #ccc;
    text-align: right;
    color: #fff;
    font-size: 10px Tahoma;
    padding: 1px
    }
#calendar .navigate {
    background: #555;
    color: #fff;
    padding: 4px
    }
#calendar .navigate div {
    text-align: center
    }
#calendar tr {
    background: #f2f2f2
    }
#calendar td {
    padding: 2px
    }
#calendar .lightColor {
    color: #aaa
    }
#calendar .cell {
    text-align: center;
    cursor: pointer
    }
#calendar .arrow {
    position: absolute;
    outline: none;
    font-size: 11px;
    padding: 0 5px 0 5px;
    background: #5e5e5e;
    color: #aaa;
    text-decoration: none;
    margin: 0 0 0 155px
    }
#calendar .doubleLeft {
    margin-left: 1px
    }
#calendar .doubleRight {
    margin-left: 172px
    }
/* for non-ie */
body > #calendar .arrow {
    margin: 0 0 0 153px
    }
body > #calendar .left {
    margin-left: 22px
    }
body > #calendar .doubleLeft {
    margin-left: 1px
    }
body > #calendar .doubleRight {
    margin-left: 170px
    }
/**/
#calendar .left {
    margin-left: 22px
    }
#calendar .today {
    border: 1px solid #ddd;
    background: #fff
    }
#calendar .mouseover {
    text-decoration: underline;
    color: rgb(20, 70, 150)
    }