table.calendar {
  margin: 0px;
  background: whitesmoke;
  border-collapse: collapse;
  background-color: #defcd2;
}
table.calendar td {
  border: 1px #003300 solid;
  padding: 5px;
}
table.calendar tr.calhead {
  background: #b4f399;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
}
.eday {
   float: left;
   font-size: 14px;
   font-weight: bold;
   color: #000000;
}
.eday a {
   font-size: 14px;
   font-weight: bold;
   text-decoration: none;
   color: #000000;
   cursor: pointer;
}
.iday {
   background-color: #7abe5e;
   padding: 5px 10px;
   color: #f9fb06;
   float: right;
   font-weight: bold;
   font-size: 14px;
}
.calday {
   width: 100px;
   height: 116px;
}
.calcurday {
   width: 100px;
   height: 116px;
   background-color: #b4f399;
}

.calgreen {
   float: left;
   color: #0ca107;
   font-size: 9px;
}


.calgreen a {
   float: left;
   color: #0ca107;
   font-size: 9px;
}


.calgreen a:hover {
   float: left;
   color: #0ca107;
   font-size: 9px;
}

.calred {
   color: #FF1000;
   font-size: 9px;
}

.calred a {
   color: #FF1000;
   font-size: 9px;
}

.calred a:hover {
   color: #FF1000;
   font-size: 9px;
}

.calblack {
   color: #000000;
   font-size: 9px;
}


.calblack a {
   color: #000000;
   font-size: 9px;
}


.calblack a:hover {
   color: #000000;
   font-size: 9px;
}

table.prayertime {
  margin: 0px;
  background: whitesmoke;
  border-collapse: collapse;
}
table.prayertime td {
  border: 1px #003300 solid;
  padding: 3px;
  font-size: 11px;
}
table.prayertime tr.pthead {
  background: #7abe5e;
  color: #000000;
  font-weight: bold;
}
table.prayertime tr.ptcurdata {
  text-align: right;
  background-color: #fafb78;
  color: #000000;
  font-weight: bold;
}
table.prayertime tr.ptdata1 {
  text-align: right;
  background-color: #b4f399;
  color: #003300;
}
table.prayertime tr.ptdata2 {
  text-align: right;
  background-color: #defcd2;
  color: #003300;
}


