@CHARSET "ISO-8859-1";


#calendar {

}

#codeblock_panel {
	height: 510px;
}

#codeblock_meta {
	float: left;
}

#codeblock_code {
	float: left;	
}

#color_panel label {
	float: left;
}

#colorpicker {
	position:relative;
	top: 4px;
	left: 4px;
	width: 28px;
	height: 28px;
	background-image: url(../images/select2.png);
	background-position: center;
}

#codeblock_form input{
	margin-top: 15px;
	margin-bottom: 15px;
}

#codeblock_select_form button {
	margin-bottom: 10px;
}

#codeblock_form button {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 15px;
}

#schedule_form button {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-top: 5px;
}

#schedule_dialog div {
	margin-top: 10px;	
}

#codeblock_buttons {
	float: left;	
}

#colorpicker_container {
	width: 36px;
	height: 36px;
	float: left;
}

#tawrap {
	overflow: hidden;
	padding: 0 4px 0 12px;
}

#codeblock_code {
	width: 100%;
	height: 500px;
}

#codeblock_panel {

}

.tb-hidden {
	visibility: hidden;
}

.ac_container {
	display: none;
	position: absolute;
	height: 300px;
	overflow-y: scroll;
	z-index: 1005;
}

.ac_container .ac_results {
	position: relative;
}

.timeslot_day_box {
	float: left;
	width: 16px;
	margin-right: 7px;
	text-align: center;
}

#timeslot_day_box_label {
	float: left;
	width: 100%;
}

.event_disabled {
	background-color: gray;
}