.xtimes_editor .xte_controls {
	margin-bottom: 0.25em;
}

.xtimes_editor .xte_day, .xtimes_editor .xte_add  {
	text-decoration:none;
	padding: 0.25em;
	border-radius:4px;
	border: 1px solid #aaaaaa;
	border-right-color: #606060;
	border-bottom-color: #606060;
	background: #f0f0f0; 
	color: #000000;
	margin-right: 2px;
	font-size: 0.8em;
	font-weight: bold;
	display:inline-block;
	width: 1.78em;
	text-align:center;
}

.xtimes_editor .xte_day.selected {
	background: #404040; 
	color: #ffffff;
}

.xtimes_editor .xte_day:hover {
	background: #808080; 
	color: #ffffff;
}

.xtimes_editor .xte_add {
	float:right;
	background: #f0f0f0; 
	color: #000000;
	margin-top: 0.6em;
}

.xtimes_editor .xte_add:hover {
	background: #404040; 
	color: #ffffff;
}

.xtimes_editor .xte_from, .xtimes_editor .xte_to {
	margin-left:0.5em;
}

.xtimes_editor .xte_from, .xtimes_editor .xte_to {
	width:6em
}

.xtimes_editor .xte_from.xte_editable, .xtimes_editor .xte_to.xte_editable {
	width:4em
}

.xtimes_editor .xte_controls .xte_text {
	padding: 0px 0.5em 0px 0.5em;
}

.xtimes_editor .xte_selections {
	background: #ffffff;
	padding: 0.25em;
	border:1px solid #aaaaaa;
	min-height: 16px;
}

.xtimes_editor .xte_sel {
	text-decoration:none;
	padding: 0.25em;
	border-radius:4px;
	border: 1px solid #aaaaaa;
	border-right-color: #606060;
	border-bottom-color: #606060;
	background: #f0f0f0; 
	color: #000000;
	margin-right: 1px;
	margin-bottom: 1px;
	display:inline-block;
	font-size: 0.9em;
}

.xtimes_editor .xte_sel:hover {
	color:#ff0000;
}

.xtimes_editor .xte_error {
	display:none;
	padding: 0.25em;
	border-radius:4px;
	border: 1px solid #dddddd;
	background: #ffffee; 
	color: #ff0000;
	font-size: 0.8em;
}
