        table.monthEvents{
	width:500px;
	background-color:transparent;
        }

        table.monthEvents th{
          background-color:#fd477a;
          font-family:arial;
          font-size:14pt;
          font-weight:bold;
          color:white;
        }

        table.monthEvents tr.altRow{
			background-color:#fff;
        }

        table.monthEvents td{
          font-family:arial;
          font-size:11pt;
        }

        table.monthEvents td .evtTitle, .evtTitle{
          font-family:Georgia, "Times New Roman", Times, serif;
          font-size:14pt;
          background-color:#dfc29d;
		  border:solid 1px #c8a06c;
		  color:#3a1703;
		  padding:0px 0px 2px 2px;
		  margin-bottom:6px;
        }

        table.monthEvents td a{
        }

        table.monthEvents td a:hover{
          color: gray;
        }

        table.calendar{
            width:735px;
        	border:solid 1px gray;
        	background-color:#E1E1E1;
        	margin:auto;
        }

        table.calendar td{
          font-family:arial;
          font-size:10pt;
          height:55px;
          width:105px;
          padding:4px;
          text-align:left;
          vertical-align:top;
          border:solid 1px white;
          background-color: #CCCCCC;
        }

        table.calendar td.blank{
          border:none;
        }

        tr.dayHeaders td{
          color:white;
          font-weight:bold;
          text-align:center;
          vertical-align:middle;
          height:25px;
          background-color:#666666;
        }

        table.calendar th{
          font-family:arial;
          font-size:12pt;
          font-weight:bold;
        }

        table.calendar th a{
          color:#000000;
          text-decoration:none;
        }

        table.calendar td.event{
          background-color: #FFCC99;
          border: solid 1px #FF9933;
          font-weight:bold;
        }

        td#today{
          border: solid 1px black;
          background-color:#ffffff;
        }


        div.eventInfo{
          margin-top:5px;
          margin-bottom:8px;
        }

        div.eventInfo a{
          font-size:8pt;
          font-weight:bold;
          color:#550c8d;
          text-decoration:none;
        }

        div.eventInfo a:hover{
          color:#000000;
          text-decoration:underline;
        }
		
		div.evtDate{
			line-height:1.4em;
		}