.clear-both {
	clear: both;
}
.propertydates {
	display: block;
	float: none;
	clear: both;
}
.propertydates a {
	display: block;
	float: left;
	padding: 3px 3px 0 3px;
}
.red {
	background: #BD362F;
}
.yellow {
	background: #F89406;
}
.green {
	background: #5BB75B;
}
.ltgrey {
	background: #CCCCCC;
}
.dategroup {
	padding: 0 3px 10px 0;
	display: block;
	float: left;
}
body {
	padding-bottom: 100px;
}
a.red, a.green, a.yellow {
	color: #fff;
	text-decoration: none;
}
a.p3r {
	padding: 3px;
	border-radius: 3px;
}
a.red input, a.green input, a.yellow input, a.ltgrey input {
	margin: 3px 1px;
}
.footercolophon, .footercolophon a {
	color: #AAA;
}
.tabsleft {
	display: block;
	float: left; 
	padding: 0 5px 0 0; 
	height: 25px;
	color: #bbb;
}
.tabsright {
	display: block; 
	float: left; 
	padding: 0 10px 0 0; 
	/* border-left: 1px solid #DDD; */
}
.eventtitle {
	border: none;
	font-size: 18px;
	font-weight: bold;
	border-bottom: solid 1px #ddd;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
	-webkit-transition: border linear 0.2s;
	-moz-transition: border linear 0.2s;
	-ms-transition: border linear 0.2s;
	-o-transition: border linear 0.2s;
	transition: border linear 0.2s;
	border-radius: 0;
	
	padding-left: 0;
}
.eventtitle:focus {
  border-color: black;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

}
h3 input[type="checkbox"] {
	margin: 0 5px 7px 0;
}