#ec th, td {
  border: none;
}

#ec-head {
  position: relative;
  width: 100%;
  text-align:center;
}

#ec-page-title {
  font-size:210%;
  font-weight:bold;
}

#ec-page-nav-previous {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  top: 0;
  left: -10px;
  margin-left:20px;
}

#ec-page-nav-next {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  top: 0;
  right: -10px;
  margin-right:20px;
}

#ec .deletebtn {
  font-weight: bold;
  color: blue;
}

#ec .lower-left {
  position: absolute;
  left: 10px;
  bottom: 10px;
}

#ec-main-container {
  padding:0;
}

#ec-cal-container {
}

#ec #ec-cal-container.yui-calcontainer {
  background:#ffffff;
  border:none;
  padding: 0;
}

#ec .yui-calendar {
  /* make calendar table fit in #ec-cal-container */
  /*width:100%;*/
}

#ec-cal-container .yui-calendar td.calcell {
  /*border:none;*/
  padding:0;
}

#ec-cal-container .yui-calendar td.calcell.today {
  background: #000;
}

#ec-cal-container .yui-calendar td.calcell.oom {
}

#ec-cal-container .yui-calendar td.calcell.selected div.ec-cal-cell {
}

#ec-cal-container .yui-calendar td.calcell.calcellhover {
  background: #0066CC;
}

#ec-cal-container .yui-calendar div.ec-cal-cell {
  margin: 1px;
  position: relative;
  border:1px solid /*#93baef;*/ #C5D7EF;
  overflow: hidden;
  color:#0066CC;
  height:110px;
  width:104px;
  background: #fff;
}

#ec-cal-container .yui-calendar div.ec-cal-cell a.daylabel {
  display: block;
  height: 1.2em;
  padding: 1px 2px;
  text-align: right;
  background: #fafafa;
  border-bottom: 1px solid #e0e0e0;
}

#ec-cal-container .yui-calendar div.ec-cal-cell.oom a.daylabel {
  color: #999;
  text-decoration: none;
}

#ec-morepanel-list {
  max-height: 100px;
  overflow: auto;
}

#ec-morepanel-list span.ec-event,
#ec-cal-container .yui-calendar div.ec-cal-cell span.ec-event {
  margin: 2px 0px;
  padding: 2px 3px;
  background: #C5D7EF;
  text-align: left;
  font-size: 7pt;
  height: /*1.2em*/ 9px;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
}

#ec-morepanel-list span.ec-event.hover,
#ec-cal-container .yui-calendar div.ec-cal-cell span.ec-event.hover {
  color: #000;
  text-decoration: underline;
}

#ec-cal-container .yui-calendar div.ec-cal-cell a.more {
  position: absolute;
  display: block;
  bottom: 0px;
  height: 15px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-size: 80%;
}
#ec-cal-container .yui-calendar div.ec-cal-cell a.more:hover {
  text-decoration: underline;
}

#ec-cal-container .yui-calendar div.ec-cal-cell.oom {
  background: #f0f0f0;
}

#ec-cal-container .yui-calendar .calheader {
  /* hide the navigation div on the main calendar */
  display: none;
}

#ec-sc-container {
  padding:0;
}

#ec-sc-cal-container {
}

#ec-sc-cal-container .yui-calendar td.calcell {
  height:1.3em;
  line-height:1.3em;
  /*border:none;*/
}

#ec-sc-cal-container .yui-calendar td.calcell.oom {
}

#ec-cal-list {
}

#ec-cal-list li {
  list-style:none;
}

#ec-admin-addeventdlg {
  width: 500px;
}

#ec {
}

#ec.ec-public #ec-head {
  background-color: #968D00;
  background-image: url(images/h1_bg.jpg);
  background-repeat: repeat-x;
  border-bottom: 1px solid #336600;
  color: #fff;
  letter-spacing: 2px;
  font-family: "Trebuchet MS", Tahoma, Arial;
  font-size: 24px;
  margin-top: 24px;
}

#ec.ec-public #ec-head a:hover {
  text-decoration: underline;
}

#ec.ec-public #ec-page-title {
  font-size: 100%;
}

#ec.ec-public #ec-page-nav-previous {
  left: 7px;
  margin-left: 0px;
}

#ec.ec-public #ec-page-nav-next {
  right: 7px;
  margin-right: 0px;
}

#ec-viewpanel {
  width: 400px;
}

.yui-skin-sam .yui-panel .hd {
  text-align: left;
  background: #968D00 url(images/h1_bg.jpg) repeat-x scroll;
}

.yui-skin-sam .yui-panel-container.matte {
  padding: 5px 6px;
}

#ec.ec-public .yui-calendar div.ec-cal-cell {
  height: 70px;
  width: 85px;
}

