div.pgc-pager {
	font-weight: bold;
	margin:1em 0;
	padding:0.3em;
	background:#eee;
	border:1px solid #ddd;
}


/* 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;
  width:100%;
}

table.pgc-classic th {
  font-size:0.8em;
  border:1px solid black;
  width:13%;
  text-align:center;
  text-transform:uppercase;
}

table.pgc-classic th.w,
table.pgc-classic th.w01,
table.pgc-classic th.w50 {	
  color:#333;
  background:#eee;
}

table.pgc-classic th.w51,
table.pgc-classic th.w60,
table.pgc-classic th.w00,
table.pgc-classic th.w61 {
  color:#000;
  background:#ddd;
}

table.pgc-classic th.wp,
table.pgc-classic th.w0p1,
table.pgc-classic th.w5p0 {	
  color:#063;
  background: white;
}

table.pgc-classic th.w0p0,
table.pgc-classic th.w5p1,
table.pgc-classic th.w6p0,
table.pgc-classic th.w6p1 {
  color:blue;
  background: white;
}

table.pgc-classic td {
  font-size:0.8em;
  border:1px solid black;
  width:13%;
  height:70px;
  vertical-align:top;
  padding-bottom:5px;
}

table.pgc-classic td div {
}
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: blue;
  padding-left: 13px;
  padding-right: 2px;
}

table.pgc-classic td div.eventTitle-print {
  color:#000;
 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 {}
div.pgc-upcoming div {}
div.pgc-upcoming div.header {}
div.pgc-upcoming div.eventDate {}
div.pgc-upcoming div.event {}
div.pgc-upcoming div.time {
	float: left;
}
div.pgc-upcoming div.title {}
div.pgc-upcoming div.links {}
div.pgc-upcoming p.link {}

/* 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:0.8em;
}
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 {}
