/*********************************/
/*                               */
/*         Old (Default)         */
/*                               */
/*********************************/

/* 
	Theme css composed for third-part theme css + 
	our css rules for certain interfaces. 
	Place all your rules here
*/	

	
#timeline #client_form textarea.ui-widget-content {
	background: none; /* fix for this theme */
}
#timeline #time_select .timeline-grid .time-select-div.reserved_time:hover span,
#timeline #time_select .timeline-grid .time-select-div.not_worked_time:hover span {
	color: #2d2d2d;
}
#eventManageForm .ui-combobox-toggle  {
	/* old timeline case */
	height: 18px;
	margin-left: -20px;
}
.reserve_time_btn.soft_button {
	padding: 10px 15px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-weight: bold;
	margin-top: 10px;
}

/* 5min am\pm (with +1 day) old flexible grid */
#timeline #time_select .timeline-grid.with-titles .time-item .time-select-div {
	height: 35px;
	line-height: 35px;
}
#timeline #time_select .timeline-grid.with-titles  .hour-title .info {
	height: 35px;
	width: 55px;
	position: relative;
}
#timeline #time_select .timeline-grid.with-titles .hour-title .info span.am-pm {
	font-size: 8px;	
}
.calendars-popup .content .buttons li span {
	position: relative;
	top: -10px;
	font-size: 1.2em;
}