/*
* WHO/UNICEF: http://www.babyfreundlich.org
* Copyright (c) Babyfreundliches Krankenhaus (BMHI) e.V.
* ------------------------------------------------------
* $Id: style.css, v1.0 2008-05-03 09:53:25 msiegl Exp $
**/

.cal_box {
	background: #002a6f;
}

.cal_table_td,
.cal_table_td a {
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}

.cal_table_td_title {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
.cal_table_td_title a {
	color: #f38800;
	text-decoration: none;
	font-weight: bold;
}

.cal_selected_day, 
.cal_selected_day a {
	color: #f38800;
	text-decoration: none;
}

.cal_active_day, 
.cal_active_day a {
	color: yellow;
	text-decoration: none;
}

.cal_noentry_day, 
.cal_noentry_day a {
  color: #ffffff;
  text-decoration: none;
}
