.calendar_field {
	cursor: pointer;
        padding-left: 5px;
        padding-right: 5px;
        text-align: center;
        width: 100px;
        }
.calendar_grey { background-color: rgb(200,200,200); }
#calendar_trash {
        border-width: 0px;
        cursor: pointer;
        height: 20px;
        left: 139px;
        position: absolute;
        top: 193px;
        width: 20px;
        z-index: 1000;
        }
#calendar_trash_square {
	cursor: pointer;
	height: 25px;
	left: 152px;
	position: absolute;
	top: 182px;
	width: 25px;
	z-index: 1500;
	}
.calendar_weekday_title {
        font-weight: 700;
        }
.calendar_white { background-color: rgb(255,255,255); }
#calendar_wrap {
        background-color: rgb(22,19,82);
        border-color: rgb(0,0,0);
        border-style: solid;
        border-width: 1px;
        display: none;
        font-family: arial;
        font-size: 0.75em;
        height: 208px;
        position: absolute;
        width: 179px;
        z-index: 1000;
        }
#calendar_wrap ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        }
#calendar_wrap ul li {
        display: inline;
        }
#calendar_wrap ul li a {
        display: inline-block;
        text-align: center;
        text-decoration: none;
        }
#calendar_wrap #calendar_days {
        background-color: rgb(255,255,255);
        height: 150px;
        margin-left: 2px;
        margin-top: 2px;
        width: 175px;
        }
#calendar_wrap #calendar_days ul li {
        }
#calendar_wrap #calendar_days ul li a {
        color: rgb(0,0,0);
        height: 25px;
        line-height: 25px;
        min-height: 25px;
        width: 25px;
        }
#calendar_wrap #calendar_head ul li {
        height: 30px;
        line-height: 30px;
        }
#calendar_wrap #calendar_head ul li a {
        color: rgb(175,175,175);
        height: 30px;
        line-height: 30px;
        width: 20px;
        }
#calendar_wrap #calendar_head ul li a:visited {
        color: rgb(175,175,175);
        }
#calendar_wrap #calendar_head ul li a:hover {
        color: rgb(255,255,255);
        }
#calendar_wrap #calendar_head ul li a#calendar_month_name {
        color: rgb(255,255,255);
        font-weight: 700;
        width: 99px;
        }
#calendar_x {
        border-width: 0px;
	cursor: pointer;
        height: 20px;
        left: 164px;
        position: absolute;
        top: 193px;
        width: 20px;
        z-index: 1000;
        }
.date_selector {
	cursor: pointer;
	margin-left: 10px;
	}
