﻿input#checkAll
{
	visibility:hidden;
}

#vCounter {	
	position: absolute;
	top: 410px;
	left: 20px;
	display: block;	
}


#matchesID {
    font-weight: bold;
}

div#sAlerts
{
	float: right; 
	padding-top: 3px;
}

#sAlerts img
{
	border: 0;
}

span.info {
    clear: left;
    color: #8C8BB2;
    display: block;
    font-size: 11px;
}



div#SelectedAreas
{
	text-align:left;
	font-size: 11px;
	font-weight: normal;
	width: 265px;
	display: block;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 3px;
	margin-bottom: 3px;
	display:none;
	max-height: 55px;
	overflow:auto;
}

#areaspan
{
    display:none;
}

select#CurrentAreaList
{
	width:170px;
	height:50px;
	font-size: 10px;
	padding:0 0 0 0px;
}
 

#scCont {	
	position: relative;
	height: 465px;
	width:  280px;
	background-image: url("../images/backgrounds/amend-search.png");
	background-repeat: no-repeat;
	padding: 20px 0 20px 20px;
	font-size: 12px;
	color: #fff;
}

#scCont select, #scCont input {
	color: #000;
}

#scCont input {
	height: 17px;
	border: 1px solid #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}


#scLoc {
	position: absolute;
	top: 55px;
	left: 20px;
}

#scLoc span.bold {
	position: relative;
	left: 1px;
	float: left;
	margin-bottom: 3px;
	color: #fff;
}

a#areaclick {
	float: left;
	margin-left: 110px;
	margin-right: 3px;
	font-size: 11px;
	color: #8C8BB2;
	cursor: pointer;
}

.rh-select {
	position: relative;
	left: -3px;
	color: #000;
	font-size: 13px;
	margin-bottom: 5px;	
}

.lh-select {
	position: relative;
	left: -3px;
	color: #000;
	font-size: 13px;
	margin-bottom: 5px;
}


#scAreas a 
{
	font-weight: normal;
}
div#scFreeTxt
{
	color: #000099;
	margin-bottom: 5px;
	padding-bottom: 5px;
}


#scFreeTxt input
{
	width:263px;
}

div#scLh {
	position: absolute;
	top: 130px;
	left: 20px;
	width: 90px;	
	background: url(../images/backgrounds/search-rent-arrow.png) 21px 43px no-repeat;
}

#scLh input {
	border: 1px solid #C0C9E5;
	width: 52px;
	padding: 3px 3px 3px 11px;
}

div#scRh {	
	position: absolute;
	top: 129px;
	left: 110px;
	width: 180px;
}
#scRh select
{
	width: 175px;
	margin-bottom: 5px;
	height: 21px;
}

input.scRtUp
{
	margin-top: 22px;
	margin-bottom: 5px;
}

input.scPou, input.scRtUp 
{
background-image: url("../images/icons/pound-sign.png");
    background-position: left 50%;
    background-repeat: no-repeat;
  background-color: #fff;
  padding-left:11px;	
}




div#scFl {	
	position:absolute;	
	left: 20px;
	top: 333px;
	width: 200px;		
}

div#scMi {	
	position: absolute;	
	left: 20px;
	top: 345px;
	width: 100px;
	margin: 3px 0 3px 0;
}

div#scMi input {
	clear: left;
	margin-left: 0;
	border: none;
	position:relative;
	top: 4px;
}

div#scFr {	
	position: absolute;	
	left: 120px;
	top: 345px;
	width: 120px;
	margin: 3px 0 3px 0;	
}

div#scFr input {
	border: none;
	position:relative;
	top: 4px;
}



input.scRtUp {
	margin-top: 23px;
	margin-bottom: 5px;
}

#CityAreas td
{
    padding-bottom: 3px;
}

#CityAreas td input
{
    padding-bottom: 0;
    margin-bottom: 0;
    height: 13px;
}


/* to do */
#scMi input, #scFr input
{
	margin: 2px 3px 0 1px;
	padding: 0; /* to fix ie8 margin bug */
	width: 13px; /* to fix ie6 & 7 margin bug */
}

table#CityAreas
{
	clear:both;
}

div#CityAreasDiv
{
	padding-left: 5px;
	visibility: hidden;
	z-index: 20;
	left: -430px;
	top: 0px;
	position: absolute;
	width: 420px;
	height: 208px;
	background-color: #191F6C;	
	font-weight: normal;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#CityAreasDiv input {
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

#CityAreas {
	font-size: 12px;
}

#CityAreas tr {
	padding-bottom: 4px;
}

#scToL
{
	padding-top: 5px;
}
#scAdded
{
	padding: 5px 0 0 0;
}
#scAdded select
{
	width:165px;
}
#scAvailable
{
	padding: 5px 0 6px 0;
}
#scAvailable select
{
	width:165px;
}

div#alertsopen
{
	clear: both;
	width: 300px;
	margin-bottom: 10px;
}

#alertsopen a
{
	color: #7C2756; 	
}

div#alerts
{
	padding: 5px 0 5px 0;
	visibility:hidden;
	z-index:22;
	top:0px;
	left:496px;
	position:absolute;
	width: 170px; 
	height: 105px;
	background-color: #191F6C;
	border:solid 1px #191F6C;
	padding:3px 0px 0px 0px;
	
}



#emailAlerts input
{
	width: 155px;
	margin: 3px 0 0 5px;
}	

#emailAlerts #alertClick
{
	width: 160px;
}

div#row
{
	text-align:left;
	vertical-align:top;
}

div#suggest
{
	margin:0;
	font-size: 12px;
	width: 263px;
}

span#close 
{
	text-align:right;
	width:100%;
	border: solid, 1px red;
}

.scSub
{
	font-weight: bold;
	font-size: 13px;
	color: #000099;	
	width: 165px;
	margin-top: 5px;
}

div#vSearchHd
{
	font-weight: bold;
	color: #000099;
	float: right;
}

div#btSubmit {
	position: absolute;
	top: 440px;
	left: 20px;
}

div#btSubmit input {
    border: medium none;
    border-radius: 0 0 0 0;
    height: 35px;
    width: 150px;
}

div#caHead
{
	margin: 0;
}

div#caHeadl {
	width: 300px;
	float: left;
	font-weight: bold;
	padding: 3px 0 3px 3px;
	font-size: 12px;
}

div#caHeadr {
	float: right;
	width: 30px;
	padding: 4px;
}

table#CityAreas {
	clear: both;
}

.chelp {
	cursor: help !important;
}


.dj-combo, .dj-select {
	font-size: 15px;
}


/* Override Dojo defaults for Select and ComboxBox */

.tundra {
	font-family: font-family: Arial, Helvetica, sans-serif;	
}

.tundra .dijitButtonText {
	font-size: 13px;
	position: relative;
}

.tundra .dijitInputContainer {
	background-image: none;	
	padding-top: 2px;
	padding-left: 3px;
}

.tundra .dijitSelect .dijitButtonContents {
	background: #fff;
	padding-top: 0px;
	height: 19px;
}


.lh-select .dijitButtonContents {
	width: 46px;
}

.rh-select .dijitButtonContents {
	width: 145px;
}

.tundra .dijitInputContainer input {
	-webkit-appearance: caret;
	-moz-appearance: caret;
	font-size: 13px;
}

.dijitMenuItem  {
	font-size: 13px;
}

.dijitMenuItemLabel {
	font-size: 13px;
}

.tundra .dijitSelect, .tundra .dijitComboBox {	
	border: 1px solid #C0C9E5;
	border-color: #C0C9E5;
	background: #fff;	
	border-radius: 4px;	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
	padding: 2px;
	border-collapse: separate;
}


.tundra .dijitSelectMenu .dijitMenuTable {
	max-height: 200px;
	height: 200px;
}


.tundra .dijitSelectHover .dijitButtonNode {
	background: #fff;
	border-radius: 5px;
}


.tundra .dijitButtonNode {
	border: none;
	background: #fff;
}

/* This disables selected item being shown in bold */
.dijitSelectSelectedOption * {
	font-weight: normal;
}


/* End Dojo override */

