/*style for the various my pages (myHome, myFavourites, etc)
/*my home page styles - buying property table*/
.tblBuyProperty
{
	border-left: solid 2px #0167CC;
	border-top: solid 2px #0167CC;
	border-right: solid 2px #0167CC;
	border-bottom: solid 2px #0167CC;
}

/*my home page styles - account table*/
.tblAccount
{
	border-left: solid 2px #0167CC;
	border-top: solid 2px #0167CC;
	border-right: solid 2px #0167CC;
	border-bottom: solid 2px #0167CC;
}

/*left column styles for tables in main page*/
.myHomeLeftCol
{
	padding-left: 15px;
	padding-top: 20px;
	padding-right: 25px;
	border-right: solid 2px #0167CC;
}

/*right column styles for tables in main page*/
.myHomeRightCol
{
	padding-left: 15px;
	padding-top: 20px;
	padding-right: 15px;
}

.myHomeTitle
{
	font-family: Verdana, Arial, Sans-Serif;
	color: #0066CC;
	font-weight: bold;
	font-size: 1.1em;
}

/*various links on my home page*/
.myHomeLinks
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 0.9em;
	color: #0167CC;
}

.myHomeLinks a:link {color:#0167CC; text-decoration:none;}
.myHomeLinks a:visited {color:#0167CC; text-decoration:none;}
.myHomeLinks a:hover {color:#0167CC; text-decoration:underline;}
.myHomeLinks a:active {color:#0167CC; text-decoration:none;}

/*links spacing in buying property*/
..buyPropertyLinks
{
	padding-bottom: 10px;
}

/*home page view all my favs button*/
.btnAllFavs
{
	text-align:center;
	width: 150px;
	height: 17px;
	padding-top: 3px;
	color: #FFFFFF;
	border: 0px;
	background-color: #FF3300;
	font-weight:bold;
	font-size: 0.9em;
	cursor: hand;
}

.btnAllFavs a:link {color:#FFFFFF; text-decoration:none;}
.btnAllFavs a:visited {color:#FFFFFF; text-decoration:none;}
.btnAllFavs a:hover {color:#FFFFFF; text-decoration:none;}
.btnAllFavs a:active {color:#FFFFFF;	text-decoration:none;}

/*home page view all my searches button*/
.btnAllSearches
{
	text-align:center;
	width: 150px;
	height: 17px;
	padding-top: 3px;
	color: #FFFFFF;
	border: 0px;
	background-color: #FF3300;
	font-weight:bold;
	font-size: 0.9em;
	cursor: hand;
}

.btnAllSearches a:link {color:#FFFFFF; text-decoration:none;}
.btnAllSearches a:visited {color:#FFFFFF; text-decoration:none;}
.btnAllSearches a:hover {color:#FFFFFF; text-decoration:none;}
.btnAllSearches a:active {color:#FFFFFF;	text-decoration:none;}

/*home page view all invoices button*/
.btnAllInvs
{
	text-align:center;
	width: 150px;
	height: 17px;
	padding-top: 3px;
	color: #FFFFFF;
	border: 0px;
	background-color: #FF3300;
	font-weight:bold;
	font-size: 0.9em;
	cursor: hand;
}

.btnAllInvs a:link {color:#FFFFFF; text-decoration:none;}
.btnAllInvs a:visited {color:#FFFFFF; text-decoration:none;}
.btnAllInvs a:hover {color:#FFFFFF; text-decoration:none;}
.btnAllInvs a:active {color:#FFFFFF;	text-decoration:none;}

/*********User Controls********/
/*my favourites*/
.myFavImage
{
	padding-bottom:5px;
	padding-top: 5px;
}

.myFavText
{
	padding-left: 15px;
}

.myFavAddress
{
	font-weight: bold;
}

.myFavDetails
{
	padding-top: 3px;
}

.myFavButtons
{
	padding-top: 15px;
}

/*my searches*/
.mySearchDesc
{
	padding-bottom:8px;
	padding-top: 5px;
	padding-right: 190px;
}

/*my adverts*/
.myAdsImage
{
	padding-bottom:5px;
	padding-top: 5px;
}

.myAdsText
{
	padding-left: 30px;
}

.myAdsAddress
{
	font-weight: bold;
	padding-bottom: 5px;
}

.myAdsDateStatus
{
	color: #0167CC;
	font-weight: bold;
	padding-bottom: 5px;
}

.myAdsListingType
{
	padding-bottom: 5px;
}

.myAdsCkBoxes
{
	font-weight: bold;
	font-size:0.9em;
}

.myAdsButtons
{
	padding-left: 30px;
}

/*view invoices*/
.btnAllInvoices
{
	text-align:center;
	width: 130px;
	height: 19px;
	padding-top: 1px;
	color: #FFFFFF;
	border: 0px;
	background-color: #FF3300;
	font-weight:bold;
	font-size: 0.9em;
	margin-top: 5px;
	margin-bottom: 5px;
	cursor: hand;
}

/*view virtual tour button*/
.btnViewVirtualTour
{
	text-align:center;
	width: 130px;
	height: 19px;
	padding-top: 1px;
	color: #FFFFFF;
	border: 0px;
	background-color: #FF3300;
	font-weight:bold;
	font-size: 0.9em;
	margin-bottom: 5px;
	cursor: hand;
}

/*edit virtual tour button*/
.btnEditTour
{
	text-align:center;
	width: 130px;
	height: 19px;
	padding-top: 1px;
	color: #FFFFFF;
	border: 0px;
	background-color: #FF3300;
	font-weight:bold;
	font-size: 0.9em;
	margin-bottom: 5px;
	cursor: hand;
}

/*myinvoices styles*/
.myInvView a:link {color: #0167CC; text-decoration:none;}
.myInvView a:visited {color:#0167CC; text-decoration:none;}
.myInvView a:hover {color:#0167CC; text-decoration:underline;}
.myInvView a:active {color:#0167CC;	text-decoration:none;}

/*invoice details user control*/
.invDetailsContainer
{
	width: 420px;
}

.invDetails
{
	padding-bottom: 5px;
}

.invAllInvoices
{
	text-align:center;
	width: 110px;
	height: 17px;
	padding-top: 1px;
	color: #FFFFFF;
	border: 0px;
	background-color: #FF3300;
	font-weight:bold;
	font-size: 0.9em;
	margin-bottom: 90px;
}
.invAllInvoicesHeader
{
	text-align:center;
	width: 110px;
	height: 17px;
	padding-top: 1px;
	color: #FFFFFF;
	border: 0px;
	background-color: #FF3300;
	font-weight:bold;
	font-size: 0.9em;
	margin-bottom: 10px;
}
.invAllInvoices a:link {color: #FFFFFF; text-decoration:none;}
.invAllInvoices a:visited {color:#FFFFFF; text-decoration:none;}
.invAllInvoices a:hover {color:#FFFFFF; text-decoration:none;}
.invAllInvoices a:active {color:#FFFFFF;	text-decoration:none;}

.invAllInvoicesHeader a:link {color: #FFFFFF; text-decoration:none;}
.invAllInvoicesHeader a:visited {color:#FFFFFF; text-decoration:none;}
.invAllInvoicesHeader a:hover {color:#FFFFFF; text-decoration:none;}
.invAllInvoicesHeader a:active {color:#FFFFFF;	text-decoration:none;}