
div.calendar {
    position: relative;
    z-index: 600;
}
.calendar {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #aaa;
    color: #000000;
    cursor: default;
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    padding: 0px;
	border-radius:4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.calendar .button {
    background: #fff none repeat scroll 0 0;
    color: #000000;
    padding: 2px;
    text-align: center;
	border-radius:4px;
}
.calendar .nav {
    background: #fff none repeat scroll 0 0;
}
.calendar thead .title {
    background: #fff none repeat scroll 0 0;
    border: 0 solid #666666;
    color: #000000;
    font-weight: bold;
    padding: 2px;
    text-align: center;
}
.calendar thead .headrow {
}
.calendar thead .name {
    border-bottom: 1px solid #ccc;
    color: #000000;
    padding: 2px;
    text-align: center;
}
.calendar thead .weekend {
    color: #cc0000;
}
.calendar thead .hilite {
    border: 1px solid #ffce34;
    color: #000;
    padding: 1px;
}
.calendar thead .active {
    background-color: #fff5e6;
    border: 1px solid #a6222b;
    padding: 2px 0 0 2px;
}
.calendar thead .daynames {
    background: #fafafa none repeat scroll 0 0;
}
.calendar tbody .day {
    color: #000000;
    padding: 2px 4px 2px 2px;
    text-align: right;
    width: 2em;
}
.calendar tbody .day.othermonth {
    color: #0000ff;
    font-size: 80%;
}
.calendar tbody .day.othermonth.oweekend {
    color: #ff0000;
}
.calendar table .wn {
    background: #fafafa none repeat scroll 0 0;
    border-right: 1px solid #ccc;
    font-style: italic;
    padding: 2px 3px 2px 2px;
}
.calendar tbody .rowhilite td {
    background: #ececec none repeat scroll 0 0;
}
.calendar tbody .rowhilite td.wn {
    background: #ececec none repeat scroll 0 0;
}
.calendar tbody td.hilite {
    background: #dfdfdf none repeat scroll 0 0;
    border: 1px solid #f1c464;
    padding: 1px 3px 1px 1px;
}
.calendar tbody td.active {
    background: #afafaf none repeat scroll 0 0;
    padding: 2px 2px 0;
}
.calendar tbody td.selected {
    border: 1px solid #285e8e;
    color: #fff;
    font-weight: bold;
    padding: 1px 3px 1px 1px;
	background-color:#3276b1;
	border-radius:4px;
}
.calendar tbody td.weekend {
    color: #cc0000;
}
.calendar tbody td.today {
    color: #000;
    font-weight: bold;
	background-color:#57c9f2;
	border-radius:4px;
}
.calendar tbody .disabled {
    color: #999;
}
.calendar tbody .emptycell {
    visibility: hidden;
}
.calendar tbody .emptyrow {
    display: none;
}
.calendar tfoot .footrow {
    background: #fff none repeat scroll 0 0;
    color: #ffffff;
    text-align: center;
}
.calendar tfoot .ttip {
    background: #00aae7 none repeat scroll 0 0;
    color: #fff5e6;
    padding: 2px;
}
.calendar tfoot .hilite {
    background: #66ff00 none repeat scroll 0 0;
    border: 1px solid #084;
    color: #000;
    padding: 1px;
}
.calendar tfoot .active {
    background: #fff none repeat scroll 0 0;
    color: #000000;
    padding: 2px 0 0 2px;
}
.calendar .combo {
    background: #efd none repeat scroll 0 0;
    border: 1px solid #565;
    color: #000;
    cursor: default;
    display: none;
    font-size: 90%;
    left: 0;
    position: absolute;
    top: 0;
    width: 4em;
    z-index: 100;
}
.calendar .combo .label, .calendar .combo .label-IEfix {
    padding: 1px;
    text-align: center;
}
.calendar .combo .label-IEfix {
    width: 4em;
}
.calendar .combo .hilite {
    background: #af8 none repeat scroll 0 0;
}
.calendar .combo .active {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 1px solid #f1c464;
    border-top: 1px solid #f1c464;
    font-weight: bold;
}
.calendar td.time {
    background-color: #ffffff;
    border-top: 1px solid #f1c464;
    padding: 1px 0;
    text-align: center;
}
.calendar td.time .hour, .calendar td.time .minute, .calendar td.time .ampm {
    background-color: #fff5e6;
    border: 1px solid #f1c464;
    font-weight: bold;
    padding: 0 3px 0 4px;
}
.calendar td.time .ampm {
    text-align: center;
}
.calendar td.time .colon {
    font-weight: bold;
    padding: 0 2px 0 3px;
}
.calendar td.time span.hilite {
    background-color: #fff5e6;
    border-color: #f1c464;
    color: #000000;
}
.calendar td.time span.active {
    background-color: #fff5e6;
    border-color: #f1c464;
    color: #000000;
}
