.calendarbox {
    color: #000000;
    cursor: default;
    border-left: solid 1px #ffffff;
    border-right: solid 1px #000000;
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #000000;
    background: #7fa1cf url(../../images/calendarbox/calendarbox.gif) no-repeat;
}
.calendarbox .title {
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    border-bottom: solid 1px #cccccc;
}
.calendarbox .nextprev {
    width: 15px;
    cursor: pointer;
    text-align: center;
    border-bottom: solid 1px #cccccc;
}
.calendarbox .day {
    width: 18px;
    height: 21px;
    text-align: right;
    padding-right: 6px;
}
.calendarbox .month {
    width: 42px;
    height: 49px;
    text-align: center;
}
.calendarbox .othermonthday {
    color: #646464;
}
.calendarbox .selected {
    background-color: #fead69;
}
.calendarbox .selector {
    background-color: #ffc47f;
}
.calendarbox .todaydayselector {
    cursor: pointer;
    font-weight:bold;
    text-align: center;
}
.calendarbox .todayday {
    color: #ffffff;
    background-color: #79bbdd;
}
.calendarbox .weekday {
    width: 24px;
    height: 21px;
    text-align: center;
    border-bottom: solid 1px #cccccc;
}
.calendarbox .year {
    width: 42px;
    height: 49px;
    text-align: center;
}
.calendarshowcontent{
    display: none; position:absolute; background-color:#DCE0E3; border:2px solid #FFF; overflow:hidden; white-space:nowrap;
}

.activedataTop
{
   background :url(top1.gif) no-repeat;
    width:281px;
    height:3px;
    min-height: 3px !important;
      clear:both;
    overflow:hidden;
    
}
.activedataBottom
{
    background:url(bot.gif) no-repeat;
    width:281px;
}
.activedataCenter
{
    background-color:#F3EDED;
    vertical-align:top;
    width:281px;
}

.paragraph .leftside
{
     vertical-align:top;
     margin:5px ;
    float:left;
    width:50px;
   
}
.paragraph .rightside
{
      margin :5px ;
    float:right;
     width:90px;
    
}
.paragraph
{
    width:260px;
    border-bottom:1px dashed #CCC;
    clear:both;
    overflow:hidden;
}