div#newsblog {
	width: 100%;
}

div#searchform {
	margin-top: 1em;
}

div.event {
	border-style: dotted;
	border-width: 1px;
	margin: 1em;
	padding: 1em;
}


div.time, div.location, div.category {
	font-style: italic;
}

div.event h2 {
	border-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

div.event h3 {
	margin: 0;
	padding: 0;
}

div.editlinks {
	float: right;
	text-align: right;
	font-size: small;
}

div.clearfloats {
	clear: both;
}

div.description {
	padding-top: .5em;
}

div.description p {
/*	padding: 0;
	margin: 0;*/
}


table#calendar {
	border-collapse: collapse;
	margin-top: 2em;
	font-family: Verdana, Sans-serif;
}

table#calendar th {
	padding: 1em;
	font-size: 120%;
}

table#calendar td,table#calendar th {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	position: relative;
	text-align: left;
	vertical-align: top;
	line-height: 1em;
}

table#calendar tr {
	height: 5em;
}

table#calendar td.outofmonth {
	border-style: none;
}

table#calendar td div.dayofmonth {
	border-style: none solid solid none;
	border-width: 1px;
	margin: 0;
	position: relative;
	left: -2px;
	top: -2px;
	width: 2em;
	padding-top: 1px;
	text-align: center;
	font-weight: bold;

}

table#calendar td p {
	margin: 0 .3em .4em 2.8em;
	text-indent: -2.5em;
	font-size: 80%;
}

div#navlinks {
	position: relative;
	width: 98%;
	height: 1.5em;
}

div#navlinks #prevmonth {
	position: absolute;
	left: 0;
	top: 0;
}

div#navlinks #nextmonth {
	position: absolute;
	right: 0;
	top: 0;
}

table#calendar a {
	text-decoration: none;
}

table#calendar a:hover {
	text-decoration: underline;
}

div#content {
	margin-right: .5em;
}

table.editexception {
	table-collapse: collapse;
}

table.editexception td {
	border-style:solid;
	border-width:1px;
	vertical-align: top;
}

