* {
	margin: 0;
	padding: 0;
}
 	
body {
  font: 62.5%/1.4  Arial, Helvetica, Verdana, sans-serif;
  color: #333;
  background: #a8cbe2 url(/images/nlbg.gif) repeat-x top left;
  text-align: center;
  padding-bottom: 20px;
  margin: 0 auto;
}

img {  
	border: 0; 
}

fieldset, form, label, legend
 {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

form input[type="hidden"] {
	margin: 0px;
	padding: 0px;
}

ol,ul { 
	list-style:none; 
}

h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
}
q:before,q:after { 
	content:""; 
}

/* Typography and Default Stylings
================================== */
h1 {
	font-size: 2.2em;
  	line-height: 1.0em;
}

h2 {
  	font-size: 1.6em;
  	line-height: 1.0em;
	margin-bottom: 10px;
}

h3 {
	font-size: 1.4em;
	line-height: 1.0em;
}

h4 {
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: normal;
}

h5 {
	font-size: 1.3em;
	line-height: 1.0em;
}

h6 {
	font-size: .9em;
	font-weight:normal;
}

p { 
	font-size: 1.2em;
	margin-bottom: 1em;
}

table { 
	border-collapse: collapse; 
	border-spacing: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: inherit;
}
	
dt,th { 
	font-size: 1.3em;
}

li, dd, td {
	font-size: 1.0em;
}

address {
	font-size: 1.2em;
}

pre {
	font-size: 1.3em;
}

.small {
	font-size: 1.0em;
}

.smaller {
	font-size: .8em;
}

.bigger {
	font-size: 1.1em;
}

.biggest {
	font-size: 1.2em;
}

.right {
	float: right;
}

.left {
	float: left;
}

.center {
	text-align: center;
}

.align_right {
	text-align: right;
}

.align_left {
	text-align: left;
}

.bold {
	font-weight: bold;
}

.italics {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

a:link, a:visited {
	color: #3366cc;
	text-decoration: none;	
}

a:hover {
	color: #6699ff;
	text-decoration: none;
}


/*Ugliness Styles for Legacy Users */

.red {
	color: #FF0000;
}

.grn {
	color: #228B22;
}

.ylw {
	color: #FFFF00;
}

.prp {
	color: #A020F0;
}

.org {
	color: #FFA500;
}

/* WARNING: "clearfix" used by 3rd party libs like lightview!  Use our own name to avoid conflict */
.nl_clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
} 

.nl_clearfix { 
  height: 1%;
}

.clear {
	clear: both;
}

.clear_right {
	clear: right;
}

/* Replacement for <p> tags that were used solely for text sizing */
div.text {
	font-size: 1.2em;
	line-height: 1.2;
}


/* Main Layout 
================================== */

/* The main layout consists of two wrappers-first wrapper  
includes everything-nl content floated left and inner wrapper floated right */
#wrapper {
	width: 924px;
	margin: 0 auto;
	text-align: left;
	padding: 0px 10px 10px 10px; 
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	background-color: #ceecec;
}

/*Contains main content and secondary content */
#innerwrapper {
	float: right;
	width: 730px;
	padding: 10px 10px 0px 10px;
	border: 1px solid #3e598f;
	background-color: #ffffff;
	margin-bottom: 10px;
}


/*Wrapper for main content goes inside innerwrapper*/
#maincontentwrapper {
	float: left;
	width: 558px;
}

.maincontentborder {
	width: 556px;
	/*float: left; not floating fixes ie bottom margin bug*/
	border: 1px solid #96b8fc;
	margin-bottom: 10px;
	overflow:hidden;
}

/*Box that actually contains the content */
.maincontent {
	width: 532px;
    float: left;
	line-height: 1.4em;
	padding: 10px;
	border: 2px solid #fff;
	background-color: #fff;
	overflow:hidden;
}

#home .maincontent {
	width: 532px;
    float: left;
	line-height: 1.4em;
	padding: 10px;
	border: 2px solid #fff;
	background-color: #f2f6fa;
	overflow:hidden;
}

/*Secondary content floated right of maincontent-will include other pages from 
within site or related content to the main content 
================================== */
#secondarycontent {
	float:right; 
	width: 162px; 
}

/*NLcontent floated left has all Neighborhood Link related content */
#nlcontent {
	float: left;
	width: 162px;
	margin-top: -124px;
}

/* Footers main purpose is to clear floats innerwrapper and nlcontent */
#footer { 
	width: 100%;
	clear: both; 
	background-color: #ceecec; 
}

/* Styling for All the stuff that goes in inner wrapper before or after main content: 
banners, headers, menus, and copyright 
================================================================= */

#leader_board {
	float: right;
	width: 750px;
	height: 110px;
	border-left: 1px solid #3e598f;
	border-right: 1px solid #3e598f;
	border-bottom: 1px solid #3e598f;
	background-color: #ffffff;
}

#leader_board div{
	margin: 10px 0 0 5px;
	border: 1px solid #ffffff;
}

#leader_boardzip {
        float: left;
        width: 850px;
        height: 100px;
        border-left: 1px solid #3e598f;
        border-right: 1px solid #3e598f;
        border-bottom: 1px solid #3e598f;
        border-top: 1px solid #3e598f;
        background-color: #ffffff;
	text-align: center;
}

#leader_boardzip div{
        margin: 4px 0 0 0px;
        border: 1px solid #ffffff;
}


.town#leader_board {
	height: 110px;
}

.town#map_div {
  margin-bottom: 10px;
}

/* appears once on each page */
#share_it {
	width: 162px;
	float: right;
	margin-bottom: 10px;
}


#neighborhoodname {
	float:left;
	width: 728px;
	margin: 0px 0px 10px 0px;
}


#mainnav {
	float: left;
	width: 728px;
	border: 1px solid #96b8fc;
	margin: 0px 0px 10px 0px;
}


#mainnav ul {
	list-style-type:none;
	float: left;
	width: 724px;
	border: 1px solid #ffffff;
	background-color:#f2f6fa;
	margin: 0px;
	padding: 1px;
}

#mainnav li {
	float: left;
	font-size: 1.3em;
	line-height: 1.5em;
	border-right: 1px solid #ffffff;
	padding: 0px 20px;
}

#mainnav li.last {
	border-right: none;
}

/* Method for indicating current page via menu */
#home .home a,
#hood_forums .hood_forums a,
#calendar .calendar a,
#documents .documents a,
#meet .meet a,
#info .info a,
#newsletters .info a,
#map .info a {
	font-weight: bold;
	color: #3366cc;
	font-size: 1.1em;
}


/* Styling for Main Content
================================== */
.maincontent p {
	font-size: 1.3em;
	line-height: 1.4em;
}

.maincontent h4 {
	font-size: 1.4em;
	margin-top: 12px;
}

.maincontenttag {
	font-size: 1.3em;
	color: #6666cc;
	padding: 8px 5px 8px 20px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	margin: 10px 0px 15px 0px;
}



.offsite {
  background: url(/images/external.gif) no-repeat right top;
  padding-right: 12px;
}

.application_pdf { 
	background: url(/images/icon_pdf.gif) no-repeat right top; 
	padding: 0px 18px 5px 0;
 }

.application_msword { 
	background: url(/images/icon_doc.gif) no-repeat right top; 
	padding: 0px 18px 5px 0;
 }

.application_vnd_ms_excel { 
	background: url(/images/icon_excel.gif) no-repeat right top; 
	padding: 0px 18px 5px 0;
 }


/* Generic Def List used on many pages either half the page or full width-somtimes put inside a generic div */
dl.generic  {
	width: 100%;
	margin: 0;
	padding: 0;
}

.generic dt {
	font-size: 1.4em;
	font-weight: bold;
	background-color: #f2f6fa;
	padding:5px;
	margin: 0;
}

.generic dd {
	font-size: 1.3em;
    line-height: 1.4em;
    padding-left: 5px;
    margin: 0;
}

/*Styling for Edit links in a dt-current size should be 11.2px-80% of 14px */
.edit_span { 
	float: right;
	background: url(/images/caret.gif) no-repeat left;
	padding-left: 8px;
	padding-right: 5px;
	font-size: .8em;
	font-weight: normal;
}

/*Most edit links are in a div with class layout_perm_sprout */
div.layout_perm_sprout .edit_span {
	font-size: 1.12em;
}


.title_header {
	width: 522px;
	margin: 0 0 10px 0;
	padding: 5px;
	background-color: #f2f6fa;
	clear: right;
}


.add_new  {
	padding-left: 18px;
	background: url(/images/startaddredtran.gif) no-repeat left center;
}

.edit_delete {
	width: 40px;
	float: right;
	margin: 0 0 0 0;
	display: inline;
}

.edit_delete img {
	padding-left: 7px;
	float: right;
	display: inline;
}


/*NL network Logo styling */
#nlnnborder {
width: 160px;
border:1px solid #FFFFFF;
margin-bottom:10px;
margin-left:0px;
}
#nlnn {
width: 108px;
background:transparent url(/images/nlnnbg4.gif) repeat-y scroll left top;
border:1px solid #91BABA;
padding:10px 25px;
font-size:0.9em;
line-height:1.4em;
text-align:center;
}

#nlnn img {
padding-bottom:2px;
}

/* Weather Stuff  */

#weather {
	font-size: .9em;
	line-height: 1.3em;
}

#weather img {
	float: left;
	padding-right: 10px;
}

.weatherdate {
	padding-bottom: 5px;
}

#weatherlinks {
	padding-top: 5px;
	font-size: 1.2em;
}


/*Generic box used for NL Content  */
.nlbox {
	float: left;
	font-size: 1.0em;
	width: 160px;
	border: 1px solid #91baba;
	background-color: #e7f3f4;
	margin-bottom: 10px;
	margin-left: 0px;
	overflow: hidden;
}

.nlinnerbox {
	width: 138px;
	border: 1px solid #ffffff;
	padding: 10px;
	background-color: #e7f3f4;
	overflow: hidden;
}

.nllogo_box {
	border: 1px solid #ffffff;
	padding: 10px 0px;
	background-color: #e7f3f4;
	text-align: center;
	overflow: hidden;
}

.nllogo_box div {
	margin-top: 2px;
}

.nlbox h2 {
	color: #446b79;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.8em;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 10px;
}

.nlbox h3 {
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: normal;
}

.nlbox h4 {
	font-size: 1.0em;
	line-height: 1.4em;
	margin-bottom: 1.0em;
}

.nlbox fieldset {
	border: none;
}

/*Generic Def List used for NL Content  */
.nlbox dl {
	width: 138px;
	border: 1px solid #ffffff;
	padding: 10px;
	overflow: hidden;
}

.nlbox dt {
	color: #446b79;
	font-weight: bold;
	line-height: 1.8em;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 10px;
}

.nlbox dd {
	line-height: 1.45em;
	margin-bottom: 8px;
	overflow: hidden;
}

.nlbox dd a {
	display: block;
	font-size: 1.3em;
	padding-bottom: 1px;
}

.nlbox dd img {
	float: left;
    margin-right: 8px;
}

/*Signinbox styling change generic dl a bit */


.nlbox #signinbox  dt {
	width: 138px;
	font-size: 1.1em;
	line-height: 1.3em;
	margin-bottom: 5px;
	padding-bottom: 2px;
	overflow: hidden;
}

.nlbox #signinbox dd {
	margin: 0;
	padding: 0;
}

.nlbox #signinbox dd.avatar {
	margin-bottom: 10px;
}

.nlbox #signinbox  a {
	font-size: 1.0em;
	line-height: 1.4em;
}

.nlbox #signinbox  dd.admin  {
	
}

.nlbox #signinbox  dd.upgrade  {
	clear:left;
}

.nlbox #signinbox  dd.admin.alert  {
	width: 138px;
	margin-top: 10px;
}

.nlbox #signinbox  dd.admin.alert a {
	line-height: .9em;
	color: #ff0000;
}

.nlbox #signinbox  dd.admin.alert a:hover {
	color: #fe7b7b;
}


/* Zillow Form Styling-Best method was putting the form into the list */
.nlbox form dd {
	line-height: 1.45em;
	margin-bottom: 1px;
}

.nlbox label {
  	font-size: 1.1em;
  	margin-right: 15px;
}

.nlbox input {
 	width: 130px;
 	margin-bottom: 5px;
}

.nlbox input:focus, .nlbox textarea:focus {
 	background: #ecf2fe;
}

.nlbox form img {
	float: none;
	margin: 0;
}

#address_state {
	width: 20px;	
}

#address_zip  {
	width: 50px;
	margin-left: 15px;	
}

#zip  {
	width: 123px;
}

/*NL Pro Ad */
.nlbox dl#nlpbox dt {
	color: #446b79;
	font-weight: bold;
	line-height: 1.8em;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 10px;
	text-align: center;
}

.nlbox dl#nlpbox dd{
	font-size: 1.1em;
	line-height: 1.45em;
	margin-bottom: 2px;
	text-align: center;     
}


.nlbox dl#nlpbox dd img {
	float: none;
	background: #ffffff;
	padding: 1px;
	border: 1px solid #91baba;
	margin: 0;
}


.nlbox dl#nlpbox dd a{
	font-weight: normal;
	font-size: 1.2em;
}

/*Bottom Nav Bar */
#nlnav {
	float: right;
	width: 750px;
	border: 1px solid #91baba;
	margin-bottom: 10px;
	padding: 8px 0;
	background-color: #e7f3f4;
	/*background: url(/images/nlcommunitybg.gif) repeat-x top left;*/
	clear: right;
}

#nlnav ul {
	list-style-type:none;
	float: left;
	width: 730px;
	margin: 0px;
	padding: 0px;
}

#nlnav li {
	float: left;
	border-right: 1px solid #ffffff;
	padding: .2em 1em;	
}

#nlnav li.last {
	border-right: none;
}

#nlnav li a {
	display: block;
	font-size: 1.2em;
	line-height: .9em;
	padding-bottom: .3em;
}

#nlnav li.prem_name {
	display: block;
	font-size: 1.2em;
	line-height: .9em;
	font-weight: bold;
	padding-bottom: .3em;
}
/*Bottom Nav Bar ZIP profile page*/
#nlnavzip {
        float: left;
        width: 750px;
        border: 1px solid #91baba;
        margin-bottom: 10px;
        padding: 8px 0;
        background-color: #e7f3f4;
        /*background: url(/images/nlcommunitybg.gif) repeat-x top left;*/
        clear: right;
}

#nlnavzip ul {
        list-style-type:none;
        float: left;
        width: 730px;
        margin: 0px;
        padding: 0px;
}

#nlnavzip li {
        float: left;
        border-right: 1px solid #ffffff;
        padding: .2em 1em;
}

#nlnavzip li.last {
        border-right: none;
}

#nlnavzip li a {
        display: block;
        font-size: 1.2em;
        line-height: .9em;
        padding-bottom: .3em;
}

#nlnavzip li.prem_name {
        display: block;
        font-size: 1.2em;
        line-height: .9em;
        font-weight: bold;
        padding-bottom: .3em;
}


/*Goes Under Nl nav bar in footer div */
#copyright {
	width: 742px; 
	font-size: .9em;	
	margin-left: 180px;
}

#copyright a {
	padding-right: 30px;
}

#copyrightzip {
        width: 742px;
        font-size: .9em;
	margin-left: 5px;
}

#copyrightzip a {
        padding-right: 30px;
}



/* Styling for Secondary Content
================================== */
.secondarybox {
	float: right;
	width: 160px;
	margin-bottom: 10px;
	background-color:#ffffff;
	border: 1px solid #96b8fc;	 
}
#secondaryad {
	float: right;
	width: 140px;
	margin-bottom: 10px;
	background-color:#f2f6fa;
	border: 1px solid #96b8fc;	
	padding: 20px 0px 20px 20px; 
}

/*only on homepage box is blue */
#home .secondarybox {
	float: right;
	width: 160px;
	margin-bottom: 10px;
	background-color:#f2f6fa;
	border: 1px solid #96b8fc;	 
}
.secondarybox dl {
	float: right;
	width: 136px;
	padding: 10px;
	border: 2px solid #ffffff;
}

.secondarybox dt {
	font-weight: bold;
	font-size: 1.4em;
	border-bottom: 1px solid #96b8fc;
	margin-bottom: 5px;
}

#home .secondarybox dt {
	font-weight: bold;
	font-size: 1.4em;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 5px;
}

.secondarybox dd {
	font-size: 1.3em;
	line-height: 1.3em;
	padding-top:5px;
	margin: 0;
}

.secondarybox dd img {
	border: 1px solid #96b8fc;
}

.secondarybox dd.ad {
	padding-left: 8px;
}

/* Styling for Profile view and edit pages
================================== */

/*Styles for Both pages */
h1.profile  {
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 10px;
}

.profile_title {
	width: 522px;
	float: left;
	font-size: 1.4em;
	font-weight: bold;
	background-color: #f2f6fa;
	padding:5px;
	margin: 10px 0;
}

.link_back {
	font-size: 1.4em;
	margin-bottom: 10px;
}

table.profile {
	width: 532px;
	float: left;
	margin: 10px 0;
}
.profile th, .profile td {
	width: 190px;
	font-size: 1.3em;
	line-height: 1.4em;
	padding-bottom: 5px;
	padding-left: 5px;
	vertical-align: top;
}

.tbl_header {
	font-size: 1.3em;
	font-weight: bold;
	padding: 5px 0px 5px 5px;
	background-color: #f2f6fa;
	text-align: left;
}

.top_row {
	padding-top: 5px;
}

/*Profile view page only for mojo edit */
.profile td.mojo {
	width: 100px;
	float: left;
	margin-left: -100px;
	font-size: .9em;
}


table#admin_tbl {
	width: 532px;
	float: left;
	margin: 15px 0px;
}


#admin_tbl th {
	font-size: 1.3em;
	font-weight: bold;
	padding: 5px;
	background-color: #f2f6fa;
} 


#admin_tbl td {
	font-size: 1.2em;
	padding: 10px 15px 3px 15px;
}


.rowcolor {
	background-color: #f9f9f9;
}

/*For prefs pulldown explanation */
table#prefs {
	margin-bottom: 15px;
}


#prefs th {
	padding-left: 5px;
}

td#finder_explain {
	font-size: 1.1em;
	font-style: italic;
	padding-bottom: 15px;
}

#prefs td.finder_explain {
	font-size: 1.1em;
	padding-bottom: 10px;
}

.bio_img {
	width: 100%;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	overflow: hidden;
}

.bio_img img {
	margin-right: 8px;
	vertical-align: middle;
}


/* For request access to become an editor panel */
p.member_review {
	margin: 8px 0;
}


/*New Additions from Gateway Styling-need to be dispursed */

/* Used in Zip code and state and city pages-should go in zip.css ??  */
h2.search_legend  {
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: normal;
	padding-left: 5px;
	font-style: italic;
	margin: 1px 0 0px 0;
}

/* Should replace all nlnn styling */
#nl_network {
	width: 158px;
	float: left;
	border: 1px solid #91baba;
	background-color: #ffffff;
	/*margin-top: 10px;
	margin-left: 0px; */
	margin-bottom: 10px;
	padding: 1px;
}

#nl_network div.text {
	font-size: 1.0em;
	line-height: 1.0em;
	text-align: center;
	padding-bottom: 8px;
}

#global_nav ul  {
	list-style-type:none;
	float: left; 
	width: 750px;
	margin: 0px 0 0px 170px;
	padding: 0 0 2px 0;
	display: inline;
	clear: both;
}

/*Global Nav Styling */
#global_nav li {
	float: left;
	font-size: 1.4em;
	line-height: 1.5em;
	background:url(/images/gnavdiv.gif) no-repeat  right;
	padding: 0px 12px;
	color: #bbb;
}

#global_nav .dark {
	color: #000;
}

#global_nav li.last {
	background: none;
}

/*Standard Search used on Gateway and zip, state and city pages  */
.search_form {
	width: 316px;
	margin: 0;
	padding: 0;
	}
.search_form fieldset {
	margin: 8px 0 10px 0px;
	padding: 0;
	border: 0;
	}

.search_form input { 
	width: 228px; 
	color: #666;
	font-size: 1.0em;
	margin-left: 10px; 
}

.search_form input.submit_query { 
	margin-left: 2px;
	border: none;
	width: 57px;
	vertical-align: bottom;
}

input.submit_button {
	margin-top: 10px;
}



/*NOTIFICATIONS*/
.notify {
  	background: #ffdfdf;
  	float: left;
  	border: 1px solid #df7d7d; 
	border-width: 1px 0;
  	margin: 0 0 1em 0; 
	padding: 1em;
	width: 710px;
}


.notify h2{
	margin-bottom: .5em;
}


.notify ul {
	list-style: decimal inside;
	padding: 0;
}


.notify ul li {
	font-size: 1.3em;
	line-height: 1.4em;
	border-bottom:1px dotted #df7d7d;
	padding: 2px;
}

/*Used to hide icons and divs for ie*/
.hide_ud {
	display: none;
}

/*ERROR MESSAGES */
.errorExplanation {
  background: #ffdfdf;
  border: 1px solid #df7d7d; 
	border-width: 1px 0;
  margin: 0 0 1em 0; 
	padding: 1em;
	clear: both; /*added 6/2010*/
}

.errorExplanation h2{
	margin-bottom: .5em;
}

.errorExplanation ul {
	list-style: decimal inside;
	padding: 0;
}

.errorExplanation ul li {
	font-size: 1.3em;
	line-height: 1.4em;
	border-bottom:1px dotted #df7d7d;
	padding: 2px;
}

/*added to display error div as an inline element.*/
.fieldWithErrors {
  display:inline;
}

/*Apply the error styling to the field itself, not the div wrapper*/
.fieldWithErrors input {
	border: 2px solid #df7d7d;
	border-bottom: 3px solid #df7d7d;
}

.fieldWithErrors textarea {
	border: 2px solid #df7d7d;
	border-bottom: 3px solid #df7d7d;
}

.fieldWithErrors select {
	background: #df7d7d;
}

/*Vertical Form Styling Site-Wide */
form.vert_form {
	width: 100%;
	padding-left: 5px;
}

.vert_form label {
	font-weight: bold;
	display: block;
	font-size: 1.2em;
	margin-top: 12px;
	clear: both;
}

.vert_form label.first {
	font-weight: bold;
	display: block;
	font-size: 1.2em;
	margin-top: 5px;
	clear: both;
}

.nl_lightview_padding .vert_form label.first {
	font-weight: bold;
	display: block;
	font-size: 1.2em;
	margin-top: 0px;
	clear: both;
}

.vert_form input {
	width: 200px;
	display: block;
	font-size: 1.2em;
	margin-right: 10px;
	clear: left;
}

.vert_form input.signin {
	width: 260px;
	display: block;
	font-size: 1.2em;
	margin-right: 10px;
	clear: left;
}

.vert_form select {
	width: auto;
	display: block;
	font-size: 1.2em;
	clear: left;
}

.vert_form textarea {
	width: 200px;
	display: block;
	font-size: 1.2em;
	margin-right: 10px;
	clear: left;
}

.vert_form input.non_input {
	width: auto;
	float: left;
	display: block;
	margin-top: 12px;
}

.vert_form input.non_input_small {
	width: auto;
	float: left;
	display: block;
	margin-top: 12px;
}

.vert_form input.non_input_lv {
	width: auto;
	float: none;
	display: block;
	margin-top: 12px;
}

.vert_form input.check_box {
	width: 20px;
	float: left;
	font-size: 1.2em;
	margin-top: 10px;
	margin-right: 2px;
}

/* Where we only have one column in a wide layout */
.vert_form.wider input, .vert_form.wider textarea {
	width: 300px;
}

/* ZIP codes are only 5 characters */
.vert_form input.zip {
	width: auto;
}

.check_lbl {
	font-weight: normal;
	font-size: 1.2em;
	width: 370px;
	float: left;
	margin-top: 10px;
}

/* DEPRECATED! */
div.check_remember {
	font-weight: normal;
	font-size: 1.2em;
	width: 150px;
	float: left;
	display:block;
	margin-top: 15px;
	margin-bottom: 12px;
}

label.check_remember {
	font-weight: normal !important;
	float: left;
	clear: none;
	margin-bottom: 12px;
}

.vert_form input.remember {
	width: 20px;
	float: left;
	font-size: 1.2em;
	margin-top: 15px;
	margin-right: 2px;
}


div.form_note {
	width: 90%;
	font-size: 1.0em;
	line-height: 1.1em;
	margin-top: 2px;
	color: #666;
}

div.signin_note {
	width: 275px;
	font-size: 1.2em;
	line-height: 1.1em;
	margin-top: 2px;
	color: #666;
}

.priv_alert {
  clear: both;
  margin-bottom: 10px;
  text-align: right;
}

/* LIGHT VIEW EDIT PANELS */
.lv_Title {
	font-weight: bold;
	margin-bottom: 0px;
	font: 16px Arial, Helvetica, sans-serif;
	color: #ff0000;
	background-color:#f2f6fa;
}

/*FIXME: copied from forum-nl; needed for newsletter/show; can probably be deleted from forum-nl.css once this is finalized.*/
.breadcrumb_menu {
	margin: 0px 0px 10px 0px;
	font-size: 1.3em;
}

/* Will be taking over for #panel in individual pages, docs, etc stylesheets */
.nl_lightview_panel {
	height: auto;
}
.nl_lightview_padding {
	border: 1px solid #96b8fc;
	padding: 10px;
	margin-top: 10px;
}


#panel {
border: 1px solid #96b8fc;
padding: 10px 0 0 10px;
margin-top: 10px;
}

div#mceform {
	margin: 5px 0 10px 0;
}

form.panel_form {
	margin: 0;
	padding: 0;
}

form.panel_form select {
	margin-right: 5px;
	margin-bottom: 15px;
}

form.panel_form input {
	margin-bottom: 5px;
}

form.panel_form label {
	font-weight: bold;
	font-size: 1.3em;
	vertical-align: top;
	padding-right: 2px;
}

form.panel_form input.title_name {
	width: 400px;
}

form.panel_form div.priv_set label.header {
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

form.panel_form div.priv_set label {
	font-weight: normal;
}

form.panel_form div.priv_set input {
	margin-right: 3px;
	margin-bottom: 10px;
}

p.descriptor {
	font-style: italic;
	margin-bottom: 10px;
}

ul.city_wide {
	font-size:1.2em;
	margin-bottom: 15px;
}

ul.city_wide li {
	list-style-type:circle;
	margin-left: 20px;

}

/* Combo Choice Box: Upload, Create New Doc, or Divider*/
h2.divider {
	margin: 20px 0;
}

div.splain_it {
	font-size: 1.4em;
	width: 90%;
}


/*Sign-in box styling*/
table.sign_in td {
	padding: 0px 10px 10px 0px;
	background: none;
}

.sign_in_note {
	font-size: 1.3em;
}

dd.sign_in {
  font-size: 1.2em;
}

form.panel_form label.remember_note {
	font-weight: normal;
}

/* Neighbors Box style dd and img -give dd a width for ie6 */
/* Right now only on home page, but could be used on other pages. */
.secondarybox .neighbors dd {
	width: 136px;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 5px;
}

.secondarybox .neighbors dd.shell {
	width: 136px;
	white-space: normal;
	margin-bottom: 5px;
}

.secondarybox .neighbors dd img {
	border: none;
	margin-right: 8px;
	vertical-align: middle;
}


.secondarybox .neighbors dd.shell img {
	float: left;
	border: none;
	margin-right: 8px;
	vertical-align: middle;
}


.secondarybox .nearby dd {
	font-size: 1.3em;
    line-height: 1.3em;
	padding-top: 5px;
	padding-bottom: 5px;
    margin: 0;
}

.secondarybox .neighbors dd.private {
	white-space: normal;
}


/*NEIGHBORHOOD HOME PAGE */
#extra {
	float: left;
	width: 688px;
	line-height: 2.3em;
	border: 1px solid #96b8fc;
	padding: 3px 20px;
	margin-bottom: 10px;
}


div.extra_text {
	float: left;
	width: 645px;
	font-size: 1.5em;
	white-space: nowrap;
	overflow: hidden;
}
#welcomebox {
	float: left;
	width: 100%;
	overflow: hidden;
}

#home .maincontent {
	width: 532px;
    float: left;
	line-height: 1.4em;
	padding: 10px;
	border: 2px solid #fff;
	background-color: #f2f6fa;
	overflow:hidden; 
}

#welcomebox h3 {
	margin-bottom: 5px;
	line-height: 1.2em;
}

#welcomebox div#map_div {
	margin-right: 10px;
	float: left;
}

#outer_map {
	float: left;
	margin-right: 10px;
	width: 300px;
	height: 210px;
}

#listing_map {
	float: left;
	margin-right: 10px;
	width: 300px;
	height: 210px;
}

#welcomebox div#photo_div {
	margin-right: 10px;
	float: left;
	margin-bottom: 5px;
}

div.intro .edit_span {
	margin-right: -5px;
	display: inline;
}	


#welcomebox div.intro {
	height: auto;
}

#welcomebox div.intro p{
	line-height: 1.3em;
  	margin-bottom: 5px;
}

#introduction_photo_header_notoggle_map {
	z-index: 0;
	position: absolute; 
	bottom: -18px;
	font-size: 1.0em;
} 

#inner_introduction_photo_edit.edit_span, #inner_stock_photo_edit.edit_span {
  	float: left;
  	width: 100%;
	_width: 2%; /*for ie6 when picture is short */
  	margin-top: 5px;
}

#upgradetopremium {
	float: left;
	display: block;
	width: 162px;
	height: 30px;
	margin-bottom: 10px;
}

#upgradetopremium a {
	display: block;
	width: 100%;
	height: 100%;
	background: transparent url(/images/upgradetop.png) no-repeat top left;
	outline: none;
	float: left;
}

#upgradetopremium a:hover {
	background-position: 0 -30px;
}

/* Discussion Teasers Box Styling */
#home .discussiontag  {
	background: url(/images/quotebubble.gif) no-repeat left 50%;
	padding-left: 14px;
}
	
#home .discussiondata {
	color: #6666cc;
	font-size: 1.0em;
	margin: 5px 0 10px 0;
}
#home .discussiondate {
	padding-right: 30px;
}


/* Styling for Pages and Links Teasers  Box*/
#home .pages {
	width: 256px;
}

/*Styling for photos in paragraphs */
#home .maincontent p img {
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}

/* Accomodate add new arrows */
#home h3 a.add_new {
	display: block;
	margin-top: 5px;
}

#home dd a.add_new {
	display: block;
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 3px;
}

#home .generic dd {
	line-height: 1.2em;
	padding-bottom: 7px;
}

/* Styling for Expanded Resource guide */
#home dl.rg {
	margin-left: 5px;
	padding: 5px 0;
	clear: both;
}

#home .rg dt {
	font-size: 1.4em;
	font-weight: normal;
	padding: 0;
	margin: 5px 0;
	clear: both;
}



#home .rg dd {
	font-size: 1.3em;
	line-height: 1.4em;
	padding: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 20px;
}

#home .rg dd img {
	float: left;
	margin: 5px 10px 10px 0;
	width: 120px;
}

#home .rg dd div {
	font-size: .8em;
}


/*Styling for Intro Photo or Map replace */
#photo_map #panel {
	margin-top: 0px;
}

#photo_map #panel form.panel_form label {
	padding-left: 5px;
	padding-right: 2px;
}

#home .map_link{
	margin-top: 5px;
	margin-bottom: 25px;
	font-size: 1.2em;
}

#home .map_link a {
	display: block;
}

#home h3.divider {
	background-color:#F2F6FA;
	margin-bottom: 10px;
	padding:5px;
	width: 480px;
}


/*INFO PAGES-MAIN INFO, CONtACTS, NEWSLETTER */
h2.infocon {
	margin-bottom: 15px;
}

#info .generic {
	width: 256px;
	margin-bottom: 15px;
}

#info .generic img {
	border: 1px solid #96b8fc;
}

#info .generic dl {
	margin-bottom: 15px;
	padding: 0;
}

#info .generic dt {
	margin-bottom: 5px;
}

#newsletters .generic dt {
	margin: 10px 0;
}

#newsletters .generic dd {
	width: 522px;
    line-height: 1.2em;
	padding-bottom: 7px;
	overflow: hidden;
}

#newsletters .generic  dd.newsletter {
	line-height: 1.2em;
	padding-bottom: 7px;
}

#newsletters .edit_delete {
	width: 82px;
}

/*Map */
div#edithelp {
	width:532px;
}

div#edithelp a {
	text-decoration: underline;
}

div#edithelp.show_me {
	width:492px;
	background: #E2FFE4;
	padding: 2em;
}

.tip_title {
	color: green;
	font-weight: bold;
}


/*CALENDAR PAGES*/
#calendar .generic dt {
	margin-top: 10px;
}

#calendar .generic dd {
	border-top: 1px solid #96b8fc;
	padding:5px;
    margin: 0;
}

/*time div */
#calendar .generic dd div.nl_time {
	width: 60px;
	float: left;
	font-size: 1.0em;
  	line-height: 1.4em;
	font-weight: bold;
	margin-left: 0px;	
}

/* event title */
#calendar .generic dd h5 {
	font-size: 1.0em;
	line-height: 1.4em;
	margin-left: 70px;
}

/* event descriptions */
#calendar .generic dd p {
	font-size: 1.0em;
	line-height: 1.3em;
	margin: 5px 0 5px 70px;
}

#calendar .generic dd.first {
	border: none;
}

/*Edit and Delete buttons */
#calendar .generic dd div.edit_delete {
	width: 40px;
	float: right;
	margin: 0;
}

#calendar .generic dd div.edit_delete img {
	float: right;
	padding-left: 7px;
}

div#mceform {
	margin-top: 0px;
}

/*Edit form Styling both home page and cal page*/
#time_wrapper  {
	font-size: 1.3em;
  	font-weight: bold;
}

#time_wrapper label {
	font-size: 1.0em;
}


input.cal_title {
	width: 372px;
}

/*For the people who like to paste html */
#calendar .generic dd h2 {
	margin-bottom: 5px;
	margin-left: 70px;
}

#calendar .generic dd h3 {
	margin-bottom: 5px;
	margin-left: 70px;
}

#calendar .generic dd h4 {
	font-weight: bold;
	margin-left: 70px;
}

#calendar .generic dd div {
	margin-left: 70px;
	font-size: inherit;
  	line-height: inherit;	
}

#calendar .generic dd table {
	font-size: inherit;
	line-height: inherit;
	margin-left: 70px;
}

#calendar .generic dd ul {
	list-style: none;
	margin: 10px 0;
	padding: 0;
	font-size: inherit;
	margin-left: 70px;
}

#calendar .generic dd ul li {
	line-height: 1.1em;
	font-size: inherit;
	padding: 0;
	background: url(/images/squarerg.gif) no-repeat 0px 4px;
	padding-left: 10px;
	margin: 0 0 10px 10px;
}

/*PAGES & DOCUMENTS */
#documents .doclinks_div {
	width: 256px;
}

#documents dl.generic {
	width: 256px;
}

#documents .generic dt {
	margin: 10px 0;
}

#documents .generic dd {
	width: 246px;
	line-height: 1.2em;
	padding-bottom: 7px;
	overflow: hidden;
}

.generic dd.pd_divider, .generic dd.linklist_linkdivider {
	width: 246px;
	font-weight: bold;
	font-size: 1.3em;
	margin: 10px 0 -3px 0;
	overflow: hidden;
}

/*MEET YOUR NEIGHBORS*/
h3.neighbors {
	margin-bottom: 10px;
}
#meet .generic dt {
	clear: left;
	margin-bottom: 8px;
}

#meet .generic dd {
    margin-bottom: 10px;
}

#meet .generic dd.member_type {
	clear: left;
	font-size: 1.4em;
	line-height: 1.0em;
	font-weight: bold;
}

#meet .generic dd p {
	font-size: 1.1em;
	line-height: 1.4em;
	margin-left: 58px;
	margin-bottom: 0px; 
	padding-bottom: 4px;
}
#meet .generic dd img {
	vertical-align: top;
	padding-bottom: 5px;
}

#meet .generic dd div {
	float: left;
	width: 50px;
	font-size: 1.1em;
	line-height: 1.4em;
}

/* MARKETPLACE */

h3.mp {
	padding-left: 15px;
	background: url(/images/iconbusiness.png) no-repeat left top;
}

ul.local_biz {
	width: 230px;
	list-style-type: none;
	margin-top: 10px;
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid #96b8fc;
}

.local_biz li {
	font-size: 1.2em;
	line-height: 1.3em;
	padding-bottom: 2px;
}

.local_biz li.header {
	font-size: 1.3em;
	line-height: 1.0em;
	font-weight: bold;
}

.local_biz li.cat {
	margin-bottom: 8px;
}

ul.pop_cat {
	width: 250px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.pop_cat li {
	font-size: 1.3em;
	line-height: 1.3em;
	padding-bottom: 5px;
	font-weight: bold;
}

.pop_cat li.header {
	font-size: 1.4em;
	line-height: 1.0em;
	padding-bottom: 10px;
	font-weight: bold;
}

/* REAL ESTATE */
ul.data_list {
	width: 284px;
	list-style-type: none;
	padding: 0;
	margin: 0;	
}


.data_list li {
	font-size: 1.2em;
	line-height: 1.3em;
	padding-bottom:	.2em;
	padding-left: 5px;
}

.data_list li.header {
	font-size: 1.4em;
	line-height: 1.0em;
	font-weight: bold;
	background-color:#f2f6fa;
	margin-bottom: 10px;
	padding: 5px;
}


.value {
	color: #e92701;
}


.short_header {
	width: 225px;
	background-color:#f2f6fa;
	margin-bottom: 10px;
	padding: 5px;
}



/* Zillow Form Styling-Best method was putting the form into the list */
form#home_value {
	width: 230px;
	padding-left: 5px;
	
}


#home_value label {
  	font-size: 1.3em;
	font-weight: bold;
	margin-right: 65px;
}


#home_value input {
 	width: 180px;
 	margin-bottom: 10px
}

#home_value input#address_state {
	width: 30px;
}

#home_value input#address_zip {
	width: 80px;
	margin-left: 65px;
}

#home_value input.post_it {
	margin: 10px 0 20px 0;
}

#home_value input:focus, #home_value textarea:focus {
 	background: #f2f6fa;
}




form#frmCalc {
	padding: 10px 0 0 5px;
	border: none;
}

#frmCalc input {
	padding-right: 10px;
	
}


/* Mortgage Caluclator Styling */

table#mort_calc {
	
}


#mort_calc th {
	padding-right: 2em;
	font-size: 1.4em;
	padding-bottom: 5px;
	white-space: nowrap;
	vertical-align: top;
}

#mort_calc label {
	padding-left: 2px;
	font-size: .9em;
	font-weight: bold;
	display: block;
}

#mort_calc td {
	font-size: 1.3em;
	padding-bottom: 18px;
	padding-right: 10px;
}


#err_msg {
	color: #ff1311;
	margin-top: 10px;
	font-style: italic;
}

#realestate .no_border {
	border-top: none;
	border-bottom: none;
}

#realestate .noborder_btm {
	border-bottom: none;
}

#realestate .noborder_top {
	border-top: none;
}

#realestate #page_title {
	width: 100%;
	margin-bottom: 10px;
	clear: both;
}

/*FORMS */
#forms #innerwrapper {
	float: right;
	width: 560px;
	margin-top: 10px;
	border-top: 1px solid #437200;
}

#forms #maincontentwrapper {
	float: right;
}

#forms .maincontentborder {
	float: right;
}

#forms .maincontent {
	float: right;
}

#forms .maincontent h3 {
	margin-bottom: 1em;
}

#forms #wrapper {
	position: relative;
}

#forms #nlcontent {
	width: 330px;
	position: fixed;
	margin-top: 10px;
}

#forms .nlbox {
	float: left;
	font-size: 1.0em;
	width: 330px;
	margin-bottom: 10px;
	margin-left: 0px;
	overflow: hidden;
}

#forms .nlinnerbox {
	width: 308px;
	padding: 10px;
	padding-top: 0px;
	overflow: hidden;
}

#forms #copyright {
	width: 558px;
	margin-left: 342px;
	margin-bottom: 230px;
}

/*Lovely IE6 Hack for fixed positioning */
*html #forms #nlcontent {
	position: absolute; 
	left: expression( ( 10 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

ul#forms_nav {
	position: relative;
	float: left;
	width: 100%;
	padding: 0 0 1.75em 0;
	margin: 0;
	list-style:none;
	line-height:1em;
}

#forms_nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}

#forms_nav a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	background: #fc433e;
	margin: 0;
	padding: .8em;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

#forms_nav a:hover {
	background: #fec6c4;
}

#forms_nav a:active,
#forms_nav a.here:link,
#forms_nav a.here:visited {
	background: #fec6c4;
	color: #333;
	border-bottom: none;
}

#forms_nav a.here:link,
#forms_nav a.here:visited {
	position:relative;
	z-index:102;
}

#form_source li {
	background-color: #fff;
	padding: 1em;
	margin: 1em 0;
}

#form_source label {
	display: block;
	font-weight: bold;
	padding-bottom: 1px;
}

#form_source label.select_me {
	display: inline;
	font-weight: bold;
	padding: 0 3px;
}

#form_source input {
	margin: 0;
	width: auto;
}

/*TOWN */
#town_sites ul.data_list {
	width: 480px;
}

#town_schools .generic dt {
	margin-bottom: 8px;
}

#town_schools .generic dd {
    margin-bottom: 10px;
}

/*Styling for Local Pictures */

.dropshadow {
  	float:left;
  	background: url(/images/shadowAlpha.png) no-repeat bottom right !important;
  	/*background: url(/images/shadow.gif) no-repeat bottom right; */
  	margin: 5px 0 0 10px;
	display: inline;
}

.dropshadow img {
	display: block; 
  	position: relative;
  	background-color: #fff;
  	border: 1px solid #a9a9a9;
  	margin: -6px 6px 6px -6px;
  	padding: 4px;
}


#home table.picture_tbl {
	width: 100%;
	margin-top: 10px;
}

.picture_tbl th {
	font-size: 1.3em;
	text-align: left;
	font-weight: normal;
	padding-left: 10px;
}

.picture_tbl th a {
	display: block;
	margin-bottom: 10px;
}

.picture_tbl td {
	width: 139px;
	padding-right: 0px;
	vertical-align: middle;
}

/*LISTING PAGE */

#listing_page div.intro {
	height: auto;
}

.google_300 {
	float: left;
	width: 300px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-left: 1px;
	display: inline;
}


h3.lp {
	padding-left: 18px;
	background: url(/images/iconhouse.png) no-repeat left top;
	margin-bottom: 20px;
}

h2.lp {
	line-height: 1.6em;
}

#welcomebox h2.lp {
	line-height: 1.0em;
	margin-bottom: 5px;
}

#home .rg dt.lp {
	margin-top: 15px;
}

.secondarybox dl.rg_box dd {
	font-size: 1.0em;
    line-height: 1.45em;
	padding: 0 0 5px 0;
	overflow: hidden;
}

.secondarybox dl.rg_box dd img {
	float: left;
	margin-right: 8px;
	border: 1px solid #96b8fc;
}

.secondarybox .rg_box dd a {
	display: block;
	font-size: 1.3em;
	line-height: 1.45em;
	padding-top: 5px;
}

#button_call {
	width: 532px;
	height: 66px;
}

#button_call a {
	width: 100%;
	height: 100%;
	display: block;
	background: transparent url(/images/nllistsm.png) no-repeat top left;

}
#button_call a:hover {
	display: block;
	background-position: 0 -66px;
}

/*Account management page(s)*/
.bill_hdr { /*copied from signupprem*/
	width: 100%;
	font-size: 1.4em;
	font-weight: bold;
	background-color: #f2f6fa;
	padding: 5px 0px 5px 10px;
	margin: 15px 0 10px 0;
}

.no_spam_warning {
	border: 1px solid black;
	background: #ff5;
	margin: 5px 0 5px 0;
	padding: 2px 1em 0 1em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/*Ad Box on Premium Sites*/

#left_premium_ad_box dd#creative_content  {
	margin-bottom: -5px;
}

#left_premium_ad_box img {
	float: none;
}

#left_premium_ad_box a {
	font-size: 1.0em;
}

#left_premium_ad_box p {
  font-size: 1.1em;
}

#left_premium_ad_box dt {
/*  border-bottom: 1px solid #446B79;*/
}

#left_premium_ad_box .bigger {
  font-size: 1.2em;
}

#left_premium_ad_box .biggest {
  font-size: 1.3em;
}

#left_premium_ad_box .smaller {
	font-size: 1.0em;
}

#left_premium_ad_box .smallest {
	font-size: .9em;
}

#left_premium_ad_box ul li {
  list-style-type: square;
  list-style-position: inside;
}

#left_premium_ad_box.nlbox.self_serve_class {
	max-height: 400px; /*Hard height limit for self-serve advertisers*/
}

#left_premium_ad_box.nlbox.premium_class {
  /*No height limit*/
}

/*PROFILE MAILING LISTS PAGE */
#profile_mailing_lists table.mailing_list_subscriptions {
  	font-size: 1.1em;
  	border-collapse: collapse;
  	width: 100%;
}

#profile_mailing_lists .mailing_list_subscriptions tr.spacer td { /*Separate the sections of the table*/
	height: 20px;
	border: 0px none;
}

#profile_mailing_lists .mailing_list_subscriptions tr.header td { /*Column headers*/
	font-weight: bold;
	font-size: 1.1em;
}

#profile_mailing_lists .mailing_list_subscriptions th {
 	text-align: left;
 	background-color:#F2F6FA;
	font-weight:bold;
	margin:0;
	padding:5px;
}

#profile_mailing_lists .mailing_list_subscriptions td.list_name_and_desc {
 	text-align: left;
	font-weight:bold;
	margin:0;
	padding:5px;
}


#profile_mailing_lists .mailing_list_subscriptions span.describe {
  	font-size: .8em;
  	font-weight: normal;
  	float: left;
}

#profile_mailing_lists .mailing_list_subscriptions th.label {

 }

#profile_mailing_lists .mailing_list_subscriptions td { /*all cells*/
   	border-bottom: 1px solid #CCC;
 	padding: 0 0.5em;
 	font-size: 1.1em;
 }
 
#profile_mailing_lists .mailing_list_subscriptions td:first-child { /*First column*/
 	width:410px;
 	}

#profile_mailing_lists .mailing_list_subscriptions td+td { /*All BUT the first column*/
 	border-left: 1px solid #CCC;
 	text-align: center;
 }
 
/*Join Message*/
ul.join_message {
  font-size: 1.2em;
}

ul.join_message span.list_name {
  font-weight: bold;
  padding-left: 5px;
}

ul.join_message span.list_desc {
  display: block;
  margin-bottom: 15px;
  padding-left: 20px;
}

/* New SOLR-based search pages */
.search_pagination {
	font-size: 1.3em;
}

.search_pagination a {
	padding:0 1em;
}

.search_pagination span {
	padding:0 1em;
}

#searchform fieldset {
	font-size:1.3em;
}

.search_hint_dropdown {
	font-size:1.2em;
	z-index:1000;
	position:absolute;
	border:1px solid green;
	background-color:#FFF;
}

.search_hint_dropdown td.hint {
	font-weight:bold;
	font-style:italic;
}

.search_hint_dropdown th {
	font-size:0.9em;
	background-color:#F2F6FA;
}

.search_hint_dropdown th, .search_hint_dropdown td {
	padding:0 0.4em;
}

/*self-serve advertising*/
table.creatives_table {
  	font-size: 1.1em;
  	border-collapse: collapse;
  	width: 100%;
  	margin-top: 10px;
}

/*Separate the sections of the table*/
.creatives_table tr.spacer td {
	height: 20px;
	border: 0px none;
}

/*applies to both label and pending-label*/
.creatives_table th {
 	text-align: left;
 	background-color:#F2F6FA;
	font-weight:bold;
	margin:0;
	padding:5px;
}

/*all cells*/
.creatives_table td {
  border-bottom: 1px solid #CCC;
 	padding: 0 0.5em;
 	font-size: 1.1em;
}

.creatives_table td.delete_col {
 width: 70px;
}

.creatives_table td.preview_col {
 width: 70px;
}

.creatives_table td.valid_col {
 width: 140px;
}

/* For tech notes */
ul.tech_notes {
	margin-top:15px;
}
.tech_notes li.tech_note {
	border-radius:10px;
	border:1px solid #96B8FC;
	margin:10px 0;
	padding:7px;
}
.tech_notes li.sticky {
	border:1px solid red;
}
li.tech_note .header {
	font-style: italic;
	font-size: 1.2em;
	margin-bottom: 15px;
}
li.tech_note .edit_delete {
	width: 20px;
}
li.tech_note .edit_delete img {
	width: 9px;
}

/* Billing Pages Cred Stuff */
#cred {
	float: left;
	margin: 80px 0px 0px -10px;
}

.bbb {
	margin-left: 30px;
}

.bbb img {
	padding-bottom: 5px;
}

.shoe_size {
        display: none;
        margin-top: 10px;
}
