.month {
  margin : 0px 52px 20px 0px;
  border-collapse : collapse;
  border-spacing : 0;
  background : url("../kuvat/month_tausta.png") no-repeat;
  width : 251px;
  height : 181px;
}

.month td  {
  vertical-align : top;
}

.month_grid {
  text-align : center;
  border-spacing : 0;
  border-collapse : collapse;
  width : 243px;
  padding : 0;
  margin : 3px;
  height : 169px;
}

.month_grid td  {
  padding : 0;
  margin : 0;
}

.day_title {
  text-align : center;
  vertical-align : bottom;
  font-family: Georgia, verdana;
  font-size : 9pt;
}

.kuukausi_title  {
	width: 240px;
	height: 58px;
	background: url(../kuvat/valittu-otsikko.png) top left no-repeat;
	font-size: 14px;
	color: #000;
	z-index: 0;
	-webkit-transform: rotate(-2deg);	
	-moz-transform: rotate(-2deg);
	font-family: Georgia, verdana;
	text-align : left;
	vertical-align : middle;
	padding : 0px 0px 5px 30px;
	line-height : 1.0em;
}

.tapahtuma_teksti {
  line-height : 1.4em;
  padding : 20px;
  height : 100px;
}

.tyhja, .ei_tapahtumia, .tapahtumia, .tama_paiva  {
  border : dotted 1px #ffffff;
  border-bottom : none;
  margin : 0;
  padding : 0;
  line-height : 1.1em;
}

.tyhja a, .ei_tapahtumia a, .tapahtumia a, .tama_paiva a  {
  text-decoration : underline;
}

.ei_tapahtumia  {
  background-color : #e7e9e0;
}

.tapahtumia {
  background-color : #e2b033;
}

.tapahtumia a, .tapahtumia a:visited {
  color : #fff;
}

.tama_paiva  {
  background-color : #c4c4c4;
}

.tama_paiva a {
  color : #fff;
}

.tyhja  {
  height : 26px;
}

.ilmo_linkki  {
  padding : 7px;
  background-color : #dedede;
}

.kalenteri_kuva {
  max-width : 170px;
  width : expression(this.width > 170 ? 170: true);
  max-height : 170px;
  height : expression(this.width > 170 ? 170: true);
  border : none;
}

.date_select  {
  background-color : #fff;
  border : solid 1px #e2e3ea;
  border-top : solid 1px #abadb3;
}

.boxi {
  padding : 4px 12px 4px 0px;
  vertical-align : top;
  text-align : left;
  color : #e2b033;
  line-height : 1.4em;
}

.boxi ul  {
  padding-left : 30px;
}