﻿@charset "utf-8";

/* CSS Document */

.listwrapper {
	background-color: white;
	background-image: url(../img_pubs/box_body_bg.png);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding-top: 18px;
	padding-left: 16px;
	border-right-width-value: 1px;
	border-left-width-value: 1px;
	border-right-style-value: solid;
	border-left-style-value: solid;
	border-right-color-value: #cccccc;
	border-left-color-value: #cccccc;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-top: 20px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	border: 1px solid #cccccc;
}

.listwrapper hr {
	margin: 0px;
	padding:0px;
	height: 0px;
	color:#ffffff;
	border: 0px;
	clear: both;
}

h1.collections_name {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #990000;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
/*
	margin: 30px 0px 0px 0px;
	background-attachment: scroll;
	background-image: url(/img_pubs/collection_tab_bg.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 25px; */
}

h2.pubcategory {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #990000;
	margin: 30px 0px 0px 0px;
	background-attachment: scroll;
	background-image: url(../img_pubs/collection_tab_bg.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	height: 25px;
}

h3.tofulllist {
	font-size: 15px;
	font-weight: bold;
	text-align: right;
	color: #990000;
/*	margin: 30px 0px 0px 0px;
	background-attachment: scroll;
	background-image: url(/img_pubs/collection_tab_bg.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	height: 25px;*/
}

.publist {
	list-style-image: none;
	list-style-type: none;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	/*	white-space: normal; */
	margin: 0px;
	padding: 0px;/*	width: 600px;*/
	padding-left: 30px;
}

.publist li {
	width: 130px;
	float: left;
	padding: 5px;
	height: 180px;
	border: 1px solid #cccccc;
	margin-right: 12px;
	margin-bottom: 12px;
	line-height: 12pt;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
}

.publist li h3 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	text-align: left;
}

.publist li h4 {
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 6px;
	margin: 0px;
	text-align: left;
}

.publist li a {
	color: #003377;
	font-weight: normal;
	text-decoration: none;
	padding: 5px;
	display: block;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	margin: 0px 0px 3px 0px;
}

.publist img {
	width: 120px;
	height: 70px;
	padding-bottom: 5px;
	/*
	margin-bottom: 10px; */
	display: block;
	clear: both;
	border: 0px;/*
	padding: 1px;
	background-color: #3e4f4f;
	border: 1px dashed #4e6973;
*/
}

.publist a.pdf {
	background-image: url(../img_pubs/pdficon.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	padding-left: 25px;
	font-size: 10px;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.publist a.pdf:hover {
	background-color: #ffffff;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	color: #003377;
	text-decoration: underline;
}

.publist a:hover {
	/*	padding-top: 9px; */
	background-color: #66CCCC;
	color: #003377;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #6699CC;
	border-bottom-color: #6699CC;
}
