/*
	brand-color: #202449
	dark-blue: #3e4361
	blue: #4788c7
	light-blue:#eef6fc
	grey: #4a4a4a
*/

form {
	margin: 0px;
	padding: 0px;
}
html {
	overflow-x: scroll!important;
}
body  {
	font-family: 'Muli', sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #4a4a4a;
	margin: 0px;
	padding: 0px;
}
input, select, textarea {
	font-family: 'Muli', sans-serif;
	}

div#index2form {
	width:425px;
	height:269px;
	text-align:center;
	font-size:10pt;
	background-color:#202449;
	}
p, div, span, a {
	font-size:10pt;
	}
table td {
	font-size:10pt;
	}
table.usualTable {
	padding:3px;
	border:0;
	border-collapse:collapse;
	}
table.usualTable td {
	padding:3px;
	vertical-align:top;
	}
table.borderedTable, table.borderedTable td {
	border:1px solid silver;
	}
td.tdSum {
	text-align:right;
	}
table.usualTable td.pdg15 {
	text-align: center;
}

table.w95 {
	width:95%;
	}
.pdg10 {
    padding-left: 10px;
}
div#index2form table td {
	font-size:10pt;
	color:#fff;
	}
div#index2form table td.linxx {
	border-top:20px solid #202449;
	}
div#index2form table td a {
	font-size:10pt;
	color:#fff;
	text-decoration:none;
	}
div#index2form table td a:hover {
	font-size:10pt;
	color:#fff;
	text-decoration:underline;
	}
div#index2form table#mainOne {
	border-top:20px solid #fff;
	}
div#index2form table td#mainOneL {
	padding-bottom:25px;
	}

a {
	color:#202449;
	text-decoration:none;
	}
a:hover {
	color:#4788c7;
	}

/* prevent usage with javascript disabled */
form.dataform {
	display: none;
}
.nojswarning {
	color:red;
	padding: 30px 20px 20px 10px;
	font-size: 11pt;
	display: block;
	}


.thrColLiqHdr #container {
	width: 95%;  /* this will create a container 95% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.thrColLiqHdr #header {
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.thrColLiqHdr #sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 20%; /* since this element is floated, a width must be given */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
	border-left: 1px solid #F7F7F7;
	border-right: 1px solid #F7F7F7;
}
.thrColLiqHdr #sidebar1 a{
	text-transform: uppercase;
}
.thrColLiqHdr #sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 24%; /* since this element is floated, a width must be given */
/*	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
	border: 1px solid #B7B7B7;
	border-radius: 5px;
	margin-top: 25px;
}
.hidden {
	display: none;
}

.thrColLiqHdr #mainContent {
	padding: 0 1% 0 1%;
	margin: 15px 0 0 0;
	width:52%;
	float:left;
 }

.thrColLiqHdr #wideContent {
	border-left: 1px solid #B7B7B7;
	border-right: 1px solid #B7B7B7;
	border-bottom: 1px solid #B7B7B7;
 }

.thrColLiqHdr #footer {
	padding: 10px 3px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#202449;
	margin-top: 10px;
	width:100%;
	min-height:23px;
}

.thrColLiqHdr #footer div#footer_copy {
	float:left;
	width:60%;

}

.thrColLiqHdr #footer div#footer_links {
	float:right;
	width:38%;
	text-align:right;

}

.thrColLiqHdr #footer div p, .thrColLiqHdr #footer div div.par, .thrColLiqHdr #footer div div.par1  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0 5px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 8pt;
	color: #FFFFFF;
}
.thrColLiqHdr #footer div div.par  {
	float:right;
}
.thrColLiqHdr #footer div div.par1  {
	float:left;
}
.thrColLiqHdr #footer div div.par1 a{
	padding: 0 5px;
}

.thrColLiqHdr #footer div p a, .thrColLiqHdr #footer div div.par a, .thrColLiqHdr #footer div div.par1 a {
	color: #FFFFFF;
}

#screen_blocker{
	background-color: #000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
	opacity: 0.1;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0px;
    font-size: 1px;
    line-height: 0px;
    overflow:hidden;
}
.clearright{ /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:right;
    height:0px;
    font-size: 1px;
    line-height: 0px;
}
.nowrap {
	white-space: nowrap;
}
.thrColLiqHdr #container #header #topnav {
	margin: 0px;
	padding: 0px;
	background-color: #202449;
	width: 100%;
	color: #ffffff;
	font-size: 12pt;
	padding: 0;
	height:50px;
	line-height:50px;
}
.thrColLiqHdr #wideContent{

	border-left: 1px solid #B7B7B7;
	border-right: 1px solid #B7B7B7;
	border-bottom: 1px solid #B7B7B7;

 }
.thrColLiqHdr #container #header #topnav #logo {
	float:right;
	padding-right: 10px;

}

.thrColLiqHdr #container #header #topnav #nav {
	float:left;
	font-weight: light;
	padding-left: 10px;

}

.thrColLiqHdr #container #header #subnav {
	margin: 0px;
	padding: 0px;
	background-color: #F7F7F7;
	color: #202449;
	font-size: 10pt;
	font-weight: light;
	line-height: 3;
	padding: 0 5px;
	width: 100%;
}

.thrColLiqHdr #container #header #subnav #date {
	float:right;
	background-color: #F7F7F7;
	padding-right: 10px;
	padding-top:2px;
	padding-bottom:3px;
}

.thrColLiqHdr #container #header #subnav #greet {
	float:left;
	padding-left: 10px;
	padding-top:2px;
	padding-bottom:3px;
	position: absolute;
}

.thrColLiqHdr #container #header #subnav #companyname {
	float:left;
	font-weight: 600;
	position: absolute;
	left: 40%;
	padding-top:2px;
	padding-bottom:3px;
}

.thrColLiqHdr #divhead {
	text-align: left;
	background-color: #f7f7f7;
	font-weight: light;
	font-size: 15pt;
	margin: 19px 0 8px 0;
	padding: 3px 0;
	border-radius: 2px;
	padding-left: 5px;
}

.thrColLiqHdr #sidebar2 #total, .desc, .proptype{
	float:left;
	font-size: 10pt;
	margin-top: 2px;
	margin-bottom: 2px;
}

.thrColLiqHdr #sidebar2 #number, #rank, #value{
	float:right;
	font-size: 10pt;
	font-weight: 600;
	margin-top: 2px;
	margin-bottom: 2px;
}

.leftColHdr{
	padding-left:10px;
	padding-right:10px;
}

.thrColLiqHdr #sidebar2 #notifications, #mypipeline, #myapplicants, #myproperties, #refreshlink{
	padding-left:10px;
	padding-right:10px;
}
.titleCase {
	text-transform: capitalize;
}
.lowCase {
	text-transform: lowercase;
}
.diaryhead {
	width: 898px;
}

.divtab {
	text-align: center;
	background-color: #E9E9E9;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	font-size: 11pt;
	cursor: pointer;
	margin-top: 8px;
	line-height: 27px;
}

.divtabon {
	text-align: center;
	background-color: #ffffff;
	border-color: #202449;
	color: #202449;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	cursor: auto;
	margin-top: 6px;
}
.divtabon span#headServiceType {
    font-size: 19pt;
}
.divtabsub {
	color:#202449;
	margin-left: 5px;
	margin-top: 3px;
	padding-left: 5px;
	margin-bottom: 3px;
	font-weight: bold;
	font-size: 10pt;
}

.divtabnone {
	color: #4a4a4a;
	margin-right: 5px;
	margin-top: 9px;
    padding-left: 10px;
	padding-right: 5px;
	margin-bottom: 5px;
	font-weight: light;
	font-size: 22px;
}

.divtabnone span {
	font-size: 14pt;
}
.divtabnone small{
	font-size: 8pt;
	font-weight: normal;
}
.divtabnone_sub {
	color: #202449;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 8px;
	font-size: 14pt;
}
.divtabnone_sub span {
    font-size: 14pt;
}
sup.beta  {
	color: #DF3E7D;
	padding-left: 5px;
	font-size: 8pt;
	font-weight: bold;
}

.divtab:hover {
  cursor: pointer;
}
div#divMessage{
        display:none;
        font-size: 8pt;
	color: #ED1C23
}

.leftColHdr p{
	font-size: 8pt;
	margin-top: 5px;
	margin-bottom: 5px;
}

.thrColLiqHdr #container #sidebar2 #notifications p, #mypipeline p, #myapplicants p, #myproperties p, #refreshlink p{
	font-size: 8pt;
	margin-top: 5px;
	margin-bottom: 5px;
}

#sidebar2 div.divtabon, #sidebar2 div#divhead{
	text-align: left;
	color: #4a4a4a;
	border-radius: 2px;
	padding-left: 5px;
}

.thrColLiqHdr #container #mainContent #allmyapplicants p, #findsomeone p,
#contact p, #salescriteria p, #lettingscriteria p, #mortgage p, #applicantsource p,
#accomodation p, #negotiators p {
	font-size: 8pt;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
}

div.followups p {
	font-size: 10pt;
	margin-top: 5px;
	margin-bottom: 5px;
}

#companynews p {
	color: #4a4a4a;
	font-size: 10pt;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #b7b7b7;
  padding: 15px 0;
}

.flwup_hdr .title {
	margin-bottom: 1.5rem;
}

.flwup_hdr .button.is-rounded {
	height: 45px;
	width: 45px;
	position: absolute;
	top: 6px;
	left: 250px;
}

#todaysdiary p {
	font-size: 9pt;
	margin-top: 5px;
	margin-bottom: 5px;
}

.custommenutext{
	float:left;
	padding: 5px 0 5px 10px;
}

.row {
	font-size: 8pt;
    padding-left:10px;
     border-bottom: 1px solid #B7B7B7;
    padding-top:5px;
}
.bold_row {
    border-bottom: 1px solid #7B7B7B;
    padding-left:3px;
    padding-top:5px;
}
.row_x {
	font-size: 8pt;
    padding-left:10px;
    padding-top:5px;
    width:97%;
    border:3px solid white;
    border-width:3px 0;
}
.row_x .namex {
    float:left;
}
.row_x .namey {
	font-size: 8pt;
    color:gray;
    float:left;
    margin-left:10px;
}


.frow{
    padding-left:10px;
    padding-top:5px;
}
div.msg_txt2 div.frow{
	width:415px;
}
div.msg_txt2 p {
	padding-left: 10px;
}

.controw{
	font-size: 8pt;
    padding-left:10px;
    margin-top:5px;
    padding-bottom: 5px;
    background-color: #ffffff;
    width: 98%;
}
table.controw{
	border: 1px solid #B7B7B7;
}
table.controw th, td{
	text-align: left;
	padding: 1px;
}
.homerow{
    width: 98%;
}

.apptrow{
	font-size: 8pt;
    padding-top: 5px;
    padding-left:10px;
    margin-top:5px;
    padding-bottom: 5px;
    background-color: #F7F7F7;
}

.name, .telephone, .budget, .bedrooms, .role, .emailphone, .price, .stat, .fee, .emaillink, .stat_br, .offerprice{
	width: 150px;
    padding-top: 2px;
    padding-bottom: 3px;
    float: left;
}
.emailphone, .longdescr{
	width: 230px;
}
.emailphone.tracking{
    width: 260px;
}
.offerprice {
	width: 150px;
}
.role, .price{
    width: 120px;
}
.fee, .stat {
	width: 100px;
}
.emaillink {
	width: 50px;
}
div#alllist div.row div.emaillink {
	float:right;
}
.pipelinetotal{
	font-weight: bold;
}
.address, .propertyowner{
	width: 170px;
    padding-top: 2px;
    padding-bottom: 3px;
    float: left;
}

.summarybig{
    padding-top: 2px;
    padding-bottom: 3px;
/*    float: left;*/
    clear:both;
   	margin-right: 8px;
}

div.summarybig_progress, div.summarybig_success, div.summarybig_failure {
   	position: absolute;
   	top: 45px;
}
div.summarybig_progress {
   	background:URL(/img/light_loader.gif) no-repeat 0 3px;
   	padding-left:50px;
   	color:#666;
}
.summarybig_success {
   	color:#00D000;
   	font-weight:bold;
}
div.summarybig_failure {
   	color:#f00;
   	font-weight:bold;
}
div.email_line  {
	width: 100%;
	}
div.email_line div.compose_link{
	padding-right: 8px;
	}

.thrColLiqHdr .divhead {
	text-align: left;
	color: #666;
	margin: 5px 8px 5px 0px;
	font-weight: light;
	font-size: 18pt;
        background-color: #F7F7F7;
}

.email, .matches, .marketingprice {
	width: 120px;
    padding-top: 2px;
    padding-bottom: 3px;
    float: left;
}
.status{
	width: 100px;
    padding-top: 2px;
    padding-bottom: 3px;
    float: left;
}

.salesTracker, .lettingsTracker, .salesTracker:hover, .lettingsTracker:hover {
	color: #F7931D;
}

.label{ width: 140px; float: left; }
.label2{ width: 100px; float: left; }


.curDate{
	font-weight:bold;
}
.diarytime{
	width:48px;
}
.followupdate{
	width:140px;
}
.followupdesc{
	width:300px;
}
 .diaryaction{
	width:80px;
	text-align:right;
 }
 .listaction{
	width:120px;
	text-align:right;
	float: right;
 }

.cell{
	width:55px;
	text-align:left;
	float: right;
}

.openedDate{
	width:155px;

}

.diaryaddress{
	width:220px;
 }
span.contact_created{
	line-height: 18px;
	color: #999999;
	font-size: 8pt;
 }
.rightHandDiv{
	float: right;
	padding: 0px 8px 0px 0px;
	text-align: right;
 }
.rightHeadDiv{
	float: right;
	margin-top: 7px;
	margin-bottom: 5px;
 }
.match{
	float:left;
 }
.matchingrow {
	margin-bottom: 8px;
}
div.matchinglinks a, div.matchinglinks a:link, div.matchinglinks a:active, div.matchinglinks a:visited  {
	color: #666;
	text-decoration: none;
	text-transform: lowercase;
	}
div.matchinglinks a:hover {
	text-decoration: underline;
	text-transform: lowercase;
	}
div.matchinglinks span.action_made, div.matchinglinks span.action_made a {
	color: #00D000;
	}
div.matchinglinks span.action_progress, div.matchinglinks span.action_progress a {
	color: #EDA120;
	}
div.matchinglinks span.action_impossible, div.matchinglinks span.action_impossible a {
	color: #ED1C23;
	}

.diaryperson{
	width:150px;
 }
 .diarynote{
	width:20px;
 }

.formfield{
	float: left;
}

div.followups p.news, #todaysdiary div.textpro {
 color: #666;
 font-size:10pt;
}
div.followups p.news{
	border:3px solid white;
    border-width:3px 0;
}
#companynews p.news a.act,  div.followups p.news a.act{
	font-size: 8pt;
	}
p.news span.timestr, #todaysdiary div.diarytime, div.summarybig span.timestr {
 color: #202449;
 font-size:8pt;
 margin-left:10px;
}
p.pagehint {
	margin-left:10px;
}

div#todaysdiary{
	float: none;
}



a.nav:link, a.nav:active, a.nav:visited { text-decoration: none; color: #EBEBEB; font-size: 14px; font-weight: 600; letter-spacing: 0.5; }
a.nav:hover { text-decoration: underline; color: #EBEBEB; } 	/* 8BA655 */
a.nav:hover { text-decoration: underline; color: #EBEBEB; } 	/* 8BA655 */
a.nav:link{padding-right: 5px;}
a.nav:link:not(:first-child){padding-left: 5px;}

a.bod:link, a.bod:active, a.bod:visited { text-decoration: none; color: #202449; font-weight: 600;}
a.bod:hover { text-decoration: underline; color: #202449; } 	/* 8BA655 */

a.divtablink:link, a.divtablink:active, a.divtablink:visited { text-decoration: none; color: #202449; }
a.divtablink:hover { text-decoration: none; color: #202449; } 	/* 8BA655 */


input[type="text"], input[type="number"], input[type="password"], input[type="button"], input[type="submit"], input[type="reset"], select {
	border: 1px solid #B7B7B7;
	font-size:14px;
}

input[type="number"] {
    width: 45px;
}

.submit{
	border: 1px solid #B7B7B7;
	font-size:11px;
	margin-top: 2px;
}

textarea{
	border: 1px solid #B7B7B7;
	font-size:13px;
	font-family: 'PT Sans', sans-serif;
}

.tredhot{ color: #ED1C23; }
a.tredhot:link, a.tredhot:active, a.tredhot:visited { text-decoration: none; color: #ED1C23; }
a.tredhot:hover { text-decoration: underline; color: #ED1C23; }
.thot{ color: #F7931D; }
a.thot:link, a.thot:active, a.thot:visited { text-decoration: none; color: #F7931D; }
a.thot:hover { text-decoration: underline; color: #F7931D; }
.thotb{ color: #F7931D; }
a.thotb:link, a.thotb:active, a.thotb:visited { text-decoration: none; font-weight: bold; color: #F7931D; }
a.thotb:hover { text-decoration: underline; color: #F7931D; font-weight: bold; }
.tother{ color: #0072BC; }
a.tother:link, a.tother:active, a.tother:visited { text-decoration: none; color: #0072BC; }
a.tother:hover { text-decoration: underline; color: #0072BC; }
.tgreen{ color: #00d000; }
a.tgreen:link, a.tgreen:active, a.tgreen:visited { text-decoration: none; color: #00d000; }
a.tgreen:hover { text-decoration: underline; color: #00d000; }

a.tblue:link, a.tblue:active, a.tblue:visited { text-decoration: none; color: #202449; }
a.tblue:hover { text-decoration: underline; color: #202449; }

.left{ float: left; }
.right{ float: right; }

.thrColLiqHdr #formlabel{ width: 150px; }
.thrColLiqHdr #formlabel2{ padding-left: 10px; width: 120px; }

div.collapsed {
	margin:0;
	padding:0;
	width:120px;
	}

.bigbox { width: 233px; color:black; }
.bigBoxGrey{ color:grey; }
.middlebox { width: 150px; }
.halfbox { width:113px; color:black; }
.halfboxGrey { width:113px; color:grey; }
.halfbox2 { width:113px; margin-left: 2px; }
.smallbox { width:80px; }
.tinybox { width:40px; }
textarea.bigbox {
    height: 40px;
}
.txt{
	width: 280px;
	height: 100px;
}
.lowtxt{
	width: 280px;
	height: 60px;
}

.smalltxt{
	width: 233px;
	height: 70px;
}

#loginContainer {
	width: 660px;
	margin: 0 auto;
	padding-top: 100px;
	text-align: left;
}

#loginContent {
	padding: 20px 30px 20px 30px;
	background-color:#FFFFFF;

}

#loginForm {
	background-color:#202449;
	width: 600px;
}

#loginFormInner {
	text-align: center;
	background-color:#202449;
	width: 360px;
	margin-left: 60px;
	padding-top: 60px;
	padding-bottom: 60px;
	vertical-align:middle;
}

#loginBox {
    background-color: #3e4361;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
     border-radius: 5px;
		 box-shadow: 0 0.5em 1em -0.125em rgba(23, 23, 23, 0.21), 0 0px 0 1px rgba(255, 255, 255, 0.02);
}

#loginBox input {
		border: 2px solid #1e2448;
}

#loginBox .button {
		color: #202449;
		width: 100px;
}

.offpage{
 position: absolute;
 top:-50;
 left: -50;
}
a img {
	border: 0px;
}

#calendar{
	position : absolute;
	left : 100px;
	top : 100px;
	width : 124px;
	z-index:199;
	height: 140px;
	clip:rect(0px 124px 140px 0px);
	overflow : hidden;
	visibility : hidden;
	background-color : #F9F9F9;

}

#calendar a img {
	max-width: 8px;
}

#mainscroll{
	overflow:auto;
    height: 536px;
    width: 898px;
	border-top:1px solid #EEEEEE;
	border-bottom:1px solid #EEEEEE;
}

.error{
	color: red;
}

.error-timeout {
    color: #c70202;
    background-color: lightgoldenrodyellow;
    padding: 10px 15px;
    font-size: 14px;
}

.error a.bod:link, .error a.bod:active, .error a.bod:visited {color: red; }
.error a.bod:hover { color: red; }

.warning{
		color: #F7931D;
}

.warning a.bod:link, .warning a.bod:active, .warning a.bod:visited {color: #F7931D }
.warning a.bod:hover { color: #F7931D }

p.pagenav, div.pagenav {
	width:100%;
	clear:both;
	text-align:center;
	padding:10px 0;
	}
div.pagenav.reportnav {
	text-align: left;
	padding-left: 10px;
}
.pagenav a:link, .pagenav a:active, .pagenav a:visited{
	text-decoration: none; color: #202449;
}
.pagenav a:hover{
	text-decoration: underline; color: #202449;
}
.validationerror{
	z-index: 200;
	background-color: #FFEBE8;
	border: 1px solid #DD3C10;
	padding:3px;
	position: absolute;
	font-size: 8pt;
	margin-left: 2px;
}
.propertyGoogle {
	position:relative;
	width  : 100%;
	height:100%;
	overflow:hidden;
	font-size: 8pt;
}
#mapsearch {
	background-color: #E9E9E9;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 340px;
	height: 295px;
	position: absolute;
	top:105;
	left: -500px;
	z-index: 200;
}
#closemap{
        cursor: pointer;
        position: absolute;
        top: 0px;
        right: 1px;
        color: black;
        font-weight: bold;
        font-size: 10pt;
}
#streetViewMgmt #streetViewPano{
	width: 400px;
	height: 300px;
	}
#streetViewMgmt #streetViewBtns{
	margin-top: 5px;
	}
#streetViewMgmt {
	background-color: #E9E9E9;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 405px;
	height: 320px;
	position: absolute;
	top:105;
	left: -500px;
	z-index: 200;
	}
#closestreetview{
        cursor: pointer;
        position: absolute;
        top: 0px;
        right: 1px;
        color: black;
        font-weight: bold;
        font-size: 10pt;
}
#errorRow{
	font-size: 10pt;
	line-height: 16pt;
	margin-left: 10px;
	color: #ED1C23;
}
#errorRow a{
	font-size: 10pt;
}
.system_message{
	font-size: 8pt;
	color: #00D000;
	/*display:block;*/
	clear:both;
	text-align:right;
	padding:5px;
}

#ftpCheckResult{
	font-size: 8pt;
	color: #ED1C23;
}

table.greyTable {
	background-color:#B7B7B7;
	padding:0px;
}
.greyTable tr td {
	background-color:#ffffff;
	padding:2px 2px 2px 5px;
	vertical-align: top;
}
.greyTable tr td.cntr {
	text-align:center;
	vertical-align: middle;
}
.greyTable tr th {
	background-color:#ffffff;
	padding:2px 2px 2px 5px;
	font-weight:bold;
}
table.history {
	font: inherit;
}
table.history tr td {
    padding-right: 7px;
}
table.history tr th {
    text-align: left;
}
table.history tr td.separator, .trackerHistory .separator {
	border-top: 1px dotted #B7B7B7;
}
table.righthandstat {
	font-size: 8pt;
	width: 100%;
}
table.righthandstat tr td{
	padding: 4px 1px;
}
table.righthandstat tr td.title {
	font-size: 16px;
	width: 70%;
}

#loginTable tr td {
	font-size: 8pt;
}

#loginTable .login {
	font-size:14px;
	font-family: 'PT Sans', sans-serif;
	color: #FFFFFF;

}
.login .label{
	color: #fff;
	font-size: 14px;
	width: auto;
}

#registerLnk {
	padding-top: 8px;
	text-align: right;
}
.loginInfoTable {
    margin-top: 55px;
}
.loginInfoTitle {
		padding-bottom: 10px;
}
.loginInfoContainer {
    color: #1f2848;
    vertical-align: top;
		text-align: center;
}
.loginInfoParagraph {
    font-size: 16px;
    margin: 0;
		padding-bottom: 5px;
}
.loginInfoParagraph a {
    color: #1f2848;
    text-decoration: none;
    font-size: 16px;
}
.loginInfoFirstCell {
    /* width: 375px; */
}
.loginInfoSecondCell {
    /* width: 225px; */
}
table.coming{
  background:white url(/img/background.jpg) no-repeat scroll center bottom;
  height:1050px;
  width:680px;
  font-size: 12px;
  font-family: 'PT Sans', sans-serif;
}
.required {
	background-image: url(../img/star.gif);
	background-repeat:no-repeat;
    background-position: top right;
	padding-right:10px;
}

div.urls_list_div, div.photo_list_div, div.answerOptionsList_div{
	width: 10px;
	height: 10px;
	background:#75728f URL(../img/taskatel.jpg) no-repeat;
	border:2px solid #DDDDFF;
	cursor:move;
	}
div.fp_list_div {
	width: 14px;
	height: 10px;
	}
input.siteMenuMapUrl {
	width:250px;
	}
div.msg_txt {
	padding:20px 50px;
	}
div.msg_txtx {
	padding:20px 20px;
	}
div.msg_txt2 {
	float:left;
	width:49%;
	}
div.msg_txt2 p {
	color:#202449;
	font-size:10pt;
	width:95%;
	}
div.msg_txt2 input[type="submit"], div.msg_txt2 input[type="button"] {
	background-color:#202449;
	color:#fff;
	}
div.msg_txt2 p.smallest {
	color:#202449;
	font-size:8pt;
	text-align:right;
	width:363px;
	clear:both;
	}
div.msg_txt p, div.msg_txtx p {
	color:#202449;
	font-size:10pt;
	}


div#backlinkstop {
	width:450px;
	height:20px;
	}

#pagehelp, #pagehelpwide {
	border: 1px solid #202449;
	border-radius: 2px;
	position: absolute;
	right: 27%;
	background-color:#fff;
	top: 63px;
	}
#pagehelpwide {
	right: 6%;
	}
#pagehelp_inner{
        position:absolute;
        right:27%;
        background-color:#fff;
}
.pagehelp_innercl {
        position:absolute;
        right:27%;
        background-color:#fff;
}
.pagehelp_inner {
	/* color:#202449;
	color: #EB0000; */
	color:red;
	padding: 2px 5px;
	font-weight: bold;
	font-size: 8pt;
	}
div#footer .pagehelp_inner {
	margin-top:3px;
	}
.pagehelp_inner a {
	color:red;
}

/* Help Container */
div#helpContainer , div#helpContainerView{
	position:absolute;
	top:100px;
	border:1px solid #CCC;
	width:690px;
	padding:5px;
	z-index:2000;
	background-color:#868686;
	color:white;
	font-weight:bold;
	font-size:8pt;
	visibility: hidden;
	text-align: left;
}
div#helpContainer div#container {
	width:687px;
	}
div#helpContainer div label {
	display:block;
	width:100px;
	float:left;
	padding:1px 0;
	}
div#helpContainer div#closemap, div#helpContainerView div#closemap {
	border:1px solid white;
	background-color:#CCCCCC;
	width:15px;
	text-align:center;
	top:8px;
	right:8px;
	height:15px
	}
div#helpPrint {
	cursor: pointer;
	position: absolute;
	border:0;
	top:10px;
	right:30px;
	color:white;
	font-weight:normal;
	}
div#helpContainer div#helpbuttons {
	width:690px;
	padding:0;
	margin:0;
	}
div#helpContainer div#helpbuttons input {
	background-color:#202449;
	color:white;
	border:0;
	margin:0;
	margin-right:3px;
	padding:2px 5px;
	font-weight:normal;
	}
#hb_Save {
	float:left;
	}
#hb_Cancel {
	float:left;
	}
#hb_Delete {
	float:right;
	}
div#helpContainer div#helptxt {
	background-color:#202449;
	width:687px;
	padding:1px 0 2px 3px;
	clear:both;
	}
div#helpContainer div#helptitle, div#helpContainer div#helpvideocode {
	background-color:#202449;
	width:687px;
	padding:2px 0 2px 3px;
	margin-bottom:2px;
	}
div#helpContainerView div#helpTitleView {
	background-color:#202449;
	padding:2px 0 2px 5px;
	height:19px;
	line-height:19px;
	}
div#helpContainerView div#helpTxtView {
	background-color:#fff;
	padding:5px;
	color:black;
	font-weight:normal;
	}
div#helpContainer div#helpvideocode {
	background-color:#202449;
	width:687px;
	padding:2px 0 2px 3px;
	margin-bottom:2px;
	}
div#helpContainer div#helptitle input, div#helpContainer div#helpvideocode textarea {
	width:450px;
	height:20px;
	}
div#helpContainer div#helpvideocode textarea {
	height:60px;
	overflow:auto;
	}

/* End Help Container */


/* Letters List */

div#alllist div.row {
	width:90%;
	font-size:8pt;
	margin:5px;
	}
div#alllist div.row div {
	float:left;
	}
div#alllist div.row div.l_name {
	width:30%;
	}
div#alllist div.row div.l_name2 {
	width:30%;
	font-weight:bold;
	}
div#alllist div.row div.l_name2 span.child_elem {
	font-weight:normal;
	}
div#alllist div.row div.l_longdescr {
	width:40%;
	}
div#alllist div.row div.l_links {
	float:right;
	color:#202449;
	}

/* End Letters List */

/* tooltips */
.custom-tip {
	color: #000;
	width: 250px;
	border:1px solid D8D8D8;
	z-index: 13000;
	text-align:left;
}
.custom-text {
	font-size: 11px;
	padding: 5px;
	background: #E9E9E9;
}
.custom-wide-tip {
	color: #000;
	width: 260px;
	border:1px solid D8D8D8;
	z-index: 13000;
	text-align:left;
}
.custom-wide-text {
	font-size: 11px;
	padding: 5px;
	background: #E9E9E9;
}
/* end tooltips */


/* account mng */

div#account_mng {
	padding:20px 0 0 0;
	margin:0 auto;
	width:565px;
	}

div#account_mng div.custom-tip {
	width: 230px;
	}

div#account_mng h2 {
    color: #555;
    font-size: 19pt;
    float:left;
	margin:0;
	padding:3px 5px;
	}
div#account_mng form {
	clear:both;
	margin:0;
	padding-top:35px;
	}
div#account_mng form div.account_block {
	color:#fff;
	background-color:#868686;
	font-size:8pt;
	font-weight:bold;
	margin-bottom:20px;
	padding: 15px 0px;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
     border-radius: 5px;
	}
div#account_mng form div#account_usage.account_block, div#account_mng form div#account_block_setup.account_block, div#account_mng form div#account_site_setup.account_block  {
	background-color:#202449;
	}
div#account_mng form h3 {
    background-color: #fff;
    color: #555;
	width:565px;
	height:auto;
	font-size:14pt;
	font-weight:normal;
	margin:0;
	margin-bottom:10px;
	}
div#account_mng form h3 a {
	font-size:10pt;
	font-weight:bold;
	}
div#account_mng form h4 {
	color:#fff;
	width:500px;
	font-size:10pt;
	font-weight:bold;
	padding-left:10px;
	clear:both;
	margin:0;
	margin-bottom:10px;
	}
div#account_mng form div.account_block h4#psp_fwd {
	padding-top:10px;
	}
div#account_mng form div.account_block label {
	display:block;
	width:373px;
	float:left;
	clear:none;
	padding-left:15px;
	cursor:pointer;
	padding-bottom: 10px;
	}
div#account_mng form div.account_block#account_block_setup label {
    font-size: 10pt;
    font-weight: 300;
}
div#account_mng form div#account_site_setup.account_block label {
	width:270px;
	}
div#account_mng form div#account_site_setup.account_block#account_site_setup label {
    width: 420px;
}
div#account_mng form div#account_usage.account_block label {
	font-size:10pt;
	}
div#account_mng form div.account_block a.sample {
	display:block;
	width:110px;
	float:left;
	clear:none;
	color:#fff;
	}
div#account_mng form div.account_block label#rediobegin,
div#account_mng form div.account_block input#acc_setup0,
div#account_mng form div.account_block input#acc_setup_field0  {
	margin-top:8px;
	}
div#account_mng form div.account_block input.field {
	display:block;
	width:75px;
	float:right;
	clear:right;
	margin-right:71px;
	margin-bottom: 7px;
	border:0px;
	color:#4a6bad;
	font-size:8pt;
	font-weight:bold;
	padding-left:4px;
	}
div#account_mng form div.account_block#account_site_setup input.field {
      margin-right: 20px;
    }
div#account_mng form div.account_block#account_site_setup div.asterix {
	display:block;
	width:84px;
	float:right;
	clear:right;
	margin-right:39px;
	text-align:left;
	}
div#account_mng form div.account_block#account_site_setup div.asterix {
    margin-right: 10px;
    }
div#account_mng form div.account_block div.asterix input, div#account_mng form div.account_block div input.fieldx {
	width:75px;
	border:0px;
	color:#4a6bad;
	font-size:8pt;
	font-weight:bold;
	padding-left:4px;
	}

div#account_mng form div.account_block div.acc_signed {
	overflow:hidden;
	display:block;
	width:146px;
	float:right;
	clear:right;
	margin-right:0px;
	text-align:left;
	color:#fff;
	}
div#account_mng form div.account_block div.acc_signed input {
	width:75px;
	border:0px;
	color:#4a6bad;
	font-size:8pt;
	font-weight:bold;
	padding-left:4px;
	}
div#account_mng form div.account_block div.acc_signed span {
	font-size:10pt;
	font-weight:normal;
	padding-left:6px;
	}

div#account_mng form div.account_block input.radioMaximum {
	display:block;
	width:15px;
	float:left;
	margin-right:5px;
	border:0px;
	}
div#account_mng form div.account_block div.account_block_end {
	clear:both;
	width:565px;
	height:14px;
	color:#fff;
	}
div#account_mng form div.account_block div.account_block_end p {
	text-align:right;
	font-size:8pt;
	font-weight:normal;
	padding:0;
	margin:0;
	padding-right:10px;
	height:14px;
	}
div#account_mng form div#account_usage.account_block div.account_block_end p {
	padding-right:50px;
	color:#4a6bad;
	}
div#account_mng form div#account_usage.account_block span.acc_label_txt {
	float:left;
	clear:none;
	width:200px;
	}
div#account_mng form div#account_usage.account_block span.acc_us_fzc {
	float:right;
	font-weight:normal;
	padding-right:10px;
	width:150px;
	}

div#account_mng form div#account_usage.account_block div#acc_mia, div#account_mng form div#account_usage.account_block div#acc_pbl {
	margin-top:10px;
	margin-bottom:5px;
	margin-right:15px;
	float:right;
	clear:none;
	white-space:nowrap;
	}
div#account_mng form div#account_usage.account_block div#acc_pbl {
	margin-right:45px;
	}
div#account_mng form div#account_usage.account_block div#acc_mia input.fieldx {
	width:25px;
	}

div#account_mng form div.acc_totals, div#account_mng form div.btn2 {
	clear:both;
	height:84px;
	margin:10px 0 0 0;
	text-align:right;
	}
div#account_mng form div.acc_totals {
    margin:20px 0 10px 0;
    }

div#account_mng form div.btn2 div.txtx {
	width:370px;
	padding:0;
	margin:0;
	padding-top:40px;
	font-size:10pt;
	font-weight:bold;
	text-align:center;
	padding-right:10px;
	}

div#account_mng form div#acc_total_setup {
	float:right;
	background-color: #202449;
	width:170px;
	height:84px;
	color:#fff;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
     border-radius: 5px;
	}
div#account_mng form div#acc_total_usage_intro {
	float:left;
	width:300px;
	font-size:9pt;
	text-align:justify;
	padding-top:0px;
	padding-left:10px;
	position: relative;
	}
div#account_mng form div#acc_total_usage_intro h3 {
    width:300px;
    }
div#account_mng form div#acc_total_usage {
	float:right;
	background-color: #868686;
	width:170px;
	height:84px;
	color:#fff;
	   -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
     border-radius: 5px;
	}
div#account_mng form h5 {
	font-size:11pt;
	margin:0;
	padding:0;
	text-align:center;
	height:27px;
	float: right;
	width: 170px;
	}
div#account_mng form div#acc_total_setup p, div#account_mng form div#acc_total_usage p {
	font-size:8pt;
	margin:0;
	padding:0;
	float:left;
	padding-left:5px;
	text-align:left;
	}
div#account_mng form div#acc_total_setup p.plusvat, div#account_mng form div#acc_total_usage p.plusvat {
	font-size:8pt;
	margin:0;
	padding:0;
	float:right;
	text-align:right;
	padding-right:5px;
	}
div#account_mng + #buttons3 .btn3 #btnFree {
    text-align: center;
    font-size: 165%;
    font-weight: normal;
}
div#account_mng form div.acc_total_chbl {
	font-size:22pt;
	height:42px;
	line-height:42px;
	overflow:hidden;
	text-align:center;
	}

div#account_mng form p.btn {
	clear:both;
	margin:0 auto;
	width:170px;
	}


div#buttons3 {
	width:565px;
	margin:0 auto;
	}

div.btn3 {
	float:right;
	height:66px;
	width:220px;
	margin:10px 0 0 20px;
	}

div.btn3 button#btnFree, div.btn3 button#btnEverything {
	margin-top:10px;
	background-color:#202449;
	width:220px;
	height:57px;
	border:0;
	font-size:11pt;
	font-weight:bold;
	color:#fff;
	padding-top:5px;
	text-align:left;
	cursor:pointer;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
     border-radius: 5px;
	}
div.btn3 button#btnFree:hover, div.btn3 button#btnEverything:hover {
	background-color:#868686;
	}



div#termsDiv {
	position:absolute;
	top:200px;
	left:20%;
	width:60%;
	background-color:#fff;
	border:4px solid #666;
	font-size:8.8pt;
	font-weight:bold;
	padding-bottom:10px;
	}
div#termsDiv div#termsTitle {
	background-color:#202449;
	padding:2px 0 2px 8px;
	color:#fff;
	}
div#termsDiv div#termsForm {
	padding:8px;
	}
div#termsDiv div#termsForm button {
	color:#fff;
	font-weight:bold;
	background-color:#202449;
	border:0;
	cursor:pointer;
	}
div#termsDiv div#termsForm button#btnTermsAccept {
	clear:both;
	display:block;
	text-align:center;
	background-color:#202449;
	margin:25px auto;
	font-size:14pt;
	width:180px;
	height:56px;
	line-height:56px;
	}
div#termsDiv div#termsForm button#btnTermsCancel {
	float:right;
	display:block;
	text-align:center;
	background-color:#202449;
	font-size:12pt;
	width:116px;
	height:36px;
	line-height:36px;
	}

/* end account mng */

.grey {
    color:grey;
	}

.accessDenied {
    background-color: #AAAAAA !important;
    }
a.accessDenied, a.accessDenied div {
	color: #BBBBDD !important;
	}
#topnav a.accessDenied {
	zcolor: #AAAAAA;
	color: #4C6AA9;
	}
option.accessDenied {
	background-color: #AAAAAA;
}

div#reg_confirmation {
	width:382px;
	}




.thrColLiqHdr #footer div#footer_links div.pagehelp_inner {
	float:right;
	padding-top: 2px;
	}
.thrColLiqHdr #footer div#footer_copy div.pagehelp_inner {
	float:left;
	padding-top: 2px;
	}
.thrColLiqHdr #footer div#footer_links div.pagehelp_inner a, .thrColLiqHdr #footer div#footer_copy div.pagehelp_inner a {
	display:inline;
	color:#fff;
	font-weight:normal
	}

div.decleared {
	width:200px;
	float:none;
	}

div.portallogo {
	padding-top:10px;
	}
div.portallogo_vice {
	text-align:right;
	verical-align:middle;
	}

span.portalhelp {
	display:block;
	margin-top:15px;
	padding-bottom:6px;
	color:#426299;
	}

div#negotiatorMultipleMessage {
    color:red;

}

div.messageLeft{
    float:left;
}
div.messageRight{
    float:right;
}

div.expandable div.divhead {
	cursor:pointer;
	}

div.expandable a.expandable_more {
    padding: 3px;
    display: block;
}

div.expandable span.expand_status, .trackerHistoryLink span.plus {
	margin-right:5px;
	background:#202449;
	color:#fff;
	padding:0 3px;
	font-size:12pt;
	cursor:pointer;
}

div.expandable span.expand_status.expand_status_plus {
	margin-right: 5px;
	margin-top: 5px;
	background: transparent url('/img/expand.png') no-repeat center;
	color: #fff;
	padding: 0 3px;
	width: 20px;
	height: 20px;
	display: block;
	font-size: 1pt;
	cursor: pointer;
	float: left;
}

div.expandable span.expand_status.expand_status_minus {
	margin-right: 5px;
	margin-top: 5px;
	background: transparent url('/img/collapse.png') no-repeat center;
	color: #fff;
	padding: 0 3px;
	width: 20px;
	height: 20px;
	display: block;
	font-size: 1pt;
	cursor: pointer;
	float: left;
}


div.expandable {
    position: relative;
}

div.expandable .expand_loader {
    /*display: none;*/
    clear: both;
    display: none;
    text-align: center;
    width: 100%;
    height: 32px;
}

.clearing {
    width: 100%;
    height: 1px;
    clear: both;
}

div.expandable.loading .expand_loader {
    display: block;
}

div.expandable.loading a.expandable_more {
    display:none;
}

#popupMessageDiv {
	position:absolute;
	left:30%;
	top:200px;
	font-size:12pt;
	line-height:18pt;
	padding:25px;
	background-color:#fff;
	border: 3px solid #202449;
	box-shadow: 0 0.5em 1em -0.125em rgba(23, 23, 23, 0.21), 0 0px 0 1px rgba(255, 255, 255, 0.02);
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
     border-radius: 5px;
	z-index: 13001;
	}
#popupMessageDiv p {
	width:300px;
}
#messagePopupButtons {
	padding-top: 15px;
}
#messagePopupButtons a {
	padding:2px 4px;
	background:#202449;
	color:white;
	margin-right:5px;
	font-size:11pt;
	border-radius: 2px;
  padding: 4px 7px;
	}
#messagePopupButtons a:hover {
	text-decoration:none;
	background:#868686;
	}

div.smallgray {
	padding-top:5px;
	padding-bottom:3px;
	}
div.smallgray span {
	font-size:8pt;
	color:#999;
	margin-right:2px;
	}

div.addit {
	color:#666;
	font-style:italic;
	padding:3px 20px 6px 0;
	float:left;
	}
#applicantTel, #propertyDetails, #contactTel {
	padding-left:140px;
	}
#propertyDetails p {
	margin: 5px 0px;
}

.greyOut, a.greyOut {
	color: gray !important;
	}

.fieldHint {
	z-index: 200;
	background-color: #FFEBE8;
	border: 1px solid #DD3C10;
	padding:3px;
	position: absolute;
	font-size: 8pt;
	margin-left: 2px;
	max-width: 300px;
	}

p.wehope {
	color:#632423;
	padding-top:10px;
	margin:25px 11px 0 11px;
	border-top:1px dotted #000;
	font-size:10pt;
	}
p.wehope a {
	color:#33f;
	font-size:10pt;
	text-decoration:underline;
	}
p.wehope a:hover {
	text-decoration:none;
	}

input.longinput {
	width:375px;
	}

#contactSearchForm span#invitesearch {
	font-size: 10pt;
	}
#contactSearchForm td.ckbx input {
	margin-left: 0px;
	}
#propertySearchForm div.label {
	line-height: 17px;
	}
input.blueButton {
	margin-top: 5px;
	color: #fff;
	background-color: #202449;
	border-color: #f7f7f7;
	cursor: pointer;
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	font-weight: bold;
}
.green {
	background-color: #00D000;
}

div#red_exmn_anons {
	color:red;
	font-size:10pt;
	padding:10px;
	}
div#red_anons {
	color:#67135D;
	font-size:10pt;
	padding:10px;
	}
div#green_anons {
	color:#25ae8d;
	font-size:10pt;
	padding:10px;
	}
div#blue_anons {
	color:#244061;
	font-size:10pt;
	padding:10px;
	}
div#blue_anons_small {
	color:#244061;
	font-size:10pt;
	padding:0px 10px 5px 10px;
	}
div#red_anons a, div#red_anons div.pagehelp_inner, div#red_anons div.pagehelp_inner a {
	color:#df3e7d;
	display:inline;
	position:static;
	font-size:10pt;
	margin:0;
	padding:0;
	font-weight:normal;
	}
div#red_anons a, div#red_anons div.pagehelp_inner a {
	text-decoration:underline;
	}
div#red_anons a:hover, div#red_anons div.pagehelp_inner a:hover {
	text-decoration:none;
	}


div#green_anons a, div#green_anons div.pagehelp_inner, div#green_anons div.pagehelp_inner a {
	color:#25ae8d;
	display:inline;
	position:static;
	font-size:10pt;
	margin:0;
	padding:0;
	font-weight:normal;
	}
div#green_anons strong a, div#green_anons strong div.pagehelp_inner a {
	font-weight: bold;
	}
div#green_anons a, div#green_anons div.pagehelp_inner a {
	text-decoration:underline;
	}
div#green_anons a:hover, div#green_anons div.pagehelp_inner a:hover {
	text-decoration:none;
	}

.diary_month_time{
    float:left;
		font-size: 12px;
    width: 50px;
    text-align: left;
}
.diary_month_name{
    float:right;
    width: 55px;
		text-align: right;
}
div.flwup_hdr {
	width: 100%;
	overflow: hidden;
	padding-top: 8px;
	}
div.flwup_hdr_name	{
	float: left;
	font-size: 18pt;
	color: #666;
	font-weight: light;
	padding-right: 3px;
	}
div.flwup_hdr_name a {
	font-size: 18pt;
	padding: 0px 2px;
	}
div.flwup_hdr div.dots {
	float: left;
	border-bottom: 2px dotted #666;
	width: 2500px;
	}
div.flwup_hdr_inner {
	padding-left: 10px;
	width: 5000px;
	}

div.flwup_sub_hdr_name	{
	float: left;
	font-size: 8pt;
	color: #666;
	font-weight: bold;
	padding: 10px 3px 0 10px;
	}
div.followups p.news span.overdue {
	color: red;
	}

div.three_box_cntr	 {
	width: 233px;
	margin: 0;
	padding: 0;
	}
div.inpt_div {
	width: 80px;
	float:left;
	}
div.three_box_cntr_txt {
	width: 70px;
	float: left;
	text-align: center;
	}

div#homeFollowups div.flwup_hdr_name {
	color: #666;
	}
div#homeFollowups div.followups {
	float: left;
	}
div#homeFollowups div.followups p.oldest {
	color: #666;
	}
.intst_lvl_interest_unknown {
	}
div#potentialViewings span.intst_lvl_interested div div a, div#matchings span.intst_lvl_interested div div a{
	color: #00D000;
	}
div#potentialViewings span.intst_lvl_potential_interest div div a, div#matchings span.intst_lvl_potential_interest div div a {
	color: #EDA120;
	}
div#potentialViewings span.intst_lvl_not_interested div div a, div#matchings span.intst_lvl_not_interested div div a {
	color: #0d550d;
	}

div#matchings div.divhead {
	margin-right: 2px !important;
}
div#middleRightContent {
	padding-left:1%;
	margin: 15px 0 0 0;
	 float: left;
	 width: 78%;
	}


/* tables */

div.tableHolder {
	text-align:center;
	padding:5px;
	}
table.table {
	margin:0 auto;
	border-collapse:collapse;
	border:1px solid #666;
	}
table.table td {
	padding:3px 7px 3px 4px;
	vertical-align:top;
	border:1px solid #666;
	}
table.table thead td {
	font-weight:bold;
	color:#f7f7f7;
	background:#202449;
	color:#fff;
	}
table.table tfoot td {
	font-style:italic;
	font-weight:bold;
	color:#202449;
	background:#F7F7F7;
	}

table.table tr.overdue td, table.table td.overdue {
	background-color: #FFEBE8;
	}

form.contactMessageForm textarea, form.tenancyMessageForm textarea, form.offerMessageForm textarea  {
	width: 400px;
	height: 45px;
	}
textarea.strap_line	 {
	width: 280px;
	height: 30px;
}
.future_call{
	display: none;
}

.trOver td{
	background-color: #a5c7f9 !important;
	cursor: pointer;
}

.quicklinks {
    margin-top: -10px;
}
div.quicklinks ul {
	list-style: none;
}

div.report_first_col, div.report_second_col {
	width: 200px;
	}
div.reportSection {
	margin-top: 5px;
	float: left;
	height: 90px;
	width: 198px;
}
div.reportSection span.pdfsent {
	color: #00d000;
}
div.reportOneOption {
	height: 50px !important;
}
div.reportSection div div.label {
	width: 190px;
}
div.reportSectionLow {
	margin-top: 5px;
	float: left;
	height: 60px;
	}
div.reports_disabled a {
	color: #BBBBDD !important;
}

p.report_period {
	padding: 0px 10px 0px 10px;
	}

span.commentStr {
 color: #686868;
}
div.related_contact {
	padding-bottom: 8px;
	position: relative;
}
div.related_contact div.details {
	margin-right: 130px;
}
div.related_contact div.rightHandDiv {
	position: absolute;
	top: 0px;
	right: 0px;
}
div#special_property_note {
	margin: 2px 0 7px 10px;
}
div#tag_number {
	margin: 0px 0 4px 10px;
	}
div#special_property_note span.special_notes_title {
	color: #c14141;
	font-weight: bold;
}
div#gas_cert_invalid a , div#next_rent_invalid a{
	color: red;
	margin: 2px 0 7px 10px;
}
span#alsoAnotherRole a{
	color: #00D000;
	font-size: 11pt;
	font-weight: bold;
}
div.applicantSubHeading {
    color: #202449;
    font-size: 14pt;
    font-weight: bold;
    margin: 0px 5px 5px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
    float: left;
}
div.applicantSubHeadingAffordability {
    color: #F7931D;
    font-size: 12pt;
    font-weight: bold;
    margin: 0px 5px 5px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
    float: left;
}
span.applicantAgent {
    color: #202449;
}
span.reasonForMoving {
    color: #666;
	font-weight: bold;
}

div.areaPostcodes{
	width: 410px;
	margin-bottom: 8px;
}

/* setup checklist */
div.setupChecklistColumn {
	width: 40%;
	padding-right: 5%;
	}
div.setupChecklistColumn p {
	margin: 4px 0px 10px 10px;
	}
label.checklist_item_lbl {
	float: left;
	margin: 0px 7px;
	padding: 3px 25px 3px 3px;
	width: 95%;
	position: relative;
}
label.checklist_item_lbl input {
	position: absolute;
	right: 0px;
	top:0px;
}
label.checklist_item_lbl a {
	font-weight: bold;
}
.checklist_item_over {
	background-color: #a5c7f9;
}
.checklistSubHead {
	color: #202449;
	margin-left: 5px;
	margin-top: 12px;
	padding-left: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 10pt;
}
.checklistSubHead a {
	font-size: 10pt;
}
.checklistSubHead div.pagehelp_inner {
	display: inline;
}

.normal div.pagehelp_inner, .normal div.pagehelp_inner a {
	display: inline;
	color: #202449;
	font-weight: normal;
	padding: 0;
}

p.checklistOther {
	margin:3px 0px 12px 10px;
}
/* end of setup checklist */

/* iphone artwork form */
div#bodyColourMooRainbow, div#navBarColourMooRainbow {
	text-align: left;
	}
div.colourPreview {
	border:1px solid #B7B7B7;
	width: 15px;
	height: 15px;
	display: inline;
	cursor: pointer;
	}
div.colourRgbPreview {
	width: 50px;
	display: inline;
	}
/* end of iphone artwork form */

/* Compose SMS form */
form#smsForm textarea#message {
	width: 300px;
	height: 200px;
}
form#smsForm div#charCountCont {
	margin-right: 7px;
	color: #999999;
}

/* End of Compose SMS form */

/* End of Request form */
form#requestForm {
	padding-top:10px;
}
form#requestForm div#sendOptions {
	text-align: center;
	height: 0px;
	overflow: hidden;
}
form#requestForm textarea {
	width: 100%;
	height: 45px;
	padding: 5px;
	border: 2px solid #202449;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
form#requestForm div.request {
	float: left;
	width: 25%;
	padding-bottom: 5px;
}
/* Request form */


/* Potential Client Form */

span.compuls {
	color:#cc0000;
	}
div.potential_client div.frow{
	width:515px;
}
div.potential_client p {
	padding-left: 10px;
}
div.potential_client h2 {
	padding-left: 10px;
	color:#202449;
	font-size:10pt;
}
div.potential_client {
	padding:20px 50px;
	float:left;
	width:49%;
}
div.potential_client div.fieldTitle {
	padding:12px 0px 0px 10px;
	float:left;
}
div.potential_client_registered {
	padding:20px 50px;
	float:left;
	width:49%;
	min-height: 400px;
}
/* End of potential client form */

div.partpayment{
	color:#F7931D;
	white-space: nowrap;
}

#statementForm #sendPdfNote, #receiptForm #sendReceiptPdfNote  {
	margin-left: 10px;
	display: none;
}

.trackerSummary {
	color: #F7931D;
	font-size: 10pt;
}

.trackerSummary img {
	margin-top: -2px;
}

.trackerSummary .linkDiv {
	margin-top: -7px;
}

.trackerSummary a {
	color: #F7931D;
	font-size: 10pt;
	font-weight: bold;
}

.trackerSummary .date {
	color: #666;
	font-size: 8pt;
}

.trackerHistory .separator {
	margin: 0 3px;
}

a.trackerLink {
	margin: 0 10px;
	color: #F7931D;
}

.rightoption{
	text-align: right;
    width: 242px;
}
.feedbackoptions{
	padding-left:10px;
	margin-bottom :10px;
}
.feedbackquestion {
	margin-bottom :10px;
	width: 400;
}

.answeroption{
	text-align:right;
    margin-right: 5px;
}

.answerOptionsList_div {
	margin-left: 130;
    margin-top: 3;
}

.optiontext{
	margin-right: 5;
    width: 370;
}
.thrColLiqHdr .trackerHistoryLink {
	cursor: pointer;
    margin: 5px 0 0 0;
    padding: 5px;
}
.feedbackanswertype{
	margin-bottom: 10px;
}

#competitorForm .message {
	padding: 4px 0;
}

#adminCompanyForm div#propertyManagementBranches {
	margin: 3px 0px 3px 30px;
}
#adminCompanyForm div.branchRow{
    padding: 1px 0px;
    border-bottom: 1px dotted #666;
}
#adminCompanyForm div.branchName {
    float: left;
    width: 150px;
    overflow: hidden;
}

.new-page {
    font-weight: bold;
}

.add-another-attachment {
    width: 110px;
    text-align: right;
}

.gdpr-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: transparent url('../img/gdpr.png') no-repeat center;
    background-size: contain;
}

.otm-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent url('../img/onthemarket.png') no-repeat center;
    background-size: contain;
}

.divhead.is-size-6 {

}

table td {
		vertical-align: middle;
}

table.righthandstat tr td {

}


/* --------- *
 *   LOGIN   *
 * --------- */

	.login-logo {
			display: table;
			height: 180px;
			width: 100%;
	}
	.login-logo img{
			height: auto;
			width: 300px;
	}

	.login-logo__table-cell {
			display: table-cell;
			vertical-align: middle;
	}

	#loginTable {
			width: 100%;
			text-align: center;
	}
	 #loginBox {
		 	height: 350px;
		 	width: 450px;
			margin: 0 auto;
			padding: 70px 66px;
	 }

	 .login-checkbox {
		 	padding-top: 20px;
		 	text-align: left;
	 }

	 #loginBox .field {

	 }

	 #registerLnk {
			margin: auto;
			width: 450px;
	 }

	 .loginInfoTable {
		 width: 100%;
		 text-align: center;
	 }

	/* -- mobile -- */

	@media only screen and (max-width: 600px) {
			#loginTable {
			}
			#loginBox {
					width: 90%;
					padding: 10px;
			}
	}

/* --------- *
 * END LOGIN *
 * --------- */


 /* -------- *
  *   HOME   *
  * -------- */

	.righthandstat-number {
			font-weight: 600;
			text-align: right;
			width: 50%;
	}

	.righthandstat-name {
			font-size: 14px;
	}

	.righthandstat-row {
			border-bottom: 1px solid #F7F7F7;
	}

	.button.is-info {
			background-color: #4788c7;
	}

	.button.is-info.greyOut {
			background-color: #B7B7B7;
	}

	#myapplicants #total a {
			font-size: 14px;
	}

	.followup-title {
		position: relative;
	}

	.followup-number {
		font-size: 16px;
		height: 45px;
		position: absolute;
		right: -55px;
		top: 0px;
		width: 45px;
	}

	/* -- mobile -- */

	@media only screen and (max-width: 600px) {

	}

	/* ---------- *
	 *  END HOME  *
	 * ---------- */

	 /* ------- *
	  *   ADD   *
	  * ------- */

		.has-v-padding-20 {
				padding-bottom: 20px;
				padding-top: 20px;
		}

		.has-top-padding-20 {
				padding-top: 20px;
		}

		.contactForm .checkbox {
			margin-left: 10px;
		}

		/* ----------- *
	   *   END ADD   *
	   * ----------- */

.has-margin-left-30 {
	margin-left: 50px;
}

.diary-container {
		box-sizing: content-box;
}
