/* calendar*/
#calendar {
  display:inline-table;
  border-collapse:collapse;
  width:185px;
  text-align:center;
  border:1px solid #d8e8e9;
}
#calendar caption {
  padding:2px;
  background:#6091c0;
  letter-spacing:0.1em;
  font-weight:bold;
  color:#fff;
}
#calendar thead tr {border-bottom:1px solid;background:#1e568a;color:#ffffff;}
#calendar th {border-bottom:1px solid; }
#calendar td {
  width:20px; /* maximaize width; honestly, I don't know much about tables... */
  padding:1px;
  font-size:0.9em;
}
#calendar td a {
  display:block;
  border-bottom:1px solid;
  font-size:1.15em;
  background:#c0d9db;
  border-bottom-color:#002244;
  color:#ffffff;
  text-decoration:none;
}
#calendar td a:hover {
  background:#000000;
}

#calendar tfoot td{border-top:1px solid;background:#7bd6ee;}
#calendar tfoot a {
  border:none;
  font-weight:bold;
  font-size:18px;
  background:#7bd6ee;
  text-align:right;
}
#calendar #today {
  font-weight:bold;
  background:#aae900;
  color:#1e568a;
}
#calendar #today a{
  font-weight:bold;
  background:#aae900;
  color:#1e568a;
}
#prev a {text-align:left;}
#next a {text-align:right;}
/*date select form*/
#dateSelect{
	margin:2px 0px;
	padding:3px;
}
.dateForm{
	font-size:11px;
}
/*list view*/
#calendarList h2{
	background:#bdd3d7;
	padding:5px;
}
#calendarList h4{
	margin-left:10px;
}
#calendarList p{
	margin:10px 20px;
	
}