BODY {
	background: url(../images/body_tausta_6.jpg) repeat-x;
}

TABLE#kalenteriTaulukko{
	border-collapse: collapse;
	border: 1px solid #ccc;
	margin: 5px;
	font-size: 1em;	
	width: 100%;
}

TABLE#kalenteriTaulukko TD {
    text-align: center;
}

TABLE#kalenteriTaulukko .kalenteriTaulukko_otsikkorivi {
  background: #ccc url(images/bar.gif) repeat-x left center;
  border-top: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
  padding: 2px;
  font-size: 0.9em;	
  font-weight: bold;
}

TABLE#kalenteriTaulukko .activeMonth_tyhja, TABLE#kalenteriTaulukko .activeMonth_merkinta, TABLE#kalenteriTaulukko .otherMonth {
	padding: 2px;
	cursor: pointer;
}

/* P�ivien lyhenteet tulostava otsikkorivi */

.activeMonth_tyhja {}

.activeMonth_merkinta {
	/* background-color: rgb(220,235,255); */
	background-color: rgb(230,230,230);
}


.otherMonth {
	color: rgb(200,200,200);
}


/* T�m� p�iv�n korostus */
.tama_paiva {
	color: red;
}

/* Kalenterista valittuna olevan p�iv�n korostus */
.valittu_paiva {
	color: green;
}

/* Combot */
.combot {
	margin: 5px;
	width: 100%;
	text-align: right;
}

.combo_lbYears{
	width: 90%;
}

.combo_lbMonths{
	width: 100%;
}

/* P�iv�, jonka kohdalla hiiri on */
TABLE#kalenteriTaulukko TD:hover, DIV.activeMonth_merkinta:hover{
  background-color:#3d80df;
  color: #fff;
}


#calendarTooltip{
	width: 300px;
	text-align: left;
	/* font-weight: bold; */
	font-size: 1.0em;
	line-height: 1.2em;
	color: black;
	position: absolute;
	border: 2px solid rgb(220,240,250);	
	background-color: rgb(245,245,250);
	top: 0px;
	left: -10000px;
	overflow: visible;
}

#calendarTooltip DIV.noteTitle{
	font-weight: bold;
	/* letter-spacing: 0.1em; */
	margin: 0px 0px 3px 0px;
	color: #F9f9f9;
	background: rgb(1,76,115);
}

#calendarTooltip DIV.caldendarNote{
	margin: 0px 0px 20px 0px;
}

#calendarTooltip P.caldendarNote_viesti{
	margin: 5px 0px 0px 0px;
	font-weight: bold;
}

#calendarTooltip P.linkkiInfo{
	margin: 5px 0px 0px 0px;
	font-weight: bold;
}

.tapahtumaTyyppi{
	font-weight: bold;
}

.joukkueNimi, .infoOtsikko{
	font-weight: bold;
	color: blue;
}

.tapahtumaPeruttu, .valitsePaivaMsg{
	font-weight: bold;
	color: red;
}

#kalenteri{
	/*min-height: 200px;*/
}
