body {
	font-family: Helvetica, sans-serif;
}

#schedule {

}

/* DAY NAVIGATION */ 
#dayselect {	
	margin: 0;
	padding: 10px 5px 2px 5px;
	list-style: none;

	font-size: 16px;

	background: #fff;
	border-bottom: solid 1px #bbb;
}

#dayselect label {
 	padding: 0;
	margin: 0;
	text-decoration: none;
	color: #888;
	cursor: pointer;
}
 
#dayselect li {
	margin: 0px 2px 0px 2px;
	// padding: 10px 9px 2px 9px;
        padding: 4px 4px 2px 4px;
	display: inline;
	background: #ddd;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;
}

#dayselect li.active {
	margin: 0px 2px 0px 2px;
	padding: 10px 9px 2px 9px;
	display: inline;
	font-weight: bold;
	background: #fff;
	color: #000;
	border-bottom: solid 1px #fff;
	border-top:    solid 1px #bbb;
	border-left:   solid 1px #bbb;
	border-right:  solid 1px #bbb;
}

#dayselect li.today { 
	font-weight: bold;
}

#dayselect li.weekend { 
	background: #55fdfe;
}

#dayselect li.active label {
	color: #000;

}

/* SCHEDULE TABLE */ 
#schedule table {
	font-size: 11px;	
	width: 100%;
	border-collapse: collapse;
}

#schedule table td { 
	/* vertical-align: top; */
	padding: 0.5em;
}

#schedule tr {
}

/* filas pares tienen fondo coloreado */ 
#schedule tr.even {
	background-color: #eee;
}

/* el ancho de la columna de horario es proporcionalmente fijo */ 
#schedule td.time {
	padding-left: 1em;
	width: 7em;
	font-weight: bold;
	text-align: right;
}	

#schedule td.timezone {
	text-align: center;
	font-size: 0.8em;
}

/* los títulos de los eventos se resaltan */ 
#schedule span.title {
	font-size: 1.3em;
	display: block;
        text-align: left;
}


#schedule td.tbd {
	font-size: 1.3em;
	text-align:center;
	height:200px; 
	text-align:center;
}

.div_mainCalendar {
	width: 660px;
	height: 550px;
}

.loader {
	height: 64px;
    margin-left: 300px;
    margin-top: 100px;
    position: absolute;
    width: 64px;
    z-index: 9999;
}

.div_cover {
	position: absolute;
	top: 0px;
	left: 0px
	height: 100%;
	width: 100%;
	z-index: 8888;
	background-color: #FFF;
}

