/**************************************************************************
* HIGH LEVEL ELEMENTS
***************************************************************************/

/* The encompassing Table, holds the monthtitle, dayofweektitles and
* daynumber Cells
*/
table.pmcal  {
	width:18em;
	border:1px solid #bbbbbb;
	border-spacing:0px;
	background:#eeeeee;
	vertical-align:top;
	font-size: 12pt;
}


/**************************************************************************
* TITLE CELL ELEMENTS
***************************************************************************/

/* The Cells used for the days of the week, e.g. Sun, Mon, Tue,... */

td.pmcaldayofweektitle {
	background:#ffffff;
	text-align:center;
	padding:0px 5px 0px 5px;
	vertical-align:top;
	border: none;
	font-size:90%;
}

/* The Cell the spans across the top holding the Month name.  */
td.pmcalmonthtitle {
	background:#ffffff;
	text-align:center;
	border: none;
	font-size:90%;
	font-weight: bold;
}

td.pmcalmonthtitle a.wikilink {
	text-decoration:none;
	right:0px;
}



/**************************************************************************
* DAY CELL ELEMENTS
***************************************************************************/

/* Cells used for filler at beginning and/or end of the month.
*/
td.pmcalnull {
	border:none;
}

/* Cells holding daynumbers for the month.  This also will have the
* included text from the wiki page for the day.
*/
td.pmcalday {
	border: none;
	background:#ffffff;
	width:14%;
	vertical-align:top;
	text-align:center;
	font-weight:normal;
}

/* Single Cell holding daynumbers for today. 
   This also will have the included text from the wiki page for today.
*/
td.pmcaltoday {
	border: none;
	background:#ffffff;
	width:14%;
	vertical-align:top;
	text-align:center;
	font-weight:normal;
}

/**************************************************************************
* DAY CELL SPECIFIC ELEMENTS
***************************************************************************/


/*
* Normal Days  See pmcalday above. 
*/

td.pmcalday_empty  {
	font-size:80%;
	text-decoration:none;
	background: #ffffff;
	border: none;
	text-align: center;
}

td.pmcalday_empty a.createlinktext {
	text-decoration:none;
	border:none;
}

td.pmcalday_filled  {
	font-size:80%;
	text-decoration:none;
	background: #93ba39;
	border: none;
	text-align: center;
}

td.pmcalday_included  {
	font-size:80%;
	text-decoration:none;
	background: #dddddd;
	border: none;
	text-align: center;
}

/*
* Today  See pmcaltoday above. 
*/

span.pmcaldaynumber a.wikilink {
	font-weight: bold;
	color: #ffffff;
}
span.pmcaldaynumber a.createlink {
	display:none;
}
span.pmcaltodaynumber a.createlink {
	display:none;
}

span.pmcaltodaynumber {
	border: 1px solid;
	padding: 3px;
}

/**************************************************************************
* OTHER ELEMENTS
***************************************************************************/

/* The today link to take you today */
span.pmcaltodaylink {
	display: none;
}

span.pmcaldaytextlink {
	font-size: 12pt;
	font-weight: bold;
}
span.pmcaldaytextlink a {
	text-decoration:none;
}

/**************************************************************************
* OTHER CALENDARS
* All other calendar includes link have a pmcalincludelink
* class and the entries are pmcalinclude.
*
* If there's a pmcal at Holidays/Holidays, those entries will
* be included on your calendar if you specify (:pmcal cals=Holidays:)
* Below is CSS for the pmcalincludeHolidays and pmcalincludeHolidayslink.
***************************************************************************/

span.pmcalinclude {
	display:block;
	background:#ddddaa;
}

span.pmcalinclude a {
	display:block;
	text-decoration:none;
	text-transform:uppercase;
}

span.pmcalincludelink {
  display: none;
}

span.pmcalincludetextlink a {
	text-decoration:none;
}

