div.pgc-pager
{
  font-weight: bold;
  margin: 10px 0px 10px 0px;
  padding: 5px 0px 5px 10px;
  
  
}

/* 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: segoe ui, Verdanal, helvetica, sans-serif;
  width: 100%;
  background-color: #e4e4e4;
}

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

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

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

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

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

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

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

table.pgc-classic td div.t
{
  color: #000000;
  font-weight: bold;
  font-size: 14px;
  background-color: #CCCCCC;
  
}

table.pgc-classic td.t
{
  
  background-color: #CCCCCC;
  
}

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

table.pgc-classic td div.eventTitle
{
  color: #000000;
  padding-left: 13px;
  padding-right: 2px;
  text-align: left;
}

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


table.pgc-classic td.o
{
  background-color: #e4e4e4;
  border: 1px solid black;
}

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: 1px solid #e4e4e4;
	
}
div.pgc-upcoming div {
	font-size: 10pt;
}
div.pgc-upcoming div.header {
	font-size: 10pt;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
	color: white;
	background-color: #e4e4e4;
}
div.pgc-upcoming div.eventDate {
	font-size: 10pt;
	font-weight :bold;
	margin-top: 3px;
	padding: 3px 5px 3px 5px;
	background-color: #E4E4E4;
}
div.pgc-upcoming div.event {
	padding: 1px 5px 1px 15px;
}
div.pgc-upcoming div.time {
	float: left;
}


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


a.callink:link {
        color: #9a0a07;
        font: 12px segoe ui, verdana, sans-serif;
                
}

a.callink:active {
        color: #9a0a07;
        font: 12px segoe ui, verdana, sans-serif;
        
}

a.callink:visited {
        color: #550604;
        font: 12px segoe ui, verdana, sans-serif;
                
}


a.callink:hover {
        color: #550604;
        font: 12px segoe ui, verdana, sans-serif;
        font-weight: bold        
}







/* 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: 10pt;
}
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 {
}