#calendar td {
    font-family: "Trebuchet MS", Arial, sans-serif;
}

#calback {
    clear: both;
    width: 100%;
    height: 100%;
    background: url('../images/calWaiting.gif') no-repeat center;
}

#calendar {
    /*background: #f1f2f3;*/
    width: 100%;
    height: 100%;
}

.cal-matest {
    width: 294px;
    margin: 0 auto;
    padding-left:10px;
}

.calhead {
    width: 100%;
    font-weight: bold;
    color: #FFF;
    font-size: 12px;  
    background: url('../images/calBack.gif') repeat center left;
    padding: 5px;
}

.calhead img {
    border: none;
}

.calhead table {
    width: 100%;
}

.calhead a {
    text-decoration: none;
    border: none;
}

.dayhead {
    height: 25px;
    background-color:#EEEEEE;
}

.dayhead td {
    text-align: center;
    color: #000;
}

.dayrow {
    background: #FFF;
    height: 36px;
}

.dayrow td {
    width: 15%;
    font-size: 9px;
    color: #656551;
    padding: 3px;
    border: 1px solid #DDD;
}

.day {
    float: right;
    width: 20px;    
}

.dayover {
    background: #F4F4F4;
}

.dayout {
    background: #FFF;
}

#event {
    font-family: Arial, sans-serif;
    width: 100%;
    height: 100%;
    border-top: 1px solid #727260;
    border-bottom: 1px solid #727260;
}

#event .heading {
    padding: 10px;
    position: relative;
    background: url('../images/calEvent.gif') repeat-x top left;
    
}

#event .title {
    color: #656551;
    font-size: 16px;
    font-weight: bold;
}

#event .posted {
    color: #8C8C73;
    font-size: 10px;
}

#event .back {
    position: absolute;
    top: 10px;
    right: 10px;
}

#event .back a {
    color: #DD5F27;
    text-decoration: underline;
    border: none;
    font-size: 10px;
}

#event .back a:hover {
    color: ##DD5F27;
}

#event .line {
    padding: 10px;
    overflow: auto;
}

.error {
    color: #C00;
    font-size: 14px;
    font-weight: bold;
}

#jump {
    z-index: 100;
    line-height: 30px;
    padding: 5px;
    background: #F6F6F6;
    border: 1px solid #888;
}

#jump a {
    text-decoration: none;
    border: none;
}

#jump img {
    border: none;
}

/* Tool tip Niranjan */
#hotspot
{
color:#FFFFFF;
padding-bottom:1px;
cursor:pointer
}

#tt
{
color:#FFFFFF;
position:absolute; display:block; background:url(../images/tt_left1.gif) top left no-repeat;
}
#tttop
{
color:#FFFFFF;
display:block; height:5px; margin-left:5px; background:url(../images/tt_top1.gif) top right no-repeat; overflow:hidden;
}
#ttcont
{
color:#FFFFFF;
display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#6496bd; color:#FFFFF;
}
#ttbot
{
color:#FFFFFF;
display:block; height:auto; margin-left:5px; background:url(../images/tt_bottom1.gif) top right no-repeat; overflow:hidden;
}
.cal_title
{
color:#FFFFFF;
font-weight:bold;
font-size:10px;
font-family:Arial;
}
