
/* jwtable - estilo simples azul - inspirado no myauth3 (agendamento do grupo) e estilo de agendamento do windows server */

/* celula */
.jwtable_red .jwtable_cell_nrm, .jwtable_red .jwtable_cell_alt, .jwtable_red .jwtable_cell_nrm_over, .jwtable_red .jwtable_cell_alt_over {}

/* celula - cor alternada para discriminar uma celula da outra */
.jwtable_red .jwtable_cell_nrm {background-color: #f4f4f4;}
.jwtable_red .jwtable_cell_alt {background-color: #fafafa;}

/* celula MARCADA */
.jwtable_red .jwtable_cell_nrm.jwtable_mark {background-color: #F73636;}
.jwtable_red .jwtable_cell_alt.jwtable_mark {background-color: #F73636;}

.jwtable_red .jwtable_day_null {}
.jwtable_red .jwtable_day_part {}
.jwtable_red .jwtable_day_part span { background-color: #fff; }
.jwtable_red .jwtable_day_part span:hover {background-color: #F73636; color: #fff; }
.jwtable_red .jwtable_day_part.jwtable_day_star {}
.jwtable_red .jwtable_day_part.jwtable_day_sun {}
.jwtable_red .jwtable_day_part.jwtable_day_moon {}

/* celula destacada */
.jwtable_red .jwtable_cell_nrm_over {background-color: #500;}
.jwtable_red .jwtable_cell_alt_over {background-color: #611;}

/* celula MARCADA */
.jwtable_red .jwtable_cell_nrm_over.jwtable_mark {background-color: #FF9999;}
.jwtable_red .jwtable_cell_alt_over.jwtable_mark {background-color: #FFaaaa;}

/* classes do cabeçalho */
.jwtable_red div.jwtable_hour {
	color: #333;
	background-color: #fff;
    border-bottom: 2px solid #fff;
}
.jwtable_red div.jwtable_hour:hover {background-color: #F73636; border-bottom: 2px solid #700;  color: #fff; }

/* linha dos dias da semana */
.jwtable_red .jwtable_line { background-color: #fbfbfb; }
.jwtable_red .jwtable_label { border-right: 2px solid #fff; }
.jwtable_red .jwtable_label:hover { background-color: #F73636; border-right: 2px solid #700; color: #fff; }
.jwtable_red .jwtable_line_div { background-color: #000; }



