/*  Copyright 2009 - 2010 James Conzett. All Rights Reserved.
This program is custom written for one of my applications.
Supplied WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*/
/*
Plugin Name: Business Profile
Plugin URI: http://www.wprocket.com/business-profiler/
Author: James Conzett
Author URI: http://www.jamesconzett.com/
*/
/*
Formatting for the user profiles, member directory, and stats widget
*/
.dispmember {
text-decoration: none;
border: none;
width:100%;
}
.dispmember h2 {
white-space:nowrap;
font-size:30px;
font-weight: normal;
border-bottom: 0px;
margin: 0px;
width:75%;
padding: 11px 0px 3px 0px;
}
.dispmember h1 {
white-space:nowrap;
font-size:30px;
font-weight: normal;
border-bottom: 1px dotted #D9D9D9;
margin: 0px;
width:75%;
padding: 11px 0px 3px 0px;
}

.dispmember h4 {
font-size: 14px;
font-weight: normal;
border: none;
border: none;
margin: 0px;
padding: 11px 0px 0px 0px;
}
.space {
height:20px;
}
.buslist {
vertical-align: middle;
padding: 0 0 0 0;
border: 0 0 0 0;
margin: 0 0 0 0;
height:200px;
width:200px;
}
.details {
vertical-align: middle;
padding: 0 0 0 10px;
border: 0 0 0 0;
margin: 0 0 0 0 0;
height:200px;
width:100%;
}
.details td {
vertical-align: top;
padding: 0 0 0 0;
border: 0 0 0 0;
margin: 0 0 0 0 0;
height:15px;
width:100%;
}
.details .busname a {
font-size:18px;
text-align:left;
}
.details .busname a:visited {
text-decoration: none;
outline: none;
}
.details .busname a:hover {
text-decoration: underline;
outline: none;
}
.details .busname a:active {
text-decoration: none;
outline: none;
}
.moreinfo a,.moreinfo a:visited,.moreinfo a:active,.moreinfo a:hover {
text-decoration: underline;
font-size:10px;
outline: none;
}
.details a, .details a:visited, .details a:active {
outline: none;
text-decoration: none;
}
.details a:hover {
text-decoration: underline;
outline: none;
}

.dispmember p {
font-size: 15px;
}
.dispmember a {
font-size: 15px;
line-height: 22px;
text-decoration:none;
outline: none;
}
.dispmember a:hover {
font-size: 15px;
line-height: 22px;
text-decoration:underline;
outline: none;
}
.dispmember a:active {
font-size: 15px;
line-height: 22px;
text-decoration:none;
outline: none;
}
.info {
color:#C0C0C0;
}
.pfdirectory table {
/*border: 1px solid #000000;*/
/*border-collapse: collapse;*/
margin: 15px 0px 0px 0px;
width: 100%;
}
.pfdirectory th {
background-color: #D9D9D9;
text-align: left;
border-bottom: 1px solid #000000;
font-size: 12px;
padding: 0px 0px 0px 6px;
}
.pfdirectory td {
font-size: 14px;
padding: 0px 6px 0px 6px;
text-align:left;
}
.pfback {
font-size: 12px;
font-weight: normal;
padding: 5px 0px 0px 0px;
margin: 0px;
}
.pfpagisingle {
font-size: 12px;
padding: 20px 0px 0px 0px;
}
.pfpagidirect {
font-size: 12px;
padding: 10px 0px 0px 0px;
}
.pfwidget {
}
.pfwidget h2 {
}
.pfwidget small, #sidebar ul ul li, #sidebar ul ol li {
color: #000000;
}