body{
	margin:0;	
	padding:0;
}

h1{
	font-style:italic;
	font-size:3em;
	font-weight:plain;
	text-align:center;
	/*padding-top:.3em;*/
	margin-top:0;
	margin-bottom:0;
}
#previousMonth{
	margin-top:0;
	margin-left:2%;
	float:left;
}

#nextMonth{
	margin-top:0;
	margin-left:93%;
}

#nextMonth a, #previousMonth a{
	font-size:2em;
	text-decoration:none;
}
ul{
	list-style-type: none;
}

div#navcontainer{
	padding:0;
	margin:0;
}

#navcontainer ul{
	padding-top:.2em;
	padding-bottom:.2em;
	padding-left:0;
	padding-right:0;
	margin: 0;
	text-indent:0;
	background-color: #990000;
	color: #FFF;
	width: 100%;
	font-family: Verdana, helvetica, sans-serif;
	text-align: center;
}

#navcontainer li{
	text-indent:0;
	padding:0;
	margin:0;
	display: inline;
}
/*why is there no float here? float left makes it not be centered*/

#navcontainer a{
	text-decoration: none;
	background-color: #990000;
	color: #FFF;
	padding-top:.2em;
	padding-bottom:.2em;
	padding-left:1em;
	padding-right:1em;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff; /* the borders have the same size */
	margin-right: -1px; /* the value has to be like the above but negative */
	font-weight:bold;
	font-size:.8em;
}

#navcontainer a:hover{
	background-color: #fff;
	color: #700;
 /*z-index:10; this seems to make it shift, once I hover over something
 it shifts into a better place, but the act of shifting looks weird*/
}
#header{
	margin:0 2% 0 2%;
}

.button{
	background-color: #990000;
	color:#ffffff;
	margin-left:1em;
	padding:0;
	font-size: .9em;
	font-weight:bold;	
}
select{
	float:left;
}
table{
	padding:0;
	margin:0 2% 0 2%;
	border-collapse:collapse;
	border:1px solid #666666;
	width:96%;
}

th{
	background-color:#cccccc;
	text-align:center;
	border:1px solid #666666;
}
td{
	border:1px solid #666666;
	padding-top:.2em;
	padding-left:0;
	padding-right:0;
	padding-bottom:0;
	vertical-align:top;
	height:6em;
	width:14%;
}
.holiday{
	background-color:#e0e0e0;
}

.holiday li{
	
}
/*inside calendar cell, the entire ul is the class*/
.fr li, li.fr{
	color:#0000aa;
	background-color:#eeeeff;
}

ul#color_coding_chart{
		
	width:10em;
}

.time, .place{
	font-size:.8em;
}

.regular_day ul{
	padding:0;
	text-indent:0;
	margin:0;
	
}
.regular_day li{
	padding-left:1em;
	padding-right:.5em;
	padding-bottom:.5em;
	text-indent:0;
	margin:0;
}

.dayLabel{
	text-align:right;
	margin-bottom:0;
}

.special_week{
	/*background-color:#e0e0e0;
	border-top:1px solid #000;
	*/
	text-align:center;
	font-style:italic;
	padding-top:2em;	
}

a{
	color:#990000;
}
#footer{
	border-top:2px solid #990000;
	text-align:center;
	padding-top:.2em;
	padding-bottom:1em;
	margin-top:3em;
}
#footer a{
	font-family: Verdana, sans-serif;
	font-weight:bold;
	text-decoration:none;
}
#footer a:hover{
	color:#cc9999;
	text-decoration:underline;
}

