body, select, input, form, DropDownList  {
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 11px;
	height:19px; 
	width:169px;
}

/* 
  This is to reduce the size of the space in the geo location picker.  
  To implement this we will need to add class="geoTD" in each of the 3 TD of the GeoLocationPicker1.ascx
*/
.geoTD 
{
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 11px;
	height:19px; 
	width:169px;

}

.txtType {
	margin: 0;
	padding: 0;
	font-family: arial;
}
.ddlType{
	font-family: arial;
	font-size: 11px;
	}

p a, td a{
	color: #004276;
}

a {
	color: #000066;
	text-decoration: none;
	outline:none;
}
a:hover {
	text-decoration: underline;
}
h3.promo {
	margin: 1px 0 11px 0;
	font-size: 127.5% !important;
}

/* tabbed nav */
#tabnav {
	height: 24px;
	margin: 0;
	padding: 0;
	background: url(/nytimes/Images/Iframe/tabnav-bg.gif) repeat-x bottom;
}
#tabnav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#tabnav a:link, #tabnav a:visited {
	float: left;
	margin-right: -1px;
	padding: 4px 10px 4px 10px;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #ccc;
	color: #000;
}

#tabnav #tab1.active {
	border-bottom: 1px solid #eff6e6;
}
#tabnav #tab2.active {
	border-bottom: 1px solid #f8f8d4;
}

#tabnav #tab1, .leaseContent {
	background: #eff6e6;
}
#tabnav #tab2, .saleContent {
	background: #f8f8d4;
}


#tabnav #tab1 {
	background: #eff6e6;
}
#tabnav #tab2 {
	background: #f8f8d4;
}

#tabnav #more {
	padding-top: 5px;
	border: none;
	font-weight: normal;
	color: #004276;
}

/* shell */
#container 
{
	font-size: 11;
	width: 395px;
	position: relative;
}
#searchSponsor 
{
	font-size: 11;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
}
#searchSponsor h5 {
	margin: 0 0 2px 0;
	padding: 0;
	font-weight: normal;
	font-size: 82%;
	color: #909090;
}

.leftCol {
	float: left;
}
.rightCol {
	float: right;
}
.leftCol.wide {
	width: 175px;	
}
.rightCol.wide{
	width: 169px;
	font-size: 11px;
}
.leftCol.narrow, .rightCol.narrow {
	width: 79px;
}

.colWrap.first {
	margin-bottom: 8px;
	/* padding: 2px 0 6px 0;*/
	font-size: 11px;
	padding: 2px 0 0px 0;
	border-bottom: 1px solid #cdccc8;
	background: transparent url(/nytimes/Images/Iframe/bg-colwrap.gif) repeat-y 189px 0;
}

.colWrap.last .rightCol {
	text-align: right;
	width: 180px;
	font-size: 11px;
}

.colWrap.last table{
	font-size: 11px;
}


/* tables */
.leftCol table { 
	border-collapse: collapse !important; 
	margin: 0; 
	font-size: 11px;
}
.leftCol table td { 
	padding: 0 !important;	
	margin: 0 !important;
}


/* form elements */
label {
	margin-bottom: 6px;
	font-weight: bold;
	display: block;
	font-size: 11px;
}
#UnitedStates table.keyword {
	margin-top: 3px !important;
	font-size: 11px;

}
#OutsideUS table.keyword {
	margin-top: 3px !important;
	font-size: 11px;
}
label em {
	font-weight: normal;
	font-style: normal;
}
.narrow label {
	margin-top: 4px;
}
.wide select {
	width: 173px;
	margin-bottom: 5px;
}
.rightCol.wide select {
	width: 169px;
}
.narrow select {
	width: 79px !important;
	margin-bottom: 5px;
}
input {
	width: 169px;
}
input.txtType {
	height: 19px;
}
#content select { 
	height: auto !important; 
}

/* listings */
#listings {
	background: #fff;
	padding: 9px;
}
#listings img {
	margin-right: 7px;
	float: left;
}
a.postListing {
	float: left;
	font-weight: bold;
	color: #004276;
	padding-top: 3px;
}
#content {
	padding: 5px 9px 0px 9px;
}

#content, #listings {
	border: 1px solid #ccc;
	border-top: 0;
}
#cityfeetLogo {
	float: right; 
	margin: 0 0 9px 8px;
}
small {
	padding-top: 3px;
	font-size: 91%;
	color: #808285;
	display: block;
}
#advanceSearch {
	position:absolute;
	left:290px;
	top:55px;
}

/* misc. */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
    
img {
	border: 0;
}
hr {
	border: 0;
	background-color: #ccc;
	color: #ccc;
	height: 1px;
}
.ImgbtnClass
{
	width:62px;
	height:22px;
}

.PostText
{
	font-family: Georgia, "times new Roman", times, Serif;
	color:#333;
	font-size: 11px;
	}