﻿/* Profiles list */
.listPage
{
	margin-bottom:15px;
}

.sf_profilesContentList 
{		
	line-height: 1.3;
	border-bottom:solid 1px #AFB0B0;	
	width:100%;
}

.searchHeader
{
    border-bottom:solid 1px #AFB0B0;
}

.sf_profilesContentList li
{
	margin: 0 0 2em;
	padding: 0;
	border-bottom:solid 1px #AFB0B0;
	padding-bottom:5px;
}
.sf_profilesContentList .ProfileImageDiv
{
	width:90px;	
}
.sf_profilesContentList .ProfileContentDiv
{
	width:230px;	
	padding-top:40px;
	padding-left:20px;	
}

.sf_profilesContentList .EmailAddressDiv
{
	width:180px;	
	padding-top:43px;
	padding-left:20px;
}

.sf_profilesContentList .VCardDiv
{	
	text-align:right;
	padding-top:33px;	
}

.ProfileImageDiv .ProfileListThumb
{
	max-width:75px;
	margin:0 auto;
	display:block;
}

.sf_profilesContentList h2
{
	margin:0;
	font-family:Arial, Verdana;
	font-size:14px;
	font-weight:bold;
}

.sf_profilesContentList h2 span
{
    font-family:Arial, Verdana;    	
	font-size:12px !important;	
	font-weight:normal;    
	color:#666666;
}

.sf_postCategory
{
	font-family:Arial, Verdana;
	font-size:12px;
	font-weight:bold;
}

.sf_profilesContentList .sf_readMore
{
	text-align:right;
}

.sf_socialBookmarks 
{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.3;
}
.sf_socialBookmarks li
{
	list-style-type: none;
	display: inline;
	padding-right: 5px;
}

/*  Single Profile */

.sf_singleProfileContent
{
}
.sf_back
{
	display:block;
	height:25px;
	font-size:12px;
	font-weight:bold;
}
.sf_singleProfileContent .ProfileImage
{
	float:right;
	margin-bottom:15px;	
}
.sf_singleProfileContent .ProfileLeftDiv
{
	width:167px;
	float:left;
}
.sf_singleProfileContent .ProfileLeftDiv img.touts
{
	display:block;
	margin:20px auto;
}
.sf_singleProfileContent .ProfileContentDiv
{
	width:410px;
	float:right;		
}



.sf_singleProfileContent .ProfileContentDiv h1.sf_contentTitle
{
	margin:0 0 ;
	font-family: "Times New Roman", Serif;
	font-size:22px !important;
	font-style:italic;
	font-weight:normal;
}
.sf_singleProfileContent .ProfileContentDiv .ToggleHidden
{
	width:412px;
	height:18px;
	background:transparent url(images/center_view_arrow_box.gif) no-repeat center left;
	cursor:pointer;
	font-weight:bold;
}	
.sf_singleProfileContent .ProfileContentDiv .ToggleShown
{
	width:412px;
	height:18px;
	background:transparent url(images/center_hide_arrow_box.gif) no-repeat center left;
	cursor:pointer;
	font-weight:bold;
}	
.sf_singleProfileContent .ProfileContentDiv .ProfilesText
{
	margin-left:10px !important;
}
.sf_singleProfileContent .ProfileContentDiv .hidden
{
	display:none;
}


/* Pager */
ol.sf_pager 
{
	margin: 10px 0;
	padding: 0;
	width: 100%;
	float: left;
	list-style: none;
	clear: both;
}
ol.sf_pager li
{
	margin: 0;
	padding: 0 10px 0 0;
	width: auto;
	float: left;
}
ol.sf_pager li a
{
	padding: 3px 5px;
}
ol.sf_pager li a[disabled="disabled"], ol.sf_pager li a.sf_PagerSelItem
{
	color: #666;
	text-decoration: none;
	cursor: default;
}

.breakfloat
{
	clear:both;
}

.alphaFilter
{
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
}

.criteriaFilter
{
	margin-bottom:20px;
}

.alphaList
{	
	float:left;
	width:420px;	
}

.viewAllLink
{
	padding-left:20px;
	float:left;
}
.clearLink
{
	padding-left:25px;
	float:left;
}

.filterColumn
{
	float:left;
	width:190px;
}

.RadComboBox
{
	margin-top:5px;
}

.inputText
{
	width:153px !important;
	height:13px;
	margin-top:4px;
}

.searchResultsTitle
{
	font-weight:bold;
	font-size:14px;
	float:left;
}

.pagingResults
{
	float:right;	
}

.criteriaFilter ul
{
	margin-top:5px;
	text-align:left;	
}

.criteriaFilter li
{	
	list-style:none;
	display:inline;
}

.prtBioImage, a.prtBioImage
{
    background-image: url(images/print_bio_normal.gif); width: 150px; height: 25px; display: block;
}

a.prtBioImage:hover
{
    background-image: url(images/print_bio_over.gif);
}

h1 span
{
    margin:0 0 ;
	font-family: "Times New Roman", Serif;
	font-size:20px !important;
	font-style:italic;
	font-weight:normal;    
	color:#666666;
}

a.articleList
{
	display:block;
	margin-bottom:10px;
}

#profileSearch
{
    float:left;
    clear:both;
}

#profileSearch .row
{
    float:left;
    clear:both;
    padding:5px 0;
}

#profileSearch .row .columnLabel
{
    float:left;
    width:80px;
    padding-right:5px;
}

#profileSearch .row .columnControl
{
    float:left;    
    padding-left:5px;
    min-width:150px;
    text-align:left;
}

table.results th,
table.results td
{
    padding:5px;
    
    
    }
.columnControl input[type="text"]
{
    width:300px;
    }