﻿body {
}

.calendar
{
    padding:0px 0px 0px 0px;
    background:#4FB5DD url(images/calendar_large.jpg) no-repeat;
    border:solid 1px #60B1CF;
    color:#BBE8FF;
    height:519px;
    width:700px;
}

.day
{
    border:solid 1px #60B1CF;
    color:#BBE8FF;
    text-align:right;
    vertical-align:top;
    height:65px;
}

.nextprev
{
    font-size:8pt;
    text-align:center;
    margin:0 0 0 0;
    padding:0 0 0 0;
}

.dayheader
{
    border:solid 1px #60B1CF;
    height:15px;
}

.title
{
    /* background-color:Transparent; 
    border:solid 3px #60B1CF; */
    margin:0px 0px 0px 0px;
    background:url(images/cal_title.jpg) repeat-x fixed top left;
    font-weight:bold;
    font-size:18px;
    height:60px;
    width:100%;
}

.selectedday
{
    border:solid 2px #BBE8FF;
    background-color:Transparent;
    /* color:#60B1CF; */
    color:#000000;
    text-align:right;
    vertical-align:top;
}

.todayday
{
    background-color:#076A9D;
    font: verdana normal 8pt;
    color:#BBE8FF;
    text-align:right;
    vertical-align:top;
}

.selector
{
    border:dashed 3px #BBE8FF;
}

.othermonthday
{
    border:solid 1px #60B1CF;
    color:#68BAE4;
    text-align:right;
    vertical-align:top;
    height:65px;
}

