/** basic default styles **/
html { margin: 0; padding: 0; }

  @media print {
    .non-printable, .fancybox-outer { display: none; }
    .printable, #printDiv { 
        display: block; 
        font-size: 26pt;
    }
  }

@import url('/font-awesome-4.6.3/css/font-awesome.min.css');
 
 
.pdflink {
    
    color:#000;
    font-family:FontAwesome;
    height:50px;
    width:50px;
}
.pdflink::before {
    content:"\f1c1";
}
 


a[href$=".csa"]{
	background-image: url('../images/csa.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 20px;
	display: inline-block;
}

a[href$=".CSA"]{
	background-image: url('../images/csa.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 20px;
	display: inline-block;
}

a[href$=".xls"]
{
 
  background-image: url('../images/xls.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 20px;
	display: inline-block;
}

a[href$=".XLS"]
{
 
  background-image: url('../images/xls.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 20px;
	display: inline-block;
}



a[href$=".xlsx"]
{
 
  background-image: url('../images/xls.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 20px;
	display: inline-block;
}

a[href$=".XLSX"]
{
 
  background-image: url('../images/xls.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 20px;
	display: inline-block;
}

a[href$=".doc"]
{
 
  background-image: url('../images/doc.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 20px;
	display: inline-block;
}

a[href$=".DOC"]
{
 
  background-image: url('../images/doc.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 20px;
	display: inline-block;
}

a[href$=".docx"]
{
 
  background-image: url('../images/doc.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 20px;
	display: inline-block;
}

a[href$=".DOCX"]
{
 
  background-image: url('../images/doc.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 20px;
	display: inline-block;
}


.title
{ 
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
white-space: pre;
white-space: -hp-pre-wrap; /* HP Printers */
white-space: pre-line;
  color: #D2D0D0;
 
	font-family: "ff-din-web",helvetica,arial,sans-serif;
	font-style: normal;
	font-weight: bold;
    	font-size: 1.5em;
    	line-height: 1.1em;

 
}  

.subtitle
{ 
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
white-space: pre;
white-space: -hp-pre-wrap; /* HP Printers */
white-space: pre-line;
  color: #DA2128;
 
	font-family: "ff-din-web",helvetica,arial,sans-serif;
	font-style: normal;
	font-weight: bold;
    	font-size: 1.1em;
    	line-height: 1.1em;

 
}  

.subtitle_staff
{ 
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
white-space: pre;
white-space: -hp-pre-wrap; /* HP Printers */
white-space: pre-line;
  color: #252626;
 
	font-family: "ff-din-web",helvetica,arial,sans-serif;
	font-style: normal;
	font-weight: bold;
    	font-size: 1.1em;
    	line-height: 1.1em;

 
}  

.subtitle2
{ 
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
white-space: pre;
white-space: -hp-pre-wrap; /* HP Printers */
white-space: pre-line;
  color: #CCCCCC;
 
	font-family: "ff-din-web",helvetica,arial,sans-serif;
	font-style: normal;
	font-weight: bold;
    	font-size: 1.1em;
    	line-height: 1.1em;

 
}  

.subtitle3
{ 
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
white-space: pre;
white-space: -hp-pre-wrap; /* HP Printers */
white-space: pre-line;
  color: #DA2128;
 
	font-family: "ff-din-web",helvetica,arial,sans-serif;
	font-style: normal;
	font-weight: bold;
    	font-size: 1em;
    	line-height: 1em;

 
}  

.signature1
{ 
 
    	font-size: 0.9em;
    	line-height: 0.9em;

 
}  

span.chyron { font-size: 1.2em; padding-top: 10px; }
 
/** main blocks **/
#container { 
display: block;
max-width: 520px;
margin: 0 auto; 
margin-top: 5px; 
margin-bottom: 5px;
padding: 20px 15px; 
background: #fff; 
border-radius: 6px; 
-webkit-border-radius: 6px; 
-moz-border-radius: 6px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box; 
box-sizing: border-box;  
}

#container_login { 
display: block;
max-width: 520px;
margin: 0 auto; 
margin-top: 5px; 
margin-bottom: 5px;
padding: 20px 15px; 
background: #fff; 
border-radius: 6px; 
-webkit-border-radius: 6px; 
-moz-border-radius: 6px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box; 
box-sizing: border-box;  
}

 /** the form elements **/
#frmSignIn { box-sizing: border-box; }

#frmSignIn .txtinput { 
display: block;
font-family: "Helvetica Neue", Arial, sans-serif;
border-style: solid;
border-width: 1px;
border-color: #dedede;
margin-bottom: 20px;
font-size: 1.25em;
padding: 11px 25px;
padding-left: 55px;
width: 90%;
color: #777;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}

#frmSignIn .txtinput:focus { 
color: #333;
border-color: rgba(41, 92, 161, 0.4);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
outline: 0 none; 
}

#frmSignIn input#contact_name {
background: #fff url('../images/user.png') 5px 4px no-repeat;
}
#frmSignIn input#loginemail {
background: #fff url('../images/email.png') 5px 4px no-repeat;
}
#frmSignIn input#contact_telephone {
background: #fff url('../images/phone.png') 5px 4px no-repeat;
}

#frmSignIn textarea {
display: block;
font-family: "Helvetica Neue", Arial, sans-serif;
border-style: solid;
border-width: 1px;
border-color: #dedede;
margin-bottom: 15px;
font-size: 1.25em;
padding: 11px 25px;
padding-left: 55px;
width: 90%;
height: 180px;
color: #777;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}
#frmSignIn textarea:focus {
color: #333;
border-color: rgba(41, 92, 161, 0.4);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
outline: 0 none; 
}
#frmSignIn textarea.txtblock {
background: #fff url('images/speech.png') 5px 4px no-repeat;
}

#frmSignIn #slider { width: 60%; }

#frmSignIn #aligned { 
box-sizing: border-box; 
float: left; 
width: 450px; 
margin-right: 50px; 
}
#frmSignIn #aside {
	float: left;
	width: 250px;
	padding: 0;
	box-sizing: border-box;
}

/** the form elements **/
#frm_password { box-sizing: border-box; }

#frm_password .txtinput { 
display: block;
font-family: "Helvetica Neue", Arial, sans-serif;
border-style: solid;
border-width: 1px;
border-color: #dedede;
margin-bottom: 20px;
font-size: 1.25em;
padding: 11px 25px;
padding-left: 55px;
width: 90%;
color: #777;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}

#frm_password .txtinput:focus { 
color: #333;
border-color: rgba(41, 92, 161, 0.4);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
outline: 0 none; 
}

#frm_password input#contact_name {
background: #fff url('../images/user.png') 5px 4px no-repeat;
}
#frm_password input#forgotemail {
background: #fff url('../images/email.png') 5px 4px no-repeat;
}
#frm_password input#contact_telephone {
background: #fff url('../images/phone.png') 5px 4px no-repeat;
}

#frm_password textarea {
display: block;
font-family: "Helvetica Neue", Arial, sans-serif;
border-style: solid;
border-width: 1px;
border-color: #dedede;
margin-bottom: 15px;
font-size: 1.25em;
padding: 11px 25px;
padding-left: 55px;
width: 90%;
height: 180px;
color: #777;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}
#frm_password textarea:focus {
color: #333;
border-color: rgba(41, 92, 161, 0.4);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
outline: 0 none; 
}
#frm_password textarea.txtblock {
background: #fff url('images/speech.png') 5px 4px no-repeat;
}

#frm_password #slider { width: 60%; }

#frm_password #aligned { 
box-sizing: border-box; 
float: left; 
width: 450px; 
margin-right: 50px; 
}
#frm_password #aside {
	float: left;
	width: 250px;
	padding: 0;
	box-sizing: border-box;
}

/** the form elements **/
#appraisalOrderFrm-form { box-sizing: border-box; }

#appraisalOrderFrm-form .txtinput { 
display: block;
font-family: "Helvetica Neue", Arial, sans-serif;
border-style: solid;
border-width: 1px;
border-color: #dedede;
margin-bottom: 20px;
font-size: 1.25em;
padding: 11px 25px;
padding-left: 55px;
width: 90%;
color: #777;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}

#appraisalOrderFrm-form .txtinput:focus { 
color: #333;
border-color: rgba(41, 92, 161, 0.4);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
outline: 0 none; 
}

#appraisalOrderFrm-form input#name {
background: #fff url('../images/user.png') 5px 4px no-repeat;
}
#appraisalOrderFrm-form input#email {
background: #fff url('../images/email.png') 5px 4px no-repeat;
}
#appraisalOrderFrm-form input#website {
background: #fff url('../images/website.png') 5px 4px no-repeat;
}
#appraisalOrderFrm-form input#telephone {
background: #fff url('../images/phone.png') 5px 4px no-repeat;
}

#appraisalOrderFrm-form input#propertyAddress {
background: #fff url('../images/home-icon.png') 5px 4px no-repeat;
}

#appraisalOrderFrm-form input#dateRequiredBy {
background: #fff url('../images/calendar_icon.png') 5px 4px no-repeat;
}


#appraisalOrderFrm-form textarea {
display: block;
font-family: "Helvetica Neue", Arial, sans-serif;
border-style: solid;
border-width: 1px;
border-color: #dedede;
margin-bottom: 15px;
font-size: 1.25em;
padding: 11px 25px;
padding-left: 55px;
width: 90%;
height: 180px;
color: #777;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}
#appraisalOrderFrm-form textarea:focus {
color: #333;
border-color: rgba(41, 92, 161, 0.4);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
outline: 0 none; 
}
#appraisalOrderFrm-form textarea.txtblock {
background: #fff url('images/speech.png') 5px 4px no-repeat;
}

#appraisalOrderFrm-form #slider { width: 60%; }

#appraisalOrderFrm-form #aligned { 
box-sizing: border-box; 
float: left; 
width: 450px; 
margin-right: 50px; 
}
#appraisalOrderFrm-form #aside {
	float: left;
	width: 250px;
	padding: 0;
	box-sizing: border-box;
}

#wrapping { width: 100%; box-sizing: border-box; }

span.radiobadge { display: block; margin-bottom: 8px; }
span.radiobadge label { font-size: 1.2em; padding-bottom: 4px; }

select.selmenu {
font-size: 17px;
color: #676767;
padding: 9px !important;
border: 1px solid #aaa;
width: 200px;
}

 

/** @group clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }



/** main blocks **/
#container2 { 
display: block;
max-width: 520px;
margin: 0 auto; 
margin-top: 5px; 
margin-bottom: 5px;
padding: 20px 15px; 
background: #fff; 
border-radius: 6px; 
-webkit-border-radius: 6px; 
-moz-border-radius: 6px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box; 
box-sizing: border-box;  
}


/** the form elements **/
#contactFrm-form { box-sizing: border-box; }

#contactFrm-form .txtinput { 
display: block;
font-family: "Helvetica Neue", Arial, sans-serif;
border-style: solid;
border-width: 1px;
border-color: #dedede;
margin-bottom: 20px;
font-size: 1.25em;
padding: 11px 25px;
padding-left: 55px;
width: 90%;
color: #777;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}

#contactFrm-form .txtinput:focus { 
color: #333;
border-color: rgba(41, 92, 161, 0.4);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
outline: 0 none; 
}

#contactFrm-form input#contact_name {
background: #fff url('../images/user.png') 5px 4px no-repeat;
}
#contactFrm-form input#contact_email {
background: #fff url('../images/email.png') 5px 4px no-repeat;
}
#contactFrm-form input#contact_telephone {
background: #fff url('../images/phone.png') 5px 4px no-repeat;
}

#contactFrm-form textarea {
display: block;
font-family: "Helvetica Neue", Arial, sans-serif;
border-style: solid;
border-width: 1px;
border-color: #dedede;
margin-bottom: 15px;
font-size: 1.25em;
padding: 11px 25px;
padding-left: 55px;
width: 90%;
height: 180px;
color: #777;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}
#contactFrm-form textarea:focus {
color: #333;
border-color: rgba(41, 92, 161, 0.4);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
outline: 0 none; 
}
#contactFrm-form textarea.txtblock {
background: #fff url('images/speech.png') 5px 4px no-repeat;
}

#contactFrm-form #slider { width: 60%; }

#contactFrm-form #aligned { 
box-sizing: border-box; 
float: left; 
width: 450px; 
margin-right: 50px; 
}
#contactFrm-form #aside {
	float: left;
	width: 250px;
	padding: 0;
	box-sizing: border-box;
}

body {
   font-family: Helvetica, Helvetica Neue, Arial;
   background-color: #000000;
   color:#FFFFFF;
}
 
table {
    word-wrap:break-word;
}
 

td.space-hog {
    width: 100%;
    height: 100%;
}

.img1 {
    width: 379px;
    height: 298px;
    border:2px solid #fff;
    box-shadow: 10px 10px 5px #ccc;
    -moz-box-shadow: 10px 10px 5px #ccc;
    -webkit-box-shadow: 10px 10px 5px #ccc;
    -khtml-box-shadow: 10px 10px 5px #ccc;
    }

.img2 {
    width: 451px;
    height: 300px;
    border:2px solid #fff;
    box-shadow: 10px 10px 5px #ccc;
    -moz-box-shadow: 10px 10px 5px #ccc;
    -webkit-box-shadow: 10px 10px 5px #ccc;
    -khtml-box-shadow: 10px 10px 5px #ccc;
    }


.customlink
{
}

a.customlink {
	color: #DA2027;
	text-decoration: none;
}

a.customlink:active {
	color: #DA2027;
	text-decoration: none;
}

a.customlink:link {
	color: #DA2027;
	text-decoration: none;
}

a.customlink:visited {
	color: #DA2027;
	text-decoration: none;
}

a.customlink:focus {
	color: #DA2027;
	text-decoration: none;
}

a.customlink:hover {
	color: #D74E54;
	text-decoration: none;
}

.customlinkBlack
{
}

a.customlinkBlack {
	color: #333333;
	text-decoration: none;
}

a.customlinkBlack:active {
	color: #333333;
	text-decoration: none;
}

a.customlinkBlack:link {
	color: #333333;
	text-decoration: none;
}

a.customlinkBlack:visited {
	color: #333333;
	text-decoration: none;
}

a.customlinkBlack:focus {
	color: #333333;
	text-decoration: none;
}

a.customlinkBlack:hover {
	color: #999999;
	text-decoration: none;
}

.customlinkBooked
{
}

a.customlinkBooked {
	color: #FDA00A;
	text-decoration: none;
}

a.customlinkBooked:active {
	color: #FDA00A;
	text-decoration: none;
}

a.customlinkBooked:link {
	color: #FDA00A;
	text-decoration: none;
}

a.customlinkBooked:visited {
	color: #F69124;
	text-decoration: none;
}

a.customlinkBooked:focus {
	color: #F69124;
	text-decoration: none;
}

a.customlinkBooked:hover {
	color: #F69124;
	text-decoration: none;
}

.editbox
 {
 display:none
 }
.editbox
 {
 font-size:14px;
 width:270px;
 background-color:#ffffff;
 border:solid 1px #000;
 padding:4px;
 }
.edit_tr:hover
 {
 background:#EEEEEE;
 cursor:pointer;
 }


/* Headings */

header {
	margin-bottom: 30px;
}

h1 {
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
	color: #222;
}

h2 {
	font-size: 16px;
	font-weight: 300;
	color: #777;
}


.signout
{
	margin-bottom: 30px;
	position: relative;
}

a.signout {
	color: #333333;
	font-weight: bold;
}

.signout a.current {
	color: #000;
}

a.signout:active {
	color: #333333;
}

a.signout:link {
	color: #333333;
}

a.signout:visited {
	color: #333333;
}

a.signout:focus {
	color: #333333;
}

a.signout:hover {
	color: #000;
}


/* Navigation */

nav {
	margin-bottom: 30px;
	position: relative;
}

nav ul {
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 5px solid #bbb;
}

nav li {
	float: left;
	margin-right: 35px;
}

nav li a {
	color: #333333;
	font-weight: bold;
}

nav li a:hover,
nav li a:focus,
nav li a.current {
	color: #000;
}

nav #indicator {
	position: absolute;
	left: 15px;
	bottom: 5px;
	width: 12px;
	height: 7px;
	background-image: url('../img/notch.png');
}




/* Content */

#content section {
	display: none;
}

#content p {
	margin-bottom: 1em;
	max-width: 50em;
	line-height: 1.6;
}


.notification_container {
	width: 800px;
	margin: 0 auto;
}
.notification {
	line-height: 20px;
        cursor: pointer;
	clear: both;
	height: 20px;
	margin: 8px 0px 8px 0px;
	padding: 20px 25px 20px 60px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.notification strong {
	margin-right: 5px;
}
.notification p {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	color: #5D515F;
}
.message p {
	font-size: 11px;
}
.warning {
	background-image: url(../img/error.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border: 2px solid #FFC237;
	background-color: #FFEAA8;
	color: #826200;
}
.success {
	background-image: url(../img/accept.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border: 2px solid #99C600;
	background-color: #EFFFB9;
	color: #3C5A01;
}
.failure {
	background-image: url(../img/exclamation.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border: 2px solid #EB5339;
	background-color: #FCCAC2;
	color: #AC260F;
}
.information {
	background-image: url(../img/information.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border: 2px solid #418ACC;
	background-color: #D0E4F4;
	color: #235685;
}
.lightbulb {
	background-image: url(../img/lightbulb.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border: 2px solid #D3A350;
	background-color: #FEF0CB;
	color: #835F21;
}
.messages {
	background-image: url(../img/email.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border: 2px solid #42B4FF;
	background-color: #9DDFFF;
	color: #835F21;
}

select {
     height:25px; 
}

input {
     height:25px; 
}
input#purposeOfReportId,#additionalNonBillingItemsId,#additionalBillingItemsId,#isNewHomeGSTIncluded {
        height:15px; font-size:14px;
        }
input#additionalNonBillingItemsOther#,#additionalBillingItemOther {
        width:210px;height:25px; font-size:14px;
        }
input#orderNumber,#companyId,#customerId,#orderWokflowStatusId,#reportTypeOther, #currentAppointment, #currentETA,#dateCreated, #subjectRemovalReplyDeadline, #orderStatusId,#orderWorkflowStatusId,#customerRepId,#address,#accessLevelId,#countryId,#provinceId,#cityId,#postalCode,#applicantName,#applicantPhone,#applicantSecondaryPhone,#contactName,#contactTypeId,#contactPhone,#contactSecondaryPhone,#clientRefNumber,#clientOrderNo,#orderFeesAmountPaid,#accountMortgageNumber,#purposeOfReportOther,#reportTypeId,#addBillingItemsScheduleAAmount, #addBillingItemsOtherAmount,#addNonBillingStrataPlanAmount,#addNonBillingAdminAmount,#addNonBillingOtherAmount,#addBillingItemScheduleAAmount,#addBillingItemOtherAmount,#purchasePrice,#customerEstimate,#mortgageAmount,#MLSNumber,#jobOverrideRate,#orderFeesPaymentsSubtotal,#orderFeesPaymentsGST,#orderFeesPaymentsTotal,#appraiserId,#appraisalTypeId,#addBillingOtherAmount {
        width:270px;height:25px; font-size:14px;
        }

input#dir_1,#dir_2,#dir_3,#textinput,#passwordoldinput,#passwordnewinput,#passwordinput,#firstname,#lastname,#accemail,#phone,#forgotemail,#loginemail,#enterVerify,#serviceName,#memberFirstName,#memberLastName,#memberTitle,#memberPhone,#memberEmail,#memberPassword,#book_patient,#memberFirstName,#memberLastName,#memberEmail,#memberPassword,#administratorPassword {
        width:270px;height:25px; font-size:14px;
        }

.statusblank
{
    width:246px;
}

.statusleft
{
    width:10px;
  white-space: nowrap;
}
 

.pagetitle
{
	font-family: "ff-din-web",helvetica,arial,sans-serif;
	font-style: normal;
	font-weight: 300;
    	font-size: 1em;
    	line-height: 1em;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
}

a.pagetitle {
	color: #333333;
	text-decoration: none;
}

a.pagetitle:active {
	color: #333333;
	text-decoration: none;
}

a.pagetitle:link {
	color: #333333;
	text-decoration: none;
}

a.pagetitle:visited {
	color: #333333;
	text-decoration: none;
}

a.pagetitle:focus {
	color: #333333;
	text-decoration: none;
}

a.pagetitle:hover {
	color: #999999;
	text-decoration: none;
}

.pagetitle2
{
	font-family: "ff-din-web",helvetica,arial,sans-serif;
	font-style: normal;
	font-weight: 300;
    	font-size: 1em;
    	line-height: 1em;
	font-weight: bold;
	color: #999999;
	text-transform: uppercase;
}

a.pagetitle2 {
	color: #999999;
	text-decoration: none;
}

a.pagetitle2:active {
	color: #999999;
	text-decoration: none;
}

a.pagetitle2:link {
	color: #999999;
	text-decoration: none;
}

a.pagetitle2:visited {
	color: #999999;
	text-decoration: none;
}

a.pagetitle2:focus {
	color: #999999;
	text-decoration: none;
}

a.pagetitle2:hover {
	color: #D4A3A4;
	text-decoration: none;
}
.Mark
{
	font-family: "ff-din-web",helvetica,arial,sans-serif;
	font-style: normal;
	font-weight: 300;
    	font-size: 1em;
    	line-height: 1em;
	color: #333333;
	background-color: #F7F5F5;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0.3%; 
}

a.Mark {
	color: #DA2027;
	text-decoration: none;
}

a.Mark:active {
	color: #DA2027;
	text-decoration: none;
}

a.Mark:link {
	color: #DA2027;
	text-decoration: none;
}

a.Mark:visited {
	color: #DA2027;
	text-decoration: none;
}

a.Mark:focus {
	color: #DA2027;
	text-decoration: none;
}

a.Mark:hover {
	color: #D74E54;
	text-decoration: none;
}
.bodytitle {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}

.body {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin-top:0px;
	margin-bottom:0px;

}
.bodytable
{
	margin-top:0px;
	margin-bottom:0px;
}

.bodytable td, th { 
 border: 1px solid transparent; /* No more visible border */
 height: 30px; 
 transition: all 0.3s;  /* Simple transition for hover effect */
}

 

.advancedSearch{ 
cursor: hand;
cursor: pointer;
color: #916379;
text-decoration: none;
}

.openSearch{ 
}

td.ad_box1 { border-bottom:1px dotted #1F5E8F;border-top:1px dotted #1F5E8F;border-left:1px dotted #1F5E8F; border-right:1px dotted #1F5E8F;  }
td.ad_box { border-bottom:1px dotted #FC352B;border-top:1px dotted #FC352B;border-left:1px dotted #FC352B; border-right:1px dotted #FC352B;  }



.bullet {list-style-image: url('img/arrow_sm.gif');}



.smalltext { 	
	font-size: 11px;
	font-weight: normal;
	color:#4893CE;
}


.article {
	
	font-size: 12px;
	font-weight: normal;
	color: #000000;
 	margin: 10px ;
}
.tbl {
	 
	font-size: 12px;
}

 

#dhtmltooltip{
  
 font-size: 14px;
position: absolute;
left: -300px;
width: 260px;
border: 1px solid #5D515F;
padding: 2px;
background-color: #FFFFFF;
color: black;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}



/* Signup form */

#signupform table {
  border-spacing: 0px;
  border-collapse: collapse;
  empty-cells: show;
}

#signupform .label {
  padding-top: 2px;
  padding-right: 8px;
  vertical-align: top;
  text-align: right;
  width: 125px;
  white-space: nowrap;
}

#signupform .field {
  padding-bottom: 10px;
  white-space: nowrap;
}

#signupform .status {
  padding-top: 2px;
  padding-left: 8px;
  vertical-align: top;
  width: 246px;
  white-space: nowrap;
}
 

#signupform label.error {
  background:url("../img/unchecked.gif") no-repeat 0px 0px;
  padding-left: 16px;
  padding-bottom: 2px;
  font-weight: bold;
  color: #EA5200;
}

 

#signupform .success_msg {
  font-weight: bold;
  color: #0060BF;
  margin-left: 19px;
}

#signupform #dateformatStatus, #signupform #termsStatus {
  margin-left: 6px;
}

#signupform #dateformat_eu {
 vertical-align: middle;
}

#signupform #ldateformat_eu {
  font-weight: normal;
  vertical-align: middle;
}

#signupform #dateformat_am {
  vertical-align: middle;
}

#signupform #ldateformat_am {
  font-weight: normal;
  vertical-align: middle;
}

#signupform #termswrap {
  float: left;
}

#signupform #terms {
  vertical-align: middle;
  float: left;
  display: block;
  margin-right: 5px;
}

#signupform #lterms {
  font-weight: normal;
  vertical-align: middle;
  float: left;
  display: block;
  width: 350px;
  white-space: normal;
}

#signupform #lsignupsubmit {
  visibility: hidden;
}


.scheduletable { 
 color: #333;
 
 width: 50px; 
 border-collapse: 
 collapse; border-spacing: 0; 
}

.scheduletable td, th { 
 border: 1px solid transparent; /* No more visible border */
 height: 30px; 
 transition: all 0.3s;  /* Simple transition for hover effect */
}

.scheduletable th {
 background: #EEEEEE;  /* Darken header a bit */
 font-weight: bold;
}

.scheduletable td {
 background: #FFFFFF;
 text-align: center;
}

/* Cells in even rows (2,4,6...) are one color */ 
.scheduletable tr:nth-child(even) td { background: #FFFFFF; }   

/* Cells in odd rows (1,3,5...) are another (excludes header cells)  */ 
.scheduletable tr:nth-child(odd) td { background: #EEEEEE; }  

.scheduletable tr td:hover { background: #EEEEEE; color: #000000; } /* Hover cell effect! */
 


.linkswithoutborders { 
	font-size: 11px;
	font-weight: normal;
}

a.linkswithoutborders:link {
	font-family: Helvetica, Helvetica Neue, Arial;
	text-decoration: none;
         font-size: 11px; 
  color:#3E3D3D;

	}

a.linkswithoutborders:visited {

	text-decoration: none;
         font-size: 11px; 

color:#3E3D3D;
	}
a.linkswithoutborders:hover {

	text-decoration: none;
         font-size: 11px; 
	  color: #262626;
	}

.homeEvents {
         font-size: 14px; 
}

.eventsclass{

padding: 6px;
background-color: white;
border: 0px solid #000000;
}

.rsstitle{ /*shared class for all title elements in an RSS feed*/
font-weight: bold;
}

.rssdate{ /*shared class for all date elements in an RSS feed*/
color: gray;
font-size: 85%;
}

.rssdescription{ /*shared class for all description elements in an RSS feed*/
}

a:link { color: #333333;text-decoration: none}
a:active {  color: #333333;text-decoration: none}
a:visited { color: #333333;text-decoration: none}
a:hover { color: #000000; text-decoration: none }


.b1 {
 list-style-image: url("../images/bullet1.gif");
	padding-left: 5px;
	margin-bottom: 5px;
 text-align:left;
}

.b2 {
 list-style-image: url("../images/bullet2.gif");
	padding-left: 5px;
	margin-bottom: 5px;
}

 
a.graylink:link {
	font-size: 13px;
	text-decoration: none;
  color: #5D515F;
	}
a.graylink:visited {
	font-size: 13px;
	text-decoration: none;
  color: #5D515F;
	}
a.graylink:hover {
	font-size: 13px;
	text-decoration: none;
	color:#CCCCCC;
	}


a.submenutext:link {
	font-size: 13px;
	text-decoration: none;
  color: #5D515F;
	}
a.submenutext:visited {
	font-size: 13px;
	text-decoration: none;
  color: #5D515F;
	}
a.submenutext:hover {
	font-size: 13px;
	text-decoration: none;
	color:#CCCCCC;
	}

.resourceCss {
	width: 450px;
	height: 350px;
	border-top: solid 1px #BBB;
	border-left: solid 1px #BBB;
	border-bottom: solid 1px #FFF;
	border-right: solid 1px #FFF;
	background: #FFF;
	overflow: scroll;
	padding: 5px;
}




dl.defs{ margin: 10px 0 10px 40px; }
dl.defs dt{ font-weight: bold; line-height: 20px; margin: 10px 0 0 0; }
dl.defs dd{ margin: -20px 0 10px 160px; padding-bottom: 10px; border-bottom: solid 1px #eee;}
.wrapper{ background-color: #ffffff; width: 800px; border: solid 1px #eeeeee; padding: 20px; margin: 0 auto; }
#tabs{ margin: 20px -20px; border: none; }
#tabs, #ui-datepicker-div, .ui-datepicker{ font-size: 85%; }
.clear{ clear: both; }
.example-container{ background-color: #f4f4f4; border-bottom: solid 2px #777777; margin: 0 0 20px 40px; padding: 20px; }
.example-container input{ border: solid 1px #aaa; padding: 4px; width: 175px; }

  * {
    padding: 0;
    margin: 0;
  }
  .fit { /* set relative picture size */
    max-width: 100%;
    max-height: 100%;
  }
  .center {
    display: block;
    margin: auto;
  }

.one-edge-shadow  {
 -webkit-box-shadow: 0 8px 6px -6px black;
     -moz-box-shadow: 0 8px 6px -6px black;
          box-shadow: 0 8px 6px -6px black;

border: 0px solid #000000;
background: #D2D1D1;
padding-left:50px;
vertical-align:top;
color:#333333;
}
 

.profile-shadow  {
 -webkit-box-shadow: 0 8px 6px -6px black;
     -moz-box-shadow: 0 8px 6px -6px black;
          box-shadow: 0 8px 6px -6px black;	
border: 0px solid #000000;
background: #4C4D4F;
padding-left:30px;
padding-right:30px;
vertical-align:top;
text-align:justify;
color:#FFFFFF;
width:477px;
height:497px;
}
 
.profile-pic-shadow  {
box-shadow:none;	
border: 0px solid #000000;
background: #1D1D1D;
width:477px;
height:497px;
vertical-align:top;
}


.profile-home  {
color:#ffffff;
 -webkit-box-shadow: 0 8px 6px -6px black;
     -moz-box-shadow: 0 8px 6px -6px black;
          box-shadow: 0 8px 6px -6px black;

border: 0px solid #000000;
background: #4C4D4F;
padding-left:30px;
padding-right:30px;
padding-top:20px;
padding-bottom:20px;
vertical-align:top;
text-align:justify;
font-weight: bold;
font-family:Arial;
}
 

.link-shadow  {
 -webkit-box-shadow: 0 8px 6px -6px black;
     -moz-box-shadow: 0 8px 6px -6px black;
          box-shadow: 0 8px 6px -6px black;
border: 0px solid #000000;
background: #D2D1D1;
padding-left:30px;
padding-right:30px;
vertical-align:top;
text-align:justify;
color:#FFFFFF;
}
 
