@import url(../css/form.css);	

/* =========================== Filter =========================== */	

.filterbar-outer {
	background: url(../library/bg-pollbottom.png) no-repeat bottom left #ebebeb; 
	margin-bottom: 25px;
	width: 620px;
	}
.filterbar {
	background: url(../library/bg-polltop.png) no-repeat top left;
	padding: 7px 10px 6px 10px;
	width: 600px;
	}
.filterbar fieldset {
	position: relative;
	/*width: 525px;*/
	}	
.filterbar legend {
	display: none;
	}
.filterbar .desc {
	text-align: left !important;
	padding: 2px 5px 0 0 !important;
	width: auto !important;
	vertical-align: top !important;
	}
.filterbar .element {
	text-align: left !important;
	padding: 0 5px 0 0 !important;
	margin: 0 !important;
	width: auto !important;
	vertical-align: top !important;
	}	
.filterbar .button {
	float: left;
	text-align: left !important;
	padding: 1px 5px 0 0 !important;
	margin: 0 !important;
	width: auto !important;
	vertical-align: top !important;
	}	

/* Profile Archive */
div.profilelisting {
	position: relative;
	z-index: auto;
	margin-top: -15px
	}
div.profilelisting div.thumbnail {
	width: 90px;
	float: left;
	padding-top: 5px;
	}
div.profilelisting div.description {
	width: 495px;
	float: left;
	}		
div.profilelisting div.article {
	background: url(../library/divider.gif) no-repeat bottom left;
	padding-bottom: 7px;
	}	


/* Profile Detail */	
	
.inline-ad {
	float: right; 
	width: 300px; 
	height: 250px; 
	margin: 10px 0 0 10px;
	}	
.inline-ad img { 
	display: block;
	}
.profile-image {
	float: left;
	margin: 5px 15px 10px 0;
	}	
.profile-detail {
	margin-top: -15px;
	}	
.profile-detail h2 {
	margin-bottom: 7px;
	}	
	
		
	
.meta {
	margin-bottom: .8em;
	background: url(../library/divider.gif) no-repeat bottom left;
	}
.meta dl,
.meta dt,
.meta dd {
	float: left;
	display: block;
	}
.meta dl {
	clear: both;
	width: 100%;
	background: url(../library/divider.gif) no-repeat top left;
	padding: 2px 0 2px 0;
	}
.meta dt {
	width: 90px;
	}
.meta dd {
	width: 240px;
	}		
.meta dt strong {
	font-weight: normal;
	font-size: 83.3%;
	color: #999;
	}
	

div.profile-detail .meta {
	margin-bottom: .8em;
	padding: 4px 0 7px 0;
	}
div.profile-detail .meta dl,
div.profile-detail .meta dt,
div.profile-detail .meta dd {
	float: left;
	display: block;
	}
div.profile-detail .meta dl {
	clear: none;
	width: auto;
	background-image: none !important;
	padding: 2px 0 2px 0;
	margin-right: 15px;
	}
div.profile-detail .meta dt {
	width: auto;
	padding-right: 3px;
	}
div.profile-detail .meta dd {
	width: auto;
	}	
	
.printandemail {
	padding: 5px 0px 5px 45px;
	position: absolute;
	z-index: 1;
	top: 2px;
	left: 370px;
	width: 235px;
	background: url(../library/bg-printandemail.gif) no-repeat bottom left;
	}	
