body {
  font-family : Arial, Helvetica, sans-serif;
  background-color : white;
  color : black;
  padding: 0.75em 1em 0em 1em;
  min-width: 700px;
}
#logoTable {
  padding: 0em;
  margin: 0em;
}
#logoTable #logoCell {
  white-space: nowrap;
  font-weight: bold;
  font-size: 2em;
}
#logoTable img {
  display: inline;
}
#logoTable #schoolLinksCell {
  vertical-align: bottom;
  text-align: right;
  font-size: 0.8em;
  white-space : nowrap;
}
#logoTable #schoolLinksCell a:link,
#logoTable #schoolLinksCell a:visited,
#logoTable #schoolLinksCell a:active {
  background-color: transparent;
  color: #999;
  text-decoration: none;
}
#logoTable #schoolLinksCell a:hover {
  background-color: #eee;
  color: #333;
  text-decoration: none;
}
#titleBar {
  display: none;
}
#dateBarTable td  {
  background-color : #2c5f89;
  color : #eee;
  padding-top: 2px;
  padding-bottom: 1px;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin: 0em;
  font-weight : bold;
  text-align : center;
  white-space: nowrap;
}
#dateBarTable img {
  display: inline;
}
#dateBarTable a.rss:link,
#dateBarTable a.rss:active,
#dateBarTable a.rss:visited {
  font-size: 10px;
  font-weight: bold;
  color: #444;
  background-color: #ddd;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  padding: 0px 1px 0px 1px;
  text-decoration: none;
  margin-right: 0.5em;
  margin-left: 2px;
  position: relative;
  top: -3px;
  border: solid 1px #666;
}
#dateBarTable a.rss:hover {
  color: #900;
  background-color: #fff;
}
#dateBarTableLogin td  {
  background-color : #2c5f89;
  color : #ccc;
  padding-top: 2px;
  padding-bottom: 1px;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin: 0em;
  font-size: 0.7em;
  text-align : right;
  white-space: nowrap;
}
#dateBarTableLogin img {
  display: inline;
}
#dateBarTableLogin a:link,
#dateBarTableLogin a:active,
#dateBarTableLogin a:visited {
  color: #ccc;
  font-weight: bold;
  background-color: transparent;
}
#dateBarTableLogin a:hover {
  color: #333;
  background-color: transparent;
  text-decoration: none;
}

#searchBarTable {
  margin: 0px;
  padding: 0em;
  background-color : #eee;
  color: black;
  font-size: 0.9em;
}
#searchBarTable .leftCell {
  margin: 0px;
  padding: 0em;
  border-left: 3px solid #aaa;
  padding: 0.1em 0em 0em 1em;
  white-space: nowrap;
}
#searchBarTable .leftCell .link {
  font-size: 0.8em;
  padding-left: 1em;
  color: #999;
  background-color: transparent;
}
#searchBarTable .leftCell a {
  color: #999;
  background-color: transparent;
}
#searchBarTable .rightCell {
  margin: 0px;
  padding: 0em;
  text-align: right;
  border-right: 3px solid #aaa;
  padding: 0.1em 0.1em 0em 0em;
  white-space: nowrap;
}
#searchBarTable form {
  margin: 0px 0px 1px 0px;
  padding: 0em;
}
#tabsTable {
  margin: 0em;
  padding: 4px 0px 0px 0px;
  text-align: center;
  background-color: #333;
  color: #eee;
}
#tabsTable .centerCell {
  text-align: right;
  background : url(/calrsrc/images/demo/std-tab-space.gif);
  font-size: 0.8em;
  white-space: nowrap;
  width: 100%;
  padding-right: 0.5em;
}
#tabsTable .centerCell  a {
  text-decoration: none;
  color: #eee;
}
#tabsTable .rightCell {
  background : url(/calrsrc/images/demo/std-tab-space.gif);
  padding-right: 0.5em;
}
#navigationBarTable {
  font-size: 0.8em;
  margin: 0em;
  padding: 0em;
  vertical-align: top;
  border-left : 2px solid #aaa;
  border-right : 2px solid #aaa;
  border-bottom: 1px solid Gray;
}
#navigationBarTable a {
  text-decoration: none;
  white-space: nowrap;
}
#navigationBarTable td {
  vertical-align: top;
}
#navigationBarTable form {
  display: inline;
  margin-bottom: 0em;
}
#navigationBarTable table {
  display: inline;
  margin-bottom: 0em;
}
#navigationBarTable td.todayButton {
  padding: 1em 1em 0em 1em;
}
#navigationBarTable td.gotoForm {
  padding: 1em 0em 0em 1em;
}
#navigationBarTable td.leftCell {
    text-align: left;
  white-space: nowrap;
  padding-left: 0.5em;
  font-size: 1.3em;
  font-weight: bold;
  padding: 0.75em 0em 0.75em 1em;
  width: 100%;
  vertical-align: middle;
}
#navigationBarTable td.leftCell .prevImg {
  margin: 0 0.2em 0 0;
  vertical-align: top;
}
#navigationBarTable td.leftCell .nextImg {
  margin: 0 0.75em 0 0;
  vertical-align: top;
}
#navigationBarTable td.rightCell {
  text-align: right;
  padding: 1em 0.5em 0em 0em;
}
#navigationBarTable td.rightCell select {
  padding-right: 0em;
  margin: 0em;
  width: 10em;
}
#navigationBarTable .calLinks {
  white-space: nowrap;
}
#eventTable {
  width: 100%;
  font-size: 0.9em;
  margin: 0px;
  padding: 0px;
  border-bottom: 2px solid #aaa;
  border-left: 2px solid #aaa;
  border-right: 2px solid #aaa;
}
#eventTable td.fieldname {
  margin: 0em;
  vertical-align: top;
  padding: 0.5em 0.5em 0.2em 0.5em;
  background-color: #EDF5F9;
  color: black;
}
#eventTable td.fieldval {
  margin: 0em;
  vertical-align: top;
  padding: 0.5em 0.5em 0.2em 1em;
}
#eventTable th.icalIcon {
  margin: 0em;
  vertical-align: middle;
  text-align: right;
  padding: 0.5em 1em 0.2em 0.5em;
  white-space: nowrap;
}
#eventTable th.icalIcon img.addref {
  margin-right: 0.5em;
  position: relative;
  top: -5px;
}
#eventTable th.fieldname {
  text-align: left;
  padding: 1em 0.5em 1em 0.5em;
  background-color: #EDF5F9;
  color: black;
}
#eventTable th.fieldval {
  text-align: left;
  padding: 1em 0.5em 0.5em 1em;
  background-color: #fff;
  color: black;
  width: 100%;
}
#calPageTable {
  width: 100%;
  font-size: 100%;
  margin: 0px;
  padding: 0px;
  border-bottom: 2px solid #aaa;
  border-left: 2px solid #aaa;
  border-right: 2px solid #aaa;
}
#calPageTable td {
  width: 50%;
  vertical-align: top;
  padding: 0.5em 2em 1em 3em;
}
#calPageTable th {
  font-size: 1.2em;
  background-color: #ccc;
  color: black;
  font-weight: bold;
}
#calPageTable td.leftCell {
  border-right : thin dashed #999;
}
#calPageTable h2 {
  font-size: 1.2em;
}
#calPageTable td.infoCell {
  background-color: #eee;
  color: black;
  text-align: center;
}
#dayCalendarTable {
  width: 100%;
  font-size: 0.9em;
  margin: 0px;
  padding: 0px;
  border-top: 1px solid #666;
  border-bottom: 2px solid #aaa;
  border-left: 2px solid #aaa;
  border-right: 2px solid #aaa;
}
#dayCalendarTable td {
  padding: 0.4em;
  margin: 0em;
}
#dayCalendarTable .dateRange {
  text-align: left;
  background-color: #D3E4F0;
  color: black;
  white-space: nowrap;
}
#dayCalendarTable .description {
  text-align: left;
  background-color: #fff;
  color: black;
  width: 100%;
}
#dayCalendarTable .more {
  text-align: center;
  background-color: #eee;
  color: black;
  font-size: 0.8em;
}
#weekCalendarTable {
  width: 100%;
  font-size: 0.9em;
  margin: 0px;
  padding: 0px;
  border-top: 1px solid #666;
  border-bottom: 2px solid #aaa;
  border-left: 2px solid #aaa;
  border-right: 2px solid #aaa;
}
#weekCalendarTable td {
  padding: 0.4em;
  margin: 0em;
}
#weekCalendarTable .dateRange {
  text-align: left;
  background-color: #D3E4F0;
  color: black;
  white-space: nowrap;
}
#weekCalendarTable .description {
  text-align: left;
  background-color: #fff;
  color: black;
  width: 100%;
}
#weekCalendarTable .more {
  text-align: center;
  background-color: #eee;
  color: black;
  font-size: 0.8em;
}
#monthCalendarTable {
  width: 100%;
  font-size: 0.8em;
  margin: 0px;
  padding: 0px;
  border-top: 1px solid #666;
  border-bottom: 2px solid #aaa;
  border-left: 2px solid #aaa;
  border-right: 2px solid #aaa;
}
#monthCalendarTable th.dayHeading {
  width: 14%;
  text-align: center;
  vertical-align: middle;
  background-color: #2c5f89;
  color: #eee;
  border: 1px solid black;
}
#monthCalendarTable td {
  width: 14%;
  height: 60px;
  vertical-align: top;
  text-align: left;
  padding: 0em;
  border: 1px solid #aaa;
  background-color: white;
  color: black;
}
#monthCalendarTable td.filler {
  border: none;
  background-color: #eee;
  color: black;
  /*border: 1px solid #aaa;*/
}
/*#monthCalendarTable ul {
  font-size: 0.8em;
  list-style : disc;
  margin: 0em 0em 0em 1em;
  padding-left: 0.75em;
  padding-right: 0.1em;
  color: #999;
}*/
#monthCalendarTable ul {
  font-size: 0.8em;
  list-style : none;
  margin: 0em;
  padding: 0.3em 0em 0em 0em;
}
#monthCalendarTable ul li {
  margin: 0em;
  padding: 0em;
  display: inline;
}
#monthCalendarTable a.eventLinkA:link,
#monthCalendarTable a.eventLinkA:visited,
#monthCalendarTable a.eventLinkA:active  {
  display: block;
  padding: 0.1em 0.2em 0.1em 0.2em;
  text-decoration: none;
  background-color: #DEECF2;
  color: black;
}
#monthCalendarTable a.eventLinkB:link,
#monthCalendarTable a.eventLinkB:visited,
#monthCalendarTable a.eventLinkB:active  {
  display: block;
  padding: 0.1em 0.2em 0.1em 0.2em;
  text-decoration: none;
  background-color: #F7FAFC;
  color: black;
}
#monthCalendarTable a.eventCancelled:link,
#monthCalendarTable a.eventCancelled:visited,
#monthCalendarTable a.eventCancelled:active  {
  display: block;
  padding: 0.1em 0.2em 0.1em 0.2em;
  text-decoration: none;
  background-color: #ccc;
  color: black;
}
#monthCalendarTable a.holiday:link,
#monthCalendarTable a.holiday:visited,
#monthCalendarTable a.holiday:active  {
  display: block;
  padding: 0.1em 0.2em 0.1em 0.2em;
  text-decoration: none;
  background-color: #fff;
  color: black;
  /*border-top: 1px solid black;
  border-bottom: 1px solid black;*/
}
#monthCalendarTable a.eventLinkA:hover,
#monthCalendarTable a.eventLinkB:hover,
#monthCalendarTable a.eventCancelled:hover,
#monthCalendarTable a.holiday:hover  {
  display: block;
  padding: 0.1em 0.2em 0.1em 0.2em;
  text-decoration: none;
  color: black;
  background-color: #ddd;
}
#monthCalendarTable a.dayLink {
  text-decoration: none;
  color: black;
  background-color: transparent;
}
#monthCalendarTable a:hover.dayLink {
  text-decoration: none;
  color: #eee;
  background-color: black;
}
#yearCalendarTable {
  width: 100%;
  font-size: 0.9em;
  margin: 0px;
  padding: 0em;
  border-top: 1px solid #666;
  border-bottom: 2px solid #aaa;
  border-left: 2px solid #aaa;
  border-right: 2px solid #aaa;
}
#yearCalendarTable td {
  padding: 1em 0em 0em 0em;
  margin: 0em;
  vertical-align: top;
  text-align: center;
  width: 33%;
}
#yearCalendarTable table.yearViewMonthTable {
  margin: 0em  1em 0.5em 1em;
}
#yearCalendarTable table.yearViewMonthTable td {
  text-align: center;
  padding: 0.2em;
  width: 12.5%;
}
#yearCalendarTable table.yearViewMonthTable th {
  font-weight: bold;
  background-color: #f5f5f5;
  color: black;
  padding: 0.2em;
}
#yearCalendarTable table.yearViewMonthTable td.monthName {
  font-weight: bold;
  text-align: center;
  background-color: #EDF5F9;
  color: black;
  white-space: nowrap;
  border-bottom: 1px solid #999;
}
#yearCalendarTable table.yearViewMonthTable td.weekCell {
  font-weight: bold;
  font-size: 0.8em;
  background-color: #f5f5f5;
  color: black;
}
#yearCalendarTable  table.yearViewMonthTable td  a  {
  text-decoration: none;
  background-color: inherit;
  border: 1px solid white;
  color: black;
}
#yearCalendarTable  table.yearViewMonthTable td.weekCell a  {
  text-decoration: none;
  background-color: inherit;
  border: 1px solid #f5f5f5;
  color: black;
}
#yearCalendarTable  table.yearViewMonthTable td.monthName a  {
  text-decoration: none;
  background-color: inherit;
  border: 1px solid #EDF5F9;
  color: black;
}
#yearCalendarTable  table.yearViewMonthTable td a:hover  {
  text-decoration: none;
  background-color: #FFC;
  color: black;
  border: 1px solid black;
}
#listTable {
  width: 100%;
  font-size: 0.9em;
  margin: 0px;
  padding: 0px;
  border-top: 1px solid #666;
  border-bottom: 2px solid #aaa;
  border-left: 2px solid #aaa;
  border-right: 2px solid #aaa;
}
#listTable td {
  padding: 0.5em;
  margin: 0em;
  border-bottom: 1px solid #bbb;
}
#listTable td a {
  background-color: transparent;
  color: black;
  text-decoration: none;
}
#listTable td.dateRangeCrossDay {
  font-size: 0.9em;
  text-transform: lowercase;
  background-color: #eee;
  color: black;
  white-space: nowrap;
}
#listTable td.dateRangeEarlyMorning {
  font-size: 0.9em;
  text-transform: lowercase;
  background-color: #C0D4DD;
  color: black;
  white-space: nowrap;
}
#listTable td.dateRangeMorning {
  font-size: 0.9em;
  text-transform: lowercase;
  background-color: #F7FAFC;
  color: black;
  white-space: nowrap;
}
#listTable td.dateRangeAfternoon {
  font-size: 0.9em;
  text-transform: lowercase;
  background-color: #EAF5FB;
  color: black;
  white-space: nowrap;
}
#listTable td.dateRangeEvening {
  font-size: 0.9em;
  text-transform: lowercase;
  background-color: #DEECF2;
  color: black;
  white-space: nowrap;
}
#listTable span.littleArrow {
  font-size: 1.4em;
}
#listTable td.description {
  text-align: left;
  background-color: #fff;
  color: black;
  width: 100%;
}
#listTable td.description a {
  display: block;
  background-color: transparent;
  color: black;
  text-decoration: none;
}
#listTable td.description a.moreLink {
  display: inline;
  background-color: transparent;
  color: #009;
  text-decoration: underline;
}
#listTable td.description:hover {
  background-color: #f5f5f5;
  color: black;
}
#listTable td.dateRow {
  text-align: left;
  background-color: #B1D4E3;
  color: #333;
  font-size: 0.8em;
  padding: 0.2em 0.5em 0.2em 0.5em;
  margin: 0em;
}
#listTable td.dateRow a {
  display: block;
  color: #333;
  background-color: transparent;
  font-weight: bold;
  text-decoration : none;
}
#listTable td.icons {
  color: black;
  background-color: #ddd;
  white-space: nowrap;
}
#listTable td.icons img.addref {
  margin-right: 0.5em;
}
.noEventsCell {
  padding: 1em;
}
#footer {
  font-size: 0.75em;
  text-align : center;
  margin-top: 0em;
  padding: 1em;
  color: #333;
  background-color: #eee;
  border-bottom: 2px solid #999;
  border-left: 2px solid #999;
  border-right: 2px solid #999;
  white-space: nowrap;
}
#footer a {
  color: #333;
  background-color: transparent;
  text-decoration: underline;
}
#skinSelectorTable {
  width: 100%;
  padding-top: 0.5em;
  font-size: 0.7em;
  color: #333;
  background-color: inherit;
}
#skinSelectorTable td {
  vertical-align: top;
}
#skinSelectorTable td.rightCell {
  text-align: right;
}
#skinSelectorTable td.leftCell {
  text-align: left;
  color: #999;
  background-color: inherit;
}
#skinSelectorTable td.leftCell  a {
  color: #999;
  background-color: inherit;
}
#skinSelectorTable td.rightCell form {
  display: inline;
  margin: 0em;
  padding: 0em;
}
#skinSelectorTable td.rightCell select {
  font-size: 0.9em;
  color: #333;
  background-color: #eee;
}
#featureHighlight {
  color: #dd0;
  font-style: italic;
}
