﻿/*#modulesearchbar  input.ui-input-text
{
	width: 40%;
	float: left;
}
#modulesearchbar button, .ui-hide-label .ui-btn.ui-submit
{ 
	width: 10%;
	float: left;
}
.ui-content
{
	padding-top: 0;
}*/
.ui-content .ui-listview
{
	margin-top: 0px!important;
}
.ui-listview li
{
	overflow: hidden;
}

.newCP .staffProfileIcon
{
	width: 100px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
.newCP .staffName, .newCP .staffProfile
{
	float: left;
	width: 60%;
	margin-top: 13px;
}

.newCP .staffPhone
{
	float: left;
	width: 40%;
}
.newCP .staffName em
{
	font-weight: normal!important;
}
.newCP .text
{
	clear: both;
	padding: 10px 0px 10px 0px;
}
.moduleContentNew .discussionAreas dl
{
	float: left;
	font-size: .75em;
	margin: 0 0 0 -10px;
}

.moduleContentNew .desc dt
{
	float: right;
	height: 18px;
	margin-left: 2px;
	right: 0;
	text-indent: -200%;
	width: 18px;
}

.moduleContentNew .desc dd
{
	float: right;
	margin: 3px 0 0 10px;
	text-align: right;
}

.moduleContentNew .phone
{
	background: url(/../../../Assets/Images/IconPhone.png) no-repeat 50% 50%;
	background-size: 18px 18px;
}

.moduleContentNew .email
{
	background: url(/../../../Assets/Images/IconShareEmail.png) no-repeat 50% 50%;
	background-size: 18px 18px;
}

fieldset.ui-grid-a
{
	margin-top:-15px!important;
}
.ui-block-a
{
	width: 2.5em!important;
	margin: 5px!important;
}
.ui-block-b h3
{
	padding: 30px 0 10px 20px;
}
.bottomButton img
{
	float: left;
}

.DirectoryNormalText
{
	font-weight: normal;
}

/*.ui-li-link-alt
{
	border-left-width: 0!important;
}*/

.moduleContentNew .leftSplit
{
	padding-right: auto !important;
	padding-left: 48px !important;
}

.moduleContentNew .leftSplitIcon
{
	border-left-width: 0px;
	border-right-width: 1px;
	left: 0;
	right: auto;
}

.moduleContentNew .briefDesc
{
	font-size: .85em;
	margin: .25em 0 1em;
	white-space: normal;
}

.moduleContentNew .briefDesc > p
{
	white-space: normal;
}

.moduleContentNew .leftSplitIcon.emailLink .ui-btn-inner .ui-icon
{
	background-image: url('../Images/EmailIcon.png');
	background-position: 1px 1px;
	background-size: 16px 16px;
}

.moduleContentNew .leftSplitIcon.emailLink .ui-btn-inner .ui-icon
{
	background-image: url('../Images/EmailIcon.png');
	background-position: 1px 1px;
	background-size: 16px 16px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (-moz-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi)
{
	.moduleContentNew .leftSplitIcon.emailLink .ui-btn-inner .ui-icon
	{
		background-image: url('../Images/EmailIconx2.png');
	}
}