﻿/* ----- 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 {
  background-repeat: repeat-y;
  background-position: 237px 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;
	padding-top: 1px;
}

.calendarmonth div
{
	margin-top: 1px;
}

.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;
}

/* ---  day  --- */

.calendardaynr {
	font-weight: bold;
	border-right: 1px solid #666;
}

/* ---  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;
}
body {
}

