/* ----- COLORS ----- */

/* ---  border around top & background --- */

.calendar {
  background-color: #666666;
}

/* ---  year  --- */

.calendarbg {
  background-color: #B2B2B1;
}

.calenderselected {
  background-color: #D2D2D0;
}

.calendarspacer {
  background-color: #666666;
}

/* ---  odd row  --- */

.centercol {
  background: #fff;
}

/* ---  even row  --- */

.calendarrow {
  background: #D6D6D4;
}

/* ---  horizontal line  --- */

.calendardotbg {
  background-image: url('/sitecore modules/MSS/WebSite/Resource/Images/lines.arrows/dot.gif');
}

/* ---  vertical line  --- */

.calendarvline {
  padding: 0px 4px;
  background-repeat: repeat-y;
  background-position: 100% 0px;
  background-image: url('/sitecore modules/MSS/WebSite/Resource/Images/lines.arrows/dot.gif');
}



/* ----- TYPOGRAPHY ----- */


/* ---  year  --- */

.calendaryear {
  height: 13px;
}

.calendaryearselected {
  font-size: 1em;
  font-weight: bold;
  color: #333;
}

.calendaryear A:link, .calendaryear A:active, .calendaryear A:visited {
  font-size: 1em;
  font-weight: normal;
  color: #FFF;
  text-decoration: none;
}

.calendaryear A:hover {
  text-decoration: underline;
}

/* ---  month  --- */

.calendarmonthselected {
  font-size: 1em;
  font-weight: bold;
}

.calendarmonth A:link, .calendarmonth A:active, .calendarmonth A:visited {
  font-size: 1em;
  font-weight: normal;
  color: #333;
  text-decoration: none;
}

.calendarmonth A:hover {
  text-decoration: underline;
}

/* ---  weekday  --- */

.calendarday {
  border-right: 1px solid #666;
  padding: 0px 4px;
}

/* ---  day  --- */

.calendardaynr {
  font-weight: bold;
  border-right: 1px solid #666;
  padding: 0px 1px 0px 4px;
}

/* ---  subscribe link  --- */

.calendarred A:link, .calendarred A:active, .calendarred A:visited {
  font-size: 1em;
  font-weight: normal;
  color: #CC0000;
  text-decoration: none;
}

.calendarred A:hover {
  text-decoration: underline;
}

div.MssFields div.field.editable
{
   background:#DAE2E2 none repeat scroll 0 0;
   border:1px solid #A9B1BB;
   margin-bottom:15px;
   font-weight:bold !important;
   width:96% !important; 
   padding-top:10px !important; 
   padding-bottom:10px !important; 
   padding-left:10px !important;
}

div.MssFields div.field select 
{
  font-size:11.5px !important;
}


