.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size: 12px;
	font-weight: normal;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
}
 
.element {
 
}
 
.element p {
	margin: 0;
	padding: 4px;
}
 
.float-right {
	padding:10px 20px;
	float:right;
}
  
.element table {
	font-family:"Segoe UI","Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	color : black;
	font-size:1em;
}  
  
 
.sidepost {
}

.sidepost_text { 
	font-family:"Segoe UI","Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	color : black;
	font-size:1em;
}
.sidepost_text a { 
	text-decoration: none;
	color : black;
	font-weight:bold;
}
.sidepost_text a:hover { 
	text-decoration: none;
	color : #920000;
	font-weight:bold;
}
.sidepost_details { 
	font-family:"Segoe UI","Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	color : black;
	font-size:0.7em;
}
.sidepost_details a { 
	text-decoration: none;
	color : black;
}
.sidepost_details a:hover { 
	text-decoration: none;
	color : #920000;
} 
 