@charset "UTF-8";
/* CSS Document */

#lbsRefTaggerCP {
	width: 22em;
	border: solid 1px #CCC;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	font-size: 80%;
	color:#333333;
	background-color:#DDD;
	text-align: center;
}
#lbsHeader {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	border-bottom: solid #DDD 1px;
	background-image: url(https://www.logos.com/images/reftagger/dgbg.gif);
	background-repeat: repeat-x;
	padding: .25em;
	color: #DDD;
	margin-bottom: 4px;
}
#lbsSaveContainer, #lbsVersionContainer, #lbsLibronixContainer {
	padding:4px;
	display: inline;
}
#lbsSave {
	border:1px solid gray;
	padding: 0em 1em;
	background-image: url(https://www.logos.com/images/reftagger/dgsave.gif);
	background-repeat:repeat-x;
	color:#333;
	font-family: helvetica, arial, "sans serif";
	cursor: pointer;
}
#lbsVersion {
	font-size:100%;
}
#lbsRefTaggerCP a:link, #lbsRefTaggerCP a:hover, #lbsRefTaggerCP a:visited {
	text-decoration:none;
	color:#666666;
	display: inline;
}
#lbsFooter {
	font-size: 95%;
	border-top:dashed #646464 1px;
	padding:4px 4px 4px 10px;
	line-height: 2;
	margin-top: 4px;
	text-align: left;
}
#lbsLogo {
	display:inline;
	float:right;
	background-image:url(https://www.logos.com/images/reftagger/logogreybg.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
#lbsUseLibronixLinks {
	cursor: pointer;
}