form {
	margin: 0px;
	padding: 0px;
}
body  {
	font-family: verdana, arial, helvetica, 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: #000000;
	margin: 0px;
	padding: 0px;
}

div#index2form {
	width:425px;
	height:269px;
	text-align:center;
	font-size:8pt;
	background:#3B5998 url(/img/small_enter.jpg) no-repeat; 
	}
p, div, span, a {
	font-size:8pt;
	}
table td {
	font-size:8pt;
	}
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.w95 {
	width:95%;
	}
div#index2form table td {
	font-size:8pt;
	color:#fff;
	}
div#index2form table td.linxx {
	border-top:20px solid #3B5998;
	}
div#index2form table td a {
	font-size:8pt;
	color:#fff;
	text-decoration:none;
	}
div#index2form table td a:hover {
	font-size:8pt;
	color:#fff;
	text-decoration:underline;
	}
div#index2form table#mainOne {
	border-top:20px solid #fff;
	}
div#index2form table td#mainOneL {
	padding-bottom:25px;
	}

a {
	color:#3B5998;
	text-decoration:none;
	}
a:hover {
	color:#3B5998;
	text-decoration:underline;
	}
.thrColLiqHdr #container {
	width: 90%;  /* this will create a container 80% 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: #F7F7F7; /* 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 #B7B7B7;
	border-right: 1px solid #B7B7B7;
	border-bottom: 1px solid #B7B7B7;
}
.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: #F7F7F7; /* 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 #B7B7B7;
	border-right: 1px solid #B7B7B7;
	border-bottom: 1px solid #B7B7B7;
}

.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: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#3B5998;
	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 p a, .thrColLiqHdr #footer div div.par a, .thrColLiqHdr #footer div div.par1 a {
	color: #FFFFFF;
}




/* 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;
}
.thrColLiqHdr #container #header #topnav {
	margin: 0px;
	padding: 0px;
	background-color: #3B5998;
	width: 100%;
	color: #F1F1F1;
	font-size: 9pt;;
	padding: 0;
	height:40px;
	line-height:40px;
}
.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: bold;
	padding-left: 10px;

}

.thrColLiqHdr #container #header #subnav {
	margin: 0px;
	padding: 0px;
	background-color: #657EB2;
	color: #F1F1F1;
	font-size: 9pt;
	font-weight: bold;
	width: 100%;
}

.thrColLiqHdr #container #header #subnav #date {
	float:right;
	background-color: #657EB2;
	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;
}

.thrColLiqHdr #container #header #subnav #companyname {
	float:left;
	position: absolute;
	left: 40%;
	padding-top:2px;
	padding-bottom:3px;
}

.thrColLiqHdr #divhead {
	text-align: center;
	background-color: #E9E9E9;
	font-weight: bold;
	font-size: 9pt;
}

.thrColLiqHdr #sidebar2 #total, .desc, .proptype{
	float:left;
	font-size: 8pt;
	margin-top: 2px;
	margin-bottom: 2px;
}

.thrColLiqHdr #sidebar2 #number, #rank, #value{
	float:right;
	font-size: 8pt;
	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;
}
.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: 9pt;
	cursor: pointer;
	margin-top: 2px;
}

.divtabon {
	text-align: center;
	/* background-color: #657EB2; */
	color: #3B5998;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	font-size: 11pt;
	cursor: auto;
}

.divtabnone {
	text-align: center;
	/* background-color: #657EB2; */
	color: #3B5998;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 9px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 11pt;
}
.divtabnone_sub {
	text-align: center;
	/* background-color: #657EB2; */
	color: #3B5998;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 8px;
	font-size: 11pt;
}
sup.beta  {
	color: #DF3E7D;
	padding-left: 5px;
	font-size: 7pt;
	font-style: italic;
}

.divtab:hover {
  background-color: #657EB2;
  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: black;
}

.thrColLiqHdr #container #mainContent #allmyapplicants p, #findsomeone p,
#contact p, #salescriteria p, #lettingscriteria p, #mortgage p, #applicantsource p,
#accomodation p, #todaysdiary p, #companynews p, #negotiators p, div.followups p {
	font-size: 8pt;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
}

.custommenutext{
	float:left;
	font-size: 8pt;
	padding: 5px 0 5px 10px;
}

.row{
	font-size: 8pt;
    padding-left:10px;
     border-bottom: 1px solid #B7B7B7; 
    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: 7pt;
    color:gray;
    float:left;
    margin-left:10px;
}


.frow{
	font-size: 8pt;
    padding-left:10px;
    padding-top:5px;
}
div.msg_txt2 div.frow{
	width:415px;
}

.controw{
	font-size: 8pt;
    padding-left:10px;
    margin-top:5px;
    padding-bottom: 5px;
    background-color: #F7F7F7;
    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{
	width: 150px;
    padding-top: 2px;
    padding-bottom: 3px;
    float: left;
}
.emailphone, .longdescr{
	width: 230px;
}	

.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:#657EB2;
}
.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: #657EB2;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 9pt;
}

.email, .matches, .marketingprice {
	width: 120px;
    padding-top: 2px;
    padding-bottom: 3px;
    float: left;
}
.status{
	width: 80px;
    padding-top: 2px;
    padding-bottom: 3px;
    float: left;
}

.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:80px;
	text-align:right;
 }
 .listaction{
	width:120px;
	text-align:right;
 }

.diaryaddress{
	width:220px;
 }
.rightHandDiv{
	float: right;
	padding: 5px 8px 0px 0px;
 }
.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: #888888;
	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;
}

#companynews p.news, div.followups p.news, #todaysdiary div.textpro {
 color: #000;
 font-size:8pt;
}
#companynews p.news,  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: 7pt;
	}
p.news span.timestr, #todaysdiary div.diarytime, div.summarybig span.timestr {
 color: #888;
 font-size:7pt;
 margin-left:10px;
}

div#todaysdiary{
	float: none;
}



a.nav:link, a.nav:active, a.nav:visited { text-decoration: none; color: #EBEBEB; }
a.nav:hover { text-decoration: underline; color: #EBEBEB; } 	/* 8BA655 */

a.bod:link, a.bod:active, a.bod:visited { text-decoration: none; color: #3B5998; }
a.bod:hover { text-decoration: underline; color: #3B5998; } 	/* 8BA655 */

a.divtablink:link, a.divtablink:active, a.divtablink:visited { text-decoration: none; color: #000000; }
a.divtablink:hover { text-decoration: none; color: #3B5998; } 	/* 8BA655 */


input[type="text"], input[type="password"], input[type="button"], input[type="submit"]{
	border: 1px solid #B7B7B7;
	font-size:11px;
}

.submit{
	border: 1px solid #B7B7B7;
	font-size:11px;
	margin-top: 2px;
}

textarea{
	border: 1px solid #B7B7B7;
	font-size:11px;
	font-family: verdana, arial, helvetica, 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; }
.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: #43d5ff; }
a.tblue:hover { text-decoration: underline; color: #43d5ff; }

.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{ width: 290px; 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; }
.txt{
	width: 280px;
	height: 100px;
}

.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:#3B5998;
	width: 600px;
}

#loginFormInner {
	text-align: center;
	background-color:#3B5998;
	width: 360px;
	margin-left: 60px;
	padding-top: 60px;
	padding-bottom: 60px;
	vertical-align:middle;
}

.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;
	
}


#mainscroll{
	overflow:auto;
    height: 536px;
    width: 898px;
	border-top:1px solid #EEEEEE;
	border-bottom:1px solid #EEEEEE;
}

.error{
	color: red;
}
p.pagenav, div.pagenav {
	width:100%;
	clear:both;
	text-align:center;
	padding:10px 0;
	}
.pagenav a:link, .pagenav a:active, .pagenav a:visited{
	text-decoration: none; color: #3B5998;
}
.pagenav a:hover{
	text-decoration: underline; color: #3B5998;
}
.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: 9pt;
}
#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: 9pt;
}	
#errorRow{
	font-size: 8pt;
	color: #ED1C23;
}
.system_message{
	font-size: 8pt;
	color: #ED1C23;
	/*display:block;*/
	clear:both;
	text-align:right;
	padding:5px;
}

#ftpCheckResult{
	font-size: 8pt;
	color: #ED1C23;
}
  
table.greyTable {
	background-color:#B7B7B7;
	padding:0px;
	font-size: 8pt;
}
.greyTable tr td {
	background-color:#F7F7F7;
	padding:2px 2px 2px 5px;
	vertical-align: top;
}
.greyTable tr td.cntr {
	text-align:center;
	vertical-align: middle;
}
.greyTable tr th {
	background-color:#F7F7F7;
	padding:2px 2px 2px 5px;
	font-weight:bold;
}
table.history {
	font: inherit;
}
table.righthandstat {
	font-size: 8pt;
}
table.righthandstat tr td{
	padding: 1px;
}
table.righthandstat tr td.title {
	width: 70%;
}

.appraisalType {
        color: red;
}

div#mainscroll .odaptcol a.provisionallyBookedBackground,
div#mainscroll .oddayaptcol a.provisionallyBookedBackground,
.provisionallyBookedBackground{
        background-color: #EDA120;
}    
.provisionallyBooked {
        color: #EDA120;
}    

#loginTable tr td {
	font-size: 8pt;
}

#loginTable .login {
	background-color:#3B5998;
	font-size:12px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #FFFFFF;

}
#registerLnk {
	text-align: right;
}
table.coming{
  background:white url(/img/background.jpg) no-repeat scroll center bottom;
  height:1050px;
  width:680px;
  font-size: 12px;
  font-family: Arial, Helvetica, 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 {
	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:#28468f;
	font-size:9pt;
	width:95%;
	}
div.msg_txt2 input[type="submit"], div.msg_txt2 input[type="button"] {
	background-color:#28468f;
	color:#fff;
	}
div.msg_txt2 p.smallest {
	color:#28468f;
	font-size:7pt;
	text-align:right;
	width:363px;
	clear:both;
	}
div.msg_txt p, div.msg_txtx p {
	color:#28468f;
	font-size:9pt;
	}

	
/* Antiscroll */

div#scrollinner {
	position:relative;
	padding-top:15px;
	}

div#staticheader {
	position:absolute;
	left:0;
	top:0;
	height:15px;
	}
div#backlinkstop {
	width:450px;
	height:20px;
	}
	
#pagehelp, #pagehelpwide {
	position: absolute;
	right: 27%;
	background-color:#fff;
	top: 82px;
	}
#pagehelpwide {
	right: 6%;
	top: 110px;
	}
#pagehelp_inner{
        position:absolute;
        right:27%;
        background-color:#fff;
}
.pagehelp_innercl {
        position:absolute;
        right:27%;
        background-color:#fff;
}
.pagehelp_inner {
	/* color:#3B5998;
	color: #EB0000; */
	color:red;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	font-size: 8pt;
	margin-top:3px;
	}

.pagehelp_inner a {
	/* color:#3B5998;
	color: #EB0000; */
	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:#657EB2;
	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:#657EB2;
	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:#3B5998;
	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:#3B5998;
	width:687px;
	padding:1px 0 2px 3px;
	clear:both;
	}
div#helpContainer div#helptitle, div#helpContainer div#helpvideocode {
	background-color:#3B5998;
	width:687px;
	padding:2px 0 2px 3px;
	margin-bottom:2px;
	}
div#helpContainerView div#helpTitleView {
	background-color:#3B5998;
	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:#3B5998;
	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:#3B5998;
	}

/* End Letters List */

/* reminder */

div#reminder_area {
	padding:25px 5px 10px 5px;
	color:#3B5998;
	}
div.reminder {
	background:#EDEDED;
	font-size:8pt;
	padding:9px;
	height:42px;
	margin-bottom:7px;
	}
div#reminder_alert {
	padding:0 0 10px 9px;
	font-size:8pt;
	}
div.reminder p {
	font-weight:bold;
	}
div.reminder1 {
	font-size:9pt;
	float:left;
	font-weight:bold;
	}
div.reminder2 {
	float:right;
	}
div.reminder2 span {
	display:block;
	text-align:right;
	padding:3px 0;
	}
div.reminder2 span a {
	font-weight:bold;
	}
div#reminder_full{
        font-size:9pt;
	padding:25px 5px 10px 5px;
	color:#3B5998;
	
}
/* end reminder */
 
/* tooltips */
.custom-tip {
	color: #000;
	width: 130px;
	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:#fff;
	background-color:#4a6bad;
	font-size:10pt;
	font-weight:bold;
	float:left;
	margin:0;
	padding:3px 5px;
	}
div#account_mng form {
	clear:both;
	margin:0;
	padding-top:7px;
	}
div#account_mng form div.account_block {
	color:#fff;
	background-color:#4a6bad;
	font-size:8pt;
	font-weight:bold;
	margin-bottom:9px;
	}
div#account_mng form div#account_usage.account_block {
	background-color:#7b9cd6;
	}
div#account_mng form div.account_block h3 {
	color:#000;
	background:#fff URL(../img/account_mng_h3.jpg) no-repeat;
	width:565px;
	height:39px;
	font-size:13pt;
	font-weight:normal;
	margin:0;
	margin-bottom:5px;
	}
div#account_mng form div#account_usage.account_block h3 {
	background:#fff URL(../img/account_mng_h3_2.jpg) no-repeat;
	}
div#account_mng form div.account_block h3 a {
	font-size:9pt;
	font-weight:bold;
	}
div#account_mng form div.account_block 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:380px;
	float:left;
	clear:none;
	padding-left:30px;
	margin-bottom:10px;
	cursor:pointer;
	}
div#account_mng form div#account_site_setup.account_block label {
	width:270px;
	}
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:45px;
	border:0px;
	color:#4a6bad;
	font-size:8pt;
	font-weight:bold;
	padding-left:4px;
	}
div#account_mng form div.account_block div.asterix {
	display:block;
	width:81px;
	float:right;
	clear:right;
	margin-right:39px;
	text-align:left;
	background:#4a6bad URL(../img/account_mng_aster.jpg) no-repeat top right;
	}
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:120px;
	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:7pt;
	font-weight:normal;
	padding-left:3px;
	}

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;
	background:#4a6bad URL(../img/account_mng_end.jpg) no-repeat;
	color:#fff;
	}
div#account_mng form div#account_usage.account_block div.account_block_end {
	background:#7b9cd6 URL(../img/account_mng_end_2.jpg) no-repeat;
	}
div#account_mng form div.account_block div.account_block_end p {
	text-align:right;
	font-size:7pt;
	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.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:#fff URL(../img/total1.jpg) no-repeat;
	width:170px;
	height:84px;
	color:#fff;
	}
div#account_mng form div#acc_total_usage_intro {
	float:left;
	width:280px;
	font-size:8.5pt;
	text-align:justify;
	padding-top:30px;
	padding-left:10px;
	}
div#account_mng form div#acc_total_usage {
	float:right;
	background:#fff URL(../img/total2.jpg) no-repeat;
	width:170px;
	height:84px;
	color:#fff;
	}
div#account_mng form div#acc_total_setup h5, div#account_mng form div#acc_total_usage h5 {
	font-size:11pt;
	margin:0;
	padding:0;
	color:#000;
	text-align:center;
	height:27px;
	}
div#account_mng form div#acc_total_setup p, div#account_mng form div#acc_total_usage p {
	font-size:7pt;
	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:7pt;
	margin:0;
	padding:0;
	float:right;
	text-align:right;
	padding-right:5px;
	}
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#buttons3_intro {
	float:left;
	width:280px;
	font-size:8.5pt;
	text-align:justify;
	padding-top:15px;
	padding-left:10px;
	}

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:#4a6bad URL(../img/totalb1.jpg) no-repeat;
	width:220px;
	height:57px;
	border:0;
	font-size:11pt;
	font-weight:bold;
	color:#fff;
	padding-top:5px;
	text-align:left;
	cursor:pointer;
	}
div.btn3 button#btnFree:hover, div.btn3 button#btnEverything:hover {
	background:#4a6bad URL(../img/totalb2.jpg) no-repeat;
	}
	


div#termsDiv {
	position:absolute;
	top:200px;
	left:20%;
	width:60%;
	background-color:#fff;
	border:4px solid #657EB2;
	font-size:8.8pt;
	font-weight:bold;
	padding-bottom:10px;
	}
div#termsDiv div#termsTitle {
	background-color:#3B5998;
	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:#3B5998;
	border:0;
	cursor:pointer;
	}
div#termsDiv div#termsForm button#btnTermsAccept {
	clear:both;
	display:block;
	text-align:center;
	background:URL(../img/bigbuttonbg.jpg) no-repeat;
	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:URL(../img/midbuttonbg.jpg) no-repeat;
	font-size:12pt;
	width:116px;
	height:36px;
	line-height:36px;
	}
	
	

/* end account mng */

.grey {
    color:grey;
	}	

.leftColHdr p a.free, .summarybig a.free, span.custommenutext a.free, .listActions a.free {
	color: #BBBBDD;
	}
#topnav a.free {
	zcolor: #AAAAAA;
	color: #4C6AA9;
	}

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.replaceable div.divhead {
	cursor:pointer;
	}
	
div.replaceable span.plus {
	margin-right:5px;
	background:#657EB2;
	color:#fff;
	padding:0 1px;
	font-size:8pt;
	cursor:pointer;
	}
	
#popupMessageDiv {
	position:absolute;
	left:30%;
	top:200px;
	width:356px;
	height:272px;
	font-size:12pt;
	line-height:20pt;
	padding:25px;
	background:url(/img/message.png) no-repeat; 
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/message.png', sizingMethod='image');*/
	z-index: 13001;
	}
#popupMessageDiv p {
	width:300px;
	}
#messagePopupButtons a {
	padding:2px 4px;
	background:#657eb2;
	color:white;
	margin-right:3px;
	font-size:11pt;
	}
#messagePopupButtons a:hover {
	text-decoration:none;
	background:#3b5998;
	}

div.smallgray {
	padding-top:5px;
	padding-bottom:3px;
	}
div.smallgray span {
	font-size:7pt;
	color:#999;
	margin-right:2px;
	}
	
div.addit {
	color:#888;
	font-style:italic;
	padding:3px 20px 6px 0;
	float:left;
	}
#applicantTel, #applicantProp, #contactTel {
	padding-left:140px;
	}
	
.greyOut {
	color: gray;
	}	
	
p.wehope {
	color:#632423; 
	padding-top:10px; 
	margin:25px 11px 0 11px; 
	border-top:1px dotted #000; 
	font-size:9pt;
	}
p.wehope a {
	color:#33f; 
	font-size:9pt;
	text-decoration:underline;
	}
p.wehope a:hover {
	text-decoration:none;
	}
	
#contactSearchForm input.longinput {
	width:375px;
	}
	
#contactSearchForm span#invitesearch {
	font-size: 10pt;
	}
	
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#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 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;    
    width: 52px;
    text-align: right;
}
.diary_month_name{
    float:right;  
    width: 58px; 
}
div.flwup_hdr {
	width: 100%;
	overflow: hidden;
	padding-top: 8px;
	}
div.flwup_hdr_name	{
	float: left;
	font-size: 11pt;
	color: #555555;
	font-weight: bold;
	padding-right: 3px;
	}
div.flwup_hdr div.dots {
	float: left;
	border-bottom: 2px dotted #555555;
	width: 2500px;
	}	
div.flwup_hdr_inner {
	padding-left: 10px;
	width: 5000px;
	}	

div.flwup_sub_hdr_name	{
	float: left;
	font-size: 8pt;
	color: #555555;
	font-weight: bold;
	padding: 10px 3px 0 10px;
	}	

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;
	padding-left: 2px;
	}
	
.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#middleRightContent {
	padding-left:21%;
	}
	
	
/* tables */

div.tableHolder {
	text-align:center;
	padding:5px;
	}
table.table {
	margin:0 auto;
	border-collapse:collapse;
	border:1px solid #657EB2;
	}
table.table td {
	padding:3px 7px 3px 4px;
	vertical-align:top;
	border:1px solid #657EB2;
	font-size:8pt;
/*	background:#fff;*/
	}
table.table thead td {
	font-weight:bold;
	color:#3B5998;
	background:#657EB2;
	color:#fff;
	}
table.table tfoot td {
	font-style:italic;
	font-weight:bold;
	color:#3B5998;
	background:#F7F7F7;
	}
	
table.table tr.overdue td {
	background-color: #FFEBE8;
	}

form#contactMessageForm textarea {
	width: 400px;
	height: 45px;
	}	
textarea.strap_line	 {
	width: 280px;
	height: 30px;
}
.future_call{
	display: none;
}

.trOver td{
	background-color: #FFFDB5;
	cursor: pointer;
}

.quicklinks {
    margin-top: -30px;
}
div.reportSection {
	margin-top: 5px;
	float: left;
	height: 90px;
}

span.commentStr {
 color: #686868;
}