/* Calendar
-------------------------------------------*/

/*--CALENDAR STYLES------------------------------------------------------------------*/
#miniGridWrap {width: 210px; margin: 0 auto;}

#miniGridNav {
  text-align: center;
  margin-bottom: 5px;
}
#miniGridNav span {
  font-weight: normal;
  padding: 0 4px;
  color: #fff;
}
#miniGridNav a {
  color: #fff;
  text-decoration: none;
}
#miniGridWrap table {
  width: 100%;
  border-top: 1px solid #8e8f9c;
  border-left: 1px solid #8e8f9c;
  margin-bottom: 15px;
}
#tblMiniGrid td, #tblMiniGrid th {
  background: none repeat scroll 0 0 #FFFFFF;
  width: 14%;
  border-right: 1px solid #8e8f9c;
  border-bottom: 1px solid #8e8f9c;
  color: #797979;
  text-align: center;
  padding: 3px;
}

#tblMiniGrid th {
  background-color: #ff9933;
  color: #fff;
}

#tblMiniGrid td.weekend {
  background-color: #FFE5CC;
}
#tblMiniGrid td.today {
  background-color: #D5D6D9;
}
.calendar-form {margin: 15px; text-align: center;}

#calendar-date-nav{
	text-align: center;
}

#calendar-date-nav span.current {
	padding: 0 4px;
}

table.agenda-event {
	width: 100%;
}

table.agenda-event td.col_2 {
	width: 415px;
}

/** Unused? **/

#ncCalendarLayoutTbl {
  width: 100%;
  margin-left: 3px;
}
#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;  
  background: #fff;

}
div.ncCalendarDate span {
  padding: 0 15px;
  font-size: 130%;
  font-weight: bold;
}
div.ncCalendarDate a {
  color: #797979;background: #fff;
  text-decoration: none;
}
#ncCalendarLayoutTbl label {
  display: block;
  margin-bottom: 1px;
  font-size: 12px;
  font-weight: normal;

}
#ncCalendarLayoutTbl ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ncCalendarLayoutTbl h3 {
  font-weight: bold;
  font-size: 90%;
}
#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;color: #fff;
}
.ncCalendarMiniGrid .ncCalendarGridDateNav span {
  font-weight: normal;color: #fff;
}
.ncCalendarMiniGrid .ncCalendarGridDateNav a {
  color: #797979;color: #fff;
  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;
  background: #fff;
}
.ncCalendarMiniGrid em {
  font-style: normal;
}
.ncCalendarMiniGrid th {
  background-color: #ff9933;
  color: #fff;
}
.ncCalendarMiniGrid td.ncCalendarGridWeekend {
  background-color: #ffe5cc;
}
.ncCalendarMiniGrid td.ncCalendarGridToday {
  background-color: #d5d6d9;
}
#ncCalendarLayoutTbl td.ncCalendarTblCol_2 form {
  margin: 1em 0;
}
