div.pgc-pager
{
  border-collapse: collapse;
  font-family: Arial;
  font-size: 9pt;
  font-weight: bold;
  width: 100%;
  background-color: #F0F0F0;
  padding-top: 3px;
  padding-left: 6px;
  padding-bottom: 3px;
}

/* 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%;
  background-color: #F0F0F0;
}

table.pgc-classic th
{
  font-size: 7pt;
  width: 13%;
  background-color: #E0E0E0;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 3px;
  padding-bottom: 3px;
}

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

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

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

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

.eventTime
{
  font-size: 7pt;
}

table.pgc-classic td div.eventTitle
{
  color: blue;
  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: #E8E8E8;
}

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

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

table.pgc-classic td.ph
{
  background-color: #E0E0E0;
}

/* full view */
table.pgc-full
{
  border-collapse: collapse;
  font-family: Arial;
  width: 100%;
  background-color: #F0F0F0;
}

table.pgc-full th
{
  font-size: 8pt;
  width: 13%;
  background-color: #E0E0E0;
  padding-top: 3px;
  padding-bottom: 3px;
}

table.pgc-full td
{
  font-size: 9pt;
  border: 2px solid white;
  height: 60px;
  vertical-align: top;
  width: 13%;
  padding-top: 3px;
  padding-bottom: 2px;
}

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

table.pgc-full td div.t
{
  color: red;
  text-decoration: underline;
}

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

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

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

table.pgc-full td.ph
{
  background-color: #e1e1e1;
  }

table.pgc-full td.sd
{
  background-color: #e2e8f4;	
}

table.pgc-full td.o
{
  background-color: #E8E8E8;
}

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


/* Calendar upcoming events */
div.pgc-upcoming {
	padding-bottom: 5px;
	border: 1px solid #07079B;
	background-color: #F5F5F5;
}
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: #07079B;
}
div.pgc-upcoming div.eventDate {
	font-size: 10pt;
	font-weight :bold;
	margin-top: 3px;
	padding: 3px 5px 3px 5px;
	background-color: #EAEAEA;
}
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: #EAEAEA;
}
div.pgc-upcoming p.link {
	font-size: 8pt;
	padding-left:15px;
	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 {
}
