/* Calendar
-------------------------------------------*/
#ncCalendarLayoutTbl {
  width: 100%;
}
#ncCalendarLayoutTbl td {
  vertical-align: top;
  text-align: left;
}
#ncCalendarLayoutTbl td.ncCalendarTblCol_1 {
  /* width: 65%; */
}
#ncCalendarLayoutTbl td.ncCalendarTblCol_2 {
  width: 168px;
  padding-left: 0;
}
div.ncCalendarDate {
  margin-bottom: 20px;
}
div.ncCalendarDate span {
  font-size: 12px;
  font-weight: bold;
  color: #001b50;
}
div.ncCalendarDate a {
  color: #001b50;
}
#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: 12px;
  margin-bottom: 3px;
  color: #001b50;
}
.ncCalendarTblAgenda {
  margin: 0 0 10px 0;
  width: 100%;
}
#ncCalendarLayoutTbl table.ncCalendarTblAgenda td.ncCalendarTblAgendaCol_1 {
  width: 130px;
  color: #001b50;
}

#ncCalendarLayoutTbl table.ncCalendarTblAgenda td.ncCalendarTblAgendaCol_2 a {
  color: #001b50;
}



.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;
  padding: 2px 0;
  background: #001b50;
  color: #fff;
}
.ncCalendarMiniGrid .ncCalendarGridDateNav span {
  font-weight: bold;
}
.ncCalendarMiniGrid .ncCalendarGridDateNav a {
  color: #fff;
  text-decoration: none;
}
.ncCalendarMiniGrid table {
  width: 100%;
  background: #647799;
  padding: 0 0 20px 0;
}
.ncCalendarMiniGrid td, .ncCalendarMiniGrid th {
  width: 14%;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}
.ncCalendarMiniGrid em {
  font-style: normal;
}
.ncCalendarMiniGrid a {
  color: #fff;
  font-weight: bold;
}
.ncCalendarMiniGrid th {
  color: #fff;
}
.ncCalendarMiniGrid thead th {
  padding-top: 20px;
}
#ncCalendarLayoutTbl td.ncCalendarTblCol_2 form {
  margin: 1em 0;
}

.ncCalendarGridWeek {
    background: #ffbd22;
}

#ncCalendarLayoutTbl .ncCalendarMiniGrid table td {
    text-align: center;
}