table#tree { /*width: 1200px;*/
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
}

table#tree th { /* padding: 5px; */
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
}

table#tree tbody tr td.group {
	text-align: left;
	padding: 0.3em 1.5em;
}

table#tree th.ticket {
	padding: 0.3em 5em 0.1em 5em;
}

table#tree td.ticket {
	text-align: left;
}

table#tree th.day {
	
}

table#tree th.today,table#tree td.today {
	background: #ffa500;
}

table#tree th.weekdays_5 {
	color: #0000ff;
}

table#tree th.weekdays_6 {
	color: #dc143c;
}

table#tree th.holiday {
	color: #dc143c;
}

table#tree td.weekdays_5 {
	background: #B0C4DE;
}

table#tree td.weekdays_6 {
	background: #ffb6c1;
}

table#tree td.holiday {
	background: #ffb6c1;
}

table#tree td form input.inplace_field {
	width: 3em
}

table#tree td {
	padding: 5px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	text-align: center;
}

form fieldset.collapsed {
	border-width: 0px;
	margin-bottom: 0px;
	padding: 0px .5em;
}

.editinplace_over {
	background-color: #ffc;
}

.ticket {
	position: relative;
}

.ticket span.popup {
	position: absolute;
	visibility: hidden;
	background-color: #ffe;
	color: black;
	border: 1px solid #555;
	left: 20px;
	top: 30px;
	width: 400px;
	padding: 3px;
}

.ticket:hover span.popup {
	visibility: visible;
}

pre.description {
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: pre-wrap; /* CSS3 */
	word-wrap: break-word; /* IE 5.5+ */
}

#update_button {
	text-align: right;
}

#group table {
	width: 100%;
}

#group th {
	font-size: 11px;
	text-align: right;
	white-space: nowrap;
}

#group th,#group td {
	padding: 0 0.2em;
	vertical-align: middle;
}

#group td.actions {
	text-align: right;
	white-space: nowrap;
}

#calender_selector {
	position: relative;
}

#calender_selector .left {
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
}

#calender_selector .right {
	position: absolute;
	right: 0;
	top: 0;
	width: 70px;
}