﻿/* POPUP CALENDAR */
.pop-calendar-wrapper {padding:4px 0 0;margin:0;border:1px solid #000;background:#000 url(horizontal.png) repeat-x 0 -1700px;color:#fff;font-family:Tahoma,"Lucida Sans",Verdana,Helvetica,Arial,sans-serif;width:170px;}
.pop-calendar-wrapper > p {line-height:26px;font-size:12px;font-weight:bold;margin:0;padding:0 0 4px 12px;}
.pop-calendar 
{
    background-color:#F5F5F5;
    color:#666;
    font-size:10px;
    width:100%;
    padding:8px;
    cursor:default;
    border:solid 1px #AAA;
    z-index:99999;
    -moz-border-radius: 5px 5px 5px 5px;
}
.pop-calendar-content {width:100%;}
.pop-calendar-day {color:#333;text-align:center;line-height:18px;border:1px solid transparent;}
.pop-calendar-day:hover {text-decoration:underline;color:#387DFE;}
.pop-calendar-day-header {text-align:center;border-bottom:solid 1px #AAA;line-height:16px;}
.pop-calendar-month {width:100%;}
.pop-calendar-month-title {font-weight:bold;line-height:16px;}
.pop-calendar-next-previous {cursor:default;font-weight:bold;}
.pop-calendar-next-previous:hover {text-decoration:underline;}
.pop-calendar-other-month-day {color:#888;}
.pop-calendar-day-selected 
{
    border:solid 1px #AAA;
    line-height:18px;
    background-color: #ffffff;
    color:#333333;
    -moz-border-radius: 3px 3px 3px 3px;
}
