div.calendar {
	border: 1em solid #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: rgba(0, 0, 0, .75) 0 5px 50px;
	-webkit-box-shadow: rgba(0, 0, 0, .75) 0 5px 50px;
	box-shadow: rgba(0, 0, 0, .75) 0 5px 50px;
	position: relative;
}

.calendar, .calendar table {
	cursor: default;
	z-index: 988;
	width: auto;
}
.calendar table {
	margin: 0;
	background: #fff;
	border: 2px solid #cea;
}

.calendar .button {
	text-align: center;
	cursor: pointer;
}

.calendar .nav {
	background: #ddd url(/images/calendar/menuarrow.gif) no-repeat 100% 100%;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.calendar td, .calendar tr:first-child td:last-child {
	padding: 0.2em 1em;
	width: 1.5em;
}
.calendar thead, .calendar thead td {
	background: #eee;
}
thead .headrow td {
	background: white;
	border-top: 2px solid #cea;
}
.calendar thead .title {
	font-weight: bold;
	text-align: center;
}

.calendar thead .name {
	background: #efc url(/images/account/cellshade_r2.gif) right repeat-y;
	border: solid #cea;
	border-width: 2px 0;
}

.calendar thead td {
	visibility: hidden;
}
.calendar .headrow td, .calendar .daynames td, .calendar .title {
	visibility: visible;
}



.calendar tbody .day {
	width: 1.5em;
	text-align: right;
	cursor: pointer;
	text-decoration: underline;
	color: #36c;
}
.calendar tbody .wn {
	cursor: auto;
	text-decoration: none;
	color: #000;
}
.calendar tbody td.hilite {
	text-decoration: none;
}

.calendar tbody td.selected {
	font-weight: bold;
}

.calendar tbody td.today {
	font-weight: bold;
}

.calendar tbody .emptyrow {
	display: none;
}


.calendar tfoot .footrow {
	text-align: center;
	background: #eee;
	border-top: 2px solid #cea;
}



.calendar .combo {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	width: 4em;
	cursor: default;
	z-index: 100;
	background: #fff;
	border: solid #ddd;
	border-width: 0 2px 2px 2px;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
	text-align: center;
}

.calendar .combo .label-IEfix {
	width: 4em;
}

.calendar .combo .hilite {
	background: #ddd;
}

.calendar .combo .active {
	font-weight: bold;
}

.calendar td.time {
	text-align: center;
	background: #fc0;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
	font-weight: bold;
}

.calendar td.time .ampm {
	text-align: center;
}

.calendar td.time .colon {
	font-weight: bold;
}
