div#mini table {
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
div#mini td {
	width: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	border-right: 1px solid gray;
}
div#mini th {
	text-decoration: none;
	width: auto;
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: normal;
	border-bottom: 1px solid gray;
	border-right: 1px solid black;
}
div#mini .sub_header {
	color: #0000FF;
}
div#mini .last {
	border-right: none;
}
div#mini .current_day {
	color: #FF0000;
}
div#mini .event {
	background-color: #0099FF;
}
div#mini .arrow {
	cursor: pointer;
}

div#month {
	width: 700px;
	margin-left: 10px;
}
div#month table {
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	border: 1px solid black;
	border-left: 2px solid black;
	border-top: 2px solid black;
}
div#month th {
	text-decoration: none;
	width: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	border-bottom: 1px solid gray;
	border-right: 1px solid black;
	height: 25px;
}
div#month td {
	text-decoration: none;
	width: 115px;
	height: 115px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
}
div#month .sub_header {
	height: 25px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
div#month .event {
	font-size: 12px;
	width: 115px;
	text-align: left;
	font-weight: normal;
}
div#month .day {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
div#month .current_day {
	color: #FF0000;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
div#month .events {
	vertical-align: top;
	font-size: 14px;
	font-weight: bold;
}
div#month div {
	font-size: 12px;
}
div#month .blue {
	background-color: blue;
	border: 1px solid black;
	cursor: pointer;
	color: black;
}
div#month .green {
	background-color: green;
	border: 1px solid black;
	cursor: pointer;
	color: black;
}
div#month .yellow {
	background-color: yellow;
	border: 1px solid black;
	cursor: pointer;
	color: black;
}
div#month .red {
	background-color: red;
	border: 1px solid black;
	cursor: pointer;
	color: black;
}
div#month .purple {
	background-color: purple;
	border: 1px solid black;
	cursor: pointer;
	color: black;
}
div#month .brown {
	background-color: brown;
	border: 1px solid black;
	cursor: pointer;
	color: black;
}
div#month .orange {
	background-color: orange;
	border: 1px solid black;
	cursor: pointer;
	color: black;
}
div#month .pink {
	background-color: pink;
	border: 1px solid black;
	cursor: pointer;
	color: black;
}
div#month .white {
	background-color: white;
	border: 1px solid black;
	cursor: pointer;
	color: black;
}
div#month .right {
	border-right: 1px solid gray;
}
div#month .bottom {
	border-bottom: 1px solid gray;
}
div#month .arrow {
	cursor: pointer;
}

div#agenda {

}
div#agenda table {
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	border: 1px solid black;
}
div#agenda th {
	text-decoration: none;
	width: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	height: 25px;
	border-bottom: 1px solid black;
}
div#agenda td {
	text-decoration: none;
	vertical-align: top;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}
div#agenda div {
	padding-left: 20px;
	font-weight: normal;
}
div#agenda .arrow {
	cursor: pointer;
}
div#agenda .result_hover {
	background: url(images/blip.gif);
	cursor: pointer;
}
div#agenda .result {
	background: none;
	color: #666666;
	cursor: default;
}