@charset "UTF-8";
/*=====================================================
*
*	addicon_demo.css
*	Since    2010.2.23
*	Editor poundhound
*
========================================================*/

div#screen { margin: 1em 20px; text-align: left; }

.note,.demo { margin-bottom: 1.5em; }


ul.fileList { margin-bottom: 3em; }
.fileList li { list-style: none; line-height: 1.5; }

span.pdfAfter,
span.docAfter,
span.xlsAfter,
span.zipAfter {
	padding: 0 0 0 20px;
	background-image: url(/css/image/icon_files2.png);
	background-repeat: no-repeat;
	margin: 5px;
	/* margin-left: 5px; */
	/* margin-right: 10px; */
}

span.pdfBefore,
span.docBefore,
span.xlsBefore,
span.zipBefore {
	padding: 2px 18px 0 0;
	background-image: url(/css/image/icon_files2.png);
	background-repeat: no-repeat;
}

span.pdfAfter,span.pdfBefore {	background-position: 0 3px; }
span.docAfter,span.docBefore {	background-position: -20px -17px; }
span.xlsAfter,span.xlsBefore {	background-position: -40px -37px; }
span.zipAfter,span.zipBefore {	background-position: -60px -57px; }

.returnArticle a {
	display: block;
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	background-color: #105d99;
	color: #fff !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.returnArticle a:hover { background-color: #7eb3dc; color: #105d99; }
.returnArticle { margin-bottom: 0; color: #fff; }

.fileInfo {
	font-size: 85%;
	color: #00468c;
	color: #666;
}
