﻿/* Profiles list */
.listPage
{
	margin-bottom:15px;
}

.sf_careersContentList 
{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.3;
}
.sf_careersContentList li
{
	margin: 0 0 2em;
	padding: 0;
}
.sf_careersContentList .ProfileImageDiv
{
	width:150px;
	float:left;
/*	margin-right:15px;*/
}
.sf_careersContentList .ProfileContentDiv
{
	width:400px;
	float:left;
}

.ProfileImageDiv .ProfileListThumb
{
	max-width:125px;
	margin:0 auto;
	display:block;
}

.sf_careersContentList h2
{
	margin:0 0 ;
	font-family:Arial, Verdana;
	font-size:15px;
	font-weight:bold;
}

.sf_postCategory
{
	font-family:Arial, Verdana;
	font-size:12px;
	font-weight:bold;
}

.sf_careersContentList .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_singleOpeningContent
{
}
.sf_back
{
	display:block;
	height:25px;
	font-size:12px;
	font-weight:bold;
}
.sf_singleOpeningContent .ProfileImage
{
	float:right;
	margin-bottom:15px;	
}
.sf_singleOpeningContent .ProfileLeftDiv
{
	width:167px;
	float:left;
}
.sf_singleOpeningContent .ProfileLeftDiv img.touts
{
	display:block;
	margin:20px auto;
}
.sf_singleOpeningContent .ProfileContentDiv
{
	width:410px;
	float:right;

}

.sf_singleOpeningContent .ProfileContentDiv h1.sf_contentTitle
{
	margin:0 0 ;
	font-family: "Times New Roman", Serif;
	font-size:22px !important;
	font-style:italic;
	font-weight:normal;
}
.sf_singleOpeningContent .ProfileContentDiv .ToggleHidden
{
	width:462px;
	height:18px;
	background:transparent url(images/center_view_arrow_box.gif) no-repeat center left;
	cursor:pointer;
	font-weight:bold;
	color: #0088ce;
}	
.sf_singleOpeningContent .ProfileContentDiv .ToggleShown
{
	width:462px;
	height:18px;
	background:transparent url(images/center_hide_arrow_box.gif) no-repeat center left;
	cursor:pointer;
	font-weight:bold;
	color: #0088ce;
}	
.ProfileContentDiv .ToggleHidden
{
	width:462px;
	height:18px;
	background:transparent url(images/center_view_arrow_box.gif) no-repeat center left;
	cursor:pointer;
	font-weight:bold;
	color: #0088ce;
}
.ProfileContentDiv .ToggleShown
{
	width:462px;
	height:18px;
	background:transparent url(images/center_hide_arrow_box.gif) no-repeat center left;
	cursor:pointer;
	font-weight:bold;
	color: #0088ce;
}	
.sf_singleOpeningContent .ProfileContentDiv .ProfilesText
{
	margin-left:5px !important;
}
.sf_singleOpeningContent .ProfileContentDiv .hidden
{
	display:none;
}
.ProfileContentDiv .ProfilesText
{
	margin-left:5px !important;
}
.ContentMargin
{
	margin-top: 10px;
}
.ProfileContentDiv .ProfilesText p
{
	margin: 0;	
	padding-bottom: 5px;
}
.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;
}
