@charset "utf-8";
/* CSS Document */
/*calender starts*/

.org {color: #FFFFFF}

.calender-topleftcurve{
background-image:url(../images/topleft_curve.png);
background-position:left;
height: 5px;
width: 5px;
vertical-align: top;
background-repeat: no-repeat;

}

.calender-toprightcurve{
background-image:url(../images/topright_curve.png);
background-position:left;
height: 5px;
width: 5px;
vertical-align: top;
background-repeat: no-repeat;

}


.calender-topline{
background-image:url(../images/topline.png);
background-position:top;
height: 3px;
width: auto;
background-repeat: repeat-x;

}

.calender-leftline{
background-image:url(../images/leftline.png);
background-position:left;
height: auto;
width: 5px;
vertical-align: top;
background-repeat: repeat-y;

}

.calender-rightline{
background-image:url(../images/rightline.png);
background-position:left;
height: auto;
width: 5px;
vertical-align: top;
background-repeat: repeat-y;

}


.calender-bottomline{
background-image:url(../images/bottom_line.png);
background-position:bottom;
height: 3px;
width: auto;
background-repeat: repeat-x;

}



.calender-bottomleftcurve{
background-image:url(../images/bottomleft_curve.png);
background-position:left;
height: 5px;
width: 5px;
vertical-align: top;
background-repeat: no-repeat;

}

.calender-bottomrightcurve{
background-image:url(../images/bottomright_curve.png);
background-position:left;
height: 5px;
width: 5px;
vertical-align: top;
background-repeat: no-repeat;

}

.calendertext{
font-family: Arial;
font-size: 13px;
font-weight: bold;
color:#999999;
text-align: center;
vertical-align: top;
padding-top: 5px;
padding-bottom: 5px;
padding-left:2px;

}

.calenderline{
background-color:#6D6D6D;
height: auto;
width: 1px;
background-repeat: repeat-y;
}


.calendertoptext{
font-family: Arial;
font-size: 12px;
font-weight: bold;
color:#006600;
text-align: center;
vertical-align: top;

}

