.tcalendar
{
	border: 1px solid #dddddd;
	border-left: 0;	 
    color: none;
    border-spacing: 0px;
	user-select : none;
	-webkit-user-select : none;
	-moz-user-select : none;
	background: white;
}

.tcalendar table
{
    border: 1px solid #E1E1E1;
    border-spacing: 0; 
    border-collapse: collapse;
    width: 100%;
    height: 100%;
}

.tcalendar table td
{
    color: #535353;
    font-weight: bold;
    text-shadow: 0 1px 0 white;
    text-align: center;
    padding: 5px;
    border: 1px solid #C8C8C8;
}

div.tcalendar table td.calendar-header
{
    background-color: whitesmoke;
    color: black;
    text-shadow: none;
}

div.tcalendar table td.calendar-header-day
{
    color: #007bff;
}

.tcalendar table tr.calendar-rowdata
{
    height: auto;
}

.tcalendar table tr.calendar-rowdata td
{
    font: 12px Verdana,Arial,sans-serif;
}

.tcalendar table td.calendar-data:hover
{
    background-color: #D6D1FF;
    color: black;
    text-shadow: none;
    cursor: pointer
}

.tcalendar table td.calendar-data.weekend
{
    color: #DC4C4C;
}

.tcalendar table tr.calendar-rowdata td.calendar-selected
{
    font-weight: bold;
}