body{
	cursor: default;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
}

a {
    font: 12px Tahoma;
    text-decoration: none;
    color: black;
	background-color: white;
	padding: 1px;
	margin: 1px;
	width: 100%;
	filter: Alpha(opacity=50);
}

a:hover {
    color: white;
	background-color: black;
}

h1 {
    font: bold 12px Verdana;
	text-align: center;
    color: white;
	background-color: black;
	padding: 3px;
	margin: 1px;
}

form{
	padding: 0px;
	margin: 0px 0px -1px 0px;
}

input {
    font: 12px Tahoma;
    color: black;
    background-color: white;
	padding: 2px;
	margin: 0px 1px 1px 1px;
    border: 0px;
    width: 59px;
	height: 18px;
	filter: Alpha(opacity=50);
}

textarea {
	font: 12px Tahoma;
    color: black;
    background-color: white;
	padding: 5px;
	margin: 0px 1px 1px 1px;
    border: 0px;
    width: 500px;
    height: 455px;
	scrollbar-face-color: white; 
	scrollbar-shadow-color: white; 
	scrollbar-highlight-color: white; 
	scrollbar-3dlight-color: white; 
	scrollbar-darkshadow-color: white; 
	scrollbar-track-color: white; 
	scrollbar-arrow-color: black;
	filter: Alpha(opacity=50);
}

.symbol {
    font: 10px Webdings;
	text-align: center;
	width: 18px;
}

.day{
    font: 8px Tahoma;
	text-align: center;
	color: black;
	margin: 1px;
	width: 18px;
}	

#today{
    font-weight: bold;
}

.date{
    font: 10px Tahoma;
	text-align: center;
	color: black;
	background-color: white;
	padding: 2px;
	margin: 1px;
	width: 18px;
	height: 18px;
	filter: Alpha(opacity=50);
}

#blank{
	background-color: transparent;
}

#now{
    font: bold 12px Tahoma;
	color: white;
	background-color: black;
	padding: 1px;
}

#hidden {
	visibility: hidden;
}

#shortcuts {
    position: absolute;
    left: 0px;
    top: 0px;
	padding: 1px;
	width: 175px;
}

#notes {
    position: absolute;
    right: 0px;
    top: 0px;
	padding: 1px;
}

#calendar {
    position: absolute;
    right: 15px;
    bottom: 40px;
	padding: 1px;
}