/*
The following classes should be present.
However, You can add, alter or delete individual elements within a class to suit your look and feel.
*/



.YPTableMain
{
    background-color: #dddddd;
    border:solid 1px #000000;
    width:510px;
    font-size:7px;
}

.YPTrYearHeading
{
    color:Blue;
    font-weight:bold;
    text-align:left;
}

.YPTdYearHeading
{
    font-size:12px;
}
.YPTdDayHeading
{
    font-size:10px;
}

.YPTrMonth
{
    background-color:#dddddd;
    text-align:center;
}

.YPTdMonthHeading
{
    background-color:#dddddd;
    color:#000070;
    text-align:left;
}

.YPTdBlankDay
{
}


.DemoAnchor a:link
{
    text-decoration:none;
    vertical-align:top;
    border: solid 1px #000000;
    background-color:#bbbbbb;
}
.DemoAnchor a:visited
{
    text-decoration:none;
    vertical-align:top;
    border: solid 1px #000000;
    background-color:#bbbbbb;
}
.DemoAnchor a:hover
{
    text-decoration:none;
    vertical-align:top;
    border: solid 1px #000000;
    background-color:Red;
    color:White;
}
.DemoAnchor a:active
{
    text-decoration:none;
    vertical-align:top;
    border: solid 1px #000000;
    background-color:#bbbbbb;
}

.DemoInActive
{
    background-color:#cccccc;
    color:#eeeeee;
}

