
.fulltextHref {
	cursor : help;
	text-decoration: none;
	border-bottom: 1px dotted black;
	font-style : italic;
}

.fulltextInfo {
	cursor : help;
	border: 1px solid silver;
	font-size: 9px;
	font-family:verdana,arial,helvetica;
	display: none;
	width: 400px;
	position : absolute;
	background-color: #FFFBCA;
	padding: 5px;
}


.fulltextInfo .fulltextHeader {
	font-size: 18px;
	color: red;
}

.fulltextInfo p {
	margin-top :0em;
}

.fulltextShort {
	cursor : help;
	border: 1px solid silver;
	font-size: 10px;
	font-family:verdana,arial,helvetica;
	width: 350px;
	background-color: #FFFBCA;
	padding: 7px;

}


.fulltextShort ul{
	margin: 0.2em;
}

.fulltextShort li{
	list-style-type : none;
}

.fulltextList {
	cursor : help;
	border: 1px solid silver;
	font-size: 10px;
	font-family:verdana,arial,helvetica;
	width: 100%;
	background-color: #FFFBCA;
	padding: 5px;
}

.fulltextList .fulltextHeader {
	font-weight : bold;
	font-size: 20px;
}

.fulltextList ul{
	margin: 0.2em;
}

.fulltextList li{
	list-style-type : none;
}

.fulltextList p {
	margin-top :0em;
}
