/* PROPERTY SEARCH PAGE // LOGGED-IN CLIENT PAGES */

fieldset.PropertySearchFieldset, fieldset.ClientStatusDetails, fieldset.ClientStatusForm, fieldset.ClientLoginFieldset, div.PropertyShopMXForm {
  border: 1px solid #54431c;
  padding: 5px;
  width: 560px;
}
input.submitButton {
  border: 1px solid #54431c;
  color: #FFFFFF;
  background-color: #9C729E;
}

div.FormFieldButton label {
  position: relative;
  top: 5px;
}

.PropertySearchFieldset legend, .ClientLoginFieldset legend, .ClientStatusDetails legend, .ClientStatusForm legend {
  font-weight: 700;
  padding: 2px;
  margin-bottom: 5px;
}

.PropertySearchFieldset div.FormProperty {
  display: block;
  padding-bottom: 10px;
}

.PropertySearchFieldset div.FormProperty label, .ClientStatusDetails .FormField label {
  display: block;
  float: left;
  width: 150px;
  padding-bottom: 10px;
}

.PropertySearchFieldset div.FormFieldButton label {
  width:440px;
  margin-bottom: 5px;
  vertical-align: top;
}

.PropertySearchFieldset .FormFieldButton input {
  width:100px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.PropertySearchFieldset .FormHint, .PropertySearchFieldset .FormHintHeading {
  font-size: 90%;
  color: #515151;
  padding-bottom: 2px;
}

.PropertySearchFieldset .FormHintHeading {
  text-decoration: underline;
}

/* what is this for?? */
.PropertySearchFieldset .ImageDiv {
  display: none;
}
label#AdvertTypeID-1-label, label#AdvertTypeID-2-label, label#AdvertTypeID-3-label, label#AdvertTypeID-15-label {
  padding: 0 10px 3px 0;
  position: relative;
  top: -2px;
  display: inline-block;
  width: 200px;
}
input#AdvertTypeID-1, input#AdvertTypeID-2, input#AdvertTypeID-3, input#AdvertTypeID-15 {
  position: relative;
  top: -2px;
}


div.AdvertTypeTable {
  float: left;
  clear: left;
}
div.AdvertTypeTable div.HangingIndent {
  float: right;
  clear: right;
  width: 400px;
  margin-top: -12px;
}
div.AdvertTypeTable div.HangingIndent * {
  vertical-align: middle;
}
div.AdvertTypeTable div.HangingIndent img {
  margin-bottom: 15px;
}



.CORE_PropertyRequestWithdrawal_Table {
  border-collapse: collapse;
}

.CORE_PropertyRequestWithdrawal_Table TH {
  text-align: left;
}

.CORE_ClientStatus FORM {
  margin:0px;
}

.CORE_PropertyShopApply .FormProperty {
  padding-bottom: 10px;
}

.CORE_PropertyShopApply .submitButton {
  width:100px;
}

.CORE_PropertyShopApply #cmdApplyYes {
  border: 1px solid #27541C;
  background-color: #99FF7F;
}

.CORE_PropertyShopApply #cmdApplyNo {
  border-color: #541C1C;
  background-color: #FF7F7F;
}





/* PROPERTY RESULTS // FULL DETAILS PAGE */

/* Overall property listing containers */
div.Advert, div.AdvertFullDetails {
  width: 100%;
  border: 1px solid #7D3B81;
  background-color: #fff;
  text-align: left;
  padding: 8px;
  float: left;
  margin-bottom: 10px;
}
div.AdvertField label {
  margin-right: 5px;
}
div.Advert div#propertytypeid, div.Advert div#accommodationtypeid {
  display: inline;
}

div.AdvertField {
  padding-bottom: 10px;
}
div.AdvertFullDetails div.AdvertField {
  display: block;
  padding: 3px 0;
  border-bottom: 1px dotted #ccc;
  float: left;
  width: 100%;
  clear: left;
}

div.AdvertFullDetails div.AdvertField label {
  width: 45%;
  font-weight: 700;
  display: block;
  float: left;
}

div.AdvertFullDetails div.AdvertField span {
  width: 45%;
  display: block;
    float: left;
}

fieldset.AdvertGroup {
  padding: 5px;
  line-height: 140%;
}
fieldset.AdvertGroup legend {
  margin-bottom: 5px;
  font-weight: 700;
}


.AdvertFullDetails input.CORE_PropertyListButton {
  width: 150px;
  height: 40px;
  margin-right: 15px;
}



/* Box with buttons */
.AdvertFullDetails div.AdvertButton {
  width: 178px;
  text-align: center;
  margin-top: 10px;
  padding-top: 10px;
  position: absolute;
  top: 250px;
  left: 12px;
}



.AdvertFullDetails .AdvertSummary {
  width: 68%;
  float: right;
}


div.reasons, div.queueposition {
  border-top: 1px solid #7D3B81;
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 5px 3px 0 3px;
  margin-top: 8px;
}



div.PropertyAdvertType
{
  position: relative;
  margin-bottom: 10px;
}


/* Box containing advert type icon */
div.AdvertTypeIcon {
  display: inline;
}

div.AdvertTypeText {
  display: inline;
  font-weight: bold;
  font-size: 0.9em;
  margin-left: 10px;
  position: absolute;
  top: 15px;

}


/* Box containing property photo */
div.PropertyMediaArea {
  float: left;
  width: 178px;
  padding: 4px 0 0 6px;
  font-size: 0.8em;
}

div.PropertyMediaArea IMG 
{
  border: 1px solid #CCCCCC;
}

span.PropertyMediaDescription {
  background-color: #ccc;
  display: block;
  text-align: center;
  padding: 2px;
}

/* Box with main details */
div.AdvertSummary {
  width: 40%;
  float: left;
  padding: 0;
}

/* Box with buttons */
div.AdvertButton {

  float: right;
  text-align: right;
  padding: 3px 6px 0 0;
}
div.AdvertButton form {
  display: inline;
}
input.CORE_PropertyListButton {
  display: block;
  width: 150px;
  height: 25px;
  margin-bottom: 5px;
  border: 1px solid #7D3B81;
  color: #EEEEEE;
  background-color: #9C729E;
}

input.CORE_PropertyListButton#cmdApplyNow {
  font-weight:bold;
  height: 40px;
  color: #ffffff;
}



br {
  clear: both;
}

/* Box with icons */
div.AdvertPropertyIcons {
  float: left;
  padding-top: 10px;
}

/* Box with team logo */
div.AdvertTeamLogo {
  padding-top: 10px;
  text-align: right;
  padding: 0 6px 1px 0;
  height: auto;
  min-height: 72px;
}

#PropertyID, #AdvertClassificationID, .AdvertFullDetails LEGEND, #AdvertClassification SPAN {
  font-weight:bold;
}
.AdvertFullDetails #SolihullTotalPropertyCost SPAN {
  border-top: 1px solid #54431c;
  border-bottom: 1px solid #54431c;
  font-weight: 700;
}

.AdvertFullDetails #AdvertAddressSummary SPAN {
  width: 200px;
}

.AdvertFullDetails #AdvertAddressSummary LABEL {
  vertical-align: top;
}


fieldset#Cost div.AdvertField {
  border: none;
}
fieldset#Cost label {
  float: left;
  margin-bottom: 3px;
}
/*
fieldset#Cost span {
  width: 60px;
  float: left;
  text-align: right;
}
*/



/* PAGE LINKS */

div.AdvertPageLinks {
  float: left;
  clear: left;
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}

div.AdvertPageLinks A {
  padding: 1px 2px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
}
div.AdvertPageLinks A:hover {
  text-decoration: underline;
}

div.AdvertPageLinkItems {
  width: 45%;
  text-align: center;
  display: block;
  float: left;
}
div.AdvertPageLinksPrevious, div.AdvertPageLinksNext {
  min-height: 15px;
  display: block;
  float: left;
  white-space: nowrap;
  vertical-align: top;
  text-align: left;
}
div.AdvertPageLinksPrevious {
  width: 30%;
}
div.AdvertPageLinksNext {
  text-align: right;
  float: right;
  width: 20%;
}

.AdvertPageLinkCurrentItem
{
  border: 1px solid #7D3B81;
}

div.AdvertPropertyPages, div.AdvertNoResults, div.AdvertLoginMessage, div.AdvertRefineSearchMessage, div.AdvertCompareSummary {
  width: 100%;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 1px;
}


div.AdvertRefineSearchMessage, div.AdvertCompareSummary {
  width:100%;
}
div.AdvertRefineSearchMessage a {
  display: block;
}







.AdvertPropertyMapLink {
  position: absolute;
  float: left;
  clear: right;
  left: 20px;
  top: 140px;
  width: 150px;
  height: 125px;
  border: 1px solid #7D3B81;
  padding: 3px;
  text-align: center;
  background-image: url(/Allocations/Images/maplink.gif);
  background-repeat: no-repeat;
  background-position: center 3px;
  padding-top: 100px;
}

.AdvertMap, .AdvertNoMap {
  width: 400px;
  height: 400px;
  margin: 10px;
  border: 1px solid #CCCCCC;
  background-image: url(/Allocations/Images/maploading.gif);
  background-repeat: no-repeat;
  background-position: center;
}

.AdvertMapSpacer {
  /* USED TO PREVENT FUNNY WRAPPING */
  display: none;
  height: 600px;
  width: 1px;
  clear: right;
}

.AdvertMapLarge {
  width: 400px;
  height: 400px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #CCCCCC;
  /*background-image: url(/Allocations/Images/maploading.gif);*/
  background-repeat: no-repeat;
  background-position: center;
  clear: right;
  float: left;
}

.AdvertMapPropertyList {
  width: 300px;
  padding: 2px;
  margin-top: 15px;
  margin-bottom: 10px;
  display: inline;
}

.AdvertMapPropertyList DIV {
  padding: 5px 0;
}

.AdvertMapLegend {
  width: 100%;
  margin-bottom: 200px;
}



/* RESULTS ON MAP - should not be shown as not sure of google license rules */
div.AdvertPropertyMapLink {
  display: block; /* should be 'display: none;' */
}





/* Outcomes */
.OutcomesTable {
  FONT-SIZE: 95%;
  border: 1px #ccc solid;
  border-collapse: collapse;
}

.OutcomesHeader {
  background-color: #E9F7FE;
  font-weight: bold;
  border: 1px #ccc solid;
}
.OutcomesCell{
  border: 1px #ccc solid;
}




.PropertySearchFieldset {
  padding: 5px;
  border: 1px solid #54431C;
  position:relative;
  width:700px;
}

.PropertySearchFieldset FORM {
  margin: 0px;
}

.PropertySearchFieldset LEGEND {
  font-weight: 700;
  padding: 2px;
  margin-bottom: 5px;
}

.PropertySearchFieldset .FormProperty {
  display: block;
  padding-bottom: 10px;
}

.PropertySearchFieldset .FormProperty LABEL {
  width:150px;
  padding-bottom: 10px;
  vertical-align: top;
}

.PropertySearchFieldset .FormFieldButton LABEL {
  width:550px;
  margin-bottom: 10px;
  vertical-align: middle;
}

.PropertySearchFieldset .FormFieldButton INPUT {
  width:100px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.PropertySearchFieldset .FormHint, .PropertySearchFieldset .FormHintHeading {
  font-size: 90%;
  color: #515151;
  padding-bottom: 2px;
}

.PropertySearchFieldset .FormHintHeading {
  text-decoration: underline;
}

.PropertySearchFieldset .ImageDiv {
  background-image: url(/SolihullInstallation/NovaWeb/Images/map.gif);
  background-repeat: no-repeat;
  width:348px;
  height: 265px;
  position:absolute;
  left: 0px;
  top: 10px;
  clear: left;
  left: 350px;
}

.ClientLoginFieldset {
  padding: 5px;
  border: 1px solid #54431C;
  position:relative;
  width:500px;
}

.ClientLoginFieldset LEGEND, .ClientStatusDetails LEGEND, .ClientStatusForm LEGEND {
  font-weight: 700;
  padding: 2px;
  margin-bottom: 5px;
}

.ClientStatusDetails, .ClientStatusForm {
  padding: 5px;
  border: 1px solid #54431C;
  position:relative;
  width:700px;
}

.ClientStatusDetails .FormField {
  padding-bottom: 1px;
  width:100%;
  float: left;
}

.ClientStatusDetails #ClientName SPAN {
  font-weight: 700;
}


.ClientStatusDetails #CurrentAddress SPAN {
  display: inline-block;
  float: left;
  padding: 0;
  margin-left: 3px;
}


.CORE_PropertyRequestWithdrawal_Table {
  border-collapse: collapse;
}

.CORE_PropertyRequestWithdrawal_Table TH {
  text-align: left;
}

.CORE_PropertyRequestWithdrawal_Table A, .CORE_PropertyRequestWithdrawal_Table A:visited {
  color: #54431c;
}

.CORE_ClientStatus FORM {
  margin:0px;
}

.CORE_PropertyShopApply .FormProperty {
  padding-bottom: 10px;
}

.CORE_PropertyShopApply .submitButton {
  width:100px;
}

.CORE_PropertyShopApply #cmdApplyYes {
  border: 1px solid #7D3B81;
  background-color: #9C729E;
}

.CORE_PropertyShopApply #cmdApplyNo {
  border: 1px solid #7D3B81;
  background-color: #9C729E;
}

.AdvertFullDetails {
  margin-top: 10px;
  position: relative;
}


.AdvertContainer
{
  text-align: center;
}


