body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	/* Simple page reset */
	margin:0;
	padding:0;
}

body{
	/* Setting default text color, background and a font stack */
	color:#987186;
	background: #FFFFFF;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	width:100%;
}

#file-manager{
	background-color:#FFFFFF;
	border:0px solid #DDD;
	
	width:100%;
	
	
}

ul.manager li{
	
	border:2px solid #E9D8C5;
	
width:120px;
height:120px;
	list-style:none;
	float:left;
	text-align:center;
	background:url(pdfdownload.png);
	margin-top:10px;
	margin-bottom:10px;
	margin-right:10px;
	margin-left:10px;
}

ul.manager li a{
	display:block;
	text-decoration:underline;
	font-weight:bold;
}

ul.manager li a:hover .download-label{
	/* When a list is hovered over, show the download green text inside it: */
	display:block;
}

span.download-label{
	background-color:#0FA0B3;
	border:0px solid #4E9416;
	color:white;
	display:none;
	font-size:10px;
	padding:2px 4px;
	position:absolute;
	right:5px;
	text-decoration:none;
	text-shadow:0 0 1px #315D0D;
	top:6px;
	
	/* CSS3 Rounded Corners */
	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

span.download-count{
	display:none;
}

/* The styles below are only necessary for the demo page */

h1{
	background:#f0f0f0;
	border-bottom:1px solid #eaeaea;
	font-size:1.5em;
	font-weight:normal;
	margin-bottom:15px;
	padding:15px;
	text-align:center;
}

h2 {
	font-size:0.9em;
	font-weight:normal;
	padding-right:40px;
	position:relative;
	right:0;
	text-align:right;
	text-transform:uppercase;
	top:-48px;
}

a, a:visited {
	color:#95204D;
	text-decoration:underline;
	outline:none;
}

a:hover{
	text-decoration:none;
	color:#009BAF;
}



