/* Styles for the SUCCESS publication pages */
.tab {
	border: 1px solid #7B9BB2; 
	background-color: #EBEFF3;
	display: inline;
	padding: 0px 4px 0px 4px;
	margin-right: 3px;
	font-weight: bold;
	font-size: 0.9em
}

.tab:hover {
	cursor: pointer;
	border-top: 2px solid #7B9BB2
}

.active_tab {
	cursor: pointer;
	border-top: 2px solid #7B9BB2;
	border-bottom: 1px solid #fff;
	background-color: #fff
}

#solr {border: 1px solid #7B9BB2}
#solr > .record {padding: 10px 5px 10px 5px}
#solr > .odd {background-color: #EBEFF3}

#solr > .even {
	border-top: 1px dashed #D9E0E8;
	border-bottom: 1px dashed #D9E0E8
}

#solr > .record:last-child {border-bottom: none}

.record_link > a {
	background: transparent url(http://www.swinburne.edu.au/images/icons/arrow2.gif) no-repeat scroll 3px 5px; 
	-moz-background-clip: border; 
	-moz-background-origin: padding; 
	-moz-background-inline-policy: continuous
}

.record_link > a > span {margin-left: 10px}

.type_heading {
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px 5px 10px 5px
}