
/* classes da tabela de marcacao de horarios */
.jwtable {
	width: 580px;
	-moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
	user-select: none;
	cursor: default;
}
.jwtable_main {}


/* ----------------------------- estilo branco minimo com dimensoes ----------------------------- */

/* celula */
.jwtable_cell_nrm, .jwtable_cell_alt, .jwtable_cell_nrm_over, .jwtable_cell_alt_over {
	float: left;
	width: 19px;
	height: 21px;

	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: none;
	border-right: none;
}


/* celula - cor alternada para discriminar uma celula da outra */
.jwtable_cell_nrm {}
.jwtable_cell_alt {}


/* celula MARCADA */
.jwtable_cell_nrm.jwtable_mark {}
.jwtable_cell_alt.jwtable_mark {}

.jwtable_day_null {height: 24px;}
.jwtable_day_part {text-align: center;}
.jwtable_day_part span {
	height: 24px;
	min-width: 24px;
	background-position: 8px 5px;
	background-repeat: no-repeat;
	padding: 6px 15px 5px 15px;
	margin: 0px 0px 0px 15px;
	cursor: pointer;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.jwtable_day_part span:hover {}
.jwtable_day_part.jwtable_day_star {}
.jwtable_day_part.jwtable_day_sun {}
.jwtable_day_part.jwtable_day_moon {}

.jwtable_row_crontrols {border-right: 1px solid black;}

/* celula destacada */
.jwtable_cell_nrm_over {}
.jwtable_cell_alt_over {}

/* celula MARCADA */
.jwtable_cell_nrm_over.jwtable_mark {}
.jwtable_cell_alt_over.jwtable_mark {}


/* classes do cabeçalho */
div.jwtable_hour {
	width: 20px;
	display: block;
	float: left;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	padding: 4px 0px 0px 0px;
	text-align: center;
	padding: 5px 0px 5px 0px;
    cursor: pointer;
    border-bottom: 2px solid #fff;
}
div.jwtable_hour:hover { border-bottom: 2px solid #333; }

/* linha dos dias da semana */
.jwtable_line {
	height: 20px;
}
.jwtable_label {
	height: 18px;
	width: 85px;
	padding-top: 4px;
	padding-left: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	cursor: pointer;
	border-right: 2px solid #fff;
}
.jwtable_label:hover { border-right: 2px solid #333; }

.jwtable_line_div { height: 1px; }









