/* @override 
	http://homebuy/static_html/css/main.css
	http://homebuy/css/main.css
*/

/* @group Standard elements */

body {
    background:#ebeaeb url(/images/bg.gif) repeat-x top left;	
    padding:12px 0 0 0;
    font-family:verdana;
    font-size:100.01%;
    color:#3a3a3a;
    line-height:1.2;
}


big {
    font-size:1.25em;
}

small {
    font-size:0.8em;
}

h2 {
    color:#283176;
    font-family:Arial;
    font-size:1.3em;
    margin-bottom:4px;
    font-weight:normal;
}

h2#rsl {
    font-weight:bold;
    font-size:1.5em;	
}

h3 {
    color:#283176;
    font-family:Arial;
    font-size:0.85em;
    font-weight:700;
    margin-bottom:4px;
    margin-top:5px;
}

h4 {
    color:#4d4d4d;
    font-size:0.85em;
    font-weight:600;
    margin-bottom:4px;
}

h5 {
    color:#4d4d4d;
    font-size:0.75em;
    font-weight:600;
    margin-bottom:4px;
}

h6 {
    color:#4d4d4d;
    font-size:0.75em;
    font-weight:300;
    margin-bottom:4px;
}


p {
    font-size:0.75em;
    line-height:1.3;
    margin-bottom:10px;
}

a {
    color:#009BC6;
    line-height:1.4;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}

h3 a, h4 a, h5 a {
    text-decoration:none;
    color:#193792;
}

h3 a:hover, h4 a:hover, h5 a:hover {
    text-decoration:underline;
}

p a {
    font-size:1em;
    line-height:1.3;
}

p.first {
    margin:0;
}

li {
    font-size:0.75em;
}

li a {
    font-size:1em;
    line-height:1.2;
}

strong {
    font-weight:700;
}

noscript .inner {
    border:5px solid #444;
    text-align:center;
    background:black;
    display:block;
    font-size:18px;
    padding:0.5em 0 0.25em 1em;
    margin-bottom:1em;
    font-weight:bold;
    color:white;
}

noscript a {
    font-weight:normal;
    color:white;
}

a.external-link {
    padding-right:13px;
    background:url(/images/icon-external-link.png) no-repeat center right;
}

a.internal-link {
    background:url(/images/arrow-blue.png) no-repeat center right;
    padding-right:12px;
    color:#283176;
    font-weight:700;
    text-decoration:none;
    line-height:1.2;
}

a.internal-link:hover {
    text-decoration:underline;
}

a.button {
    color:#fff;
    font-weight:700;
    font-family:Arial;
    text-decoration:none;
    padding:0 0 0 8px;
    height:24px;
    display:inline-block;
    margin-bottom:10px;
    cursor:pointer;
    font-size:0.75em;
} 

a.button span {
    padding:4px 34px 3px 0;
    display:block;
    float:left;
    width: auto;
}

a.active {
    width: auto;
    float: left;
    background:url(/images/button-active.gif) no-repeat top left !important;
}

a.active span {
    background:url(/images/button-arrow-active.gif) no-repeat top right;
}

a.disabled {
    background:url(/images/button-disabled.gif) no-repeat top left;
}

a.disabled span {
    background:url(/images/button-arrow-disabled.gif) no-repeat top right;
}

a.info {
    background:url(/images/icon-info.png) no-repeat;
    display:inline-block;
    width:15px;
    height:15px;
    text-indent:-999em;
}

.rounded-corners {
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
}

.clear {clear:both;}

.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

table td {
    vertical-align: top;
}


/* Hides from IE-mac \*/
* html .clearfix { height:1%; }
/* End hide from IE-mac */

#logo {
    height:69px;
    width:176px;
    margin:12px 0 14px 12px;
    overflow:hidden;
}

#tools {
    text-align:right;
}

hr {
    border-top: 2px solid #ECECEC;
    border-left: 0;
    border-bottom: 0;
}

th,td {
    padding:2px;
    text-align:left;
}

/* @end */

/* @group Form */

label {
    font-size:0.75em;
}

select, input {
    font-size:0.75em;
    font-family:verdana,arial,sans;
}

textarea {
    font-size:0.75em;
    line-height:1.25em;
    font-family:verdana,arial,sans;
}

label {
    text-align:right;
}

label span {
    color:#da0083;
}

input {
    /*vertical-align:top;*/
    margin:0;
}

form table {
    width:100%;
    margin-bottom:12px;
}

form table th,
form table td {
    padding:3px 4px;
    vertical-align:top;
    font-size:0.75em;
}

td select, td a, td table th, 
th label, td table td, 
td input {
    font-size:1em;
}

/* deprecated styles that were going to be for actions on embedded forms */
div.embedded_controls input {
    font-family:arial, sans;
    font-size:12px;
    border:none;
    background:#ddd;
    color:#555;
    padding:2px 6px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px; 
    cursor:pointer;
}

div.embedded_controls input:hover {
    background:#ccc;
}

tr td table {
    margin-bottom:0;
}

form table td p.info {
    display:inline-block;
    width:226px;
    margin:0;
    font-size:1em;
    line-height:1.2;
}

form table td ul.radio_list, 
form table td table td ul.radio_list {
    margin-bottom:0;
}

ul.radio_list li {
    display: inline;
    background:none;
    min-width:50px;
    font-size:1em;
    line-height:1.2;
    padding:0 10px 0 0;
}

ul.radio_list li label {
    font-size:1em;
}

ul.error_list li {
    font-weight:bold;
    color: red;
}

form th {
    text-align:right;
    width:220px;
    font-weight:normal;
}

form td table {
    background:#f4f4f4;
}

div.embedded_controls {
    padding:0.5em 0.5em 1em 130px;	
    background:#f4f4f4;
}

a.add_address,
a.add_repayment {
    background:url(/images/icon.add.png) center left no-repeat;
    display:block;
    text-indent:25px;
    font-size:11px;	
    line-height:20px;
    margin-top:5px;
}

form td table th {
    width:120px;
    color:#5f5f5f;
}

fieldset.subset legend {
    position:relative;
    left:0;
    top:0;
    margin:0;
    padding:0;
    font-size:14px;
    color:black;
    font-weight:bold;
}

legend {
    font-size:0.88em;
    color:#283176;
    padding-left:232px;
    margin-bottom:4px;
}

div.form_controls {
    margin:10px 0 12px 232px;	
}

th.applicant2,
td.applicant2,
fieldset.applicant2 table,
table.applicant2 {
    background: #eee;
}

div.help {
    font-size:10px;
    color:#999;
    margin-top:0.5em;
}

div.please-wait {
    background:url(/images/indicator2.gif) center left no-repeat;
    height: 24px;
}

div.please-wait p {
    text-indent: 35px;
    padding: 4px 0 0;
}

#report-progress,
#report-error {
    margin-top: 1em;
}

#report-error p {
    color: #ed1b24;
}

#report-progress p.percentage-complete {
    font-weight: bold;
    margin-bottom: 0.5em;
}

#report-progress .progress-bar {
    height: 21px;
    border: 1px solid #23bef0;
}

#report-progress div.progress-bar-inner {
    background: #23bef0;
    width: 0;
    height: 100%;
}

#referral_overlay div.please-wait {
    clear: both;
    height: 24px;
    width: 100%;
    background-position: center;
}
#download-report {
    float: left;
    width: auto;
}
/* @end */

/* @group Mini Login Form */

table.mini-login input {
    width:120px;	
}

/* @end */

/* @group Layout */

#wrapper {
    width:960px;
    margin:0 auto;
}

#header {
    border:4px solid #fff;
    background:#fff;
    margin-bottom:8px;
    height:255px;
    position:relative;
    overflow:hidden;
}

body#homepage #header, body#homeseekers #header {
    height:405px;
}

#content-wide,
#content-main {
    padding:12px;   
    background:#fff url(/images/bg-grad.gif) bottom repeat-x;
    border:4px solid #fff;
}

#content-main {
    width:684px;
    float:left;
}

#content-main .left {
    float:left;
    width:445px;
}

#content-main .right {
    float:right;
    width:216px;
    margin:0 0 0 23px;
    display:inline;
}

#content-main .equal-columns .left {
    width:320px;
}

#content-main .equal-columns .right {
    width:320px;
    margin:0 4px 0 40px;
}

#content-additional {
    width:236px;
    float:right;
    margin-left:8px;
}

#footer {
    background:#4d4d4d;
    margin: 24px 0 40px;
    height:72px;
    overflow:hidden;
    position:relative;
}

/* @end */

/* @group Nav 1 */

#nav-1 {
    position:absolute;
    top:16px;
    right:10px;
}

#nav-1 li {
    float:left;
    padding:0 6px;
    color:#4d4d4d;
    font-size:0.69em;
}

#nav-1 li a {
    color: #00ACDC;
    text-decoration:none;
}

#nav-1 li a:hover {
    text-decoration:underline;
}

#nav-1 .register {
    color:#283176;
    font-weight:700;
    background:#ebeaeb url(/images/arrow-blue.png) no-repeat 62px center;
    padding:4px 16px 4px 8px;
}

/* @end */

/* @group Nav 2 */

#nav-2 {
    position:absolute;
    top:64px;
    right:12px;
}

#nav-2 li {
    float:left;
}

#nav-2 li.active {
    background:url(/images/arrow-down-large.png) no-repeat bottom center;
    padding-bottom:10px;
}

#nav-2 li.active a {
    background:#00acdc;
    color:#fff;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
}

#nav-2 li a {
    padding:1px 10px 3px;
    color:#283176;
    font-family:Arial;
    font-size:1.75em;
    text-decoration:none;
}

#nav-2 li a:hover {
    color: #00ACDC;
}

#nav-2 li.active a:hover {
    color:#fff;
}

/* @end */

/* @group Nav 3 */

#nav-3 {
    background:#ececec;
    height:22px;
    margin: 0 12px 4px;
    overflow:hidden;
    padding:7px 0 0 7px;
}

#nav-3 li {
    float:left;
    padding: 0 20px;
    background: url(/images/arrow-blue.png) no-repeat 11px 3px;
}

#nav-3 li.active {
    background: url(/images/arrow-down.png) no-repeat 7px 7px;
}

#nav-3 li a {
    color:#283176;
    font-family:Arial;
    text-decoration:none;
}

#nav-3 li a:hover {
    text-decoration:underline;
    color:#009BC6;
}

#nav-3 li.active a {
    color:#00acdc;
    font-weight:700;
}

/* @end */

/* @group Homepage about */

#homepage-about {
    background:#283176;
    width:952px;
    min-height:106px;
}

#homepage-about .column {
    width:292px;
    margin:12px;
    float:left;
    display:inline;
    position:relative;
}

#homepage-about h2 {
    color:#fed901;
    font-size:1.13em;
    margin-bottom:2px;
}

#homepage-about p {
    color:#fff;
    line-height:1.4;
    margin:0;
}

#homepage-about p a {
    color:#fff;
}

#homepage-about .internal-link {
    background:url(/images/arrow-white.png) no-repeat center right;
    color:#fff;
    font-size:0.75em;
}

#homepage-about li {
    background:url(/images/bullet-white.png) no-repeat center left;
    color:#fff;
    padding-left:10px;
    line-height:1.4;
}

/* @end */

/* @group Breadcrumb */

#breadcrumb {
    margin: 0 12px;
    border-bottom:1px solid #ececec;
    padding:0 0 6px 8px;
}

#breadcrumb li {
    font-family:Arial;
    font-size:0.75em;
    padding:0 4px;
    display:inline;
}

#breadcrumb li a {
    color:#283176;
    text-decoration:none;
}

#breadcrumb li a:hover {
    text-decoration:underline;
}

#breadcrumb .selected {
    color:#888;
}

/* @end */

/* @group Banner */

#banner {
    height: 100px;
    margin-bottom: -3px;
    display: block;
    background: url(/images/chg_content_anim.gif) no-repeat;
}

body#homepage #banner, body#homeseekers #banner {
    background: url(/images/952x144.png) no-repeat;
    margin-bottom: -10px;
    height: 130px;
}

/* @end */

/* @group Module */

.module ul {
    margin-bottom:12px;
}

.module li {
    background:url(/images/bullet-blue.png) no-repeat 0 8px;
    line-height:1.7;
    padding-left:13px;
}

ul.arrow li {
    background:url(/images/arrow-blue.png) no-repeat 0 4px;
    line-height:1.2;
    padding:0 0 4px 0;
}

ul.arrow li {
    padding-left:12px;
}

ul.links {
    margin:0;
}

ul.links li {
    background:none;
    line-height:1.2;
    padding:0;
}

ul.news li {
    line-height:1.2;
    margin-bottom:1em;
    padding:0;
    background:none;
}

ul.news {
    margin:0;
    padding:0;
    list-style-type:none;
}

ul.properties,
ul.dates {
    margin:0;
    padding:0;
}

ul.dates li,
ul.properties li {
    background:none;
    padding-left:0px;
    list-style-position:inside;	
}

ul.properties li {
    list-style-image:url(/images/icon.house.gif);
}

ul.dates li {
    list-style-image:url(/images/icon.calendar.png);
}

.module img {
    border: 1px solid #c7c7c7;
}

.module .item td {
    border-bottom: 3px solid #ececec;
}

.module .item td {
    padding-top:12px;
}

.module .item img {
    margin: 0 10px 10px 0;
}

.module ul.tools li {
    background:url(/images/icon.add.png) no-repeat 2px 2px;
    text-indent:10px;
    line-height:22px;
}

/* @end */

/* @group Content main module */

#content-main .module {
  padding: 10px 0 0 0;
  margin-bottom: 10px;
}

/* @end */

/* @group Content additional module */

#content-additional .module {
    padding:12px;
    min-height:106px;
    margin-bottom:8px;
    border:4px solid #fff;
    background:#fff url(/images/bg-grad.gif) bottom repeat-x;
}

#content-additional .module.last { 
    margin:0;
}

#content-additional .module p {
    margin:0 0 1em 0;
}

/* @end */

/* @group First steps */

#content-additional .first-steps {
    background:url(/images/bg-first-steps.png) no-repeat bottom left;
    padding-bottom:105px;
}

/* @end */

/* @group HomeBuy steps */

#content-additional .homebuy-steps {
    padding:12px 0 4px;
    background:#fff url(/images/bg-homebuy-steps.gif) bottom repeat-x;
}

#content-additional .homebuy-steps h2,
#content-additional .homebuy-steps .internal-link {
    margin-left:12px;
    margin-right:12px;
}

#content-additional .homebuy-steps ol {
    margin-bottom:4px;
}

#content-additional .homebuy-steps ol li {
    padding: 6px 12px 6px 40px;
    line-height:1.2;
}

#content-additional .homebuy-steps ol li.first {
    background:url(/images/li-step-1.png) no-repeat 12px 6px;
}

#content-additional .homebuy-steps ol li.second {
    background:url(/images/li-step-2.png) no-repeat 12px 6px;
}

#content-additional .homebuy-steps ol li.third {
    background:url(/images/li-step-3.png) no-repeat 12px 6px;
}

#content-additional .homebuy-steps ol li.fourth {
    background:url(/images/li-step-4.png) no-repeat 12px 6px;
}

#content-additional .homebuy-steps p {
    margin-left:12px;
}

/* @end */

/* @group Scheme caffordability */

#content-additional .scheme-affordability p {
    margin-bottom:10px;
}

#content-additional .scheme-affordability p strong {
    font-size:1.25em;
}

/* @end */

/* @group Most viewed */

#content-main .most-viewed .property {
    margin-bottom:8px;
}

#content-main .most-viewed .property p {
    margin:0;
}

/* @end */

/* @group Event */

#content-main .event {
    background:url(/images/calendar_empty.gif) no-repeat;
    margin-top:8px;
    zoom: 1;
}

#content-main .event h3 {
    margin:0;
}

#content-main .event p {
    margin:0;
}

#content-main .event .left-col{
    width: 45px;
    height: 100%;
    padding: 12px 0 0 11px;
}

#content-main .event .left-col .calendar-day{
    width: 26px; 
    text-align: center;
    font-weight: bold;
}

#content-main .event .right-col{
    float: right; 
    width: 155px;
}

#content-main .events-sort-tools {
    border-bottom:3px solid #ECECEC;
    padding-bottom: 6px;
    margin-bottom:6px;
}

/* @end */

/* @group Homebuy events */

#content-main .homebuy-events {
    background:url(/images/bg-homebuy-events.gif) no-repeat bottom left;
    min-height:172px;
    width:415px;
    padding:8px 14px;
    border:1px solid #98d2e6;
}

#content-main .homebuy-banners {
    min-height:172px;
    width:445px;
    
    /*padding:8px 14px;*/
    /*border:1px solid #98d2e6;*/
}

#content-main .homebuy-banners img{
    height: 184px;
    border: none;
}

#content-main .homebuy-banners2 {
    min-height:172px;
    width:445px;
    padding: 0px !important;
    /*padding:8px 14px;*/
    /*border:1px solid #98d2e6;*/
}

#content-main .homebuy-banners2 img{
    /*height: 184px;*/
    border: none;
}

#content-main .homebuy-banners2 div{
    margin: 0px !important;
    float: left;
}

#content-main .homebuy-banners div{
    margin: 0px !important;
    float: left;
}

#content-main .homebuy-events h2 {
    margin:0;
}

#content-main .homebuy-events p {
    margin:0;
}

/* @end */

/* @group Property details */

.property-details h3 {
    font-size:0.94em;
}

.property-details li {
    background:none;
    line-height:1.3;
    padding:0;
}


/* @end */

/* @group Property photos */

.property-photos li {
    background:none;
    padding:0 4px 0 0;
    display:block;
    float:left;
}

.property-photos li.last {
    padding:0;
}

.google-map,
#floor-map {
    width:320px;
    height:200px;
    border:1px solid #ccc;	
}

/* @end */

/* @group RSL Property Filter */

#rsl-property-tools li a {
    color:#333;
}

#rsl-property-tools li {
    float:left;
    margin-right:2px;
    padding:0.5em 0.75em;
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    position:relative;
    top:1px;
    background:#f5f5f5;
}

#rsl-property-tools li.active {
    border-bottom:1px solid #fff;
    font-weight:bold;
    background:white;
}

#rsl-property-tools-container {
    border:1px solid #ccc;
    margin-bottom:1em;
    padding:0.5em;
    height: 22px;
    width: 666px;
}

#rsl-property-tools-container #property_filters_development_id {
    width:150px;
}

div#batch.property-search-tools,
div#filter.property-search-tools {
    font-size:14px;
    border-bottom:none;
    margin-bottom:none;
    height:10px;
}

/* @end */

/* @group Property Template listing */

.property-search-result.property-template {
    background:url(/images/bg-grad.gif) bottom repeat-x;
    margin-bottom:1px;
}

.property-template-info {
    margin-bottom:1em;
    padding:8px 10px 12px;
    background:#eee;
    color:#555;
    font-size:12px;
    clear: left;
    width: 665px;
    height: 15px;
}

a.toggle-children {
    display:block;
    text-indent:12px;
    background:url(/images/arrow-blue.gif) no-repeat 2px;
}

a.toggle-children.active {
    display:block;
    text-indent:12px;
    background:url(/images/arrow-down.gif) no-repeat 2px;
}

table.child-properties {
    position:relative;
    top:-10px;	
    display:none;
}

table.child-properties th {
    font-size:12px;
    font-weight:bold;
    text-align:left;
}

table.child-properties th {
    border-top:2px solid #eee;
    border-bottom:2px solid #eee;
    padding:5px 0;
}

table.child-properties td {
    font-size:12px;
    padding:5px 0;
}	

table.child-properties th.icon {
    width:30px;
    text-align:right;
}

table.child-properties th.status {
    width:200px;
}

table.child-properties th.property-number {
    width:390px;
}

table.child-properties th.manage {
    width:120px;
}

div.building-edit-container {
    background:#f5f5f5;
    padding:5px;
    width:200px;
}

div.building-edit-container input {
    text-align:left;
}

div.building-edit-container span {
    font-size:12px;
    width:120px;
}

div.building-edit-container a.edit-number {
    font-size:12px;
    margin-left:10px;
    display:block;
    float:right;
}

div.select-bar {
    background:url(/images/bg.bar.png) no-repeat;
    cursor:pointer;
    font-weight:normal;
    color:#333;
    padding:5px;
    height:24px;
    font-size:12px;
}

div.select-bar.active {
    background:url(/images/bg.bar.selected.png) no-repeat;
    font-weight:bold;
    color:white;
}

/* @end */

/* @group Tabbed nav 1 */

#tab-nav-1 {
    background:#fff url(/images/bg-tab-grad.gif) repeat-x bottom left;
    padding:17px 0 23px 11px;
    border-bottom:1px solid #b5b5b5;
    margin-bottom:23px;
}

#tab-nav-1 li {
    background:none;
    margin:0 1px;
    float:left;
    padding:0;

}

#tab-nav-1 li a {
    color:#3a3a3a;
    background:#ececec;
    text-decoration:none;
    min-width:94px;
    min-height:18px;
    display:block;
    border:1px solid #b5b5b5;
    padding:2px 7px;
    line-height:1.4;
    -moz-border-radius-topleft:4px;
    -webkit-border-top-left-radius:4px;
    -moz-border-radius-topright:4px;
    -webkit-border-top-right-radius:4px;
}

#tab-nav-1 li a:hover {
    background:#fff;
}

#tab-nav-1 li.active a {
    font-weight:700;
    background:#fff;
    border-bottom:1px solid #fff;
}

/* @end */

/* @group Property costs */

.property-costs {
    background:#d7e8ed;
    padding:8px;
    border-radius: 15px;
    margin:12px 33px 10px 18px ;
}

.property-costs h3 {
    margin-bottom:10px;
}

.property-costs h3 span {
    font-size:0.86em;
    font-weight:normal;
}

.property-costs table {
    width:100%;
    border-collapse:separate;
    border-spacing:0 2px;
    margin-top:2px;
}

.property-costs tr th {
    font-size:0.75em;
    font-weight:700;
    padding:4px 4px 4px 14px;
}

.property-costs tr td {
    background:#fff;
    font-size:0.75em;
    line-height:1;
    padding:6px;
}

.property-costs tr td p{
    font-size:1em;
}

.property-costs td img {
    border: 0;
}

.property-costs table.no-cell-outline td{
    background: transparent;
}

.property-costs tr td .total-cost {
    color:#283176;
    font-size:1.17em;
}

.property-costs tr td a {
    font-size:1em;
}

.property-costs tr td.first {
    padding-left:14px;
    width:236px;
    -moz-border-radius-topleft:4px;
    -webkit-border-top-left-radius:4px;
    -moz-border-radius-bottomleft:4px;
    -webkit-border-bottom-left-radius:4px;
}

.property-costs tr td.last {
    -moz-border-radius-topright:4px;
    -webkit-border-top-right-radius:4px;
    -moz-border-radius-bottomright:4px;
    -webkit-border-bottom-right-radius:4px;
}



/* @end */

/* @group HomeBuy scheme */

.homebuy-scheme {
    border-bottom:1px dotted #8c8c8c;
    padding-bottom:10px;
    margin-top:8px;
}

.homebuy-scheme h3 {
    font-size:0.88em;
    font-weight:700;
    margin-bottom:4px;
}

.homebuy-scheme p {
    margin-bottom:10px;
}

.homebuy-scheme ul {
    margin:0;
}

.homebuy-scheme li {
    background:none;
    padding:0;
    line-height:1.3;
}

/* @end */

/* @group Case Study panel on schemes page */
.case-studies img {
    margin-bottom: 15px;
}

.case-studies table {
    font-size: 12px;
    line-height: 1;
}

.case-studies th,
.case-studies td {
    padding: 3px;
    border: 1px solid #c7c7c7;
}
/* @end */

/* @group Property search result */

.property-attributes {
    margin-top:1em;
    color:#777;
    font-size:10px;
}

.property-search-result {
    margin-bottom:12px;
    border-bottom:3px solid #ececec;
    float: left;
    width: 685px;
}

.property-search-result .property-graphic {
    float:left;
    width:208px;
}

.property-search-result .property-graphic img {
    border:2px solid #c7c7c7;
    margin-bottom:8px;
}

.property-search-result .property-details {
    float:right;
    width:456px;
    margin-left:20px;
}

.agent-search-result {
    margin-bottom:12px;
    border-bottom:3px solid #ececec;
}

.agent-search-result .agent-details {
    margin-left:20px;
}

.agent-search-result .agent-details .button{
    float: none;
}


.property-search-result p {
    clear:both;
}

/* @end */

/* @group Pager */

.pager {
    float: right;
}

.pager,
p.number-results {
    padding: 5px 0 0;
}

.pager,
.pager li {
    display: inline;
}

.pager li {	
    background: none;
    padding: 0 3px;
}

.pager li a {
    text-decoration: none;
}

.pager li a:hover {
    text-decoration: underline;
}

.pager li.active a {
    font-weight: bold;
} 

/* @end */

/* @group Property search tools */

.property-search-tools {
    margin-bottom:12px;
    border-bottom:3px solid #ececec;
}

.property-search-tools p.search-result {
    margin:2px 0 0;
    width:204px;
}

.property-search-tools form {
    display: block;
    text-align: left;
    margin-bottom: 5px;
}

.property-search-tools form .form-row {
    float:left;
    margin:0 24px;
}

.property-search-tools form .form-row p {
    display:inline;
}

/* @end */

/* @group Property search footer */

.property-search-footer { height:20px; }

/* @end */

/* @group Refine results */

.refine-results .form-row {
    margin-bottom:10px;
}

.refine-results .form-row label {
    text-align:left;
    font-weight:700;
    margin-bottom:4px;
    display: block;
}

.refine-results .form-row ul { margin:0; }

.refine-results .form-row ul li {
    background:none;
    padding:0;
}

.refine-results .form-row ul li label {
    font-size:1em;
    font-weight:normal;
    display:inline;
    margin:0;
}

.refine-results .form-row .multi-column li {
    float:left;
    min-width:96px;
}

/* @end */

/* @group Quote */

.quote, blockquote {
    background:url(/images/quote-start.gif) no-repeat top left;
    padding:14px 0 0 42px;
}

.quote p, blockquote p {
    background:url(/images/quote-end.gif) no-repeat bottom right;
    padding:0 38px 14px 0;
    font-size:1.06em;
    line-height:1.1;
}

/* @end */

/* @group Tabbed nav 2 */

#tab-nav-2 {
    background:#fff url(/images/bg-tab-grad.gif) repeat-x bottom left;
    padding: 1px 0 0;
    border-bottom:1px solid #b5b5b5;
    margin-bottom:23px;
    width: 100%;
    display: block;
    height: 38px;
}

#tab-nav-2 li {
    display: inline;
    clear: both;
    background:none;
    margin:0 1px;
    padding:0;
    width:123px !important;

}

#content-main .equal-columns #tab-nav-2 li.left {
    display: block;
    clear: none;
    float: left;
    margin: 0 61px 0 0;
    padding: 0;
}

#content-main .equal-columns #tab-nav-2 li.right {
    display: block;
    clear: none;
    float: left;
    margin: 0 0 0 2px;
    padding: 0;
}

#tab-nav-2 li a {
    color:#3a3a3a;
    background:#ececec;
    text-decoration:none;
    min-width:107px;
    min-height:33px;
    display:block;
    border:1px solid #b5b5b5;
    padding:4px 7px 0;
    line-height:1.2;
    -moz-border-radius-topleft:4px;
    -webkit-border-top-left-radius:4px;
    -moz-border-radius-topright:4px;
    -webkit-border-top-right-radius:4px;
}

#tab-nav-2 li a:hover {
    background:#fff;
}

#tab-nav-2 li.active a {
    font-weight:700;
    background:#fff;
    border-bottom:1px solid #fff;
}

/* @end */

/* @group Scheme costs */

.scheme-costs {
    background:#eaf2f4;
    padding:24px 20px 16px;
}

.scheme-costs .property-equity {
    background:#fff;
    padding:12px 20px 24px;
}

.scheme-costs .property-equity p strong {
    display:block;
    font-size:1.25em;
    margin-bottom:36px;
}

.scheme-costs .property-equity a.internal-link {
    display:inline-block;
    font-weight:normal;
    margin-bottom:42px;
}

.scheme-costs .errors {
    padding:0 20px;
}

.scheme-costs .errors li {
    background:#e8c2c8;
    display:inline-block;
    padding:0 25px 0 9px;
    margin-bottom:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
}

/* @end */

/* @group FAQs */

.faqs p.question {
    margin:0;
}

/* @end */

/* @group Account status */

.account-status {
    overflow:hidden;
}

.account-status .username {
    float:left;
    width:274px;
}

.account-status .username p {
    font-size:0.94em;
    text-align:center;
    margin-top:16px;
}

.account-status .progressbar {    
    width:366px;
    float:right;
    display: block;
    padding:16px 24px 16px 20px;
    background-color: #E5E5E5;
}

.profile-completion {
    display:block;
    padding: 10px 10px 0 10px;
}

.progressbar {
    position:relative;
    top:-30px;
}
.progressbar p {
    overflow:hidden;
    margin:0;
}

#content-additional .profile-completion {
    background-color: #E5E5E5;
    margin-bottom: 12px;
}

#content-additional .progressbar strong {
    float:right;
    font-size:1.4em;
    padding-top:4px;
}

#content-additional .progressbar p {
    margin-bottom: 0;
    padding-bottom: 0;
    zoom: 1;
}

#content-additional .progressbar .percentage-complete {
    width:180px;
    height:23px;
    border:1px solid #fff;
}

#content-additional .progressbar .percentage-complete .inner {
    display:block;
    clear: both;
    width:100%;
    height:21px;
    background:#fff;
    border:1px solid #23bef0;
}

.account-status .progressbar .percentage-complete .inner {
    display:block;
    width:346px;
    height:21px;
    background:#fff;
    border:1px solid #23bef0;
}

.progressbar .percentage {
    display:block;
    width:10%;
    height:21px;
    background:#23bef0;
}

/* @end */

/* @group Self assessment */

.self-assessment form legend {
    padding-left:288px;
}

.self-assessment form th {
    width:276px;
}

.self-assessment form td table th {
    width:120px;
}

.self-assessment div.form_controls {
    margin:10px 0 12px 288px;	
}

/* @end */

input.button-create-account, input.button-change-password, 
input.button-ask-question, input.button-save-assessment, input.button-save-changes {
    border:0;
    text-indent:-999em;
    line-height:0;
    display:block;
    cursor:pointer;
}

input.button-create-account {
    background:url(/images/btn_create-account.png) no-repeat top left;
    width:134px;
    height:24px;
}

input.button-change-password {
    background:url(/images/btn_change-password.png) no-repeat top left;
    width:152px;
    height:24px;
}

input.button-ask-question {
    background:url(/images/btn_ask-question.png) no-repeat top left;
    width:152px;
    height:24px;
}

input.button-save-assessment {
    background:url(/images/btn_save-assessment.png) no-repeat top left;
    width:205px;
    height:24px;
}

input.button-save-changes {
    background:url(/images/btn_save-changes.png) no-repeat top left;
    width:125px;
    height:24px;
}

/* @group Footer */

#footer ul {
    width:838px;
    margin:16px 0 0 16px;
}

#footer ul li {
    color:#aaaaaa;
    font-size:0.69em;
    float:left;
    width:155px;
}

#footer ul .change_view {
	width: 100px;
	padding-left: 40px;
}


#footer ul li.wide {
    width:214px;
}

#footer ul li a {
    background:url(/images/arrow-white.png) no-repeat center right;
    color:#fff;
    font-size:1.09em;
    text-decoration:none;
    padding-right:10px;
} 

#footer ul li a:hover {
    text-decoration:underline;
}

#footer #real-help-now {
    background:url(/images/HCA_logo_small.gif) no-repeat;
    display:block;
    width:98px;
    height:42px;
    text-indent:-999em;
    position:absolute;
    top:10px;
    right:10px;
}

/* @end */

/* @group Flash */

div.flash {
    padding:0.5em;
    border:1px solid #ddd;
    font-weight:bold;
    font-size:0.8em;
    margin-bottom:1em;
    background:transparent url(/images/bg.grad.png) bottom repeat-x;
}

div.flash img {
    vertical-align:middle;
}

.notice {
}

.error {
}

/* @end */


/* @group AJAX activity */

div.ajax_indicator {
    display:none;
    font-size:12px;
    height:20px;
    margin-right:225px;
    float:right;
    background:transparent url(/images/indicator2.gif) no-repeat;
    text-indent:20px;
}

/* @end */

/* @group Overlay */

div.overlay {
    width:500px;
    padding:20px;
    border:5px solid black;
    background:white;
    display:none;
    -moz-box-shadow: 0px 0px 30px #000; 
    -webkit-box-shadow: 0px 0px 30px #000;
}

div.overlay big {
    font-size:1.5em;
}

div.overlay p {
    margin-bottom:1em;
}

div.overlay div.buttons {
    margin-top:1em;
}

/* @end */

/* @group Javascript specific content - hide/ show */

.javascript-only-content {
    display: none;
}
.hasJS .javascript-only-content {
    display: block;
}

/* @end */

div#declaration {
    padding:10px;
    overflow-y:scroll;
    height:200px;
    width:550px;
    border:1px solid #ccc;
    margin:10px 0;
}

div#declaration p {
    font-size:10px;
}

table.declaration {
    width:500px;
}

table.declaration td {
    width:10px;
}

table.declaration th,
table.declaration label {
    text-align:left;
    width:none;
}

/* group Application */

ol.steps {
    font-size:1em;
    width:500px;
    margin:30px auto 30px auto;
}

ol.steps li {
    background-position:0 0.75em;
    background-color:white;
    min-height:22px;
    background-repeat:no-repeat;
    padding:0.75em 0.5em 0.75em 32px;
    border-bottom:2px dotted #ddd;
}

ol.steps li:hover {
    background-color:#f0f0f0;
}

ol li.step1 {
    background-image:url(/images/number1.png);
}

ol li.step2 {
    background-image:url(/images/number2.png);
}

ol li.step3 {
    background-image:url(/images/number3.png);
}

ol li.step4 {
    background-image:url(/images/number4.png);
}

ol li.step5 {
    background-image:url(/images/number5.png);
}

ol li.step6 {
    background-image:url(/images/number6.png);
}

ol.steps div.status img {
    vertical-align:middle;
    margin-right:5px;
}

ol.steps h2 {
    float:left;
}

ol.steps div.status {
    float:right;
    color:green;
    font-size:1em;
    font-weight:bold;
}

ol.steps div.status a.internal-link {
    font-weight:normal;	
}

div.application_submit {
    text-align:right;
    margin-right:106px;
}

/* @end */

/* Group Property Admin */

div.referral-terms {
    height:200px;
    font-size:14px;
    overflow-y:scroll;
    border:1px solid #ccc;
    padding:10px;
}

/* @end */

span.required-field {
  color: #ed1b24;
  padding-right: 3px;
}

.delete-account-link{
  color: red;
}

#only_suitable_properties_dialog
{
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid black;
  left: 22px;
  position: absolute;
  top: 57px;
  padding: 5px;
  font-size: 10px;
  display: none;
  width: 186px;
}

/* search form */

.search-form #searchsubmit {
  margin-left: -7px;
}

#search {
  position: absolute;
  right: 17px;
  padding-top: 4px;
  height: 20px;
}

#search input#query {
  -moz-border-radius: 5px 0px 0px 5px;
  -webkit-border-radius: 5px 0px 0px 5px;
  border: 1px solid #ccc;
  font: 10pt Arial,Helvetica,sans-serif !important;
  vertical-align: top;
  height: 17px;
  width: 160px;
}

#search input#searchsubmit
{
  -moz-border-radius: 0px 5px 5px 0px;
  -webkit-border-radius: 0px 5px 5px 0px;
  border: 1px solid #00ACDC;
  background-color: #00ACDC;
  font: normal normal bold 10pt Arial,Helvetica,sans-serif !important;
  margin: 0 0 0 -7px;
  padding: 1px 0 3px 0;
  height: 21px;
  font-weight: bold;
  width: 60px;
  cursor: pointer;
  color: #fff;
}

.search-form {
  padding: 20px 0;
  width: 100%;
  text-align: center;
}

.search-form #query{
  width: 300px;
}

#county_tip{
  float: right; width: 300px; margin-top: 20px; padding: 5px; color: #283176; background-color: #eeeeee;
}

#la_tip{
  float: right; width: 240px; margin-top: 20px; padding: 5px; color: #283176; background-color: #eeeeee;
}

.social_button {
  float: left;
  margin-right: 10px;
  text-align: center;
  width: 181px;
  height: 149px;
  border: 1px solid #898eaf;
  background-color: #f1f1f1;
}

.social_button span {
  font-size: 13px;
  margin-bottom: 5px;
  color: #283176;
  font-weight: bold; 
}

.social_button h2 {
  padding: 14px 0;
}

#twitter-button {
  padding: 0 0 0 5px;
  border: none;
}

#facebook-button {
  padding: 0 5px 0 0;
  border: none;
}

#twitter-button img, #facebook-button img {
  vertical-align: middle;
}

.twtr-widget a.external-link, .social_button a.external-link
{
  background: none;
  padding-right: 0;
}
/* @end */

div.client-details td, div.client-details th{
  font-size: 12px;
  padding: 5px;
}

div.client-details fieldset{
  margin-top: 20px;
  margin-bottom: 15px;
}

div.client-details th{
  width: 220px;
  
}
