/* Reset
================================== */

* {
	margin: 0;
	padding: 0;
	}

img {
	border: none
	}

/* Typography
================================== */

A {
	FONT-SIZE: 12PX;
}

a:hover, a:active { 
	text-decoration: none; 
	}
	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 164%;
	color:#373736;
	}

ul, ol { 
	margin: 0 0 10px 20px;
	}
	
ul ul, ul ol, ol ul, ol ol { 
	margin: 0 0 0 20px;
	}
	
p {
	margin: 0 0 10px 0;
	}

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 140%;
	color: #4B2E45;
	}
	
h1 {
	font-size: 2em; 
	}

h2 {
	font-size: 1.5em;
	letter-spacing: -0.01em;
	}

.static
	{
		margin-bottom:0px;
		line-height: 100%;
	}

h3 {
	font-size: 1.3em;
	letter-spacing: -0.01em;
	}

h4 {
	font-size: 1.18em;
	font-weight: bold;
	}
	
/* Useful
================================== */

.clear-left {
	clear: left;
	}
	
.clear-right {
	clear: right;
	}
	
.clear-both {
	clear: both;
	}
	
.float-left {
	float: left;
	}

.float-right {
	float: right;
	}
	
.photo-left {
	float: left;
	margin-right: 10px;
	}

.photo-right {
	float: right;
	margin-left: 10px;
	}
	
.hr hr {
	
	border-bottom: dotted 1px #dcdcdc;
	}
	
.hr {
	clear: both;
	margin: 10px 0 9px 0;
	height: 1px;
	overflow: hidden;
	border-bottom: dotted 1px #dcdcdc;
	}
	
.center {
	margin: 0 auto;
	text-align: center;
	}

/* Structure
================================== */

.main-wrapper {
	width: 950px;
	margin: 0 auto;
	background: #FFF;
	}
	
.header {
	min-height: 105px;
	background: #4B2E45 url('../../../images/mhm/css-images/background-header.jpg') repeat-x top left;
	padding: 0 20px;
	}
	
.header .logo h1 a {
	display: block;
	text-indent: -9999px;
	height: 86px;
	width: 251px;
	background: url('../../../images/mhm/css-images/background-logo.gif') no-repeat;
	}
	
.header .logo h1 a:focus {
	outline: none;
	}
	
.header .strapline {
	text-align: right;
	margin-top: 20px;
	width: 630px;
	}
	
.header .strapline h2 {
	color: #C4ADBA;
	line-height: 100%;
	}
	
.header .strapline h3 {
	color: #E3E2D5;
	line-height: 100%;
	}
	
.header .strapline a {
	color: #FFF;
	text-decoration: none;
	}
	
.header .strapline a:hover {
	text-decoration: underline;
	}
	
.header .login {
	min-width: 300px;
	position: relative;
	right: -20px;
	margin-top: 4px;
	min-width: 325px;
	max-width: 600px;
	text-align: center;
	}
	
.header .login-inner {
	margin-left: 10px;
	padding: 4px 10px 4px 0;
	}

.header .login,
.header .login a {
	color: #1A1A1A;
	}
	
.nav {
	min-height: 30px;
	padding: 0 20px;
	position: relative;
	font-size: 0.95em;
	}
		
.nav ul {
	margin: 0;
	list-style: none;
	line-height: 140%;
	}
	
.nav ul li {
	float: left;
	margin: 3px 0 0 3px;
	}
	
.nav ul li a {
	display: block;
	margin-left: 6px;
	padding: 5px 13px 5px 7px;
	min-height: 17px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.18em;
	color: #333;
	letter-spacing: 0.03em;
	}
	
	
.nav ul ul {
	margin: 10px;
	list-style: none;
	line-height: 140%;
	position: absolute;
	left: 20px;
	width: 890px;
	text-align: right;
	}
	
.nav ul ul li {
	float: none;
	margin: 0;
	background: none !important;
	display: inline;
	}
	
.nav ul ul li a {
	background: none !important;
	display: inline;
	margin: 0 2px 0 0;
	padding: 0 2px 0 0;
	border-right: 1px solid #cccccc;
	font-size: 1em;
	color: #6E8D2C;
	}
	
.nav ul ul li a:hover {
	text-decoration: underline;
	}
	
.nav ul ul li.last a {
	border: none;
	margin: 0;
	padding: 0;
	}
	
.nav ul ul li.current a {
	color: #4B2E45 !important;
	}

.content-inner  .main-content
{ width:600px;
}
	
.content-wrapper {
	background: url('../../../images/mhm/css-images/background-content-wrapper.jpg') repeat-x top left;
	padding: 20px;
	
	}
	
body.introducers .content-wrapper,
body.clients .content-wrapper {
	padding-top: 3.25em; /* to allow room for the sub-menu */
	}

.content-inner 
{
	background: url('../../../images/mhm/css-images/background-content-inner.gif') repeat-y 607px top;
	} 
	
.content-wrapper .gutter {
	margin-right: 12px;
	}
	
.content-wrapper .col-1 {
	width: 290px;
	}

.content-wrapper .col-1a {
	width: 290px;
	}

.content-wrapper .col-half {
	width: 170px;
	}


.linespace
	{
		
	line-height: 1.8em
	}

.content-wrapper .col-oneandhalf {
	width: 400px;
	}
	
.content-wrapper .col-2 
{
	width: 600px;
	}

.content-wrapper .col-3 {
	width: 890px;
	}
	
.content-wrapper .sidebar a.more {
	display: block;
	text-align: right;
	}
	
.footer {
	min-height: 30px;
	padding: 20px 20px 0 20px;
	text-align: center;
	}

.footer ul {
	margin: 0;
	list-style: none;
	}
	
.footer ul li {
	display: inline;
	color: #E3E2D5;
	}
	
.footer ul li a {
	color: #FFF;
	text-decoration: none;
	border-right: 1px solid #C8A7C3;
	padding-right: 5px;
	margin-right: 5px;
	}
	
.footer ul li a:hover {
	text-decoration: underline;
	}
	
/* Homepage
================================== */

body.generic .home a, 
.home h2,
.home {
	color: #FFF;	
	}
	
.home p {
	margin-bottom: 5px;
	}
	
.home h2 {
	margin-bottom: 7px;
	padding-bottom: 2px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	}
	
.home .introducers .introducers-login h2 
	{	
	border-bottom-color: #4A6070;
	}
.content
{
	color: #373736;
}
.content h2
{
	color: #373736;
}
.home .clients .clients-login h2 {
	border-bottom-color: #704266;
	}
	
.home .about h2,
.home .aboutmhm h2,
.home .directors h2,
.home .hip h2 {
	border-bottom-color: #6A5F4B;
	}

.home .introducers,
.introducers-login,
.home .clients,
.clients-login,
.home .hip {
	padding: 3px 10px 5px 10px;
	width: 275px;
	}

.home .about,
.home .aboutmhm {
	padding: 3px 10px 8px 10px;
	width: 275px;
	}

.home .directors {
	padding: 3px 10px 12px 10px;
	width: 275px;
	}

.home .introducers,
.introducers-login,
.home .clients,
.clients-login,
.home .hip {
	margin: 10px auto 20px auto;
	}
	
.home .about,
.home .aboutmhm  {
	margin: 0 auto;
	}
	
.home .directors {
	margin: 10px auto 0 auto;
	}

	
.home .introducers {
	background: #618095 url('../../../images/mhm/css-images/introducers/background-home.jpg') bottom left no-repeat;
	}

.introducers-login 
{
	background: #618095
}
	
.home .clients {
	background: #885B75;
	}
	
.clients-login 
{
	background: #885B75;
}
	
.home .about,
.home .aboutmhm {
	background: #7D7058 url('../../../images/mhm/css-images/generic/background-home-about.jpg') top right no-repeat;
	}
	
.home .directors {
	background: #7D7058;
	}
	
.home .hip {
	background: #7D7058 url(../../../images/mhm/css-images/generic/background-home-hip.jpg) bottom right no-repeat;
	
	}
	
.home .login-form .form-row {
	min-height: 1em;
	margin-bottom: 10px;
	}
	
.home .login-form .form-row.button {
	margin: 0;
	text-align: right;
	padding-bottom:5px;
	}
	
.home .login-form .form-row label {
	font-weight: bold;
	width: 6em;
	display: block;
	float: left;
	text-align: right;
	margin-right: 10px;
	}
	
.home .login-form .form-row input {
	width: 100px;
	} 
	
.home .login-form .form-row.button input {
	width: auto;
	} 
	
.home .banner {
	position: relative;
	min-height: 243px;
	background: #E6E6E6;
	}
	
.home .banner .frame 
{
	position: absolute;
	top: 0;
	left: 0;
	background: url('../../../images/ppl/banner-frame-homepage.png') no-repeat top left;
	width: 600px;
	height: 243px;
	
	}
	
.home .banner .content {
	width: 260px;
	position: relative;
	margin-top: -243px;
	left: 325px;
	padding: 4px 10px 0 10px;
	text-align: left;
	min-height: 161px;
	font-size: 1.1em;
	line-height: 140%;
	}

	
.home .banner .eway-logo {
	position: absolute;
	left: 339px;
	bottom: 0px;
	top: 133px;
	height: 113px;
	width: 260px;
	background-repeat: no-repeat;
	text-align: right;
	color: #000000;
	/*background-image: url('../../../images/ppl/banner-homepage-eway-logo.gif');*/
	}

.home .banner .eway-logo p {
	font-weight:bold;
	text-align:left;
	/*background-image: url('../../../images/ppl/banner-homepage-eway-logo.gif');*/
	}	
	
.home .banner .eway-logo a {
	
	color: #000000;
	}
	
.home .banner .content h2,
.home .banner .content p {
	color: #000000;
	font-weight: bold;
	}
	
.home .banner .content h2 {
	border: none;
	font-size: 1.1em;
	font-weight: bold;
	}

.home .banner .content a {
	/*font-weight: normal;
	color: #4B2E45;
	font-size: 0.9em;*/
	}


/* Forms
================================== */
/* CSS to tidy up the old form mark-up
in the new template */

.form table {
	font-size: 98%; /* Make all text a fraction smaller */
	}
	
.form table .border-left {
	border-left: 1px solid #efefef;
	padding: 0 1px;
	}
.form table .border-right {
	border-right: 1px solid #efefef;
	padding: 0 1px;
	}

.form table .first {
	border: none;
	padding-left: 0;
	}
	
.form table .last {
	padding-right: 0;
	}

.form h1 {font-size: 14px;}



/* Modal pop up
================================== */
/* CSS to work with modal-popup.js */

#background-mask {  
	display: none; 
	position:fixed;  
	_position:absolute; /* IE 6 fix*/  
	height:100%;  
	width:100%;  
	top:0;  
	left:0;  
	background:#000000;  
	border:1px solid #cecece;  
	z-index:1;  
	}
	
#popup-content {  
	display:none;  
	position:fixed;  
	_position:absolute; /* IE6 fix*/  
	width: 600px;  
	background:#FFFFFF;  
	border:2px solid #CCCCCC;  
	z-index:2;  
	padding:10px;  
	}  

#popup-content h1 {  
	border-bottom: 1px solid #CCCCCC;  
	padding-bottom:2px;  
	font-size: 1.5em;
	letter-spacing: -0.01em;
	} 
	
#popup-content .message  {
	border-bottom: 1px dotted #CCCCCC;  
	padding-bottom:2px; 
	margin-bottom: 10px;
	}
	
#popup-content .message h2 {
	margin-bottom: 0;
	font-size: 1.3em;
	letter-spacing: -0.01em;
	font-weight: bold;
	}
	
/* CSS to work without JS */
	
.show #background-mask {
	display: block;
	opacity: 0.7; /* Using opacity */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE8 */
	filter: alpha(opacity=70); /*IE5-7*/
	}
	
.show #popup-content {
	position: absolute;
	display: block;
	top: 155px;
	width: 885px;
	}
	
/* Input buttons
================================== */

input.cssbutton {
	color: #FFFFFF;
	background: #4B2E45;
	letter-spacing: 0.1em;
	padding: 3px 7px 4px 7px;
	border: none;
	/* CSS3 styles for newer browsers */
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}
	
input.cssbutton:hover {
	cursor: pointer;
	/* CSS3 styles for newer browsers */
	box-shadow: 0 0 7px #CCC;
	-webkit-box-shadow: 0 0 7px #CCC;
	-moz-box-shadow: 0 0 7px #CCC;
	}

/* Eway user guide
================================== */

img.more-tiny {
	position: relative;
	top: 2px;
	margin-right: 1px;
	}

#eway-guide {
	position: relative;
	}

#eway-guide .main-image,
#eway-guide .description img {
	border: 1px solid #8E8E8E;
	}

#eway-guide ul {
	list-style: none;
	margin: 0;
	}
	
#eway-guide li {
	display: block;
	position: absolute;
	}
	
#eway-guide .description {
	width: 200px;
	background: #FFF;
	border: 2px solid #99CC33;
	padding: 5px 5px 2px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 3px 3px #8D8D8B;
	-moz-box-shadow: 0px 3px 3px #8D8D8B;
	box-shadow: 0px 3px 3px #8D8D8B; 
	display: none;
	position: relative;
	z-index: 10;
	}
	
#eway-guide .description p {
	margin-bottom: 5px;
	}
	
#eway-guide .more {
	display: block;
	width: 38px;
	height: 37px;
	text-indent: -9999px;
	background: url(../../../images/ppl/css-images/guides/icon-more.png) no-repeat;
	position: relative;
	top: 17px;
	left: -21px;
	cursor: pointer;
	}
	
#eway-guide a.close {
	cursor: pointer;
	color: #9A9A9A;
	background-image: url(../images/css-images/guides/icon-close.jpg);
	background-repeat: no-repeat;
	background-position: right 4px;
	display: block;
	padding-right: 14px;
	text-decoration: none;
	font-size: 0.9em;
	text-transform: lowercase;
	}
	
#eway-guide a.close:hover {
	background-image: url(../images/css-images/guides/icon-close.jpg);
	background-position: right -96px;
	color: #6E6E6E;
	}
	
#eway-guide li#guide-item1 {
	left: 325px;
	top: -5px;
	}
	
#eway-guide li#guide-item2 {
	left: 626px;
	top: 118px;
	}

#eway-guide li#guide-item3 {
	left: 288px;
	top: 260px;
	}
	
#eway-guide li#guide-item4 {
	left: 595px;
	top: 88px;
	}
	
#eway-guide li#guide-item5 {
	left: 739px;
	top: 445px;
	}
	
#eway-guide li#guide-item5 .description {
	left: -240px;
	width: 378px;
	}
	
#eway-guide li#guide-item6 {
	left: 675px;
	top: 16px;
	}
	
#eway-guide li#guide-item6 .description {
	left: -298px;
	width: 500px;
	}
	
#eway-guide li#guide-item7 {
	left: 740px;
	top: 16px;
	}
	
#eway-guide li#guide-item7 .description {
	left: -364px;
	width: 500px;
	}
	
#eway-guide li#guide-item8 {
	left: 611px;
	top: 16px;
	}
	
#eway-guide li#guide-item8 .description {
	left: -235px;
	width: 500px;
	}

	
/* Eway user guide - video overlays
================================== */

a.play-video {
	display: block;
	text-align: center;
	color: #FFFFFF;
	background: #4B2E45;
	letter-spacing: 0.1em;
	padding: 3px 7px 4px 7px;
	border: none;
	/* CSS3 styles for newer browsers */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	}
	
a.play-video:hover {
	cursor: pointer;
	/* CSS3 styles for newer browsers */
	-webkit-box-shadow: 0 0 7px #CCC;
	-moz-box-shadow: 0 0 7px #CCC;
	-o-box-shadow: 0 0 7px #CCC;
	box-shadow: 0 0 7px #CCC;
	}

#eway-guide .overlay {
	background: url(../images/css-images/guides/overlay-background.png) no-repeat;
	padding: 40px;	
	width: 496px; 
	height: 482px;
	display: none;
	}

#eway-guide .overlay .close {
	background: url(../images/css-images/guides/overlay-close.png) no-repeat;
	position: absolute;
	top: 4px;
	display: block;
	right: -10px; 
	width: 35px;
	height: 35px;
	cursor: pointer;
	}
	
#eway-guide .overlay .close:hover {
	background:url(../images/css-images/guides/overlay-close.png) no-repeat;
	}
	
/* Homepage slides
================================== */

#slides {
    position:relative;
    min-height:243px;
	width: 600px;
	margin: 0;
	clear: both;
	list-style: none;
	}

#slides li {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
	}

#slides li.active {
    z-index:10;
	}

#slides li.last-active 
{

    z-index:9;
	}

/* Old MHM Style
================================== */

.sectionwrapper
{
	border-top:solid 1px #efefef;
	border-left:solid 1px #efefef;
	border-right:solid 1px #efefef;
	padding-top:10px;
}
.sectionbowlwrapper
{
	border-bottom:solid 1px #efefef;
	border-left:solid 1px #efefef;
	border-right:solid 1px #efefef;
	padding-top:0px;
}
.sectionfullwrapper
{
	border:solid 1px #efefef;
	padding-top:10px;
}
.sectionbottomwrapper
{
	border-bottom:solid 1px #efefef;
	padding-top:5px;
	padding-bottom:5px;
}
.sectiontopwrapper
{
	border-top:solid 1px #efefef;
	padding-top:5px;
	padding-bottom:5px;
}
.sectionrightwrapper
{
	border-top:solid 1px #efefef;
	border-right:solid 1px #efefef;
	border-bottom:solid 1px #efefef;
	padding-top:5px;
	padding-bottom:5px;
}

th
{
    font-weight: bold;
    font-size: 9pt;
    color: white;
    font-family: Arial, Helvetica, sans-serif;    
	background: #7D7058 url(../../../images/mhm/css-images/introducers/background-nav.jpg);
	background-repeat:repeat;
    text-align: center
}


.TotalLine
{
    border-top: black 1px solid;
    text-align:right;
}
.PrintInfo
{
    font-size: 6pt;
    color: #666666;
    font-family: arial
}
.smallgrey
{
	font-size: 9px;
	color: #666666;
}
.findquote
{
	background: url('../../../images/mhm/css-images/background-content-wrapper.jpg') repeat-x top left;
	
}
.TrackBlock1
{
	background-color:#F1F0E7;
}
.TrackBlock2
{
	background-color:#E8E6D7;
}
.TrackBlock3
{
	background-color:#E1DFCC;
}
.TrackBlock4
{
	background-color:#D9D6BD;
}
.TrackBlock5
{
	background-color:#D3D0B4;
}
.Highlight
{
	COLOR:  #5c2845;
    MARGIN-TOP: 0pt;
    FONT-WEIGHT: bold;
    MARGIN-BOTTOM: 0pt;
}

.Highlight A
{
	COLOR:  #5c2845;
    MARGIN-TOP: 0pt;
    FONT-WEIGHT: bold;
	MARGIN-BOTTOM: 0pt;
	text-decoration: underline;
}

.imgcentre
{
	width:120px;
	padding-left:5px;
	text-align:center
}
/* Case management
================================== */

.summary
{
	line-height: 1.2em;
}

.alt
{background-color: #FBFBF9;
}

.filter-wrapper {
	background-color: #ECECE4;}

.filter-wrapper	.sales-summary,
.filter-wrapper	.purchase-summary,
.filter-wrapper	.filters {
	min-height: 10em;
	padding: 6px;
	}

.filter-wrapper	.notes-summary {
	min-height: 11em;
	padding: 10px 10px 1px 10px;
	}
.filter-wrapper	 .summary-wrapper {
	width: 65%;
	}
	
.filter-wrapper	.sales-summary,
.filter-wrapper	.purchase-summary {
	width: 30%;
	}
	
.filter-wrapper	.filters {
	width: 31.5%;
	padding-right: 0;
	}
	
.filter-wrapper	.filters {
	background: #D9D6BD;
	}
	
.filter-wrapper	.filters h3 {
	margin-bottom: 10px;
	font-size: 10pt;
	}
	
.filter-wrapper	.filters .filter-row {
	margin-bottom: 10px;
	}
	
.filter-wrapper	.filters .filter-row label {
	display: inline-block;
	width: 25%;
	text-align: right;
	margin-right: 5px;
	}
	
.filter-wrapper	.filters .filter-row select {
	width: 70%;
	}
	
.filter-wrapper	.summary-wrapper ul {
	margin: 0;
	}
	
.filter-wrapper	.summary-wrapper ul li {
	list-style: none;
	background: #E8E6D7;
	padding: 2px 2px;
	font-weight: bold;
	line-height: 1.2em;
	
	}

.filter-wrapper	.summary-wrapper ul li.alt {
	background-color: #DDDCD0;
	}

.summary-wrapper ul li a {
	display: inline-block;
	width: 200px;
	}
	
.filter-wrapper	.summary-wrapper ul li span a {
	width: auto;
	}
	
.filter-wrapper	.summary-wrapper h4 {
	margin-bottom: 5px;
	}
	
.keyword-wrapper .or .inner,	
.keyword-wrapper .keyword .inner {
	min-height: 1.2em;
	
	}
.inner h3
{ font-size: 11pt;
	padding:0px;
	margin: 0px;}
	
.keyword-wrapper .or .inner,
.keyword-wrapper .keyword .inner {
	padding: 10px;
	}
	
.keyword-wrapper .or {
	background: #B5AD7B;
	color: #FFF;
	text-transform: uppercase;
	margin: 10px 0 0;
	width: 9%;
	border-right: 1% solid #fff;
	text-align: center;
	}
	
.keyword-wrapper .keyword {
	width: 89%;
	background: #E1DFCC;
	margin-top: 10px;
	}
	
.keyword-wrapper .keyword input.text-field {
	margin: 0 5px;
	width: 40%;
	border: 1px solid #787661;
	padding: 3px;
	}
	
.keyword-wrapper .keyword .button {
	margin-left: 10px;
	}
	
.results-wrapper .title-wrapper {
	border-top: 1px solid #B5AD7B;
	border-bottom: 1px solid #B5AD7B;
	margin: 10px 0;
	padding: 5px 0;
	}
	
.results-wrapper .title-wrapper p {
	margin: 0;
	}
	
.results-wrapper .results table {
	width: 100%;
	}
	
.results-wrapper .results th,
.results-wrapper .results td {
	padding: 5px;
	border-right: 1px solid #fff;
	}
	
.results-wrapper .results th {
	background: #7D7058 url(../../../images/mhm/css-images/introducers/background-nav.jpg) repeat;
   
	color: #FFF;
	font-weight: normal;
	}
	
.results-wrapper .results th a {
	color: #FFF;
	}
	
.results-wrapper .results tr {
	background: #F1F0E7;
	}

.results-wrapper .results tr.alt {
	background: #E1DFCC;
	}
	
.results-wrapper .results td.overdue,
.results-wrapper .results td.due {
	font-weight: bold;
	}
	
.results-wrapper .results td.overdue {
	text-transform: uppercase;
	color: #CC0000;
	}
	
.results-wrapper .results th .help {
	background: url(../images/css-images/icon-help.gif) no-repeat;
	text-indent: -9999em;
	width: 14px;
	height: 14px;
	display: inline-block;
	position: relative;
	top: 0.2em;
	left: 0.1em;
	}
	
.alert-wrapper {
	padding-bottom: 10px;
	}
	
.alert {
	background: #FFF5CC;
	padding: 10px;
	}
	
.alert ul {
	margin: 10px 0 0 0;
	}
	
.alert ul li {
	display: inline;
	margin-right: 10px;
	}
	
.alert ul li a {
	color: #CC0000;
	font-weight: bold;
	}

div.tooltiplink {
	position:relative;
	}

div.tooltipclient 
{
	display:none;
	position:absolute;
	top:5px;
	padding: 10px;
	left:-20px;
	background:#DFD2DA;
	color: #373736;
	border: dashed 2px #C4ADBA;
	width:210px;
}
div.tooltipclienthome 
{
	display:none;
	position:absolute;
	top:-250px;
	padding: 10px;
	left:580px;
	background:#DFD2DA;
	color: #373736;
	border: dashed 2px #C4ADBA;
	width:210px;
}
.tooltiplink a {
font-weight: normal;
text-decoration:none;
font-size: 0.9em;
}
	

div.tooltipintroducer 
{
	display:none;
	position:absolute;
	top:5px;
	padding: 10px;
	left:-20px;
	background:#E0E7EB;
	color: #373736;
	border: dashed 2px #C2D0D8;
	width:210px;
}
div.tooltipintroducerhome 
{
	display:none;
	position:absolute;
	top:5px;
	padding: 10px;
	left:-20px;
	background:#E0E7EB;
	color: #373736;
	border: dashed 2px #C2D0D8;
	width:210px;
}

.imghelp
{
	height:14px;
	width:14px;
}
.home .banner .content a {
font-weight: normal;
color: #4B2E45;
font-size: 0.9em;
}
.QFUPHistory
{
	font-size: 7px;
	color: #666666;
}

.salesteam
{
	float:left;
	padding:5px;
	width:89px;
}

