body {
	color: #4A4A4A;
	font: 0.8em/2 Arial, Helvetica, sans-serif;
}


a { 
	outline:none;
	color: #9a66bf;
	text-decoration: none;
}

a:visited {
	color: #9a66bf;
	outline:none;
	text-decoration: none;
}

a:active {
	outline:none;
	color: #9a66bf;
	text-decoration: none;
}

a:hover { 
	outline:none;
	color: #441c61;
	text-decoration: underline;
}

table.grid, table.grid th, table.grid td {
	border-collapse: collapse;
	vertical-align: top;
}
table.grid {
	position: relative;
	left: 50px;
	margin: 0px 0px;
	width: 700px;
	height: 500px;
}

table.grid th, table.grid td {
	width: 100px;
	border: 0px dashed #7f7f7f;
}

table.grid th {
	background: #db98e9;
	height: 1px;
	padding-top: 6px;
	padding-bottom: 0px;
	border: 1px solid #3e2348;
	
}



table.grid th.cal_top {
	border: 0px;
	background: #fffffe;
	font-size: 16pt;
}

table.grid td {
	background: #fffffe;
	padding: 5px;
	height: 50px;
	width: 100px;
	border: 1px dashed #7f7f7f;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#today {
	background: #eec3fe;	
}

#top_nav {
	position: relative;
	top: 43px;
	left: 575px;	
	width: 155px;
	z-index: 9999;
}
.item {
	position: relative;
	top: -38px;
	left: -10px;	
	padding-bottom: 0px;
	margin-bottom: 0px;
}




