.sDay {
background : url(/images/greenDot.png);
cursor : pointer;
border : 1px solid white;
}

.aDay {
background : url(/images/redDot.png);
cursor : pointer;
border : 1px solid white;
}


.hDay {
background : url(/images/greyDot.png);
cursor : pointer;
border : 1px solid white;
}

.headerDayHourSelector {
	font-weight : bold;
}

.treeeditorMain {
	background-color:#FFFFC0;padding:10px;max-height:250px;overflow:auto;border:1px solid #d0d0d0;
}

.drill .laesmare {
	visibility:hidden;
}

.drill {
	width:100%;
	word-break:normal !important;
	min-height:360px;
}

.drill select {
	font-size:10px !important;
	width:100%;
	border:1px solid #d0d0d0;
	background-color:white !important;
}

.drill select:focus {
	outline:none;
	background: #fafafa !important;
}

.drillsearch {
	width:100% !important;
	border: 1px solid #AAA;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 7px !important;
}

.drill_container {
	border:1px solid #d0d0d0;padding:10px;margin-top:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.drillsearchbutton {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:7px !important;
	margin-left:20px;
	color:black !important;
	text-shadow:1px 1px white;
	background: #f2f6f8; /* Old browsers */
background: -moz-linear-gradient(top, #f2f6f8 0%, #d8e1e7 50%, #b5c6d0 51%, #e0eff9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f6f8), color-stop(50%,#d8e1e7), color-stop(51%,#b5c6d0), color-stop(100%,#e0eff9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* IE10+ */
background: linear-gradient(to bottom, #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9',GradientType=0 ); /* IE6-9 */
	
}
