/* portfolio.css */
body, html {
	width: 100%;
	margin: 0;
	padding: 0;
}

.wtest {
	background-color: blue;
	width: 600px;
}

#pcontent {
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 770px;
}

#portfoliocontent {
	width: 100%;
	border: 0px solid black;
	background-color: white;
}

#portfoliowrapper {
	float: left;
	margin: 0;
	margin-left: 1%;
	width: 580px;
	padding: 0;
}

#welcomemessage {
	font-size: 1.1em;
	font-weight: bold;
}

.pheader {
	font-weight: bold;
	display:block; 
	width:100%; 
	height:20px; 
	border:0px solid #fffde6; 
	margin-bottom: 5px;
	text-align:center; 
	text-decoration:none; 
	background-color:#92abe3; 
	color:#black; 
	line-height:20px; 
	overflow:hidden;
}

#savedlistings {
	width: 60%;
	background-color: blue;
	background: transparent;
	float: left;
}

table {
	border: none;
	border-colapse: collapse;
	padding: 0;
	background: transparent;
	
}
td {
	background: transparent;
	border: none;
}

th {
	background: transparent;
	border: none;
	text-decoration: underline;
	
}	
#myagent {
	width: 95%;
	text-align: center;
	background-color: #fffde6; 
}

#mybestbets {
	width: 35%;
	text-align: center;
	padding: 3px;
	background: transparent;
	/* border-left: 2px solid #65102D; */
	float: right;
}

.bestbet {
	padding: 3px;
	border-bottom: 2px solid #65102D;
}

.umtown {
	font-weight: bold;
	font-size: 1.2em;
}
.umremarks {
	width: 99%;
	text-align: left;
}

#mybestbetstable {
	width: 100%;
}

#vmenu {
	float: left;
	width: 150px;
	padding: 2px;
	margin: 5px 5px 5px 10px;
	border: 3px solid #65102D;
}

a.vmenu, a.vmenu:link, a.vmenu:visited {
	font-weight: bold;
	display:block; 
	width:98%; 
	height:20px; 
	background:#65102D; 
	border:0px solid #fffde6; 
	margin: 2px;
	margin-bottom: 0;
	text-align:center; 
	text-decoration:none; 
	background:#65102D; 
	color:#fffde6; 
	line-height:20px; 
	overflow:hidden;
}

a.vmenu:hover {
	color:#000; 
	background:#fffde6;
}

#portfoliocontent {
	float: left;
	margin: 10px;
	width: 580px;
	border-right: 0px solid black;
}

form#userinfoform
{
	width: 600px;
	padding-right: 5px;
	padding-top: 10px;
	font-weight: bold;	
	text-align: right;
	color: #d60153;	
}

form#userinfoform label, form#userinfoform input
{
	margin: 0;
	padding: 0;
	width: 200px;
	float: left;
	padding-bottom: 3px;
	margin-bottom: 0px;
	height: 20px;
	line-height: 22px;
}

form#userinfoform label {
	/* background-color: white; */
	clear: both;
}

form#userinfoform input {
	padding: 0;
	margin-left: 10px;
}

form#userinfoform, form#loginform br 
{
	clear: left;
}


form#loginform label
{
	margin: 0;
		width: 90px;
	padding-right: 5px;
	padding-top: 10px;
	font-weight: bold;	
	text-align: right;
	color: black;	
	line-height: 15px;
}

form#loginform input
{
	margin: 0;
	width: 120px;
	padding: 3px;
}

form#userinfoform #steptwo
{  
	display: inline;
	padding: 2px;
	color: #d60153;
	background: transparent url(images/steptwo.gif) bottom left no-repeat;
	border: none;
	cursor: pointer;
	width: 200px;
	margin: 0px 0 0 180px;
	height: 39px;
	text-align: center;
}

form#userprofileform {
	text-align: left;
}

#profile_propertyclass, #profile_towns, #profile_frequency,#profile_criteria,#profile_otherinfo

 {
	clear: both;
	width:500px;
	border: 0px solid black;
}

#profile_propertyclass input, #profile_towns input, #profile_frequency input {
	border-style: none;
}

.profile_spacer {
	height: 10px;
	border-bottom: 0px solid black;
	width: 100%;
	clear: both;

}
	
#profile_frequency {
	font-size: .90em;
	text-align: left;
}

#userprofileform h3 {
	padding-top: 0px;
	margin-top: 0px;
	text-align: left;
}

#profile_criteria {
	text-align: left;
}

#profile_criteria label {
	margin-right: 10px;
	float: left;
	display: block;
	width: 120px;
}

#profile_criteria p {
	margin: 0;
	padding: 0;
	margin-bottom: 3px;
}

#profile_criteria select {
	margin: 0;
	padding: 0;
}

.profile_leftcol, .profile_rightcol {
	text-align: left;
	margin: 0;
	padding: 0;
	width: 50%;
	float: left;
}

.newline {
	clear: both;
}

#resetpassword {
	width: 300px;
	margin-left: 15px;

}
