/* CSS Document */

.homePubListing {
	margin-bottom:12px;
	border:1px solid #cccccc;
	padding:7px;
}

.homePubListing img {
	float:left;
	padding-right:20px;
}

.homePubListing div  {
	float:left;
}

.homePubListing div h3 {
	font-size:14px;
}

.homePubListing div p {

}

.pubIssue {
	margin-bottom:16px;
}

.pubIssue div {
	margin-bottom:6px;
}

.pubIssue div h3 {
	float:left;
	line-height:24px;
	padding-left:34px;
	width:340px;
}

/*
.volumeFolder {
	background:url('/images/library/folder-vol.png')
	no-repeat
	24px
	center;
	line-height:18px; 
	padding-left:54px;
}
*/
.volumeFolder {
	background:url('/images/library/folder-vol.png')
	no-repeat
	0px
	center;
	line-height:24px; 	
	margin-bottom:8px;
	height:24px
}

.volumeFolder div {
	margin-left:28px;
}

.volumeFolder div h3 {
	float:left;
}

.volumeFolder div div {
	float:left;
	margin-left:4px;
}

.folder {
	background:url('/images/library/folder-issue.png') no-repeat 0px center;
}

.newFolder {
	background:url('/images/library/folder-new.png') no-repeat 0px center;
}


.book {
	background:url('/images/library/book.gif')
	no-repeat
	24px
	center;
	line-height:18px; 
	padding-left:54px;
}

.book#looseArticles {
	background:url('/images/library/book.gif')
	no-repeat
	0px
	center;
	padding-left:34px;
}

.pubIssue div h3 span {
	font-size:11px;
}

.pubIssueArticleCount {
	float:right;
	
}

.pubIssueVolumeNo {
	/*clear:both;*/
	float:left;
}

.articleListing {
	margin-bottom:10px;
	padding:7px;
	border:1px solid #73c0fd;
}
/*
.articleDataSet div {
	border-top:1px #cccccc solid;
}*/

.articleListing img {
	float:left;
	margin-right:10px;
}

.articleListing div {
	float:right;
	width:510px;
}


.articleListing dl dt {
	float:left;
	width:120px;
	text-align:right;
	font-weight:bold;
	border-top:1px #cccccc solid;
	margin-bottom:6px;
	padding-top:3px;
}

.articleListing dl dd {
	margin:0px;
	margin-bottom:6px;
	padding:0px;
	padding-top:3px;
	padding-left:5px;
	float:left;
	width:380px;
	border-top:1px #cccccc solid;
}

.articleListing h3 a {
	color:#FE541B;
}

.keyNewIssue {
	background:url('/images/library/folder-new.png')
	no-repeat
	left
	center;
	padding-left:32px;
	line-height:28px;
}

.keyIssue {
	background:url('/images/library/folder-issue.png')
	no-repeat
	left
	center;
	padding-left:32px;
	line-height:28px;
}

.keyVolume {
	background:url('/images/library/folder-vol.gif')
	no-repeat
	left
	center;
	padding-left:32px;
	line-height:28px;
}

.keyArticle {
	background:url('/images/library/book.gif')
	no-repeat
	left
	center;
	padding-left:32px;
	line-height:28px;
}

.issueHeading {
	background:url('/images/library/folder-issue-open.gif')
	no-repeat
	left
	center;
	line-height:36px;
	height:36px;
	font-size:20px;
	font-weight:normal;
	margin:0;
	padding:7px 0px 7px 46px;
}

.issueListKey {
	float:right; width:120px; border:1px solid #cccccc; padding:7px;
}

.issueListContainer {
	float:left; width:350px;
}

