/* pdfCreatorList */

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

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


#pdfCreator  p,  #pdfCreator  p a, #pdfCreator  p strong { 
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;	
}

.textfieldpdf { 
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 10px; 	
}

#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;
	font-family: arial, helvetica, sans-serif;
 	font-size: 12px;
}

#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: #336666; cursor: pointer;
}


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

