/*--------------------------------*/
/* theme base color  #cc0000 */
.theme-base-color {
	color: #cc0000;
}
.theme-base-color-background {
	background: #cc0000;
}
/*--------------------------------*/


#eventForm dt label {
	color:#CC0000;
}

#eventForm  .ui-state-highlight {
	color: #444444;
}

/*---- Event Date calendar -----*/
#start_date-block-container h3, #timeline-container h3 {
	color:#CC0000;
}


/*----- Timeline Grid -----*/
#timeline-container .weekend-message {
	background:#FBF8EE url(images/ui-bg_glass_55_fbf8ee_1x400.png) repeat-x scroll 50%;
	border:1px solid #FCD3A1;
	color:#444444;
}

#timeline-container .timeline {
	background:#FFFFFF url(images/ui-bg_flat_75_ffffff_40x100.png) repeat-x scroll 50%;
	border:1px solid #EEEEEE;
	color:#333333;
}
	
.timeline .reserved_time {
	background-color: #f1ba9a;
	border-right:1px solid #cd0000 !important;
}

.timeline .selected_time {
	background-color: #fff199;
	border-right:1px solid #ffc000;
}

.timeline .not_worked_time {
	background:#eeeeee repeat scroll 50%;
	border-right:1px solid #cccccc;
}

.timeline .free_time {
	background: #ffffff;
}
/*------- AUX----------*/

#loading {
	background:#F3D8D8  url(images/ui-bg_diagonals-thick_75_f3d8d8_40x40.png) repeat-x scroll 50%;
}

#save_button {
	border: 1px solid #cccccc;
	color: #cc0000;
}

#save_button:hover {
	border: 1px solid #004276;
}

.event_price {
	color: #aa0000;	
}

.duration {
	color: #aa0000;
}



/* 
	 Public-timeline Styles 
	 this is added to all ui-color theme files
*/
/* links color 1 */
#timeline .step-title,
#timeline .back-button,
#sign_form .zend_form a.forgot_password, 
.wellcome_message .sign_out_link,
#sign_form .sign_in h2,
#sign_form .sign_up h2   {
	color: #004276;
}
/* links color 2 */
#timeline .event-duration,
#timeline #step_info_container .step-header.checked .step-title:hover,
#timeline #step_info_container .step-header.active .step-title,
#timeline .back-button:hover {
	color: #2d2d2d;	
}
/* links color 3 */
#timeline .event-price,
#timeline .location-phone {
	color: #aa0000;
}

/* buttons */
#timeline #time_select div.time-select-item,
#timeline #submit_button,
#timeline div.button,
#sign_form .zend_form #signin-element #signin,
#sign_form .zend_form #register-element #register, 
.wellcome_message a.sign_out_link {
	border: 1px solid #d8dcdf !important; 
	background: #eeeeee url(images/ui-bg_highlight-hard_100_eeeeee_1x100.png) 50% 50% repeat-x !important; 
	color: #004276 !important;
}
/* buttons hovered */
#timeline #time_select div.time-select-item:hover,
#timeline div#submit_button:hover,
#timeline div.button:hover,
#sign_form .zend_form #signin-element #signin:hover,
#sign_form .zend_form #register-element #register:hover,
.wellcome_message a.sign_out_link:hover {
	border: 1px solid #cdd5da !important; 
	background: #f6f6f6 url(images/ui-bg_highlight-hard_100_f6f6f6_1x100.png) 50% 50% repeat-x !important;
	color: #111111; 
}

/*---- flexible timeline colors (analog of classic timeline colors */
#timeline #time_select .timeline-grid div.time-select-div.not_worked_time {
	background: #eeeeee;
}
#timeline #time_select .timeline-grid div.time-select-div.reserved_time {
	background-color: #ff605d;
}
#timeline #time_select .timeline-grid div.time-select-div.selected {
	background-color: #72b114;
}
#timeline #time_select .timeline-grid .time-select-div:hover span {
	color: #004276;
}
/* end of public-timeline styles */



/*---- Weekly timeline colors ---*/
.date_time_container.week  .time-select-week-container table th .day-div.week-end,
.date_time_container.week .week_timeselect_top .prev-next-button-container .arrow-button:hover .text-container {
	color: #004276;
}
div.date_time_container.week.startmatrix .time-select-week-container table td .time-select-div:hover {
	background-color: #004276; 
	border-color: #004276;
	color: #ffffff;
}
div.date_time_container.week.time-grid.leftside-weekly-timeline .time-select-week-container table td .time-select-div:hover,
div.date_time_container.week.time-grid.slots-weekly-timeline .time-select-week-container table td .time-select-div:hover,
div.date_time_container.week.time-grid.leftside-weekly-timeline .time-select-week-container table td .time-select-div.selected,
div.date_time_container.week.time-grid.slots-weekly-timeline .time-select-week-container table td .time-select-div.selected,
div.date_time_container.week.startmatrix .time-select-week-container table td .time-select-div:hover,
div.date_time_container.week.startmatrix .time-select-week-container table td .time-select-div.selected {
	background-color: #004276; 
	color: #ffffff;
}


/************************************

		Widget button styles

***********************************/
#widget_header,
#widget_footer,
.powered_by a,
#widget_header .title a,
#widget_menu a, 
#widget_menu a:hover,
#widget_header div.company-time span,
#widget_header div.company-time a {
	color: #ffffff;
}
#timeline.bootstrap .date_time_container.week.startmatrix .time-select-week-container table td .time-select-div.selected,
footer .container,
#widget_header,
#widget_footer   {
    background-color: #a22821;
}
div.date_time_container.week.time-grid.slots-weekly-timeline .time-select-week-container table td .time-select-div:hover,
#widget_menu,
#widget_header div.company-time,
#widget_content #loading  {
	background-color: #b2504a;
}
#widget_container {
	border: 2px solid #a22821;
}
#widget_menu {
	border-bottom: 1px solid #a22821;	
}