@charset "utf-8";
/* CSS Document */

/* Verticle menu start*/
#button {
	width: 150px;
	margin-top: 5px;
	margin-right: 5px;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 14px;
	vertical-align: top;
	text-align: left;
	top: 0px;
}
#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		/* border: 1px solid #0099FF; */
}
		
#button li {
		margin: 0;
}

#button li a {
	display: block;
	padding-left: 4px;
	border-left: 1px solid #3399FF;
	border-right: 1px solid #006699;
	border-bottom: 1px solid #003366;
	border-top: 1px solid #66CCFF;
	/* Change the BG Color of the side nav bar */
	background-color: #999999;
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
	font-weight: bold;
}

html>body #button li a {
		width: auto;
}

#button li a:hover {
	border-left: 1px solid #0033FF;
	border-right: 1px solid #0033FF;
	border-bottom: 1px solid #0033FF;
	border-top: 1px solid #0033FF;
	background-color: #FFFFFF;
	color: #000000;
}

/*
#button li a:hover {
		border-left: 10px solid #1c64d1;
		border-right: 10px solid #5ba3e0;
		background-color: #2586d7;
		color: #fff;
}
*/
/* End of verticle menu nav bar */
#calendar {
	height: 150px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #0099FF;
	margin-top: 10px;
}
