@charset "utf-8";
/* CSS Document */

 .my_event {
        background-color: #dad0ff;
        border: 1px solid #778899;
        overflow: hidden;
    }    
    /* disabling the default color for the select menu */
    .dhx_cal_select_menu.my_event div {
        border: 0;
        background-color: transparent;
        color: black;
    }    
    /* styles for the event content */
    .dhx_cal_event.my_event .my_event_body {
        padding-top: 3px;
        padding-left: 5px;
    }   
    /* event's date information */
    .my_event .event_date {         
       /* font-weight: bold;*/
        padding-right: 5px;
    }

.dhx_time_block {
	
	background: gainsboro;
	text-align: center;
	color: #aaa;
}   
.dhx_cal_event.selected {
   opacity: 0.5;
}
.dhx_cal_event.fixed{
	
	font-style: italic;
	
} 