/*ver 0.9.16 */

@import url("_upCSSCalendar.css");


#dhtmltooltip{
	position: absolute;
	width: 150px;
	padding: 3px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #CCCCCC;
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	background-color: #333333;
	visibility: hidden;
	z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
	
}

div.cell {
	/*clear: right;*/
	margin: 0.5em;
}

div.loc {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}

div.time {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}

div.title {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}

*table#annc {
	width: 800px;
}


div.date {
	background: #F3F3F3;
	border: 1px solid #808080;
	border-width: 1px 1px 1px 1px;
	color: #CCCCCC;
	background-color: #330066;
	border-color: #666666;
}

table.n4table td {
font-family:Arial, Helvetica, sans-serif
}

td.annc {
	border: 1px  #C64C4C;
	font-size: 70%;
	padding: 1em 1em 1em 1em;
	border-style: solid;
	background-color: #F2F2F2;
}

th.n4hdr {  background-color: #C9C5B7;  }

td.priormonth div.date, td.nextmonth div.date {
	background: #D3D3D3;
	border-bottom-width: 0;
	border-left-width: 0;
	color: #808080;
}

.special {
	background-color: #8DAAD0;
	border: 1px #000000; /*dotted*/
	/*clear: right;*/
	color: #FFFFFF;
	/*font-variant: small-caps;*/
	margin: 2px 2px 2px 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
/*	text-align: center;*/
	width: auto; /* seems ok with n4*/
}
