﻿html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:Verdana,Arial,sans-serif;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}
    
div.hide 
{
   /* display: none; re edit*/
}
 
.formBtn {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    -moz-border-radius-bottomleft:3px;
    -moz-border-radius-bottomright:3px;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-topright:3px;
    background:#F6F6F6 none repeat scroll 0 0;
    border:1px solid #CCCCCC;
    cursor:pointer;
    height:2.0833em;
    overflow:visible;
    padding:0 0.5em;    
    white-space:nowrap;
}

#listingPanel {display: none; }

#agentDetailsContainer 
{
    display: none;   
}

#agentDetails table {
    font-family: Verdana,Arial,sans-serif;
    font-size: 10px;
}

#agentDetails h2, #myPanel h2, #searchPanel h2 {
    font-size:12px;    
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 5px;
    width: 210px;
    display: block;
}

#agentDetails h3 {
    display : block;
    float:left;
    margin : 10px 0 10px 0;
}

#agentDetails span {
    float: left;
    /*display: block;*/
    clear: both;
    margin: 10px 0 0 0;
}

#agentDetails label{
    float: left;
    font-weight: bold;    
    display: block;
    padding-right: 10px;       
}

#agentForm table {
    margin:5px 0 0 0;
    padding:0;
    float: left;
    clear: both;
    display: block;
    width: 200px;
}

#agentDetails table td, #agentForm table td {
   /* padding-top:5px;*/
}


#editAgent {
    padding-left: 5px;
}


#MobileUrl {
    display: block;
    margin: 5px;
    text-align: center;
    width: 200px;
    margin: 13px 0 18px 0;
}

#editAgent td.submit {
    text-align: center;
}


#agentForm table {
    font-size:11px;
}

#agentForm h4  
{
    display : block;
    float: left;
    clear: both;
    margin: 10px 0 10px 0;    
}

#agentForm table label {
    display: block;
    float: left;
    width: 62px;
    clear: none;
}

#agentForm table select, #agentForm table input {
    display: block;
    float: left;
    width: 160px;
    clear: none;
    border:1px solid #AAA;
}

#agentForm #aUrl {
    width :100px;
}

/* 21/07 mapPanel */

#mapPanel {
	width:240px;
    top: 57px;
    left: 11px;
	position:absolute;
	z-index:10000;
	font-size: 11px;
}

#tabsContainer 
{
	z-index : 10000;
	width:240px;
}

#tabsContainer .ui-tabs-nav {
    font-size: 9px;
}

#minimise {
    float :right;
    margin: 8px 46px 0 0;
    display : block;
    height : 10px;
    width : 10px;
    background: url(../images/ctrls.png) no-repeat 0 0;
    text-indent: -100px;
    overflow : hidden;
    outline: none;
}

#mapPanel.min #minimise {
    background-position : 0 -11px;
}

div.ui-tabs-panel {
	height:240px;	
	border:1px solid #000;
}

div.tabCollapse #tabsContainer{
    height: 26px;    
}

div.tabCollapse div.ui-tabs-panel {
    display:none !important;
}

#searchTab div {
	float : left;
	clear : both;
	margin : 2px 5px;
}

#tabsContainer h3 {
	display : block;
	float : left;
	clear : both;	
}


#tabsContainer #listingsList a{
    /*
    float: left;
    clear: both;    
    height:75px;
*/
display :block;
}

#tabsContainer #agentLstPanel {
    float: left;
    display:block;
    width:205px;
    height: 99px; 
    overflow-y: auto;
    overflow-x: hidden; 
    border: 1px solid #aaa;
    padding :1px;
}

#tabsContainer #listingsList li {
    /*width:200px;*/
    clear: both;
}

#tabsContainer #listingsList a, #tabsContainer #listingsList span {
    float: left;
    display: block;   
    height: 20px;
    cursor: pointer;
}

#listingsList a.m {
    padding-left: 24px;
    width: 130px;
    line-height:20px;
    overflow:hidden;
    background:url("../../images/nz/icons/re_icons.png") no-repeat scroll 0 0 transparent;    
}

#listingsList span.e {    
    background:url("../../images/nz/icons/ed_icon.png") no-repeat scroll 0 0 transparent;
    text-indent: -1000em;
    overflow: hidden;  
    display: block;
    width:16px;  
}


#listingsList span.d {    
    background:url("../../images/nz/icons/del_icon.png") no-repeat scroll 0 0 transparent;
    text-indent: -1000em;
    overflow: hidden;  
    display: block;
    width:16px;  
}


#tabsContainer #listingsList a.lb 
{
    background:url("../../images/nz/icons/re_icons.png") no-repeat scroll 0 0 transparent;
    width: 160px;
    padding-left:24px;
}

#GISSelector select, #GISSelector input{
	float : left;
	clear: both;
	width : 150px;
	margin-top: 2px;
}

#searchPanel {
	display: block;
	width:220px;
}

#searchPanel div 
{
    width: 210px;
}

#searchPanel input {
	width : 150px;
	margin-top :5px;
	float : left;
	display: block;		
}

#searchPanel .searchLbl 
{
    display:block;
    width: 100%;
    float: left;
    
}

#searchPanel #foundItem {
    float: left;
    clear: both;
    height: 190px;   
    margin-top:10px; 
}

#layerSelector li p {
	float:left;
	display:block;
	width:175px
}

#mySpacialzPanel a {
	display: block;
	float: left;
	clear: both;	
}

#mySpacialzPanel ul {
	float: left;
	clear:both;
}

/*validation*/
input.required {
    border-color:red;
}

div.requiredMsg 
{   
    position:absolute;
    width: 200px; /* revisit */
}

.requiredMsg span {
    float:left;
    display: block;
}

.requiredMsg .arrow {
    background: url(/images/arrow.png) no-repeat 0 0;
}

.requiredMsg .text {
    background-color : #FFF17C;
    border: solid 1px #000;
    border-left-width : 0;
    font-size: 10px;
    font-family : Verdana,Arial,sans-serif;
    line-height : 15px;
}
/*validation ends*/

.tooltip {
    background-color:#FFFFFF;
    border:1px solid #006699;
    font-family: Verdana,Arial,sans-serif; 
    font-size:11px;
}

#ajaxLoader {
    background:transparent url(../../images/bp/ajax-loader.gif) no-repeat scroll 0 0;
    display:none;
    height:25px;
    overflow:hidden;
    text-indent:1000px;
    width:220px;
    z-index:10000;
    float : left;
}

#ajaxLoader.Enabled {
    Display:block;
}

.ag span.addLst {
    cursor:pointer;
    display:block;
    float:left;
    height:20px;
    margin:2px 0;      
    clear: both; 
}

#addLstForm {
    font-size: 9px;
    width: 200px; 
    height: 360px !important;   
}

#addLstForm p {
    margin-top: 10px;    
}

#addLstForm label{
    width: 120px;
    display:block;
    float:left;    
}

#lstUrl {
        
}

#lstAC, #lstTitle, #lstDesc {
    width:180px;
}

.ui-autocomplete li.ui-menu-item {
    width: 480px !important;
}
/*
.ui-dialog { width:240px !important;  }
*/
.ag #aLoginLnk {
    display:none !important;
}

#aLoginLnk , span.addLst {
    display: block;
    float:left;
    clear:both;
    width: 100%;
    height: 30px;
    line-height:30px;
    cursor:pointer;      
}

span.addLst { display:none; }

.ui-dialog .ui-dialog-titlebar {
    font-size: 13px;
}


#searchListings {
    float: left;
    display: block;
    margin-left: 5px;
    padding: 4px 1px 5px;
}

/*Login Form */

#loginForm table {
    font-family: Verdana,Arial,sans-serif;
    font-size: 13px;    
    float: left;    
}

#loginForm table input{
    margin: 5px;
}

#loginForm table label , span.cb 
{
}

#LoginButton, .btn {
    -moz-border-radius: 4px 4px 4px 4px;
    background: url("/images/bg-btn-blue.png") repeat-x scroll 0 0 #3399DD;
    border: 1px solid #3399DD;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    margin: 0 5px 0 0;
    padding: 4px 10px 5px;
    text-shadow: 0 -1px 0 #3399DD;
    cursor: pointer;
}

#LoginButton:hover #searchListings:hover{
    background-position: 0 -5px;
}

.llstBble 
{
    width:220px;    
    
    font-family: Verdana,Arial,sans-serif;
}
.llstBble h2 {
    font-size: 19px;
}

.llstBble table {
    font-size: 11px;
    width: 210px;
    float: left;
    border: 1px solid #ddd;
    margin: 7px 0 7px 0; 
}

.llstBble a {
    float: left;
    display: block;
    clear: both;
    font-family: Verdana,Arial,sans-serif;
    font-size: 13px;
    margin: 7px 0 7px 0;
}

/*.llstBble table tr:nth-child(odd), CSS3*/ .llstBble table tr.d0 {
  background-color: #F3F7FB;
}

/*.llstBble table tr:nth-child(even), CSS3*/.llstBble table tr.d1  {
  background-color: #fff;
}

.ui-tabs-nav a 
{
    cursor:pointer !important;
    outline: none;
}

button.loading {
    background:transparent url(/images/nz/icons/loader1.gif) no-repeat scroll 14px 3px;
}

/* card */

#cardInit {
    float: left;
    clear: both;
}




/* sci mode */
.llstBble span.links {
    float: left;
    display: block;
    width:210px;
}

.llstBble span.links a {    
    float: left;
    display:block;
    margin: 0;
    clear: none;
    height: 25px;
    line-height: 25px;
    padding-left:20px;
    text-decoration: underline; 
    color: #2200C1;
    cursor: pointer; 
    outline: 0;
}

.llstBble span.links a:hover {
    color: #A3A7AB;
}

.llstBble span.links a.lstUrl {
    float: left;
    background: url(/images/scrl.png) no-repeat 0 -1px;
}


.llstBble span.links a.lstSci{
    float: right;
    background: url(/images/sci.png) no-repeat 0 -1px;    
}

#sciDiv {
    width: 700px !important;
}

#tabsContainer div #cardInit {
    display:none;
}

#tabsContainer div.promo #loginPanel {
    display:none;
}
#tabsContainer div.promo #cardInit {
    display: block;
}

#cardInit big {
    display: block;
    float:left;
    font-size: 11px;
    font-family: Verdana,Arial,sans-serif;
    margin-bottom: 10px;  
}
#cardInit label, #cardInit input {
    width: 160px;
    display: block;
    float: left;
    clear: both;
    margin-bottom: 5px;    
}

#cardInit #pinSubmit {
   float: left;
   margin-top: 10px; 
}

#cardInit #cancelPromo {
    float: left;
    line-height: 40px;
}
/* call */

#callFrm { display: none; }
#callAgent , #callBtn { font-weight: bold; cursor: pointer; text-decoration: underline; }
#callAgent:hover , #callBtn:hover { text-decoration: none; }
#callBtn { margin-left: 5px; }

#rasnzLink {
    background: url(/images/tiles/fb_join.jpg) no-repeat 0 0; 
    display: block;
    float: left;
    padding: 0 0 0 54px;
    width: 210px;
    height: 36px;
    line-height: 36px;
    margin-top : 65px;
    font-size: 11px;
    overflow: hidden;
    text-indent:-1000em;
}

div.pBblec  {
    width:220px;
    height: 200px;
    font-family : Verdana,Arial,sans-serif;
}


div.pBblec button, div.pBblec span, div.pBblec select   
{
    float: left; 
    clear: both; 
    font-size:21px;
}

body.lgd #myPanel #loginPanel {
    display: none;
}

#gplaylnk {
    display: block;
    float: left;
    background: url(/images/tiles/gplay.png) no-repeat 0 0;
    height:26px;
    width:120px;
    text-indent: -1000em;
}

#agentForm a.admLnk {
    margin: 5px 0 10px 0;
    float: left;
}