<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.canlender_box
{
    z-index: 2;
    position: relative;
}
.lightBox
{
    z-index: 10;
    border-bottom: gray 1px solid;
    position: absolute;
    border-left: gray 1px solid;
    width: 370px;
    display: none;
    border-top: gray 1px solid;
    right: 0px;
    border-right: gray 1px solid;
    top: -200px;
}
.lightBox .title_bar
{
    position: relative;
    text-align: center;
    line-height: 28px;
    background: #719ae8;
    height: 28px;
}
.lightBox .title_bar .closeBtn
{
    position: absolute;
    line-height: 16px;
    width: 16px;
    display: block;
    background: #fff;
    height: 16px;
    cursor: pointer;
    right: 3px;
    top: 6px;
}
.lightBox .title_bar .closeBtn:hover
{
    background: #ff8040;
}
.lightBox .container
{
    background: #eef7ff;
}
.calender
{
    margin-top: 15px;
    width: 170px;
    background: #fff;
}
#calender1
{
    float: left;
    margin-left: 3px;
}
#calender2
{
    float: right;
    margin-right: 3px;
}
.container .description
{
    padding-bottom: 10px;
    line-height: 16px;
    margin: 0px auto;
    padding-left: 0px;
    width: 240px;
    padding-right: 10px;
    height: 16px;
    clear: both;
    font-size: 12px;
    padding-top: 10px;
}
.description .cell
{
    width: 30px;
    float: left;
    height: 16px;
}
.menses.cell
{
    background: #ff9900;
}
.safe.cell
{
    background: #009933;
}
.danger.cell
{
    background: #ff3300;
}
.description .w50.cell
{
    width: 50px;
}
.calender .calenderTitle
{
    text-align: center;
    line-height: 20px;
    background: #45b3ed;
    font-size: 12px;
}
.calender .contentWrapper
{
    margin: 0px auto;
    padding-left: 1px;
    width: 154px;
    padding-top: 1px;
}
.calender .cell
{
    text-align: center;
    line-height: 20px;
    width: 20px;
    margin-bottom: 1px;
    float: left;
    height: 20px;
    font-size: 12px;
    cursor: pointer;
    margin-right: 1px;
}
.calender .daylist
{
    clear: both;
}
.calenderTipDiv
{
    border-bottom: #0099ff 1px solid;
    position: absolute;
    border-left: #0099ff 1px solid;
    padding-bottom: 2px;
    padding-left: 2px;
    width: 145px;
    padding-right: 2px;
    display: none;
    background: #eef7ff;
    font-size: 12px;
    border-top: #0099ff 1px solid;
    border-right: #0099ff 1px solid;
    padding-top: 2px;
}
.s.calenderTipDiv
{
    color: #009933;
}
.d.calenderTipDiv
{
    color: #ff3300;
}
.m.calenderTipDiv
{
    color: #ff9900;
}
</pre></body></html>