/* calendar picker stuff
----------------------------------- */
.calendarholder
{
	margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 192px;
    height: 174px;
    border: 1px solid black;
    font-family: Arial;
    background-color: #FFF;
    zoom: 1;
}

.calendar
{
    width: 100%;
    height: 128px;
    font-size: 12px;
}

.calendar td.dayofweek
{
    text-align: center;
    v-align: center;
    font-weight: bold;
    border: 1px solid black;
    background-color: #7D9EC0;
    color: white;
    width: 16px;
    height: 16px;
}
.calendar td.weekday
{
    border: 1px solid black;
    background-color: white;
    width: 16px;
    height: 16px;
}

.calendar td.selectedday
{
    border: 1px solid black;
    background-color: #ACF;
    width: 16px;
    height: 16px;
}

.calendar td.weeknum
{
    border: 1px solid black;
    background-color: #ABC0D6;
    width: 24px;
    height: 16px;
    text-align: center;
    v-align: center;
    font-size: 10px;
    font-style: italic;
}

.calendar td.nonday
{
    background-color: #AAA;
    border: 1px solid black;
}

.calendarholder div.calendarcloser
{
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

.calendarholder div.dateholder
{
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

.calendarholder select.monthselector
{
    font-size: 12px;
}

.calendarholder select.yearselector
{
    font-size: 12px;
}

input.calendar-input,
img.calendar-input,
.calendar-input input, 
.calendar-input img {
    vertical-align: middle;
}
