div.pgc-pager
{
  font-weight: bold;
  margin: 10px 0px 10px 0px;
  padding: 5px 0px 5px 10px;
  background-color: #101010;  /* #F5F5F5; */
  border-top: 1px solid black;
  border-bottom: 2px solid black;
}

/* Classic calendar view.

   Header classes:
	w,w01,w50: weekday
	  w51,w60: saturday
	  w00,w61: sunday

   Day classes:
	     d: day
	     e: day with event
	     m: current month
	     o: other month
	    wd: weekend
	     s: sunday
	     t: today
*/

table.pgc-classic
{
  border-collapse: collapse;
  font-family: Arial;
  width: 100%;
}

table.pgc-classic th
{
  font-size: 8pt;
  border: 1px solid black;
  width: 13%;
}

table.pgc-classic th.w,
table.pgc-classic th.w01,
table.pgc-classic th.w50
{	
  color: #a3b2ba;
  background-color: #101010;
}

table.pgc-classic th.w51,
table.pgc-classic th.w60,
table.pgc-classic th.w00,
table.pgc-classic th.w61
{
  color: white;
  background-color: #101010;
}

table.pgc-classic th.wp,
table.pgc-classic th.w0p1,
table.pgc-classic th.w5p0
{	
  color: #a3b2ba;
  background-color: white;
}

table.pgc-classic th.w0p0,
table.pgc-classic th.w5p1,
table.pgc-classic th.w6p0,
table.pgc-classic th.w6p1
{
  color: blue;
  background-color: white;
}

table.pgc-classic td
{
  font-size: 8pt;
  border: 1px solid black;
  width: 13%;
  height: 70px;
  vertical-align: top;
  padding-bottom: 5px;
}

table.pgc-classic td div
{
  font-size: 8pt;
}
table.pgc-classic td div.day
{
  font-weight: bold;
  text-align: left;
}

table.pgc-classic td div.t
{
  color: red;
}

table.pgc-classic td div.eventTime
{
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 5px;
  text-decoration: none;
}

table.pgc-classic td div.eventTitle
{
  color: white;
  padding-left: 13px;
  padding-right: 2px;
}

table.pgc-classic td div.eventTitle-print
{
  color: black;
  padding-left: 13px;
  padding-right: 2px;
}

table.pgc-classic td.o
{
  background-color: #C0C0C0;
}

table.pgc-classic td.o div
{
  visibility: hidden;
}

table.pgc-classic td.s,
table.pgc-classic td.wd
{
}


/* Calendar upcoming events */
div.pgc-upcoming {
	padding-bottom: 5px;
	border: 0px solid #07079B;
	background-color: #101010;
}
div.pgc-upcoming div {
	font-size: 8pt;
}
div.pgc-upcoming div.header {
	font-size: 10pt;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
	color: white;
	background-color: #101010;
}
div.pgc-upcoming div.eventDate {
	font-size: 10pt;
	font-weight :bold;
	margin-top: 3px;
	padding: 3px 5px 3px 5px;
	background-color: #101010;
}
div.pgc-upcoming div.event {
	padding: 1px 5px 1px 15px;
}
div.pgc-upcoming div.time {
	float: left;
}
div.pgc-upcoming div.title
{
}

div.pgc-upcoming div.links {
	font-size: 10pt;
	font-weight :bold;
	margin-top: 3px;
	padding: 3px 5px 3px 5px;
	background-color: #101010;
}
div.pgc-upcoming p.link {
	font-size: 8pt;
	padding-left:0px;
	margin: 1px;
}

/* Calendar list */
table.pgc-list
{
}

table.pgc-list th,
table.pgc-list td
{
  text-align: left;
  padding-right: 15px;
}

/* Calendarlist print */
div.pgc-print {
	padding:15px;
	border: 1px solid black;
}
div.pgc-print div {
	font-size: 8pt;
}
div.pgc-print div.eventDate {
	font-size: 10pt;
	font-weight: bold;
	margin-top: 3px;
	padding: 3px 5px 3px 20px;
}
div.pgc-print div.event {
	padding: 1px 5px 1px 55px;
}
div.pgc-print div.time {
	float: left;
}
div.pgc-print div.title {
}