﻿.Newpicker
{
  background-color: #FFFFFF;
  border: 1px gray solid;
  font-size: 12px;
  font-weight: bold;
  font-family: "Verdana",monospace;
  padding: 2px;
  width: 140px;
  cursor: pointer;
}

.Newdayheader
{
    font-family:Verdana;
    font-size:8pt;
    font-weight:bold;
    color:#333333;
    background-color:#E0DFE3;
    background-image:url(../images/cal/dayheader_bg.png);
    background-position: left bottom;    
    height:20px;
    text-align:center;
    cursor:default;
}

.Newtitle
{
    background-color:#757495;
    background-image:url(../images/cal/title_bg.png);
    height:30px;
    cursor:default;
}

.Newtitle TD
{
    font-family:Verdana;
    font-size:8pt;
    font-weight:bold;
    color:white;
}

.Newcalendar
{
    border-width:1px;
    border-style:solid;
    border-color:#57566F;
    cursor:default;
}

.Newnextprev
{
    padding:0px;
    width:31px;
    height:30px;
    cursor:pointer;
}

.Newmonthselector
{
    font-family:Verdana;
    font-size:8pt;
    font-weight:normal;
    text-align:center;
    color:#333333;
    width:31px;
    background-color:#E0DFE3;
    background-image:url(../images/cal/dayheader_bg.png);
    background-position: left bottom;
    cursor:pointer;
}

.Newweekselector
{
    font-family:Verdana;
    font-size:8pt;
    font-weight:normal;
    text-align:center;
    color:#333333;
    background-color:#FDF4F7;
    border-top:1px solid white;
    border-left:1px solid white;
    border-bottom:1px solid #EEEEEE;
    border-right:1px solid #EEEEEE;
    height:31px;
    width:31px;
    cursor:pointer;
}

.Newday
{
    font-family:Verdana;
    font-size:8pt;
    font-weight:normal;
    text-align:center;
    color:#57566F;
    background-color:white;
    border-top:1px solid white;
    border-left:1px solid white;
    border-bottom:1px solid #F6F6F6;
    border-right:1px solid #F6F6F6;
    height:31px;
    width:31px;
    cursor:pointer;
}

.Newothermonthday
{
    color:#B2B1CA;
}

.Newselectedday
{
    font-family:Verdana;
    font-size:8pt;
    font-weight:bold;
    text-align:center;
    color:black;
    background-color:#FFEEC2;
    border:1px solid #57566F;
    cursor:default;
}

.Newdayhover
{
    font-family:Verdana;
    font-size:8pt;
    font-weight:normal;
    text-align:center;
    color:#57566F;
    background-color:white;
    border-top:1px solid white;
    border-left:1px solid white;
    border-bottom:1px solid #F6F6F6;
    border-right:1px solid #F6F6F6;
    height:31px;
    width:31px;
    cursor:pointer;

    text-decoration:underline;
}

.Newothermonthdayhover
{
    color:#B2B1CA;

    text-decoration:underline;
}

.Newselecteddayhover
{
    font-family:Verdana;
    font-size:8pt;
    font-weight:bold;
    text-align:center;
    color:black;
    background-color:#FFEEC2;
    border:1px solid #57566F;
}