/* Styles for main Calendar */

	  #m1Calendar {
	    margin: 0;
		padding: 0;
		}
	  #m1Calendar th {
	    font-family: arial, sans-serif;
		font-size: 10pt;
		color: white;
		background-color: #0000CD;
		width: 90px;
		border-left: 1px solid #000000;
		border-bottom: 1px solid #000000;
		border-right: 1px solid #EAEAEA;
		border-top: 1px solid #EAEAEA;
		}
	  #m1Calendar td {
	    background-color: #ffffCC;
		width: 90px;
		height: 90px;
		vertical-align: top;
		border-left: 1px solid #0000CD;
		border-bottom: 1px solid #0000CD;
		border-right: 1px solid #EAEAEA;
		border-top: 1px solid #EAEAEA;
		}
	  #m1Calendar .m1control {
	    background-color: white;
		color: #FF0000;
		font-weight: bold;
		height: 1em;
		vertical-align: bottom;
        border: none;
	    }
	  #m1Calendar .m1controlhead {
	    background-color: white;
		color: #FF0000;
		font-size: 18pt;
		font-weight: bold;
		text-align: center;
		height: 1em;
        width: 450px;
        border: none;
		}
	  #m1Calendar td .offMonth {
	    background-color: #FFFFCC;
		}
	  #m1Calendar .m1Head  {
		margin: 0;
		padding: 0;
	    font-family: arial, sans-serif;
		font-size: 8pt;
		font-weight: bold;
		color: #0000CD;
		background-color: transparent; 
		width: 2ex;
		text-align: right;
		}
	  #msgWait {
	    position: absolute;
		font-family: Arial, sans-serif;
		left: 30%;
		top: 40%;
	    visibility: hidden;
		z-index: 0;
		width: 30ex;
		height: 5ex;
		font-size: 12pt;
		color: #000066;
		background-color: #FFFFCC;
		border: 1px solid #000066;
        text-align: center;
        vertical-align: middle;
		padding: 4ex;
		}

