div.monthdisplay {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: relative;
	top: 10px; 
	left: 10px;
	display: none;
	visibility: hidden;
/* Tell NS4 to ignore these styles.... */
/*/*/
	display: block;
	visibility: visible;
/* Okay, we can let NS4 see the rest.... */   
}

div.net4 {
	display: block;
	visibility: visible;
/* Tell NS4 to ignore these styles.... */
/*/*/
	display: none;
	visibility: hidden;
/* Okay, we can let NS4 see the rest.... */   
}

div.subdisplay {
	position: relative;
	color: #000000;
	top: 0px; 
	left: 0px;
	width: 100%;
	font-size: 11px;
}

div.subdisplay p {
	margin-left: 10px;
	margin-top: 15px;
}

div.subdisplay td {
	font-size: 12px;
}

span#monthtitle {
	font-size: 14px;
	font-weight: bold;
}

div#monthnav {
	position: absolute;
	top: 0px; 
	right: 0px;
	text-align: right;
	font-size: 9px;
	font-weight: bold;
}

div#logout1 {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
}

div.weekdisplay, div.dowdisplay {
	display: block;
	left: 0px;
	background-position: top;
	clear: both;
	float: none;
	width: 100%;
}

div.weekdisplay {
	height: 30px;
	min-height: 30px;
	margin-bottom: 6px;
}

div.dowdisplay {
	height: 15px;
}

span.daydisplay, span.dowdisplay {
	width: 13%;
	margin-left: 1px;
	float: left;
	overflow: visible;
	text-align: left;
}

html>div div.weekdisplay, html>div span.daydisplay, html>div span.dowdisplay {
	height: auto;
} 

span.daydisplay {
	margin-bottom: 1px;
}

span.dowdisplay {
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 2px solid #666666;
	border-left: 1px solid #666666;
}

span#dayother {
	border: 1px solid #666666;
	background-color: #FFEEB9;
}

span#daytoday {
	border: 1px solid #666666;
	background-color: #DDDDDD;
}

span#dayblank {
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}

span.daynumber a {
	margin-left: 4px;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}

div.caldetail {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 4px;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
	border-bottom: 1px solid #999999;
	display: block;
	clear: both;
}

span.time1 {
	font-size: 10px;
}

span.event1 {
	font-size: 11px;
}

span.event1 a {
	color: #330000;
	text-decoration: none;
}

span.event1 a:hover {
	text-decoration: none;
	background-color: #F4CCC1;
}

span.event1 a:visited {
	color: #000099;
}

.timespan1 {
	margin-left: 25px;
	float: left;
	width: 150px;
	font-size: 10px; 
	font-weight:bold;
}

.namespan1 {
	margin: 0px 25px;
	width: 200px;
	font-size:12px; 
	font-weight:bold;
}

