a {
	color: #0000ff;
}

body {
	font-family: Verdana, sans-serif;
	font-size: 8pt;
}

input {
	font-family: Verdana, sans-serif;
	font-size: 8pt;
}

table {
	border: solid #232323 thin;
	
}

/* the month and year header */
caption {
	font-size: 8pt;
}

/* top row cells which hold day names */
th {
	border: solid #232323 1px;
	background:#232323;
	font-size: 8.5pt;
	font-style:italic;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:500;
}

/* day cells */
td {     
	border: solid #232323 1px;
	height: 76px;
	width: 86px;
	text-align: left;
	vertical-align: top;
	font-size: 9pt;
}


/* day cells with events */
td.event {
    background:#121212;
	font-size: 7pt;
	font-style:italic;
	color: #CCCCCC;
	cursor:pointer;
	
}

#day{
	font-style: normal;
	font-size: 9pt;
	color:#666666;;
	
	
}

#editBlock{
position:relative;
padding:5px;
background:#999999;
width:575px;
height:200px;
margin-left:auto;
margin-right:auto;
}

#editMenu{
	position:absolute;
	z-index:1;
	visibility:hidden;
}

#addMenu{
    position:absolute;
	z-index:2;
	visibility:hidden;
}