
div.blogentry
{
	color: #444444;
	font-size:10pt;
	width: 525px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.5em;
}

a.bloglink
{
	font-size:8pt;
	height: 16px;
	color: #444444;
}

a.editlink  { margin-left: 10px; padding: 2px 2px 2px 20px; background: transparent url(/static/images/pencil.png) no-repeat scroll left center; }
a.deletelink { 	margin-left: 10px; padding: 2px 2px 2px 20px; background: transparent url(/static/images/delete.png) no-repeat scroll left center; }
a.blogtitle { font-size:16pt; }

div#BlogEditorView
{
	display: none;
	border: 1px solid black;
	background-color: white;
	z-index: 1000;
	width: 650px;
	padding: 25px;
	position: absolute;
	padding: 25px;
	top: 50px;
	left: 50px;
}


div#EventEditorView
{
	display: none;
	border-width: 1px 3px 3px 1px;
	border-color: black;
	border-style: solid;
	background-color: white;
	z-index: 2000;
	position: absolute;
	width: 650px;
	padding: 25px;
	top: 50px;
	left: 50px;
}

