div.calendar
{
  font-size: 11px;;
  color: #000;
}

div.calendar.popup
{
  margin-left: -40px;
  margin-top: -100px;
}

div.calendar table
{
  background-color: #000000;
  border: 1px solid #000000;
  border-collapse: collapse;
}

div.calendar thead {
  background-color: #000;
}

div.calendar td,
div.calendar th
{
  padding: 0px;
  text-align: center;
}

div.calendar td.title
{
  font-weight: normal;
  color: #899089;
  font-size: 18px;
  font-family: Tahoma;
  width: 75px;
}

div.calendar th
{
  background: #000;
  padding-top: 5px;
  padding-bottom: 2px;
  border-bottom: 1px solid #70706e;
  font-weight: bold;
  color: #ffffff;
}

div.calendar tr.days td {
  width: 17px;
  height: 10px;
/*   color: #5e5e5e; */
  text-align: center;
  cursor: pointer;
}
.neutral{
	color: #5e5e5e;
}
div.calendar tr.days td:hover,
div.calendar td.button:hover
{
  background-color: #272727;/* #34ABFA; */
  cursor: pointer;
  color: #08af03;
}

div.calendar tr.days td:active
div.calendar td.button:active
{
  background-color: #08af03;
}

div.calendar tr.days td.selected
{
  font-weight: bold;
  background-color: #272727;
 /*  color: #08af03; */
}

div.calendar tr.days td.today
{
  font-weight: bold;
  color: #0075b2;
}

div.calendar tr.days td.otherDay
{
  color: #5e5e5e;
}

.Geltona{
	color: #fffc00;
}
.Zalia{
	color: #08af03;
}
.Melyna{
	color: #0075b2;
}