#weather_div {
	float: right;
	margin: 1em;
	margin-right: 1.75em;
}

#gasprices_div {
	float: right;
	clear: right;
	margin: 1em;
	margin-right: 1.75em;
}

#calendar_div {
	float: right;
	clear: right;
	margin: 1em;
}


#calendar {
  border-collapse: collapse;
  border-spacing: 1px;
  margin: 0px;
  padding: 0px;
}

#calendar tr.header th {
  background-color: #008080;
  color: #ffffff;
  text-align: center;
}

#calendar tr.days th {
  background-color: #80c0c0;
  width: 2.2em;
  text-align: center;
}

#calendar tr.footer td {
  border: none;
  padding: 6px 0px 4px 0px;

	display: inline;
	width: auto;
}

#calendar td, #calendar th {
  border: 1px solid #000000;
  color: #000000;
  empty-cells: show;
  padding: 2px .25em 2px .25em;
}

#calendar td {
  text-align: right;
}

#calendar td.weekend {
  background-color: #e0f0f0;
}

#calendar td.target {
  background-color: #ffffe0;
  font-weight: bold;
}

#calendar a, #calendar a:visited {
  color: #008080;
  text-decoration: none;
  
	display: inline; 
	width: auto;
}

#calendar a:hover {
  color: #0000ff;
  text-decoration: none;
}

#calendar a.button {
  background-color: #80c0c0;
  border: 2px solid;
  border-color: #a0e0e0 #509090 #509090 #a0e0e0;
  color: #000000;
  font-size: 80%;
  font-weight: bold;
  padding: 2px .5em 2px .5em;
  text-decoration: none;
  
	display: inline;
	width: auto;
}

#calendar a.button:visited, #calendar a.button:hover {
  color: #000000;
  text-decoration: none;
}

