a {
	color: white; 
	}

form {
	margin: 0;
	padding: 0;
	}
.blogentrylink a:link { color: #336B34; }
.blogentrylink a:visited { color: #943393; text-decoration: line-through; }
.blogentrylink a:active { color: #21CC24; }
.blogentry {
	color: #ddd;
	background: #006600;
	padding: 5px 5px 5px 5px;
	border: 1px dashed #aaa;
	margin-bottom: 10px;
	}

.blogentryheader {
	background-color: rgb(123, 153, 123);
	padding: 2px;
	margin-bottom: 4px;
	}
.blogentryheader span.blogentrytitle {
	display: inline;
	float: left;
	}
.blogentryheader span.blogentryauthor {
	text-align: right;
	display: inline;
	float: right;
	}
.blogentrybody {
	font-family: helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	line-height: 1.4em; 
	color: #eee; 
	}
.blogentryfooter {
	background-color: rgb(153, 153, 153);
	padding: 2px;
	margin-top: 4px;
	height: 1.2em;
	}
.blogentrylink {
	display: block;
	float: left;
	}

.blogentrytimestamp {
	text-align: right;
	display: block;
	float: right;
	}
.blogentrydeletebutton {
	background-color: rgb(100,100,100); 
	text-align: right;
	}
.blogentryeditbutton {
	background-color: rgb(100,100,100); 
	text-align: right;
	}

div.spacer {
  clear: both;
  }
 
.hoverwindow {
	background: #7B997B; 
	position: absolute; 
	border: solid white 1px;
	color: black;
	padding: 20px 5px 5px 5px;
	}

.hoverwindow div.dragbar {
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	color: white; 
	height: 20px; 
	padding-left: 10px;
	font-size: 10px; 
	font-style: italic; 
	vertical-align: center; 
	background-color: black;
	border-bottom: solid white 1px;
	}

.hoverwindow div.dragbar div.box {
	position: absolute;
	top: 0px; right: 0px;
	padding: 0px 0px;
	font-size: 10px;	
	font-style: normal;
	}
.TogglerBar {
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-family: 'Andale Mono', sans-serif;
	font-size: 12px;
	font-weight: normal;	
	color: black;
	}
.MorphActive {
	font-size: 16px;	
	font-weight: bold;
	color: #DF4E00;
	}

.MorphInactive {
	font-size: 12px;
	font-weight: normal;	
	color: #000;
	}
label {
	vertical-align: top; 
	}
