table.calendar {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	border-collapse: collapse;
	background-color: white;
	background-color: white;

	-moz-user-select: none;
}
table.calendar a {
}
table.calendar a:hover {
}
table.calendar input, table.calendar select {
	font-size: 9px;
}
table.calendar td, table.calendar th {
	border: 0;
	font-size: 9px;
	font-weight: bold;
}
table.cells {
	border-collapse: collapse;
	border: solid #CCCCCC 1px;
	cursor: pointer;
	empty-cells: show;
	margin: 0 0px 0 0px;
}
/* Cabecera con las horas */
table.cells th {
	border: solid #CCCCCC 1px;
	text-align: center;
	font-weight: bold;
/*	color: #0054E3;*/
	color: #000000;
	width: 25px;
}
/* Celdas nombre dia */
table.cells th.wkhead {
	border-right: double #CCCCCC 3px;
	cursor: default;
	width: 50px;
}

/* Formato celdas interiores */
table.cells td {
	border: dashed #CCCCCC 1px;
	vertical-align: top;
	text-align: left;
/*	width: 40px;*/
	height: 15px;
}
/* Nombre Días */
table.cells td.wkhead {
	background-color: white;
	text-align: left;
	border-right: double #CCCCCC 3px;
/*	color: #0054E3;*/
	color: #000000;
}
/* Celdas sin seleccionar */
table.cells td.wkend {
	background-color: #FFFFFF;
}
/* Celdas Seleccionadas */
table.cells td.cell_selected {
	background-color: #FF5050;
	color: black;
}
/* Sibre las celdas */
table.cells td.hover {
	background-color: #FF9999;
}
