/* Generic Form Styles
----------------------------------------------- */
.textInput { border: 1px solid #A5ACB2; }

/* These styles came from homepage.css but they apply to other areas of site now*/
.upsell-button {
	float: left;
	display: block;
	width: 187px;
	padding: 30px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:30px;
	text-indent/* */: -5000px;
	cursor: pointer;
	cursor: hand;
	}
.upsell-button:hover { background-position: 0 -30px !important; }
	
/* New Basic Member upsell background styles PART OF THE TABNAV CONTROL*/
.myLN-basicUpsell .upsell-button { background: url(/images/MyLoopNet/LearnMore-UpgradeNow.gif) no-repeat }
.myLN-basicUpsell { background: url(/images/MyLoopNet/MyLoopNet-Upgrade-bg.gif) no-repeat; }

/* New Basic Member upsell styles */
.myLN-basicUpsell {
	width: 612px;
	height: 40px;
	margin: 12px 0 15px 0;
	text-align: left;
	}
* html .myLN-basicUpsell { padding: 0 5px 0 0; }
.myLN-basicUpsell .upsell-button {
	width: 127px;
	height:30px;
	float: right;
	margin: 5px 5px 0 0;
	}
* html .myLN-basicUpsell .upsell-button { margin: 5px 0 0 0; }

/* myloopnet pm upsell color variations */
.myLN-basicUpsell p{
	margin: 0;
	padding: 5px 123px 0 8px;
	color: #333366;
	line-height: 14px;
	}
* html .myLN-basicUpsell p { padding: 5px 115px 0 8px; }
.myLN-basicUpsell em { font-style: italic; }
p.oneLine {
	padding: 12px 115px 0 10px;
	color: #333366;
	line-height: 14px;
	}
* html p.oneLine { padding: 12px 110px 0 10px; }
a.pmTour  { font-size: 12px; }
.myLN-basicUpsell a:hover { text-decoration: none; }

/* ProspectList Tabs Styles
----------------------------------------------- */
#subtabs ul {
	width: 760px;
	height: 20px;
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
	}
#subtabs li {
	height: 18px;
	display: inline;
	margin: 0;
	padding: 0;
	cursor:hand;
	}
#subtabs a {
	float: left;
	margin: 0 2px 0 0;
	padding: 0 0 0 9px;
	text-decoration: none;
	cursor:hand;
	}
#subtabs a span {
	float: left;
	display: block;
	padding: 3px 15px 2px 6px;
	color: #545488;
	cursor:hand;
	}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#subtabs a span {
	float:none;
	cursor:hand;
	}
/* End IE5-Mac hack */
#subtabs a:hover span {
	color:#545488;
	cursor:hand;
	}
#subtabs #current a {
	background-position: 0 -200px;
	cursor:hand;
	}
#subtabs #current a span {
	background-position: 100% -200px;
	color: #FFF;
	font-weight: bold;
	cursor:hand;
	}
#subtabs a:hover {
	background-position: 0% -100px;
	cursor:hand;
	}
#subtabs a:hover span {
	background-position: 100% -100px;
	cursor:hand;
	}

/* Results Styles
----------------------------------------------- */
.resultsicons { margin: 0 5px; }
#resultsdata table {
	width: 100%;
	border-collapse: collapse;
	}
#resultsdata table tr td {
	background-color: #D3D3D3;
	padding: 0;
	border-bottom: 1px solid #FFF;
	color:black;
	font-size: 11px;
	}
#resultsdata table tr.selected td { background-color: #FFF; }
#resultsdata table tr.PPGridHeader td {
	text-align: left;
	background-color: #999;
	padding: 1px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	}
#resultsdata table tr.PPGridHeader a { color: #FFF; }
#status, #statusTop {
	clear: left;
	background-color: #545488;
	padding: 6px;
	margin: 0;
	color: #FFF;
	}
#status a { color: #FFF; }
#status p {
	padding: 0;
	margin: 0;
	}
#status input {
	width: 2em;
	border: 1px solid #CCC;
	line-height: 11px;
	margin: 0;
	padding: 1px;
	height: 15px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 11px;
	}
html>#status input { height: 11px; }
.paging {
	margin: 16px 2px;
	padding: 0;
	}
.paging p {
	line-height: 13px !important;
	margin: 0 !important;
	padding: 0 !important;
	}
.modify {
	padding: 6px 0 6px 22px;
	margin: 10px;
	height: 0;
	voice-family: "\"}\""; 
	voice-family:inherit;
	}
.smalltable tr td {
	font-size: 12px;
	line-height: normal;
	}

/* Profile Styles
----------------------------------------------- */
.kwHilite { font-weight: bold; }

/* Message Box Styles
----------------------------------------------- */
.hilite {
	text-align: left;
	border: 1px solid #CCC;
	background-color: #F9F9F9;
	padding: 12px;
	margin: 12px;
	}
.hilite p {
	padding: 0 !important;
	margin: 0 !important;
	}
.hilite p strong {
	color: #C00;
	font-weight: bold;
	}

/* 10-6-05 JF
   Fix for when the message box gets rendered in a table, i.e. Safari */
table.hilite {
	width: 100% !important;
	margin: 12px 0 !important;
	}
table.hilite tr td { padding: 12px !important; }
table.hilite tr td ul { margin: 0 0 0 20px !important; }

.validationsummary {
	border: 1px solid #C42727;
	background-color: #FFD6D6;
	padding: 12px;
	margin: 12px;
	font-weight: bold;
	}
.validationsummary ul {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	}
.validationsummary li { color: #C42727;	}
.alert {
	border: 1px solid #CCC;
	background-color: #FF9;
	width: 436px;
	margin: 12px 0;
	padding: 4px;
	text-align: left;
	}
.alert2 {
	color: #000;
	border: 1px solid #C00;
	padding: 12px;
	font-weight: bold;
	margin: 12px;
	}
.emailalert {
	color: #545488;
	border: 2px solid #000;
	padding: 6px 6px 6px 65px;
	margin: 6px 6px 24px 6px;
	}
.emailalert form {
	padding: 0;
	margin: 0;
	}
.emailalert ol li {
	color: #C00;
	font-weight: bold;
	margin: 0 0 8px 0;
	}
.emailalert ol li span {
	color: #545488;
	font-weight: normal;
	}
.error {
	border: 1px solid #CCC;
	margin: 12px;
	padding: 12px 12px 12px 34px;
	}
.error b {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #C00;
	margin-bottom: 3px;
	}
.searchTitle .error { margin: 12px 12px 12px 0; }
.regBulletList {
	padding: 0;
	margin: 8px 0 0 0;
	list-style: none;
	}
.regBulletList li {
	padding: 0 0 0 17px;
	margin: 0 0 4px 0;
	}
.regAlert {
	text-align: left;
	padding-left: 32px;
	background-position: 12px 13px;
	background-repeat: no-repeat;
	}
.regAlert b {
	font-size: 12px;
	display: block;
	color: #C00;
	padding-bottom: 4px;
	}
.regAlert ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}
.regAlert ul li {
	padding: 0 0 0 18px;
	margin: 4px 0 0 0;
	}
.registrationTerms { padding-bottom: 4px; }
.registrationTerms textarea { width: 699px; }

/* Email Preview & Survey Styles
----------------------------------------------- */
.emailpreview a { color: #C00; }
.emailpreview tr td { line-height: normal !important; }
.popheader {
	background-color: #545488;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	margin: 0;
	text-align: left;
	}
.popheader tr td { padding: 4px 6px; }
.popheader h1 {
	font-size: 12px;
	color: #FFF;
	padding: 0;
	margin: 0;
	}
.popheader .close { float: right; }
.popheader a { color: #FFF; }
.popsubheader {
	padding: 4px 6px;
	margin: 0 0 20px 0;
	background-color: #CCC;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	}
.surveyContent {
	text-align: left;
	padding: 0 20px 20px 20px;
	}
.surveyContent dl {
	padding: 0;
	margin: 0;
	}
.surveyContent dt {
	text-indent: -18px;
	padding-left: 18px;
	margin: 15px 0 6px 0;
	font-size: 12px;
	font-weight: bold;
	}
.surveyContent dd { margin: 0 0 2px 24px; }
.surveyContent dd textarea {
	font: 12px Arial, Helvetica, sans-serif;	
	width: 90%;
	height: 70px;
	margin-left: 6px;
	}
.surveySubmit { margin: 15px 0 10px 30px; }

/* Form Styles
----------------------------------------------- */
#content { position: relative; }
.basicform {
	position: relative;
	margin: 20px 0 0 0;
	border: 2px solid #545488;
	padding: 16px;
	width: 760px;
	}
/* \*/
.basicform {
	width: 724px !important;
	width: 760px;
	}
/* */
.basicform table {
	padding: 0;
	margin: 0 210px 0 0;
	border-collapse: collapse;
	}
.basicform table tr td {
	font-size: 12px;
	padding: 6px 12px 6px 0;
	margin: 0;
	}
.basicform .preview {
	position: relative;
	float: right;
	margin: 6px 0 0 20px;
	border: none;
	width: 210px;
	text-align: center;
	z-index:10;
	}
.propimgpreview {
	position: absolute;
	width: 100px;
	top: 194px;
	height: 75px;
	padding: 0;
	margin: 0;
	z-index:100;
	}

.propimgpreview2 {
	position: absolute;
	width: 128px;
	top: 101px;
	height: 75px;
	padding: 0;
	margin: 0;
	z-index:100;
	left: 586px;
	}

.propimgpreview2.private {
	left: 550px;
	top: 132px;
	}

.basicform .preview2 {
	float: right;
	margin: 6px 0 0 20px;
	border: none;
	width: 242px;
	text-align: left;
	}
.basicform .preview img {
	margin: 6px 0;
	display: block;
	}
.basicform .preview2 img {
	margin: 10px 0;
	display: block;
	}
.basicform .textfield {
	border: 1px solid #999;
	width: 240px;
	}
.basicform textarea {
	border: 1px solid #999;
	width: 240px;
	height: 6em;
	}
.basicform i {
	font-size: 11px;
	font-style: italic;
	}

/* Confidentiality Page Styles
----------------------------------------------- */
.downloads {
	border: 2px solid #545488;
	background-color: #F0F0F0;
	padding: 20px;
	}
.downloads tr td img { margin: 2px 0; }
.downloads b {
	display: block;
	padding: 0 0 4px 0;
	}
.sectioning b {
	display: block;
	border-bottom: 1px solid #CCC;
	padding: 0 0 5px 0;
	margin: 0 0 16px 0;
	}
.sectioning p {
	padding: 8px 0;
	margin: 0;
	}

/* Management Center Styles
----------------------------------------------- */
.mcListingStatus {
	border: 1px solid #545488;
	width: 760px;
	}
.mcListingStatus th {
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	color: #FFF;
	background-color: #545488;
	padding: 2px 0 3px 6px;
	}
.mcListingStatusCurrent { background-color: #E8E9F2; }
.mcListingStatusCurrent td { padding: 2px 8px; }	  
.mcListingStatusCapture th {
	color: #C00;
	padding: 10px 0 6px 24px;
	}
.mcListingStatusCapture td { padding: 2px 0 2px 8px; }
.mcListingStatusCapture td table tr td { padding: 2px 8px 2px 0; }
.mcListingStatusCapture input { font-size: 12px; }
.mcListingStatusCapture textarea {
	width: 196px;
	height: 44px;
	font: 9px/12px Arial, Helvetica, sans-serif;
	}.mcListingStatusRule {
	display: block;
	margin: 3px 0;
	}
#mcListingStatusDelete {
	display: none;
	width: 758px;
	border-top: 1px solid #E8E9F2;
	}
#mcListingStatusDelete td { padding: 8px; }
.mcListingStatusFooter td {
	border-top: 1px solid #E8E9F2;
	padding: 6px 8px;
	font-size: 11px;
	color: #999;
	}
.mcListingStatusFooter td a { font-size: 11px; }
.mcContacts {
	margin: 12px 14px 0 0;
	width: 436px;
	border: 1px solid #545488;
	}
.mcContacts table { width: 436px; }
.mcContacts table tr th {
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	color: #FFF;
	background-color: #545488;
	padding: 2px 0 3px 6px;
	}
.mcContacts table tr td { padding: 0; }
.mcContacts table tr td table tr td {
	padding: 4px 6px;
	border-top: 1px solid #E8E9F2;
	}
.mcEdit { color: #C00; }
.mcBenefits {
	width: 310px;
	border: 1px solid #545488;
	}
.mcBenefits table { width: 310px; }
.mcBenefits table tr th {
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	color: #FFF;
	background-color: #545488;
	padding: 2px 0 3px 6px;
	}
.mcBenefits table tr td { padding: 0; }
.mcBenefits table tr td table tr td { padding: 5px 8px; }
.mcBenefits a { font-weight: bold; }
.mcBenefitsIcon { padding: 8px 2px 0 8px !important; }
.mcBenefitsIcon img { margin: 0 0 0 3px; }
.mcListingCaptureDisplay tr td { padding: 2px 0 2px 8px; }
.mcListingCaptureDisplay { margin-bottom: 8px; }
.mcCaptureLabel { color: #336; }
