/* myLS.css 
 * CSS for My Lois Schneider
 */

#signUpBanner {
	/*background: #f9db81 url(../images/backgrounds/myLS-signup-banner.gif) no-repeat center 5px;*/
	background: url(../images/backgrounds/myLS-signup-banner.gif) no-repeat center 5px;
	/*width: 154px;*/
	height: 150px;
	/*margin: 10px auto 0;*/
	margin:0px;
	padding-left: 20px;
	padding-top: 75px;
}
	#signUpBanner ul {
		list-style-image: url(../images/icons/arrow-gold.gif);
		color: #988b77;
		font-weight: bold;
		margin: 0 0 9px 10px;
	}
	#signUpBanner ul li {
		padding: 0;
		margin: 0;
	}

/** Login Page **/
#myLSloginForm {
	line-height: 150%;
}
	#myLSloginForm img {
		float: left; 
		margin: 16px 15px 0 0;
	}
	#myLSloginForm input {
		margin-bottom: 2px;
	}
/** >>Login Page<< **/

/** Home **/
#subLeft.myLShome{
	background: none;
	border:none;
}
#subLeft.myLShome #MARsubLeft {
	background: #fff;
	border:1px solid #e5dcbc;
	margin: 0;
	margin-bottom: 6px;
	padding: 15px 20px 10px;
}
/** >>Home<< **/

/** My Properties **/
#propSumTable {
	/*margin-left: -20px;
	margin-right: -40px;*/
}
	#propSumTable .propThumbnail {
		border-left: none;
	}
	#propSumTable .propTools {
		width: 78px;
		border-right: none;
		background: #fff;
	}
	#propSumTable .removeListing {
		padding-top: 4px;
		height: 19px;
		text-align: left;
		text-decoration: none;
		font-weight: bold;
		display: block;
		position: absolute;
		top: -27px;
		right: 72px;
		width: 86px;
		background: url(../images/buttons/myLS-remove-listing.gif) no-repeat;
		text-indent: 27px;
		color: #703f19;
	} #propSumTable .removeListing:hover {color: #0d295e;}
/** >>My Properties<< **/

/** My Searches **/
#myLSsearches {
	font-weight: bold;
	margin-left:-20px;
	margin-right: -20px;
	margin-bottom: 15px;
}
	#myLSsearches th, #myLSsearches td {
		text-align: center;
		padding: 10px 0;
	}
	#myLSsearches th {
		background: #ebe7dc;
		color: #041a46;
	}
	#myLSsearches td {
		background: #f7f4ec;
	}
	#myLSsearches input {
		font-weight: normal;
	}
/** >>My Searches<< **/
div#myLoisGetStarted { display: none !important; }
div#subRight {
background-position: left 200px;
}
ul#mysiteSubMenu {
}


/*my profile*/
form table#myLoisProfile input {
width: 100%;

}
	form table#myLoisProfile input.formButton {
	width: auto; Adisplay: none;
	}
	form table#myLoisProfile tr.formCheckbox td input {
	width: auto;
	}








