/* Calendar
-------------------------------------------*/
#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;
}
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;
  text-decoration: none;
}
.ncCalendarMiniGrid table {
  width: 100%;
  border-top: 1px solid #8e8f9c;
  border-left: 1px solid #8e8f9c;
}
.ncCalendarMiniGrid td, .ncCalendarMiniGrid th {
  width: 14%;
  border-right: 1px solid #8e8f9c;
  border-bottom: 1px solid #8e8f9c;
  color: #797979;
  text-align: center;
  padding: 3px;
}
.ncCalendarMiniGrid em {
  font-style: normal;
}
.ncCalendarMiniGrid th {
  background-color: #4b8c70;
  color: #fff;
}
.ncCalendarMiniGrid td.ncCalendarGridWeekend {
  background-color: #b5d5c8;
}
.ncCalendarMiniGrid td.ncCalendarGridToday {
  background-color: #8fd6b8;
}
#ncCalendarLayoutTbl td.ncCalendarTblCol_2 form {
  margin: 1em 0;
}

/** Large Grid **/
.ncCalendarLargeGrid .ncCalendarGridDateNav {
  text-align: center;
  margin-bottom: 5px;
}
.ncCalendarLargeGrid .ncCalendarGridDateNav span {
  font-weight: bold;
}
.ncCalendarLargeGrid .ncCalendarGridDateNav a {
  color: #797979;
  text-decoration: none;
}
.ncCalendarLargeGrid table {
  width: 100%;
  border-top: 1px solid #8e8f9c;
  border-left: 1px solid #8e8f9c;
}
.ncCalendarLargeGrid td, .ncCalendarLargeGrid th {
  width: 87px;
  border-right: 1px solid #8e8f9c;
  border-bottom: 1px solid #8e8f9c;
  color: #797979;
  text-align: center;
  padding: 3px;
}
.ncCalendarLargeGrid td div{
  width: 120px;
  min-height: 90px;
  overflow-x: auto;
}
.ncCalendarLargeGrid td .dayEvents li {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;	
  margin: 0 0 5px 0;
}
.ncCalendarLargeGrid em {
  font-style: normal;
}
.ncCalendarLargeGrid th {
  background-color: #4b8c70;
  color: #fff;
}
.ncCalendarLargeGrid td.ncCalendarGridWeekend {
  background-color: #b5d5c8;
}
.ncCalendarLargeGrid td.ncCalendarGridToday {
  background-color: #8fd6b8;
}
