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

/* This formats the publication listings. */
#view-content {
	font-size: .85em;
	font-family: Verdana, Geneva, sans-serif;
	color: #425355;
	position: relative;
}

#view-content body {
	font-size: 1em;
}

div#view-content { 
	background-color:#fff;
	padding: 10px;
	text-align: left;
}

#view-content a { color: #840A21}

#view-content ul {
	padding-left: 12px;

}

#view-content  ul li img {
	float: right;
/* 	padding: 0 0 10px 0; */	
}

#view-content ul li {
	/* background: none repeat scroll 0 0 transparent; */
	padding: 3px 3px 10px 3px;
	margin: 0 0 20px 0;
}

#view-content ul > li:nth-child(odd) { background-color:#fff; }
#view-content ul > li:nth-child(even) { background-color:#fff; }


/* Last updated to bottom */
#refresh {
position:absolute;
margin-top:100px;
bottom:0;
width:100%;
height:20px;
}