/* Calendar  
-------------------------------------------*/
.datenav {
  margin: 10px 0;
  font-size: 130%;
  font-weight: bold;
}
.datenav a {
  color: #797979;
  text-decoration: none;
}
.c_list_td_header {
  font-weight: bold;
}

#ncCalendarLayoutTbl {
  width: 100%;
}
#ncCalendarLayoutTbl td {
  padding: 5px;
  vertical-align: top;
  text-align: left;
}
#ncCalendarLayoutTbl td.ncCalendarTblCol_1 {
  /* width: 65%; */
}
#ncCalendarLayoutTbl td.ncCalendarTblCol_2 {
  width: 210px;
  padding-left: 0;
}

.ncCalendarMiniGrid td {
background-color: #ebeff7;
}

div.ncCalendarDate {
  text-align: center;
  margin-bottom: 20px;
}
div.ncCalendarDate span {
  padding: 0 15px;
  font-size: 130%;
  font-weight: bold;
}
div.ncCalendarDate a {
  color: #797979;
  text-decoration: none;
}
#ncCalendarLayoutTbl label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
#ncCalendarLayoutTbl ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ncCalendarLayoutTbl h3 {
  font-weight: bold;
  font-size: 100%;
}
#ncCalendarLayoutTbl h2 {
  font-size: 100%;
  margin-bottom: 3px;
}
.ncCalendarTblAgenda {
  margin: 0 0 10px 0;
  width: 100%;
}
#ncCalendarLayoutTbl table.ncCalendarTblAgenda td.ncCalendarTblAgendaCol_1 {
  width: 130px;
  padding: 5px 5px 5px 20px;
}
.ncCalendarSearchForm {
  position: relative;
  margin: 0;
  padding: 0;
}
.ncCalendarSearchForm button {
  display: block;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: relative;
  left: 160px;
  top: -25px;
}
.ncCalendarSearchForm input {
  width: 150px;
}
.ncCalendarMiniGrid .ncCalendarGridDateNav {
  text-align: center;
  margin-bottom: 5px;
}
.ncCalendarMiniGrid .ncCalendarGridDateNav span {
  font-weight: bold;
}
.ncCalendarMiniGrid .ncCalendarGridDateNav a {
  color: #797979;
}
.ncCalendarMiniGrid table {
  width: 100%;
  border-top: 1px solid #5778bf;
  border-left: 1px solid #5778bf;
}
.ncCalendarMiniGrid td, .ncCalendarMiniGrid th {
  width: 14%;
  border-right: 1px solid #5778bf;
  border-bottom: 1px solid #5778bf;
  color: #797979;
  text-align: center;
  padding: 3px;
}

.ncCalendarMiniGrid em {
  font-style: normal;
  color: #35508a;
}
.ncCalendarMiniGrid em a {
  text-decoration: underline;
}

.ncCalendarMiniGrid th {
  background-color: #5d7dc1;
  color: #fff;
}
.ncCalendarMiniGrid td.ncCalendarGridWeekend {
  background-color: #ced8ec;
}
.ncCalendarMiniGrid td.ncCalendarGridToday {
  background-color: #ea9090;
}

.ncCalendarMiniGrid td.ncCalendarGridToday em {
  color: #ba2323;
  font-weight: bold;
}
#ncCalendarLayoutTbl td.ncCalendarTblCol_2 form {
  margin: 1em 0;
}
