body{
	font-family:arial;
}
a{
	color:#994343;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a.visited{
	color:#994343;
}
td{
	font-family:arial;
	font-size:10pt;
   	color:black;
}
.copyright {
	font-size:7pt;
	padding-right:20px;
  	padding-bottom:5px;
	text-align:right;
}
.tdlabel {
	padding-right:20px;
	text-align:right;
	width:150px;
}
input.text{
	border:1px solid black;
}
.note{
	color:grey;
	font-size:7pt;
}
.emphasis{
	font-weight:bold;
	color:#994343;
}
td.contact{
	width:150px;
	height:110px;
}
table.cal{
	border:2px solid #994343;
	width:100%;
}
td.calHeading{
	width:14%;
	text-align:center;
	font-weight:bold;
	font-size:11px;
	color:#f4e7a3;	
	background-color:#994343;	
}
td.calDay{
	text-align:right;
	font-size:11px;
	font-weight:bold;
	color:#994343;
	border-left:1px solid #994343;
	background-color:#c4e2e2;
}
td.calDayLastCol{
	text-align:right;
	font-size:11px;
	font-weight:bold;
	color:#994343;
	border-left:1px solid #994343;
	border-right:1px solid #994343;
	background-color:#c4e2e2;	
}
td.calDayDetail{
	font-size:9px;
	text-align:center;
	vertical-align:middle;
	height:50;
	border-left:1px solid #994343;
	border-bottom:1px solid #994343;
}
td.calDayDetailLastCol{
	font-size:9px;
	text-align:center;
	vertical-align:middle;
	height:60;
	border-left:1px solid #994343;
	border-bottom:1px solid #994343;
	border-right:1px solid #994343;
}
.calDayDetail{
	color:blue;
}
div.calDetail{
	position:absolute;
	font-size:12px;
	color:black;
	width:338px;
	height:237px;
	font-family:arial;
	background-image:url('../images/bubble.gif');
	background-repeat:no-repeat;
	text-align:center;
	padding-top:10px;
	z-index:1;
	display:none;
}
table.calDetail{
	width:75%;
	height:70%;
}
td.calDetailHeading{
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
}
td.calDetailDesc{
	vertical-align:top;
	padding-left:10px;
	padding-right:10px;
}
.calTitle{
	font-weight:bold;
	text-align:center;
}
.linkedImage{
	border:2px solid #952828;
}
