.calendar_popup {
}
.calendar_popup h3{
}
.calendar_body h4, .calendar_body .date {
margin: 0;
padding: 0;
border: 0;
color: #333333;
margin-top: 10px;
font-size: 11px;
font-weight: normal;
}
.calendar_body .date {
margin-top: 0px;
color: #666666;
}

.calendar_body table {
margin-top: 10px;
color: #666666;
font-size: 11px;
text-align: center;
border-collapse: collapse;
}
.calendar_body th {
font-weight: normal;
color: #333333;
}
.calendar_body td {
margin: 10px;
padding: 0.2em 0.2em 0.1em 0.2em;
color: #666666;
text-decoration: underline;
cursor: pointer;
}

.calendar_body .active {
color: white;
background-color: #56D65F;
}

.calendar_body td.none {
cursor: auto;
text-decoration: none;
}

.calendar_body .date_selector {
margin-top: 10px;
}
.calendar_body .date_selector .month {
font-size: 11px;
}
.calendar_body .date_selector .year {
font-size: 11px;
}
.calendar_body {
position: relative;
width: 150px;
}
.calendar {
}
.calendar img{
margin-left: 5px;
cursor: pointer;
}
.calendar .close {
float: right;
cursor: pointer;
font-size: 9px;
}
.calendar_text {
padding: 0.2em 0.3em 0.2em 0.3em;
border: 1px solid #cccccc;
background-color: #fafafa;
display: inline;
}
.calendar .button {
background-color: #eeeeee;
border: 1px solid #cccccc;
font-size: 11px;
line-height: 11px;
color: #333333;
padding: 1px 2px 1px 2px;
}
.calendar input {
font-size: 11px;
line-height: 11px;
}
.calendar .time {
margin-top: 5px;
font-size: 11px;
text-transform: uppercase;
}
.calendar .buttons {
margin-top: 10px;
}
.calendar .loading {
position: absolute;
display: none;
padding: 20px;
background-color: white;
border: 1px solid #cccccc;
}
