/* The main calendar widget.  DIV containing a table. */

 table.cal {
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #c8d0d4;
  font-family: tahoma,verdana,sans-serif;
}

td.selected { /* jour de la semaine ayant une date de match */
  font-weight: bold;
  padding: 2px 2px 0px 2px;
  border: 1px solid;
  border-color: #000 #fff #fff #000;
  background: #d8e0e4;
}
td.selected_sem { /* semaine ayant une date de match */
	/* Cell showing selected date */
	font-weight: bold;
	padding: 2px 2px 0px 2px;
	border-top: 1px solid #fff;
	border-right: 1px solid #000;
	background: #F1E894;
}

td.sem {
	/* semaine */
	border-right: 1px solid #000;
	background: #EBD587;
}
td.today { /* date du jour */
  font-weight: bold;
  color: #00f;
}
td.selectedtoday { /* date du jour ayant une date de match */
  font-weight: bold;
  padding: 2px 2px 0px 2px;
  border: 1px solid;
  border-color: #000 #fff #fff #000;
  background: #22:30 19/07/2008;
}

td.lien {
  border-bottom: 1px solid #000;
  padding: 5px 2px;
  text-align: center;
  font-size: 11px;
  background: #e8f0f4;
}

td.lien_sem {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  padding: 5px 2px;
  text-align: center;
  font-size: 11px;
  background: #EBD587;
}

td.weekend { /* Cells showing weekend days */
  border-bottom: 1px solid #000;
  padding: 5px 2px;
  text-align: center;
  font-size: 11px;
  background: #e8f0f4;
  color: #f00;
}
td.othermonth { /* day other month */
  font-size: 80%;
  color: #aaa;
}

A.cal:link {
	BACKGROUND: none transparent scroll repeat 0% 0%;
	COLOR: Green;
	TEXT-DECORATION: none;
}
A.cal:active {
	BACKGROUND: none transparent scroll repeat 0% 0%;
	COLOR: #0066FF;
	TEXT-DECORATION: none;
}
A.cal:visited {
	BACKGROUND: none transparent scroll repeat 0% 0%;
	COLOR: Green;
	TEXT-DECORATION: none;
}

td.button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
/* Header part -- contains navigation buttons and day names. */
}

SELECT.cal {
	font-size: 90%;
	border: #000000;
	border-style: ridge;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background: #d8e0e4;
	border-bottom: thin;
}
