#ef-calendar-title h2 span {
	color: #999999;
}

#ef-calendar-wrap {
	min-width:900px;
	width: 100%;
	position: relative;
}

table#ef-calendar-view {
	border: 1px solid #e1e1e1;
	border-collapse: collapse;
	width: 100%;
}

#ef-calendar-view .day-unit {
	border-right: 1px solid #e1e1e1;
	vertical-align: top;
	height: 100px;
}

#ef-calendar-view.one-week-showing .day-unit {
	height: 500px;
}

#ef-calendar-view.two-weeks-showing .day-unit {
	height: 250px;
}

#ef-calendar-view.three-weeks-showing .day-unit {
	height: 150px;
}

table#ef-calendar-view .day-unit {
	background-color: #FFFFFF;
}

table#ef-calendar-view .day-unit.weekend-day {
	background-color: #F9F9F9;
}


#ef-calendar-view .day-unit .day-unit-label {
	float: right;
	display: inline-block;
	color: #666666;
	padding-right: 3px;
}

#ef-calendar-view .day-unit .day-unit-today {
	float: left;
	display: inline-block;
	color: #666666;
	padding-left: 3px;	
}

#ef-calendar-view .day-unit.weekend-day .day-unit-label,
#ef-calendar-view .day-unit.weekend-day .month-label {
	color: #999999;
}

#ef-calendar-view .calendar-heading {
	height: 28px;
	background: #DFDFDF url('menu-bits.gif') repeat-x scroll left top;
	-webkit-border-top-left-radius: 6px;	/*** Adds the rounded effect to fit with WP styles ***/
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-radius-topleft: 6px;
	border-radius-topright: 6px;
	margin-top:5px;
}

#ef-calendar-view tr th.column-heading {
	width: 12%;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	color: #333333;
	line-height: 1.3em;
	font-size: 11px;
}

#ef-calendar-view .day-heading span {
	font-weight: normal;
}

#ef-calendar-view .month-marker {
	color: #666666;
	border-bottom: 1px solid #E1E1E1;
	font-size: 11px;
	line-height: 15px;
}

#ef-calendar-view .month-marker td {
	padding-top: 0;
	padding-bottom: 0;
}

#ef-calendar-view .month-marker-previous {
	text-align: right;
	padding-right: 8px;
	border-right: 1px solid #E1E1E1;	
}

#ef-calendar-view .month-marker-current {
	padding-left: 8px;
}

table#ef-calendar-view .week-unit {
	border-bottom: 1px solid #E1E1E1;
}

table#ef-calendar-view .day-unit.today {
	border-top: 1px solid #000;
}

table#ef-calendar-view .day-item {
	position: relative;
}

table#ef-calendar-view .day-unit{
	position: relative;
}

table#ef-calendar-view .day-unit .schedule-new-post-button{
	
	background: none;
	border: 1px solid rgb(180,180,180);
	border-top: none;
	border-left: none;
	display: none;
	float:left;
	font-size: 10px;
}

table#ef-calendar-view .day-unit .schedule-new-post-button:hover{
	background-color: rgb(220,220,220);
}

table#ef-calendar-view .day-unit .ui-state-highlight {
	min-height: 20px;
}

table#ef-calendar-view .day-unit.ui-wrapper-highlight {
	background-color: #FFFFE0;
}

table#ef-calendar-view .day-unit.ui-wrapper-highlight ul li {
	border-color: #FFFFE0;
}

table#ef-calendar-view .day-unit.weekend-day.ui-wrapper-highlight {
	background-color: #FFFFE0;
}

table#ef-calendar-view .day-unit .post-insert-dialog{
	background-color: #FFF;
	border: 1px solid #CCC;
	-moz-box-shadow:5px 5px 5px #888;
	-webkit-box-shadow:5px 5px 5px #888;
	box-shadow:5px 5px 5px #888;
	left: -5px;
	padding: 5px;
	position: absolute;
	top: -5px;
	width: 225px;
	z-index: 999;
	display: none;
}

table#ef-calendar-view .day-unit .post-insert-dialog.item-overlay{
	display: block;
}

table#ef-calendar-view .day-unit .post-insert-dialog h1{
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 2px;
}

table#ef-calendar-view .day-unit .post-insert-dialog .post-insert-dialog-post-title{
	margin-bottom: 10px;
}

table#ef-calendar-view .day-unit .post-insert-dialog .post-type-dropdown {
	margin-bottom: 10px;
}

table#ef-calendar-view .day-unit ul {
	margin-top: 22px;
	margin-bottom: 0;
	padding: 0;
	min-height: 70px;
}

table#ef-calendar-view .day-unit ul li {
	list-style-type: none;
	margin: 0 -1px;
	word-wrap: break-word;
	padding: 1px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 5px;
	background-color: #FFFFFF;
}

table#ef-calendar-view .day-unit ul li .item-status {
	font-size: 11px;
	line-height: 13px;
	color: #999999;
	word-wrap: break-word;
	width: 60px;
	float: right;
	padding-right: 2px;
	text-align: right;
	padding-top: 2px;
}

table#ef-calendar-view .day-unit ul li .inner {
	margin-right: 57px;
	padding-left: 3px;
}

table#ef-calendar-view .day-unit ul li .item-headline {
	font-size: 12px;
	line-height: 15px;
	margin-top:0;	
	margin-bottom:0;
	color: #21759B;
}

table#ef-calendar-view .day-unit ul li.is-published:hover {
	cursor: pointer;
}

table#ef-calendar-view .day-unit ul li.sortable:hover {
	border-color: #21759B;
	background-color: #F7F7F7;
	cursor: pointer;
}

table#ef-calendar-view .day-unit ul li .item-headline:hover {
	cursor: pointer;
}

table#ef-calendar-view .day-unit ul li.sortable.ui-sortable-helper {
	cursor: move;
	border-color: #21759B;
	background-color: #F7F7F7;
}

table#ef-calendar-view .day-unit ul li .item-static .item-inner {
	display: none;
}

table#ef-calendar-view .day-unit ul li .item-information {
	margin-top: 5px;
	border-top: 1px solid #CCC;
	padding-top: 3px;
	width: 100%;
}

table#ef-calendar-view .day-unit ul li .item-information .item-field {
	margin-top: 5px;
	margin-bottom: 5px;
	clear:left;
}

table#ef-calendar-view .day-unit ul li .item-information .item-field .label {
	vertical-align: top;
	max-width: 70px;
	text-align: right;
	font-weight: bold;
	word-wrap: normal;
	padding-right: 5px;
}

table#ef-calendar-view .day-unit ul li .item-information .item-field .value {
}

table#ef-calendar-view .day-unit ul li .item-information .item-field .editable-value {
	cursor: pointer;
}

table#ef-calendar-view .day-unit ul li .item-information .item-field .editable-value:hover {
	text-decoration: underline;
}

table#ef-calendar-view .day-unit ul li .item-information .item-field .spinner-calendar {
	margin: 0px;
	float: none;
}

table#ef-calendar-view .day-unit ul li .item-information .item-field em.none {
	color: #999999;
}

table#ef-calendar-view .day-unit ul li.is-published .item-headline {
	color: #777;
}

table#ef-calendar-view .day-unit ul li.item-overlay-active {
	position:relative;
}

table#ef-calendar-view .day-unit ul li .item-overlay {
	min-width: 250px;
	max-width: 350px;
	background-color: #FFF;
	padding: 5px;
	position: absolute;
	z-index: 999;
	top: -5px;
	left: -5px;
	border: 1px solid #CCC;
	-moz-box-shadow:5px 5px 5px #888;
	-webkit-box-shadow:5px 5px 5px #888;
	box-shadow:5px 5px 5px #888;
}

table#ef-calendar-view .day-unit.last-day ul li .item-overlay {
	right: -5px;
	left: auto;
}

table#ef-calendar-view .day-unit ul li .item-overlay .item-inner {
	display: block;
	min-width: 170px;
	max-width: 270px;
}

table#ef-calendar-view .day-unit ul li .item-overlay .item-inner {
	cursor: default;
}

table#ef-calendar-view .day-unit ul li .item-overlay .item-actions {
	padding-left: 3px;
	padding-right: 3px;
	border-top: 1px solid #CCC;
	padding-top: 3px;
	margin-top: 4px;
}

table#ef-calendar-view .day-unit ul li .item-overlay .item-actions a {
	text-decoration: none;
}

table#ef-calendar-view .day-unit ul li .item-overlay .item-actions span.trash a {
	color: #BC0B0B;
}

#ef-calendar-view .day-unit .show-more {
	margin-right: 5px;
	margin-bottom: 5px;
	display: block;
	text-align: right;
	color: #999;
	font-size: 11px;
}

/*** Week Navigation Links ***/

.edit-flow-message {
	margin-top: 2px;
	font-weight:normal;
	padding-left: 25px;
	padding-right: 25px;	
	padding-top: 5px;
	padding-bottom: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
}

.edit-flow-updated-message {
	background-color: #FFFFE0;
	border: 1px solid #E6DB55;
}

.edit-flow-error-message {
	background-color: #FFEBE8;
	border: 1px solid #CC0000;
}

.ef_calendar_hidden_list {
	display: none;
}

.save-metadata-hide {
	display: none;
}