/* pdfCreatorList */

#pdfCreator { 
	float: left;
	margin: 0 0 0 24px;
	padding: 4px 5px 5px 5px;
	width: 177px;
	font-size: 10px;
    line-height: 1.38em;
	color: #888;
    border: 1px solid #E9E9E9;  background: #ffffff; 
}

#pdfCreator  a { 
	display: block; 
	margin: -15px 0 0 0;
	padding: 0 0 0 0;
 	
}

#pdfCreator  a:link, #pdfCreator a:visited {
	color: #666; 
	text-decoration: none;
	
	background: none;
}

#pdfCreator a:hover {
	color: #000; text-decoration: underline;
}

#pdfCreator a:active {
	color: #fff; text-decoration: none;
}


#pdfCreatorList {
 	width: 175px;
	height: 75px;
	float: right;
	padding: 0 0 0 0;
  	list-style: none;
 	border: 1px solid #E9E9E9;
	overflow: auto;
}

#pdfCreatorList  a { 
	display: block; 
	margin: 0 0 0 -9px;
	padding: 0 0 0 0;
 	
}

#pdfCreatorList  a:link, #pdfCreatorList a:visited {
	color: #333; 
	text-decoration: none;
	width:150px;
	background: none;
}

#pdfCreatorList a:hover {
	color: #fff; text-decoration: none;
}

#pdfCreatorList a:active {
	color: #fff; text-decoration: none;
}


#pdfCreatorList li:hover, #pdfCreatorList li.sfhover {
	background: #f58539; cursor: pointer;
}


#pdfCreatorList li {
	margin: 0 0 0 0;
	padding: 0 0 0 9px;
	font-size: 10px;
}

