#list1 .title { 
	font-weight:bold;
}
#list1, #list2 { 
	width:100%; 
}
.title, .mytitle { 
	cursor:pointer;
	border:1px solid #007DC3;
	font-weight: bold;
	padding: 5px; 
}
.on  .mytitle { 
	background-color:#007DC3; 
	color:#EEF6FB;
}
.off .mytitle { 
	background-color:#EEF6FB; 
	color: #007DC3;
}
.content, .mycontent {
	background-color:#fff;
	border:1px solid #007DC3;
	padding: 0;
	margin: 0;
}
.mycontent div p{
	margin:  0;
	padding: 0;	
}

#log { position:absolute; top:0; right:1em; text-align:right; }
.further a{
	color: #007DC3
}
