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

.pub_text {
	font-weight: bold;
	font-size: 90%;
	margin: 6px 0;
}

.pub_author {
	margin: 4px 0;
}

.pub_date {
	font-weight: bold;
	font-size: 90%;
}
.pub_link {
	background: url(imgs/linkbtnlight_right.gif) no-repeat right center;
	margin-bottom: 5px;
}
.pub_link .pub_link_pre,
.pub_link .pub_download_pre {
	background: url(imgs/linkbtnlight_left.gif) no-repeat left center;
	height: 18px;
	overflow: hidden;
	margin-right: 3px;
}
.pub_link .pub_download_pre,
.container_download_pre,
.container_extLink_pre,
.container_intLink_pre,
.container_email_pre{
	background: url(imgs/linkbtnlight_left.gif) no-repeat left center;
	height: 18px;
	overflow: hidden;
	margin-right: 3px;
}

.pub_link a{
	padding: 0 20px 0 16px;
	margin-left:4px;
	width: auto;
	line-height: 18px;
}
.pub_link a:visited {
}
.pub_link .pub_download_pre a,
.container_download_pre a{
	background: url(imgs/downloadicon-dark.gif) no-repeat left center;
}
.pub_link .pub_download_pre a:hover,
.container_download_pre a:hover {
	background: url(imgs/downloadicon-red.gif) no-repeat left center;
}
.container_extLink_pre a {
	background: url(imgs/external_link_new_window-dark.gif) no-repeat left center;
}
.container_extLink_pre a:hover {
	background: url(imgs/external_link_new_window-red.gif) no-repeat left center;
}
.container_intLink_pre a {
	background: url(imgs/internal-link-dark.gif) no-repeat left center;
}
.container_intLink_pre a:hover {
	background: url(imgs/internal-link-red.gif) no-repeat left center;
}
.container_email_pre a {
	padding-left: 20px;
	background: url(imgs/mail-dark.gif) no-repeat left center;
}
.container_email_pre a:hover {
	background: url(imgs/mail-red.gif) no-repeat left center;
}

/* second solution */
.clearfix { display: block; }
.bt {
	height:4px;
	margin:0 0 0 4px;
	background:url(imgs/button-green-box.gif) no-repeat 100% 0;
}
.bt div {
	position:relative;
	left:-4px;
	width:4px;
	height:4px;
	background:url(imgs/button-green-box.gif) no-repeat 0 0;
	font-size:0;
	line-height:0;
}
.button {
	float:left;
	margin-top:0;
}
.button .bt {
	height:4px;
	margin:0 0 0 4px;
	background-image:url(imgs/button-green-box.gif);
}
.button .bt div {
	left:-4px;
	width:4px;
	height:4px;
	background-image:url(imgs/button-green-box.gif);
}
.button .bb {
	height:4px;
	margin:0 0 0 4px;
	background-image:url(imgs/button-green-box.gif);
}
.button .bb div {
	left:-4px;
	width:4px;
	height:4px;
	background-image:url(imgs/button-green-box.gif);
}
.button .i1 {
	padding:0 0 0 4px;
	background-image:url(imgs/button-borders.png);
}
.button .i2 {
	padding:0 4px 0 0;
	background-image:url(imgs/button-borders.png);
}
.button .i3 {
	padding:0 0.5em;
	background:#96A894 url(imgs/button-green-box.gif) no-repeat -4px -4px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}
.button a:link,
.button a:visited,
.button a:hover {
	border:none;
	color:#fff;
}

.attorneylisting {
	position: relative;
	clear: both;
}
.attorneylisting .noBorder,
.attorneylisting .withBorder {
	width: 30%;
	float: left;
	padding-left: 10px;
}
.attorneylisting .withBorder {
	border-left: 1px solid #9B1E14;
}
