.left{text-align:left;}
.right{text-align:right;}
#calendar{
	margin:0 0 20px 0;
	overflow:hidden;
	background:#EEE;
}
#grid{
	background:#e3e3e3;
}
.calChange{
	float:left;
	display:inline;
	width:98px;
	padding-top:20px;
}
#calHeaders{
	background:#e1e1e1;
}
#month{
	float:left;
	display:inline;
	width:502px;
	height:60px;
	overflow:hidden;
	text-align:center;
}
#month h3{
	background:none;
	border:none;
	font-size:1.4em;
	padding-top:15px;
}
.clearWeek{
	clear:both;
}
.day{
	position:relative;
	float:left;
	border-top: 1px solid #2E464D;
	border-left: 1px solid #2E464D;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	width:98px;
	height:120px;
	overflow:visible;
	display:inline;
}
.dayTitle{
	position:relative;
	float:left;
	border: 1px solid #4B2F1A;
	background: #4B2F1A;
	color: #C1B3A8;
	text-align:center;
	width:98px;
	height:20px;
	overflow:hidden;
}
.day h4{
	filter:alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
	text-align:right;
	padding:0 5px;
	margin: 0 0 5px 0;
	background:#2E464D;
	color:#FFF;
}
.day .event{
	font-size:0.8em;
	padding:5px;
	margin:0 5px 5px 5px;
	line-height:1em;
	-moz-border-radius-bottomright:7px;
	-webkit-border-bottom-right-radius:7px;
}
.day .logan, #locationKey .logan{
	background:blue;
	color:#FFF;
}
.day .evans, #locationKey .evans{
	background:#6C4A2F;
	color:#FFF;
}
.day .edwards, #locationKey .edwards{
	background:green;
	color:#FFF;
}
.forSidebar{
	display: none;
}
#sidebar{
	margin-top:10px;
}
#sidebar h3{
	font-size:1.2em;
	line-height:1.2em;
	padding:5px;
}
#sidebar .basicInfo, #sidebar .description {
	line-height:1.1em;
	font-size:0.9em;
}
#sidebar h4{
	font-size:1em;
	margin-bottom:10px;
}
#locationKey ul{list-style:none;}
#locationKey ul li{
	display:inline; 
	float:left; 
/*	width:100px;*/
	margin:0 5px 20px;
	padding:10px;
	text-align:center;
	font-size:0.8em;
	line-height:1em;
	-moz-border-radius-bottomright:7px;
	-webkit-border-bottom-right-radius:7px;
	
}
#printMenu{
	float:right;
/*	padding:10px;*/
	border: 1px solid #999;
	width:100px;
	text-align:center;
	font-size:0.8em;
	line-height:1em;
	display:none;
}
#printMenu a, #printMenu a:visited {text-decoration:none; display:block; margin:0;padding:10px;}
#printMenu a:hover{background:#CCC;}
#printMenu p, #locationKey, #locationKey ul {margin:0;padding:0;}

