/* $Id: occurrence.css 40 2008-09-09 15:14:37Z edin.coralic $ */

.occurrence {
	
}

.occurrence ul.list {
	list-style-type: none;
}
.occurrence ul.list li.item {
	padding-bottom: 1em;
	border-bottom: 1px solid #e2e6e9;
	margin-bottom: 1em;
}
.occurrence ul.list li.item h3.title {
	margin-bottom: 5px;
	color: #1963c2;
	font-size: 2em;
	font-weight: normal;
}
.occurrence ul.list li.item p.author {
	font-size: 1.3em;
}
.occurrence ul.list li.item .more a {
  background: url('/media/dsg/back_arrow.gif') no-repeat center right;
  padding-right: 15px;
}
.occurrence ul.list li.item h3.title span.date {
	font-size: 0.65em;
	color: #a6a7ab;
}

.occurrence .files {
  border-top: none;
  margin-bottom: 0;
}
.occurrence .files h5 {
  font-size: 1.3em;
  color: #666;
  margin-top: 1em;
}
.occurrence .login_notice {
  font-size: 1.3em;
  margin-top: 1em;
}
.occurrence .login_notice a {
  background: url(/media/dsg/back_arrow.gif) no-repeat center right;
  padding-right: 15px;
}