﻿table.cal
{
    width:706px;
    float: left;
    padding-left:2px;
    font-family: Calibri,宋体;
    height:580px;
}
table.cal th
{
    line-height: 40px;
     border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    height:40px;
}
table.cal td
{
    line-height: 20px;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    cursor: pointer;
    color: #7e7e7e;
    font-size: 13px;
    height:82px;
   
}
table.cal td.week
{
    color: Red;
}
table.cal td.has
{
    background: #3388EE;
    color: White;
}
table.cal td.has2
{
    background: gold;
    color: White;
}
table.cal td.other
{
    background: #EEE;
    color: #AAA;
}
table.cal td.today
{
    
    
    background: #f3e3e3;
    color:#7e7e7e;
}
table.cal td.cur
{
    background: #6d6f7b;
    
    font-weight: bold;
    color: White;
}
table.cal a
{
    text-decoration: none;
}
table.title 
{
    border: 0;
    padding:0;margin:0;
}
table.title td
{
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    height:40px;
    border: 0;
}
.nextprev {
    text-align:center;
    color:#7e7e7e;
}