        table.monthEvents{
	width:735px;
	border:dotted 1px silver;
	background-color:transparent;
        }

        table.monthEvents th{
	background-color:transparent;
	font-family:arial;
	font-size:14pt;
	color:white;
	font-weight: normal;
        }

        table.monthEvents tr.altRow{
	background-color:#666666;
        }

        table.monthEvents td{
	font-family:arial;
	font-size:11pt;
	color:#FFFFFF;
	text-align:left;
        }

        table.monthEvents td .evtTitle{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14pt;
	color:#fff;
        }

        table.monthEvents td a{
	color: #C2AFEB;
	font-weight:normal;
        }

        table.monthEvents td a:hover{
          color: silver;
        }

        table.calendar{
            width:735px;
        	border:solid 1px gray;
        	background-color:#E1E1E1;
        	margin:auto;
        }

        table.calendar td{
	font-family:arial;
	font-size:10pt;
	height:35px;
	width:105px;
	padding:4px;
	text-align:left;
	vertical-align:top;
	border:solid 1px white;
	background-color: #FFFFFF;
	color: #000;
        }

        table.calendar td.blank{
          border:none;
        }

        tr.dayHeaders td{
	color:white;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	height:20px;
	background-color:#666666;
        }

        table.calendar th{
	font-family:arial;
	font-size:10pt;
	font-weight:bold;
	color: #000;
        }

        table.calendar th a{
          color:#000000;
          text-decoration:none;
        }

        table.calendar td.event{
	background-color: #E7DFF7;
	border: solid 1px #C2AFEB;
        }

        td#today{
	border: solid 1px gray;
	background-color:#E1E1E1;
        }


        div.eventInfo{
          margin-top:5px;
          margin-bottom:8px;
		  line-height:1em;
        }

        div.eventInfo a{
          font-size:8pt;
          color:#550c8d;
          text-decoration:none;
        }

        div.eventInfo a:hover{
          color:#000000;
          text-decoration:underline;
        }
		
		a.dayNumLink{
			color:#660099;
		}

