/*styles for the step by step pages*/
/*introduction page*/
/*blue sub titles within page*/
.introTitles
{
	color: #0167CC;
	font-weight: bold;
	padding-bottom: 5px;
}

/*sentence with link to step by step guide*/
.introLink
{
	float:left;
}

.introLink a:link {color:red; text-decoration:none;}
.introLink a:visited {color:red; text-decoration:none;}
.introLink a:hover {color:red; text-decoration:underline;}
.introLink a:active {color:red;	text-decoration:none;}

/*table holding grid of options and features*/
.tblOptionsContainer
{
	width:935px;
	height: 800px;
	padding-top:20px;
	padding-left:25px;
	padding-bottom: 10px;
	background-color: #F9F9F9;
}

.tblOptions
{
	background-color: #F9F9F9;
	font-size: 0.8em;
}

/*sorting out the tables border*/
.tblOptionsRowTitle
{
	border-top: solid 1px #999999;
	font-weight: bold;
}

.tblOptionsColsTitle
{
	border-left: solid 1px #999999;
	font-weight: bold;
}

.tblOptionsTableCells
{
	border-top: solid 1px #999999;
	border-left: solid 1px #999999;
	font-weight: bold;
}

.tblOptionsTableCellsGrey
{
	border-top: solid 1px #999999;
	border-left: solid 1px #999999;
	font-weight: bold;
	background-color:#e0e0e0;
}

.tblOptionsTableCellsAdvertTop
{
	border-top: solid 1px #999999;
	border-left: solid 1px #999999;
	font-weight: bold;
	background-color: #FFFFFF;
}

.tblOptionsTableCellsAdvertBottom
{
	border-left: solid 1px #999999;
	font-weight: bold;
	background-color: #FFFFFF;
}

.tblOptionsRowTitleBottom
{
	border-left: solid 1px #999999;
	color: #666666;
}

.tblOptionsColsTitle a
{
	
	color:red;
}

/*button link to step 1*/
.btnStartNow
{
	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;
}

.btnStartNow a:link {color:#FFFFFF; text-decoration:none;}
.btnStartNow a:visited {color:#FFFFFF; text-decoration:none;}
.btnStartNow a:hover {color:#FFFFFF; text-decoration:none;}
.btnStartNow a:active {color:#FFFFFF;	text-decoration:none;}

/*how it works page*/
.howitworksTitles
{
	color: #0167CC;
	font-weight: bold;
	padding-bottom: 5px;
}

/*styles for create ads step 1-6 navigation - top right*/
.stepsNav
{
    text-align:right;
}

.stepsNavButtons
{
	border: 0px;
	cursor:default;
}

/*styles for packages more info pages*/
/*featured package*/
.packageFeaturedListingContainer
{
	border: solid 1px #999999;
	background-color: #FFFEEF;
	padding-left: 25px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 5px;
}

/*right column on featured package page*/
.featuredPackageRightColumn
{
	padding-left: 25px;
	padding-top: 20px;
	line-height: 150%;
}

/*photo package*/
.packagePhotoListingContainer
{
	border: solid 1px #999999;
	background-color: #FFFEEF;
	padding-left: 25px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 10px;
}

.rightPhotoPackageColumn
{
	padding-top: 20px;
	line-height: 150%;
}

/*step 1 styles*/
.listingContainerHeader
{
    height:19px;
    width:912px;
    color:#FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding-left:4px;
    vertical-align:middle;
    background: #FFFFFF url(../../property/images/subheadBg.jpg) no-repeat top;
}

/*header for steps pages (not the header for the listing user control)  - full width (no border)*/
.listingHeader
{
    height:19px;
    width:912px;
    color:#FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding-left:4px;
    vertical-align:middle;
    background: #FFFFFF url(../../property/images/subheadBg.jpg) no-repeat top;
}

/*featured listing styles*/
/*choose featured listing button position*/
.btnChooseFeatured
{
	margin-left: 280px;
}

/*link to more details*/
.moreInfoLink
{
	padding-left: 15px;
	font-weight: bold;
}

.moreInfoLink a:link {color:red; text-decoration:none;}
.moreInfoLink a:visited {color:red; text-decoration:none;}
.moreInfoLink a:hover {color:red; text-decoration:underline;}
.moreInfoLink a:active {color:red;	text-decoration:none;}

/*small print*/
.smallPrint 
{
	background-color: #D5E6F6;
	border: dotted 1px #336192;
	padding: 7px;	
}
	

/*bulleted lists on step 1*/
.step1Bullets
{
	margin-left: 15px;
	margin-top: 0px;
	color: #0167CC;
	font-weight: bold;
	line-height: 150%;
}

/*featured user control table cell*/
.tdFeaturedContainer
{
	padding-left: 15px;
	padding-top: 5px;
}

/*different classes for the featured listing header - see photolisting.css*/

/*photo listing styles*/
/*choose photo listing button position*/
.btnChoosePhoto
{
	padding-left: 20px;
}

/*left column holding photo lsiting*/
.leftPhotoListingColumn
{
	padding-top:20px;
	padding-right:20px;
	background-image: url(/Property/images/verticalDivider.jpg);
	background-position: right;
	background-repeat: repeat-y;
}


/*photo user control table cell*/
.tdPhotoContainer
{
	padding-left: 40px;
	padding-top: 15px;
}

/*different classes for the photo listing header - see photolisting.css*/

/*standard listing styles*/
/*choose standard listing button position*/
.btnChooseStandard
{
	padding-left: 20px;
}

/*right column holding standard listing*/
.rightStandardListingColumn
{
	padding-top:20px;
}

/*standard user control table cell*/
.tdStandardContainer
{
	padding-left: 40px;
	padding-top: 15px;
}

/*styles for the listing pages forms*/
.listingForms
{
	width:150px;
	font-weight:bold;
	text-align:left;
	float:left;
}

.listingFormsLong
{

	font-weight:bold;
	text-align:left;
	float:left;
}

/*buttons at the top of the forms*/
.btnClear
{
	text-align:center;
	width: 120px;
	height: 17px;
	color: #FFFFFF;
	border: 0px;
	background-color: #FF3300;
	font-weight:bold;
	font-size: 0.9em;
	margin-bottom: 7px;
	cursor: hand;
}

/*buttons at the bottom of the form*/
.bottomButtons
{
	text-align: right;
	width:918px;
}

.btnBack
{
	text-align:center;
	width: 50px;
	height: 17px;
	color: #FFFFFF;
	border: 0px;
	background-color: #FF3300;
	font-weight:bold;
	font-size: 0.9em;
	letter-spacing: 1px;
	margin-bottom: 7px;
	cursor: hand;
}

/*button add other features in step 2*/
.btnAddOtherFeature
{
	width: 140px;
	height: 22px;
	color: #FFFFFF;
	border: 0px;
	background-color: #FF3300;
	font-weight:bold;
	font-size: 0.9em;
	letter-spacing: 1px;
	cursor: hand;
}

/*style on cell holding btnBack*/
.trBtnBackNext
{
	padding-bottom:3px;
}

.btnNext
{
	text-align:center;
	width: 50px;
	height: 17px;
	color: #FFFFFF;
	border: 0px;
	background-color: #FF3300;
	font-weight:bold;
	font-size: 0.9em;
	letter-spacing: 1px;
	margin-bottom: 7px;
	cursor: hand;
}

.btnSave
{
	width: 108px;
	height: 17px;
	color: #FFFFFF;
	border: 0px;
	float:right;
	background-color: #FF3300;
	font-weight:bold;
	font-size: 0.9em;
	letter-spacing: 1px;
	cursor: hand;
}

/*button to add additional charges*/
.btnAddCharge
{
	width: 140px;
	height: 17px;
	color: #FFFFFF;
	border: 0px;
	background-color: #FF3300;
	font-weight:bold;
	font-size: 0.9em;
	letter-spacing: 1px;
	cursor: hand;
}

/*button to add an office in commercial 2a*/
.btnAddOffice
{
	width: 140px;
	height: 17px;
	color: #FFFFFF;
	border: 0px;
	background-color: #FF3300;
	font-weight:bold;
	font-size: 0.9em;
	letter-spacing: 1px;
	cursor: hand;
}
/*styles for the add bullet point lists*/
.bulletPoint
{
	margin-bottom:10px;
	width:250px;
	clear:both;
}

.bulletText
{
	float:left;
}

.bulletBox
{
	float:right;	
}

/*style for help boxes*/
.helpClose a:link {color: #0167CC; text-decoration:underline;}
.helpClose a:visited {color:#0167CC; text-decoration:underline;}
.helpClose a:hover {color:#0167CC; text-decoration:underline;}
.helpClose a:active {color:#0167CC;	text-decoration:underline;}

/*help label in help pop-ups*/
.helpLabel
{
	padding-left: 10px;
	font-family: Arial;
}

/*styles for the preview page step5a*/
/*tab at top of page - one for each resi, comm and land*/
.previewTabResi
{
	height: 33px;
	background-color: #CC0066;
	padding-left: 12px;
	padding-right:20px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.1em;
}

.previewTabComm
{
	height: 33px;
	background-color: #359BAD;
	padding-left: 12px;
	padding-right:20px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.1em;
}

.previewTabLand
{
	height: 33px;
	background-color: #85BF23;
	padding-left: 12px;
	padding-right:20px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.1em;
}

/*as above but for print page*/
.printPreviewTabResi
{
	height: 33px;
	padding-left: 12px;
	padding-right:20px;
	font-weight: bold;
	font-size: 1.1em;
}

.printPreviewTabComm
{
	height: 33px;
	padding-left: 12px;
	padding-right:20px;
	font-weight: bold;
	font-size: 1.1em;
}

.printPreviewTabLand
{
	height: 33px;
	padding-left: 12px;
	padding-right:20px;
	font-weight: bold;
	font-size: 1.1em;
}

/*bordered container around the main preview info - controls width of the preview pane*/
/* - one for each resi, comm and land*/
.previewContainerResi
{
	border: solid 2px #CC0066;
	padding: 15px;
	width: 882px;
	text-align:center;
}

.previewContainerComm
{
	border: solid 2px #359BAD;
	padding: 15px;
	width: 882px;
	text-align:center;
}

.previewContainerLand
{
	border: solid 2px #85BF23;
	padding: 15px;
	width: 882px;
	text-align:center;
}

/*as above but for the print page*/
.printPreviewContainerResi
{
	border: solid 2px #CC0066;
	padding: 15px;
	width: 612px;
	text-align:center;
}

.printPreviewContainerComm
{
	border: solid 2px #359BAD;
	padding: 15px;
	width: 612px;
	text-align:center;
}

.printPreviewContainerLand
{
	border: solid 2px #85BF23;
	padding: 15px;
	width: 612px;
	text-align:center;
}

/*title address and ref number - one for each resi, comm and land*/
.previewAddressResi
{
	color: #CC0066;
	font-size: 1.5em;
	float: left;
	letter-spacing: -1px;
}

.previewAddressResi a:link {color: #CC0066; text-decoration:underline;}
.previewAddressResi a:visited {color: #CC0066; text-decoration:underline;}
.previewAddressResi a:hover {color: #CC0066; text-decoration:underline;}
.previewAddressResi a:active {color: #CC0066; text-decoration:underline;}

.previewAddressComm
{
	color: #359BAD;
	font-size: 1.5em;
	float: left;
	letter-spacing: -1px;
}

.previewAddressComm a:link {color: #359BAD; text-decoration:underline;}
.previewAddressComm a:visited {color: #359BAD; text-decoration:underline;}
.previewAddressComm a:hover {color: #359BAD; text-decoration:underline;}
.previewAddressComm a:active {color: #359BAD; text-decoration:underline;}

.previewAddressLand
{
	color: #85BF23;
	font-size: 1.5em;
	float: left;
	letter-spacing: -1px;
}

.previewAddressLand a:link {color: #85BF23; text-decoration:underline;}
.previewAddressLand a:visited {color: #85BF23; text-decoration:underline;}
.previewAddressLand a:hover {color: #85BF23; text-decoration:underline;}
.previewAddressLand a:active {color: #85BF23; text-decoration:underline;}

.previewRef
{
	float: right;
	font-size: 1.1em;
}

/*price and lease/freehold/to let info*/
.previewPrice
{
	float: left;
	font-size: 1.4em;
	letter-spacing: -0.5px;
}

/*2 columns lef tand right
/*left column*/
.previewLeftColumn
{
	float: left;
	width: 540px;
}

/*text in preview left column*/
.LeftTextPanel
{
	text-align:left;
	
}

/*right column*/
.previewRightColumn
{
	margin-top: -4px;
	width: 300px;
	float: right;
	text-align:left;
}

/* Energy graphs */
#energyGraphs 
{
	width: 300px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	height: 160px;
}

#energyGraphs p
{
	font-style: italic;
	margin-bottom: 15px;
	font-size: 0.9em;
	text-align: center;
}

ul.energyTickBoxes
{
	text-align: left;
	font-size: 0.8em;
	margin-left:10px;
	padding-left: 0px;
}

* html ul.energyTickBoxes
{
	margin-left: 20px;
}

*+html ul.energyTickBoxes
{
	margin-left: 20px;
}

.pendingHighlight
{
	color: Red;	
}

#graphEERSmall
{
	float: left;
	padding-right: 10px;
	width: 145px;
	height: 125px;
}

#graphEIRSmall
{
	float: left;
	width: 145px;
	height: 125px;
}

#propertyDetails
{
	text-align: left;
	width: 260px;
	margin-left: 20px;
}

/*image style*/
.previewImage
{
	width: 540px;
	height: 450px;
	background-color: #FFFFFF;
	border: solid 0px black;
}

/*preview additional photos*/
.previewAdditional a:link {color: #0000FF; font-size:1.1em; text-decoration:underline;}
.previewAdditional a:visited {color: #0000FF; font-size:1.1em; text-decoration:underline;}
.previewAdditional a:hover {color: #0000FF; font-size:1.1em; text-decoration:underline;}
.previewAdditional a:active {color: #0000FF; font-size:1.1em; text-decoration:underline;}

/*left hand column styles*/
.previewDescription
{
	font-weight: bold;
	line-height: 130%;
	font-size: 1.1em;
	text-align: left;
	width: 580px;
}

.previewDescription br
{
	clear: both;	
}

.previewTextHeader
{
	font-weight: bold;
	line-height: 130%;
	font-size: 1.2em;
}

.previewText
{
	line-height: 130%;
	font-size: 1.1em;
	width: 540px;
}	

/*ordered list*/
.previewList
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	font-weight: bold;
}

/*button div containers for positioning*/
.previewButtons
{
	padding-bottom: 6px;
}

/*various buttons on preview page*/
.btnPreviewButtons
{
	width: 260px;
	height: 17px;
	color: #FFFFFF;
	border: 0px;
	background-color: #FF3300;
	font-weight:bold;
	font-size: 0.9em;
	letter-spacing: 1px;
	cursor: hand;
}


/*step 6 styles*/
/*submit button*/
.btnSubmit
{
	width: 108px;
	height: 17px;
	color: #FFFFFF;
	border: 0px;
	background-color: #FF3300;
	font-weight:bold;
	font-size: 0.9em;
	letter-spacing: 1px;
	cursor: hand;
}

/*skip world pay button*/
.btnSkipWorldPay
{
	width: 200px;
	height: 17px;
	color: #FFFFFF;
	border: 0px;
	background-color: #FF3300;
	font-weight:bold;
	font-size: 0.9em;
	letter-spacing: 1px;
}

/*validation styles*/
.lblValidation
{
	font-size: 1.2em;
	font-weight: bold;
	padding:5px;
	clear: both;
}


/* For Image uploading page */
.ImageUploading
{
	position:absolute;
	top:400px;
	left:200px;
	visibility:hidden;
}

.ImageUploadingBox
{
	border:solid 1px black;
	width:250px;
	height:100px;
	background-color:white;
	font-family:Verdana,sans-serif;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	
}

/* Styles for Property Status banner - ie. Sold/To Let/Under Offer */
.photoImage {
	position:absolute;
	margin: 0px;
	padding: 0px;
	top:0px;
	left:0px;
}

.overlay {
	position:absolute;
	top:0px;
	left:0px;

}

.photo_container {
	position: relative;
	width: 500px;
	height: 374px;	
	text-align:left;
	margin-left: 30px;
}

/* Limited offer graphic */
.limitedOfferGraphic 
{
	margin-left: 30px;
	margin-top: 20px;
}

/* Thank You page */

.thankyou a:link {color:blue; text-decoration:underline;}
.thankyou a:visited {color:blue; text-decoration:underline;}
.thankyou a:hover {color:blue; text-decoration:none;}
.thankyou a:active {color:blue;	text-decoration:underline;}