/*
vsechny mozne classes k javascriptovemu kalendari
chybi pouze pseudotridy (:hover, :visited atd)

*/

table.coex_calendar {
	cursor: default;
 	border-collapse: collapse;
	margin-left: 20px;
}

table.coex_calendar tr {
	cursor: default;
}

table.coex_calendar td {
	cursor: default;
}

/* jedna se o <td> */
table.coex_calendar .prev {
	cursor: pointer;
	text-align: left;
	color: #D35918;
	background: #EAEAEA;
	text-align: center;
	border-right: 1px solid white;
}

table.coex_calendar .prev:hover {
	text-decoration: underline;	
}


table.coex_calendar .prev_inactive {
	background: #EAEAEA;
	border-right: 1px solid white;
}

table.coex_calendar .next {
	cursor: pointer;
	text-align: right;
	color: #D35918;
	background: #EAEAEA;
	text-align: center;
	border-left: 1px solid white;
}

table.coex_calendar .next:hover {
	text-decoration: underline; 
}

table.coex_calendar .title {
	cursor: default;
	text-align: center;
	background: #EAEAEA;
}

table.coex_calendar .all { /* Vybrat celý měsíc */
	cursor: pointer;
	text-align: left;
	color: #071552;
	text-decoration: underline;
	padding-top: 4px;
}

table.coex_calendar .all:hover { /* Vybrat celý měsíc */
	
}

table.coex_calendar .unall { /* Zrusit výběr */
	cursor: pointer;
	text-align: right;
	color: #071552;
	text-decoration: underline;
	padding-top: 4px;
}

table.coex_calendar .unall:hover {
}
table.coex_calendar .dayofweek { /* Pondělí a neděle - záhlaví */
	cursor: pointer;
	color: #D35918;
	text-align: center;
	padding: 3px 0 1px 0;
}

table.coex_calendar .dayofweek:hover {
	text-decoration: underline;
}

table.coex_calendar .dayofweek_weekday { /* Pracovní den */
	
}


table.coex_calendar .dayofweek_monday {
	
}

table.coex_calendar .dayofweek_tuesday {
	
}

table.coex_calendar .dayofweek_wednesday {
	
}

table.coex_calendar .dayofweek_thursday {
	
}

table.coex_calendar .dayofweek_friday {
	
}

table.coex_calendar .dayofweek_weekend { /* Víkend */
	
}

table.coex_calendar .dayofweek_saturday {
	
}

table.coex_calendar .dayofweek_sunday {
	
}

table.coex_calendar .week { /* Číslo týdnu  */
	cursor: pointer;
	color: #D35918;
	text-align: center;
	line-height: 22px;
	width: 45px;
}

table.coex_calendar .week:hover {
	text-decoration: underline;
}

table.coex_calendar .weektitle { /* Titulek týdnu */
	visibility: hidden;
}


table.coex_calendar .month_current { /* Měsíc právě aktivní */
	background-color: silver;
}

table.coex_calendar .month_before { /* Měsíc předcházející */
	background: #DADADA;
	
}

table.coex_calendar .month_after { /* Měsíc následující */
	background: #DADADA;
}

/* dnesni den */
table.coex_calendar .day { /* Den */
	cursor: pointer;
	width: 22px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	border: 1px solid white;
	border-top: none;
	border-left: none;
}

table.coex_calendar .day_current { /* DNES */
	font-weight: bold;
}

table.coex_calendar .day_inactive {
	cursor: default;
	color: silver;
	background: #DADADA;
}

table.coex_calendar .day_selected {
	background-color: #D35918;
	color: white;
}

table.coex_calendar .day_weekday {
	
}

table.coex_calendar .day_monday {
	
}

table.coex_calendar .day_tuesday {
	
}

table.coex_calendar .day_wednesday {
	
}

table.coex_calendar .day_thursday {
	
}

table.coex_calendar .day_friday {
	
}

table.coex_calendar .day_weekend {
	
}

table.coex_calendar .day_saturday {
	
}

table.coex_calendar .day_sunday {
	
}