/* RESET */

html, body, div, span, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strike, strong, sub, sup, 
tt, var, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

table                   { border-spacing: 0; border-collapse: collapse; }
caption, th, td         { text-align: left; font-weight: normal; }
blockquote, q           { quotes: none; }
:focus                  { outline: 0; }

/* BASE */

body {
    line-height: 1.4;
    font-family: Arial, sans-serif;
    color: #05384B;
    background: #FFF;
    width: 100%;
    height: 100%;
}

strong                  { font-weight: bold; }
em                      { font-style: italic; }
input, button, textarea { font-family: Arial, sans-serif; }
                        
/* TYPE */              
                        
p, ul, ol, dl, pre      { font-size: 1em; margin: 0 0 0.6em; }
ul, ol                  { margin-left: 1.2em; }
ul ul                   { margin-bottom: 0; }
h2, h3, h4, h5          { margin: 1em 0 0.2em; font-weight: bold; }

h1                      { margin: 0.25em 0 0; font-size: 1.5em; letter-spacing: -0.025em; font-weight: bold; }
h2                      { font-size: 1.125em; margin-top: 0.25em; margin-bottom: 0.5em; line-height: 1.2em; }
h3                      { font-size: 1em; margin-bottom: 0.25em; }
h4                      { font-size: 0.875em; }
                        
/* LINKS */             
                        
a                       { color: #2D7BB2; text-decoration: none; outline: none; }
a:hover                 { color: #05384B; }

a.link-button {

	background: #fff;

	border: 1px solid #e7e7e7;

	color: #0066bc;

	font-weight: bold;

	padding: 6px 9px;

	-moz-border-radius: 4px;

	-webkit-border-radius: 4px;

}


a.link-button:hover {

	background: #0066bc;

	border: 1px solid #0066bc;

	color: #fff;

	text-decoration: none;

}


/* HEADER */

#header {
    background: #05384B;
    color: #fff;
    position: relative;
    z-index: 9999;
    min-width: 968px;
    border-bottom: 4px solid #7ECC64;
}

#header:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#header #globaltitle {
    margin: 0;
    zoom: 1;
}

#header #globaltitle .logo {
    float: left;
    width: 320px;
    height: 42px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../images/citylogos/logo-nocity.gif) 16px 8px no-repeat;
}

#header #globalnav {
    clear: both;
    padding: 3px 16px;
    background: #50AD2D;
    overflow: hidden;
    line-height: 1em;
    zoom: 1;
}

#header #globalnav a {
    float: left;
    color: #fff;
    font-weight: bold;
    font-size: 0.875em;
    padding: 3px 19px 3px 6px;
    margin: 0 2px;
    background: url(../images/newheader-arrow.gif) 100% 50% no-repeat;
    -webkit-border-radius: 5px;
}

#header #globalnav a:hover,                 
    #header #globalnav a.selected {
    background-color: #1C5511;
    background-image: url(../images/newheader-arrow-over.gif);
}

#header #globalnav h2 {
    font-size: 0.875em;
    color: #B7E69B;
    font-weight: normal;
    float: left;
    margin: 0;
    padding: 3px 0;
}

#header #globalnav ul {
    float: left;
    list-style-type: none;
    margin: 0 16px 0 2px;
}

#header #globalnav ul li {
    float: left;
    zoom: 1;
}

#header #globalnav .submenu {
    position: absolute;
    display: none;
    z-index: 9999;
    top: 1em;
    margin-left: -8px;
    margin-top: 56px;
    padding: 8px 0;
    background: #7ECC64;
    clear: both;
}

#header #globalnav .submenu.selected {
    display: block;
}

#header #globalnav .submenu li {
    float: none;
    display: block;
}

#header #globalnav .submenu a,
#header #globalnav .submenu .loading {
    color: #fff;
    float: none;
    display: block;
    background: none;
    padding: 0.2em 16px;
    margin: 0;
    font-weight: normal;
    font-size: 0.75em;
    -webkit-border-radius: 0;
}

#header #globalnav .submenu a:hover,        
    #header #globalnav .submenu a:active {
    color: #1C5511;
    background: none;
}

#header #globalnav #citynav {
    margin-left: -4px;
}

#header #globalnav #citynav a {
    font-size: 0.75em;
    padding-right: 6px;
    margin-right: 2px;
    background-image: none;
}

#header #globalsearch {
    float: right;
}

#header #globalsearch p {
    margin: 0;
}

#header #globalsearch label {
    float: left;
    font-size: 0.875em;
    color: #B7E69B;
    font-weight: normal;
    padding: 3px 8px 3px 0;
}

#header #globalsearch #searchinput {
    font-size: 0.875em;
    font-weight: bold;
    width: 15em;
    padding: 3px 4px;
    line-height: 1em;
    height: 1em;
    border: none;
    float: left;
    margin: 0;
    border-bottom: 1px solid #fff;
}

#header #globalsearch .inputwrap {
    float: left;
    padding: 0;
    margin: 1px 0;
    background: #1C5511;
}

#header #globalsearch .searchbutton {
    width: 22px;
    font-size: 0.875em;
    text-indent: -9999px;
    overflow: hidden;
    border: none;
    margin: 0;
    float: left;
    background: url(../images/newheader-search.gif) 4px 4px no-repeat;
}

#header #globalnav #gn-neighborhoods {
    padding-right: 8px;
    background-image: none;
}

#header .pushdown {
    clear: both;
    display: none;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    background: #7ECC64;
}

#header .pushdown.selected {
    display: block;
}

#header .pushdown a {
    font-size: 0.75em;
    color: #fff;
    display: block;
    padding: 0.2em 16px;
    
}

#header .pushdown a:hover {
    color: #1C5511;
}

#header .submenucolumn {
    list-style-type: none;
    margin: 4px 0 0 0;
    width: 180px;
    float: left;
}

#header .subnav-selector {
    list-style-type: none;
    overflow: hidden;
    zoom: 1;
    margin: 0;
    border-bottom: 1px solid #50AD2D;
}

#header .subnav-selector li {
    float: left;
}

#header .subnav-selector a {
    font-size: 0.875em;
    color: #1C5511;
    font-weight: bold;
    float: left;
    padding: 0.2em 8px;
    margin: 0.25em 0 0.25em 8px;
    -webkit-border-radius: 5px;
}

#header .subnav-selector a:hover,
    #header .subnav-selector a.selected {
    color: #fff;
    background: #50AD2D;
}

#header .subnav-group {
    display: none;
}

#header .subnav-group.selected {
    display: block;
}

#header.nonav {
    height: 42px;
}

#header #userlinks {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 16px;
    height: 42px;
}

#header #userlinks p {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 0.75em;
    margin: 0 0 8px;
    color: #A8B2AC;
    white-space: nowrap;
}

#header #userlinks a {
    color: #fff;
    font-weight: bold;
}

#header #userlinks a:hover {
    color: #7ECC64;
}

#header .logout-form {
    float: right;
}

#header .logout-button { 
    display: inline;
    background: transparent;
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 1em;
    padding: 0;
}

#header .logout-button:hover { 
    color: #7ECC64; 
    cursor: pointer;
}

/* MAIN */

#main {
    min-width: 968px;
    overflow: hidden;
}

/* CONTENT HEADER */

#contentheader {
    padding: 0.5em 16px 0;
    background: #FFF;
    overflow: hidden;
    min-width: 968px;
}

#contentheader h1 {
    margin: 0;
}

/* PLACEHEADER */

#placeheader {
    margin: 0 16px;
}

/* CONTENT 

#content {
    padding: 0.5em 16px 1em;
}*/

#content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* LONG TEXT PAGES */

.longtext #content {
    max-width: 40em;
}

.longtext #content p,
.longtext #content ul {
    font-size: 0.875em;
    line-height: 1.5em;
    margin-bottom: 0.8em;
}

.longtext #content .intro {
    font-size: 1.125em;
    line-height: 1.4em;
    margin-right: 0;
    color: #B9BECE;
}

.longtext #content div.intro {
    margin-top: 0.25em;
}

.longtext #content .sectioninfo {
    font-size: 0.75em;
    margin-bottom: 0;
}

.longtext .linklist a { 
    line-height: 1.4em;
}

.longtext .sectionnav {
    position: absolute;
    left: 43em;
    padding-left: 1em;
    width: 14em;
    border: 1px solid #DBE6DF;
    -webkit-border-radius: 5px;
}

.longtext .sectionnav .ads {
    margin-top: 1em;
}



/*CAMPSHAREMAIN NAV*/
#placenav {
	clear:both;
	position:relative;
	margin:.75em -16px -0.75em;
	border-top:1px solid #CACDD9;
	overflow:hidden;
}

#placenav .subscribe {
	float:left;
	margin:.3875em 0 0;
}
#placenav .subscribe li {
	overflow:hidden;
	float:left;
	padding:0 0 .45em 0;
}
#placenav .subscribe.email li.email_tab, #placenav .subscribe.feed li.feed_tab {
	background:#fff url(/images/backgrounds/arrow-up.gif) 50% 100% no-repeat;
}
#placenav .subscribe.email li.email_tab a, #placenav .subscribe.feed li.feed_tab a {
	color:#2B332E;
	cursor:default;
	
}
#placenav .subscribe .inlinelist {
	float:left;
}
#placenav .subscribe p {
	float:left;
	line-height:1.2em;
	margin-right:1em;
	font-size:.75em;
	color:#B9BECE;
}
#placenav .tabs {
	float:right;
}
#placenav .tabs .current, #placenav .tabs a {
	-webkit-border-radius:0;
	margin-right:0;
	padding:1em 16px;
	border-width:0 1px 0 0;
}
#placenav .tabs a {
	background-color:#E6E7EC;
	background-image:url(/images/buttonbg.gif);
	background-repeat:repeat-x;
}
#placenav .tabs a:active {
	background:#CACDD9;
}
#placenav .tabs .current {
	background:#fff url(/images/backgrounds/arrow-up.gif) 50% 100% no-repeat;
	border-color:#CACDD9;
	color:#2B332E;
	text-shadow:none;
}
#placenav .tabs a:hover {
	border-color:#CACDD9;
}
#placenav .tabs .camphome a, #placenav .tabs .camphome .current {
	-webkit-border-bottom-left-radius:5px;
}



/* FOOTER */

#footer {
	min-width: 968px;
	background: #FFF url(../images/footerbg.gif) repeat-x;
	border-top: 1px solid #CACDD9;
	margin: 0;
	padding: 0.875em 16px;
	color: #69C;
}

#footer p.links {
    font-size: 0.6875em;
    line-height: 2.4em;
    margin: 0;
}

#footer p.extra {
    float: right;
    text-align: right;
}

#footer a {
    padding: 0 0.35em;
}

#footer .footerlogo {
    float: left;
    width: 130px;
    margin-right: 8px;
    height: 23px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../images/footerlogo.gif) no-repeat;
}

#footer .legal {
    clear: right;
    float: right;
    text-align: right;
    font-size: 0.6875em;
    margin: 0.6875em 0;
    color: #A8B2AC;
}

#footer .legal .middot {
    color: #CACDD9;
    margin: 0 0.25em;
}

#footer .legal a {
    padding: 0;
    color: #B9BECE;
    font-weight: bold;
}

#footer .legal a:hover {
    color: #05384B;
}

#footerfeedback {
    padding-left: 60px;
    margin: 1em 0 1.5em 0;
    overflow: hidden;
    background: url(../images/icons/success.png) 12px 0.25em no-repeat;
}

#footerfeedback h2 {
    color: #05384B;
    font-size: 0.875em;
}

#footerfeedback form p {
    margin: 0;
}

#footerfeedback form textarea {
    border: 1px solid #CACDD9;
    padding: 0.4em 6px;
    font-size: 0.75em;
    line-height: 1.4em;
    width: 45em;
    height: 7em;
}

#footerfeedback form textarea.placeholder {
    height: 1.4em;
    color: #B9BECE;
}

#footerfeedback form .button {
    margin-right: 1em;
}

#footerfeedback .submitrow label {
    font-size: 0.75em;
}

#footerfeedback .submitrow #feedbackemail {
    width: 16em;
    margin-left: 0.5em;
}

#footerfeedback .infotext {
    line-height: 2em;
}

/* MAPS */

#mapcontainer,
.mapcontainer {
    overflow: hidden;
    margin-bottom: 0.5em;
    position: relative;
}

#detailmap,
.detailmap {
    height: 100%;
    border: 1px solid #DBE6DF;
    background: #F4FAF6;
}

#contextmap {
    float: left;
    width: 75px;
    height: 75px;
    margin-right: 16px;
}

/* MAP LAYOUTS */

#mapcontainer.smallmap {
    width: 250px;
    height: auto;
    float: right;
    margin-left: 0;
}

#mapcontainer.smallmap #detailmap {
    height: 250px;
}

#mapcontainer.smallmap .inlinelist a {
    float: right;
    margin-right: 8px;
    margin-left: 16px;
    margin-top: 0.5em;
}

#mapcontainer.widemap {
    height: 250px;
}

#mapcontainer.widemap #detailmap {
    height: 248px;
}

#mapcontainer.bigmap {
    height: 480px;
}

#mapcontainer.bigmap #detailmap {
    height: 478px;
}

.section #mapcontainer.smallmap {
    margin-left: 16px;
}

/* MAP CONTROLS */

#mapcontainer .mapcontrols {
    margin: 0;
    overflow: hidden;
    font-size: 0.75em;
}

#mapcontainer .mapcontrols li {
    list-style-type: none;
    float: right;
}

#mapcontainer .mapcontrols li a {
    display: none;
    font-weight: bold;
    padding: 0.25em 6px 0.25em 16px;
    background: #fff;
    background-position: 6px 50%;
    background-repeat: no-repeat;
}

#mapcontainer .mapcontrols li a.widermap {
    background-image: url(../images/map_wider.gif);
}

#mapcontainer .mapcontrols li a.tallermap {
    background-image: url(../images/map_taller.gif);
    padding-left: 18px;
}

#mapcontainer .mapcontrols li a.shortermap {
    background-image: url(../images/map_shorter.gif);
    padding-left: 18px;
}

#mapcontainer .mapcontrols li a.smallermap {
    background-image: url(../images/map_smaller.gif);
}

#mapcontainer.widemap .mapcontrols,
#mapcontainer.bigmap .mapcontrols {
    position: absolute;
    z-index: 9999;
    bottom: 0;
    right: 0;
}

#mapcontainer.widemap .mapcontrols li,
#mapcontainer.bigmap .mapcontrols li {
    border-top: 1px solid #DBE6DF;
}

#mapcontainer.widemap .mapcontrols .tallermap,
#mapcontainer.bigmap .mapcontrols .shortermap {
    border-left: 1px solid #DBE6DF;
}

#mapcontainer.smallmap .mapcontrols .widermap {
    display: block;
}

#mapcontainer.widemap .mapcontrols .tallermap,
#mapcontainer.widemap .mapcontrols .smallermap {
    display: block;
}

#mapcontainer.bigmap .mapcontrols .shortermap,
#mapcontainer.bigmap .mapcontrols .smallermap {
    display: block;
}

/* SCROLLBOXES */

.scrollbox {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: auto;
    padding: 8px 16px;
}

.scrollbox.flush {
    padding: 0;
}

/* UTILITY CLASSES */

.clear                  { clear: both; }
.quiet                  { font-weight: normal; color: #B9BECE; }
.smalltext              { font-size: 0.875em;}
.minitext               { font-size: 0.75em; }
.legaltext              { font-size: 0.6875em; }
.summary                { color: #B9BECE; font-size: 0.875em; }
.subhead                { margin-top: 0; }
.nowrap                 { white-space: nowrap; }
.left                   { float: left !important; }
.right                  { float: right !important; }
.clearwrap              { overflow: hidden; }
.infotext               {
	font-size: 0.75em;
	color: #8A94AC;
}
.infotext strong        { color: #05384B; }
.textinput,
    input[type=text],
    input[type=password],
    textarea            { border: 1px solid #CACDD9; font-size: 1em; padding: 0.25em 0.25em; color: #05384B; }
.textinput.placeholder  { color: #A8B2AC; font-weight: normal; }
#content .summary       { font-size: 0.875em; color: #B9BECE; margin-bottom: 0.5em; margin-right: 10em; }
#content .intro         {
	color: #717C9B;
	font-size: 1em;
	line-height: 1.4em;
}
h1 .more                { font-size: 0.5em; letter-spacing: 0; }
h1 .blockrange          { word-spacing: -2px; }
div.intro               { margin-top: 0.25em; }
p.quiet,                
    ul.quiet            { font-size: 0.875em; color: #B9BECE; }

/* EXCERPTS */

blockquote.excerpt {
    display: block;
    padding-left: 30px;
    margin-right: 16px;
    font-size: 0.875em;
    font-family: Georgia, "Times New Roman", serif;
    background: url(../images/quote_bg.gif) no-repeat;
}

/* SITE NOTICES */

#notice {
    padding: 0.5em 16px;
    font-size: 0.75em;
    color: #FFF;
    background: #B73E35;
    text-shadow: 0 -1px 0 #7F2E28;
    border-bottom: 1px solid #7F2E28;
    border-top: 1px solid #AA5D57;
    min-width: 968px;
}

#notice a {
    color: #FFF;
    font-weight: bold;
}

#notice p {
    margin-bottom: 0;
}

.hasfilternav #notice {
    display: none;
}

/* SECTIONS */

.section {
    margin: 1em 0;
}

#content .section:first-child {
    margin-top: 0.5em;
}

.section .sectionheader {
    overflow: hidden;
    margin: 0 0 0.5em;
    background: url(../images/line_header.gif) 0 0.875em repeat-x;
}

.section .sectionheader h2 {
    float: left;
    padding-right: 8px;
    margin-bottom: 0;
    background: #FFF;
}

.section .sectionheader .intro {
    clear: both;
    margin: 0 8px 0.5em;
}

.section .sectioninfo {
    float: right;
    margin: 0.5em 0 0;
    font-size: 0.75em;
    color: #B9BECE;
    background: #FFF;
    padding-left: 8px;
}

.section .sectionwrap {
    overflow: hidden;
    padding: 0 8px;
}

.section .summary {
    font-size: 0.875em;
    color: #B9BECE;
    margin-bottom: 0.25em;
}

.section .sectionwrap .newsitemlist {
    position: relative;
    left: -8px;
    margin-right: -8px;
}

.innersection .sectionheader,
.innersection .sectionwrap {
    margin-left: 16px;
    margin-right: 16px;
}

/* BREADCRUMBS */

.breadcrumbs {
    margin: 0.25em 0;
    font-size: 0.875em;
    color: #A8B2AC;
    overflow: hidden;
    line-height: 1.4em;
}

.breadcrumbs a {
    color: #B9BECE;
    padding: 0.1em 8px 0.1em 16px;
    background: url(../images/prevarrow.gif) 0 40% no-repeat;
}

.breadcrumbs a:hover {
    color: #05384B;
    background-image: url(../images/prevarrow_hover.gif);
}

/* BREADCRUMB HEADER */

.breadcrumb-header a {
    background: url(../images/map_smaller.gif) 100% 50% no-repeat;
    padding-right: 12px;
}

/* TABS  */


.tabs {
    display: block;
    overflow: hidden;
    margin: 0;
}

.tabs li {
    display: inline;
}

.tabs li a,
.tabs li .current {
    font-size: 0.875em;
    float: left;
    padding: 0.1em 8px;
    margin: 0 8px 0 0;
    font-weight: bold;
    color: #2D7BB2;
    background: #FFF;
    border: 1px solid #CACDD9;
    -webkit-border-radius: 5px;
    text-shadow: 1px 1px 0 #FFF;
}

.tabs li .current {
    border-color: #2D7BB2;
    background: #2D7BB2;
    color: #FFF;
    text-shadow: 1px 1px 0 #1C5D84;
    cursor: default;
}

.tabs li a:hover {
	border-color: #CACDD9;
	color: #05384B;
}

.tabs li a:active {
	background-color: #E0E2E9;
}

.sectiontabs {
    text-align: right;
    float: right;
}

.sectiontabs .tabs {
    background: #FFF;
}

.sectiontabs .tabs a,
.sectiontabs .tabs .current {
    margin: 0 0 0 8px;
}

/* New tab design */

.tabcontainer{margin:20px 0px 0px 0px;}
ul.cstabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 28px;
	border-bottom: 1px solid #eeeded;
	width: 100%;
}
ul.cstabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 24px;
	line-height: 24px;
	margin-top:4px;
	margin-right:1px;
	background: #E0E2E9;
	border: 1px solid #CACDD9;
	border-width:1px 1px 0px 1px !important;
	overflow: hidden;
	position: relative;
}


ul.cstabs li a {
    font-size: 0.75em;	
	text-decoration: none;
	font-weight: bold;
	color: #2D7BB2;
	display: block;
	padding: 0 25px;
	outline: none;
}
ul.cstabs li a:hover {
	background: #EDEFF4;
	color: #05384B;
	text-decoration:none;
}
ul.cstabs	 li.active{
	margin-top:0px; 
	padding-top:4px; 
	background-image:url(/images/active_tab.gif) !important; 
	background-repeat:repeat-x !important;
}

html ul.cstabs li.active, html ul.cstabs li.active a:hover  {background: #fff;color:#6d6d6d}
html ul.cstabs li.active a{color:#6d6d6d}
.tab_container {
	clear: both;
	float: left; 
	width: 100%;
}
.tab_content {padding: 20px 0 20px 0;}

/* BLOCK TABS */

.blocktabs {
    position: absolute;
    bottom: -9px;
    z-index: 100;
    margin-left: -4px;
}

.blocktabs .tabs a,
.blocktabs .tabs .current {
    margin-bottom: 8px;
    padding: 0.25em 8px;
    text-shadow: none;
    -webkit-box-shadow: 0 1px #FFF;
}

.blocktabs .tabs .current {
    background: #FFF;
    border-color: #CACDD9;
    color: #05384B;
    text-shadow: none;
    border-bottom-color: #FFF;
    border-bottom: none;
    padding-bottom: 13px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-box-shadow: none;
}

.blocktabs a .infotext,
.blocktabs .current .infotext {
    font-size: 0.7857em;
    font-weight: normal;
    display: block;
}

/* FILTER TABS */

.filtertabs {
    border-bottom: 1px solid #DBE6DF;
    margin: 0.25em 8px 1em;
    padding: 0.25em 0 0;
    overflow: hidden;
}

.filtertabs .extra {
    float: right;
}

.filtertabs select,
.filtertabs .button {
    float: left;
    margin: -0.25em 4px 6px 0;
}

.filtertabs .tabs {
    float: left;
    margin-right: 16px;
    margin-bottom: 0;
}

.filtertabs li a,
.filtertabs li .current {
    font-size: 0.75em;
    border: none;
    background: none;
    text-shadow: none;
    margin: 0;
    padding-bottom: 10px;
    line-height: 1em;
}

.filtertabs li a:active {
    background-color: transparent;
}

.filtertabs li .current {
    color: #05384B;
    background: url(../images/filtertabarrow.gif) 50% 100% no-repeat;
}

.filtertabs .tabintro {
    float: left;
    padding-left: 8px;
    margin-top: 1px;
    margin-bottom: 0;
    line-height: 1em;
    margin-right: 0.5em;
    color: #B9BECE;
    font-size: 0.75em;
    padding-bottom: 0.5em;
}

/* MODULE PANES */

.module .pane { 
    display: none;
    min-height: 6em;
}

.module .pane.current { 
    display: block; 
}

.module .pane .loading {
    margin: 2em -3em;
    position: absolute;
    left: 50%;
    text-align: center;
    font-size: 0.875em;
    color: #B9BECE;
    padding-left: 20px;
    background: url(../images/pane-loading.gif) no-repeat;
}

.module .pane .mapcontainer .loading {
    z-index: 999999;
    margin-top: 120px;
    line-height: 2em;
    background-image: url(../images/map-loading.gif);
    padding-left: 42px;
    text-shadow: 1px 1px 0 #fff;
}

/* MODULE TABS */

.moduletabs {
	border-bottom: 1px solid #DADDE5;
	margin-top: -1.8em;
	overflow: visible;
}

.moduletabs .tabs {
    position: relative;
    margin-bottom: -1px;
    list-style-type: none;
}

.moduletabs li,
.moduletabs li.active {
    display: inline;
    text-align: right;
}

.moduletabs li a,
.moduletabs li .current {
	float: right;
	margin-right: 0;
	margin-left: 6px;
	font-size: 0.75em;
	padding: 0.4em 6px;
	text-shadow: none;
	background-color: #E0E2E9;
	color: #2D7BB2;
	border-bottom: 1px solid #CACDD9;
	position: relative;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
}

.moduletabs li a:hover {
	border-bottom-color: #E0E2E9;
}

.moduletabs li.active a,
.moduletabs li .current {
    color: #05384B;
    background: #fff;
    text-shadow: none;
    border-color: #CACDD9;
    border-bottom: 1px solid #fff;
}

/* SUB TABS */

.moduletabs.twolevel {
    border-bottom: none;
    margin-bottom: 0;
}

.moduletabs.twolevel li a {
    border-color: transparent;
    _border-style: none;
    background: transparent;
    margin-left: 0;
    margin-bottom: -2px;
}

.moduletabs.twolevel li.active a.tab {
    border-style: solid solid none solid;
    border-color: #CACDD9;
    background: #DBE6DF url(../images/grad_bg.gif) repeat-x;
    cursor: default;
}

.moduletabs .subtabs {
    display: none;
    clear: both;
    overflow: hidden;
    margin: 0;
    border: 1px solid #CACDD9;
    padding: 0.15em 3px;
    margin-bottom: 0.75em;
    background: #DBE6DF url(../images/grad_bg.gif) 0 -1.33em repeat-x;
    -webkit-border-radius: 5px;
}

.moduletabs .subtabs.active {
    display: block;
}

.moduletabs .subtabs.last {
    -webkit-border-top-right-radius: 0;
}

.moduletabs .subtabs li {
    text-align: left;
}

.moduletabs .subtabs li a {
    font-weight: bold;
    float: left;
    margin: 0.2em 2px;
    padding: 0.1em 5px 0.1em 4px;
    border-color: transparent;
    color: #808C85;
    background: transparent;
    text-shadow: 0 1px 0 #F6F6F6;
    line-height: 1.2em;
    -webkit-border-radius: 3px;
}

.moduletabs .subtabs li a:hover {
    color: #05384B;
}

.moduletabs .subtabs li .current {
    color: #fff;
    background: #808C85;
    border: 1px solid #666;
    border-width: 1px 0 0 1px;
    text-shadow: 1px 1px 0 #666;
}

.moduletabs .subtabs li .current:hover {
    color: #fff;
}

/* BLOCK HEADERS */

.blockheader {
	position: relative;
	margin: 1em 0;
	padding: 8px 12px 2.2em;
	border: 1px solid #CACDD9;
	background: #DADDE5 url(/images/grad_bg.gif) repeat-x;
	min-width: 40em;
	-webkit-border-radius: 5px;
}

.blockheader.infotabs {
    padding-bottom: 3.2em;
}

.blockheader.notabs {
    padding-bottom: 4px;
}

.blockheader h2 {
    text-shadow: 1px 1px 0 #FFF;
}

.blockheader .blockextra {
    position: absolute;
    right: 12px;
    bottom: 12px;
}

.blockheader .blockextra .button {
    color: #2D7BB2;
    float: left;
    padding-left: 16px;
    text-shadow: none;
    background-position: 4px 42%;
    background-color: #FFF;
    margin-left: 8px;
    margin-right: 0;
}

.blockheader .blockextra span {
    float: left;
    padding: 0.25em 0;
    font-size: 0.75em;
    color: #B9BECE;
    text-shadow: 0 1px #FFF;
}

/* NEWS ITEMS */

.newsitemheader {
    font-size: 1em;
    color: #05384B;
    margin: 1em 0 0.25em;
}

.newsitem {
    line-height: 1.1em;
    overflow: hidden;
}

.newsitem p {
    margin-bottom: 0.25em;
}

.newsitem .title {
    font-size: 0.875em;
    font-weight: bold;
    display: block;
    margin: 0.5em 8px 0;
}

.newsitem .date {
    white-space: nowrap;
    font-size: 0.75em;
    font-weight: bold;
    color: #05384B;
    margin-right: 0.25em;
}

.newsitem .location {
    font-size: 0.75em;
    color: #05384B;
}

.newsitem .description,
.newsitem .info {
    font-size: 0.75em;
    color: #B9BECE;
    display: block;
    margin: 0.2em 8px 0.5em;
}

.newsitem .info strong {
    font-weight: normal;
    color: #05384B;
}

.newsitem .excerpt {
    font-size: 0.8125em;
    display: block;
    position: relative;
    left: 8px;
    margin: 0.5em 16px 0.5em 0;
    padding-left: 0.5em;
    background-image: none;
    border-left: 2px solid #DBE6DF;
}

/* NEWS ITEM LIST */

.newsitemlist {
    list-style-type: none;
    margin: 0 0 1em 0;
    padding: 0;
}

.newsitemlist .newsitem {
    padding: 0 0 0.4em;
    margin: 0;
    border-top: 1px solid #DBE6DF;
}

.newsitemlist .newsitem .info {
    margin-bottom: 0;
}

.newsitemlist .newsitem .location {
    float: right;
    padding: 0.25em 8px 0.25em 18px;
    background: #ebf2ee url(../images/locationtag.gif) 4px 50% no-repeat;
    margin-bottom: 0.25em;
    margin-left: 8px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
}

.newsitemlist.noclick .newsitem .location,
.newsitemlist.noclick .newsitem .location:hover {
    padding-left: 8px;
    background-image: none;
    cursor: default;
}

.newsitemlist .newsitem a.location {
    color: #05384B;
    cursor: pointer !important;
}

.newsitemlist .newsitem .location:hover,
.newsitemlist .newsitem .location.selected {
    cursor: pointer;
    background-image: url(../images/locationtag_on.gif);
}

.newsitemlist .newsitem .thumbnail {
    float: left;
    margin: 0.5em 0;
    padding: 2px 8px 4px;
}

.newsitemlist .newsitem .star-rating {
    float: left;
    margin-right: 8px;
}

.newsitemlist .more {
    padding: 0.25em 8px;
    overflow: hidden;
}

.newsitemlist .more.last {
    padding-bottom: 0;
    margin-bottom: -0.5em;
}

.newsitemlist .more a {
    font-weight: bold;
    font-size: 0.75em;
}

.module .newsitemlist.grouped {
    margin-bottom: 0;
}

/* INLINE INFO */

.newsitemlist .newsitem.inlineinfo .title {
    float: left;
    margin-right: 0;
}

.newsitemlist .newsitem.inlineinfo .info {
    float: left;
    margin-top: 0.675em;
}

/* INLINE GROUPS */

.inlinegroup {
    padding: 0.5em 0;
    display: block;
    clear: both;
    color: #B9BECE;
    font-weight: bold;
    font-size: 0.875em;
}

.inlinegroup .title {
    font-size: 1em;
    float: none;
    display: inline;
}

/* PHOTO GROUPS */

.newsitemlist .newsitem.photogroup {
    overflow: hidden;
    margin-bottom: 0.5em;
}

.newsitemlist .newsitem.photogroup .photo .thumbnail {
    width: 75px;
    height: 75px;
    padding-bottom: 6px;
    margin-bottom: 2px;
}

.newsitemlist .newsitem.photogroup .library-item .thumbnail {
    width: 61px;
    height: 94px;
    padding-bottom: 6px;
    margin-bottom: 2px;
}

/* REVIEW GROUPS */

.newsitemlist .newsitem.reviewgroup {
    position: relative;
    padding: 0.5em 8px;
}

.newsitemlist .newsitem.reviewgroup .star-rating {
    position: absolute;
}

.newsitemlist .newsitem.reviewgroup .title,
.newsitemlist .newsitem.reviewgroup .info {
    display: inline;
    margin: 0;
}

.newsitemlist .newsitem.reviewgroup .businesses {
    display: block;
    margin-left: 90px;
    font-size: 0.875em;
    font-weight: bold;
    background-position: 0 0.25em;
    background-repeat: no-repeat;
    overflow: hidden;
    color: #B9BECE;
}

.newsitemlist .newsitem.reviewgroup .businesses .title {
    font-size: 1em;
}

.newsitemlist .newsitem.reviewgroup .info {
    font-size: 0.857em;
    font-weight: normal;
    white-space: nowrap;
}

/* REGROUPED NEWS ITEMS */

.newsitemlist .newsitem.regrouped {
    padding-bottom: 0;
}

.newsitemlist .newsitem.regrouped .regrouper {
    color: #B9BECE;
    float: left;
    width: 120px;
    font-size: 0.875em;
    padding: 0.5em 8px;
}

.newsitemlist .newsitem.regrouped .newsitemlist {
    margin-bottom: 0;
}

.newsitemlist .newsitem.regrouped .newsitem {
    position: relative;
    margin-top: -1px;
    margin-left: 136px;
}

.newsitemlist .newsitem.regrouped .newsitem .title,
.newsitemlist .newsitem.regrouped .newsitem .info {
    margin-left: 0;
}

/* REGROUPED INLINE */

.regrouped-inline {
	display: block;
	padding: 0.5em 0;
    margin-left: 136px;
    color: #B9BECE;
    font-weight: bold;
    font-size: 0.875em;
}

.regrouped-inline .title {
    font-size: 1em;
    float: none;
    display: inline;
	margin: 0;
}

/* NEWS ITEM COLOR CODING */

.newsitem .colorcode {
    border-width: 1px;
    border-style: solid;
    padding: 0 3px;
    margin-right: 0.25em;
}

/* GREEN */

.newsitem .colorcode.positive,
.newsitem .colorcode.pass,
.newsitem .colorcode.low-severity,
.newsitem .colorcode.active {
    border-color: #E3FAD4;
    background: #E3FAD4;
    color: #22944E;
}


/* ORANGE */

.newsitem .colorcode.transitional,
.newsitem .colorcode.pass-with-conditions,
.newsitem .colorcode.moderate-severity,
.newsitem .colorcode.pending {
    border-color: #FFF4D9;
    background: #FFF4D9;
    color: #AD7D00;
}

/* RED */

.newsitem .colorcode.negative,
.newsitem .colorcode.fail,
.newsitem .colorcode.high-severity,
.newsitem .colorcode.expired {
    border-color: #FAD2D2;
    background: #FAD2D2;
    color: #AB2727;
}

/* GRAY */

.newsitem .colorcode.neutral,
.newsitem .colorcode.inactive {
    border-color: #EBF2EE;
    background: #EBF2EE;
    color: #B9BECE;
}

/* BLUE */

.newsitem .colorcode.special {
    border-color: #E1F3FA;
    background: #E1F3FA;
}

/* NEWS ITEM GROUPS */

.newsitemgrouper {
    clear: left;
    position: relative;
    font-size: 0.875em;
    margin: 0.5em 0 0.5em;
    font-weight: bold;
}

.newsitemgrouper .summary {
    font-style: normal;
    font-size: 0.857em;
    color: #B9BECE;
    font-weight: normal;
    padding-left: 0.5em;
}

.schemagroup.newsitemgrouper,
.newsitemgrouper .schemagroup,
.newsitemgrouper a.schemagroup {
    display: block;
    color: #05384B;
    line-height: 24px;
}

.newsitemgrouper a.schemagroup {
    color: #05384B;
}

.newsitemgrouper a.schemagroup:hover {
    color: #B9BECE;
}

.newsitemgrouper.hidden .schemagroup {
	color: #B9BECE;
	font-weight: normal;
}

.newsitemgrouper.hidden .schemagroup .toggle {
	font-weight: bold;
	font-size: 0.875em;
	margin-left: 0.5em;
}

.newsitemgrouper.expandable {
    left: -8px;
    background: url(../images/grouparrow_collapsed.gif) 4px 40% no-repeat;
}

.newsitemgrouper.expanded {
    background: url(../images/grouparrow_expanded.gif) 1px 45% no-repeat;
}

.newsitemgrouper.expandable a.schemagroup {
    padding-left: 48px;
    background-position: 16px 50%;
}

.schemagroupdescription {
    font-size: 0.75em;
    color: #B9BECE;
    margin-top: -0.25em;
}

/* HIDE SCHEMA LINKS */

.newsitemgrouper .extra,
.module .schema-extra {
    line-height: 2.5em;
	font-size: 0.6875em;
}

.newsitemgrouper .extra {
    height: 2.5em;
    position: absolute;
    right: 0;
    top: 0.25em;
    font-size: 0.785em;
}

.newsitemgrouper .extra a,
.module .schema-extra a {
    margin-right: 1em;
    font-weight: normal;
    color: #B9BECE;
    padding-left: 16px;
    float: left;
}

.newsitemgrouper .extra a:hover,
.module .schema-extra a:hover {
    color: #05384B;
}

.newsitemgrouper .extra .help,
.module .schema-extra .help {
    padding: 0 0 0 18px;
    background: url(../images/helpicon.gif) 0 50% no-repeat;
}

.newsitemgrouper .extra .hide,
.module .schema-extra .hide {
    background: url(../images/close.gif) 0 50% no-repeat;
}

.newsitemgrouper .extra .show,
.module .schema-extra .show {
    background: url(../images/show.gif) 0 50% no-repeat;
}

/* DAY GROUPS */

.daygrouper {
    overflow: visible;
    clear: both;
    margin-right: 8px;
    padding-top: 1em;
}

.daygrouper.first {
    padding-top: 0;
}

.daygrouper h2 {
    float: none;
    display: block;
    overflow: hidden;
    font-size: 0.75em;
    text-transform: uppercase;
    color: #fff;
    background: #A8B2AC;
    padding: 0.4em 8px;
    margin: 0;
    margin-right: -8px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .25);
    -webkit-border-radius: 3px;
}

.daygrouper h2 span {
    float: left;
}

.daygrouper h2 .date {
    float: right;
    font-weight: normal;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}

/* FORM TABLES */

.formtable {
    margin: 0 0 1em 0;
}

.formtable th,
.formtable td {
    padding: 0.25em 0;
}

.formtable th {
    padding: 0.5em 0.5em 0.5em 0;
    font-size: 0.875em;
    line-height: 1.4em;
    vertical-align: top;
    font-weight: bold;
    text-align: right;
}

.formtable td input[type=text],
.formtable td input[type=password],
.formtable td textarea {
    font-size: 0.875em;
    line-height: 1.4em;
}

.formtable .button {
    margin-right: 8px;
}

/* FORM MESSAGES */

.errormessage {
    background: #D14B4B;
    color: #FFF;
    padding: 0.25em 0.5em;
}

.successmessage {
    background: #22944E;
    color: #FFF;
    padding: 0.25em 0.5em;
}

.errorlist {
    list-style-type: none;
    margin-left: 0;
    font-size: 0.875em;
    line-height: 1.4em;
}

.errorlist li,
.error {
    padding: 0.25em 0 0;
    color: #D14B4B;
}

/* PAGE NOTE */

.pagenote {
    border: 1px solid #CACDD9;
    border-width: 1px 0;
    margin-bottom: 1em;
}

.pagenote .pagenote-content {
    border: 4px solid #ddf7cc;
    border-width: 4px 0;
    padding: 1em 32px 0.75em;
    background: #edfce3;
    overflow: hidden;
}

/* POPUPS */

.olPopup {
    z-index: 99999;
    padding-bottom: 12px;
    background-image: url(../images/labelpointerbg.png);
    background-repeat: no-repeat;
    background-color: transparent !important;
}

.popup {
    position: absolute;
    z-index: 99999;
}

.olPopup.rightpointer,
.popup.rightpointer {
    padding-bottom: 0;
    padding-right: 12px;
    background: transparent url(../images/labelpointerbg_right.png) 100% 30px no-repeat !important;
}

.olPopup.leftpointer,
.popup.leftpointer {
    padding-bottom: 0;
    padding-left: 12px;
    background: transparent url(../images/labelpointerbg_left.png) 0 30px no-repeat !important;
}

/* POPUP LABELS */

.poplabel {
    position: relative;
    z-index: 100;
    float: left;
    background: url(../images/overlaybg.png);
    -webkit-border-radius: 5px;
}

.poplabel .newsitems {
    margin: 0;
}

.poplabel .labelheader {
    position: absolute;
    left: 4px;
    margin: 0;
    padding: 6px;
    font-size: 0.75em;
    line-height: 1em;
    color: #fff;
    text-shadow: 1px 1px 0 #05384B;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#loading-popup .poplabel {
    height: 24px;
    width: 120px;
}

#loading-popup .poplabel .labelheader {
    padding-left: 24px;
    background: url(../images/popup-loading.gif) 2px 4px no-repeat;
}

#loading-popup .poplabel .closebutton {
    display: none;
}

.poplabel .closebutton {
    width: 13px;
    height: 0;
    padding-top: 13px;
    overflow: hidden;
    position: absolute;
    top: 4px;
    right: 4px;
    margin: 6px 6px 0;
    background: transparent url(../images/popup_close.gif) no-repeat;
}

.poplabel .closebutton:hover {
    background-position: -13px 0;
}

.poplabel.paginated .labelheader {
    margin-right: 10em;
}

.poplabel .labelpaginator {
    background: #fff;
    color: #05384B;
    width: 7em;
    text-align: center;
    padding: 4px 0.4em;
    margin: 0;
    position: absolute;
    right: 4px;
    font-size: 0.75em;
    line-height: 1em;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
}

.poplabel .labelpaginator .next,
.poplabel .labelpaginator .prev {
    height: 0;
    width: 13px;
    overflow: hidden;
    padding-top: 13px;
}

.poplabel .labelpaginator .next {
    float: right;
    background: url(../images/nextarrow.gif) no-repeat;
}

.poplabel .labelpaginator .prev {
    float: left;
    background: url(../images/prevarrow.gif) no-repeat;
}

.poplabel .labelpaginator .next:hover {
    background-image: url(../images/nextarrow_hover.gif);
}

.poplabel .labelpaginator .prev:hover {
    background-image: url(../images/prevarrow_hover.gif);
}

.poplabel .labelwrap {
    background: #fff;
    width: 280px;
    padding: 0;
    margin: 4px;
    -webkit-border-radius: 3px;
}

.poplabel .newsitem {
    padding: 0;
    margin: 0;
    min-width: 15em;
    overflow: hidden;
}

.poplabel .newsitem .title,
.poplabel .newsitem .info,
.poplabel .newsitem .location {
    display: block;
    margin: 0 8px;
    left: 0;
    overflow: hidden;
}

.poplabel .newsitem .location {
    display: block;
    float: none;
    clear: both;
    font-weight: bold;
    margin: 0;
    padding: 4px 20px 4px 8px;
    background: #ebf2ee;
    -webkit-border-radius: 0;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
}


.poplabel .newsitem .location:hover,
.poplabel .newsitem .location.selected {
    cursor: default;
    background-image: none;
}

.poplabel .newsitem .title {
    margin-top: 6px;
}

.poplabel .newsitem .info {
    margin-bottom: 6px;
}

.poplabel.minilabel .labelwrap {
    width: 140px;
    margin-bottom: 4px;
}

.poplabel .newsitem {
    min-width: 5em;
}

.poplabel.minilabel .newsitem .title {
    font-size: .75em;
}

.poplabel.minilabel .newsitem .location {
    padding-right: 8px;
}

.poplabel.topheader .labelwrap {
    margin-top: 23px;
}

.poplabel.topheader .labelpaginator {
    top: 4px;
    bottom: auto;
    -webkit-border-radius: 0;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
}

.poplabel.topheader .labelheader {
    top: 0;
    bottom: auto;
}

.poplabel.bottomheader .labelwrap {
    margin-bottom: 23px;
}

.poplabel.bottomheader .labelpaginator {
    bottom: 4px;
    top: auto;
}

.poplabel.bottomheader .labelheader {
    bottom: 0;
    top: auto;
}

/* MAP MARKERS */

.bunchNum {
    font-family: Arial;
    font-size: 11px;
    color: #fff;
    cursor: pointer;
}

.markerSize2 { font-weight: normal; }
.markerSize3 { font-weight: bold; }
.markerSize4 { font-weight: bold; font-size: 14px; }
.markerSize5 { font-weight: bold; font-size: 16px; }

/* CALENDAR CHARTS */

.calendarchart {
    float: left;
    position: relative;
    overflow: hidden;
}

.calendarchart h3,
.calendarchart h2 {
    margin: 0.5em 16px 0.25em 0;
    float: left;
    clear: left;
}

.calendarchart ul {
    clear: both;
    font-size: 0.75em;
    margin: 0;
    padding: 0;
    list-style: none;
}

.calendarchart li.day {
    color: #B9BECE;
    font-weight: bold;
    width: 1.5em;
    height: 4em;
    padding-top: 2px;
    text-align: center;
    float: left;
    position: relative;
    border-top: 1px solid #DBE6DF;
    border-bottom: 1px solid #DBE6DF;
}

.calendarchart li.day .label {
    display: block;
    position: absolute;
    bottom: -2.1em;
    left: 0;
    background: #FFF;
    width: 100%;
    height: 2em;
    line-height: 2em;
}

.calendarchart li.day .dayofweek {
    display: block;
    position: absolute;
    bottom: -3.1em;
    left: 0;
    background: #FFF;
    color: #CACDD9;
    width: 100%;
    z-index: 2;
}

.calendarchart li.day a {
    display: block;
    height: 100%;
    width: 1.5em;
    bottom: 0;
    position: relative;
}

.calendarchart li.day a .count {
    display: block;
    height: 0;
    margin: 0 0.2em;
    width: 1.3em;
    background: #A8B2AC;
    border-bottom: 1px solid #A8B2AC;
    position: absolute;
    bottom: 0;
    left: 0;
    text-indent: -9999px;
    overflow: hidden;
}

.calendarchart li.day a:hover .count {
    background: #2D7BB2;
    border-color: #2D7BB2;
}

.calendarchart .daylistgroup {
    float: left;
    position: relative;
}

.calendarchart .daylistgrouper {
    font-size: 0.75em;
    display: block;
    position: absolute;
    bottom: -3.25em;
    margin: 0;
    padding: 0;
    background: #FFF;
    color: #CACDD9;
    padding-left: 0.35em;
}

.calendarchart .daylistgrouper a {
    color: #B9BECE;
}

.calendarchart .daylistgrouper a:hover {
    color: #05384B;
}

.calendarchart .maxcount {
    text-align: right;
    font-size: 0.75em;
    color: #A8B2AC;
    margin: 1em 0 0;
}

/* CALENDAR CHART TABLES */

.calendarchart table {
    font-size: 0.75em;
    clear: both;
    width: 100%;
    table-layout: fixed;
    margin: 0;
}

.calendarchart table .monthlabel {
    padding-top: 2.25em;
}

.calendarchart table .monthlabel a {
    background: #A8B2AC;
    padding: 0.2em 4px;
    color: #fff;
    border-left: 1px solid #DBE6DF;
}

.calendarchart table .monthlabel a:hover {
    background-color: #2D7BB2;
    color: #fff;
}

.calendarchart table .day {
    height: 100px;
    text-align: center;
    border-top: 1px solid #DBE6DF;
    border-bottom: 1px solid #DBE6DF;
    border-left: 1px solid #EBF2EE;
    color: #A8B2AC;
    vertical-align: bottom;
    padding: 0;
    position: relative;
}

.calendarchart table td:last-child .day {
    border-right: 1px solid #EBF2EE;
}

.calendarchart table .day a {
    display: block;
    height: 100%;
    position: relative;
    color: #B9BECE;
}

.calendarchart table .day a:hover {
    color: #2D7BB2;
}

.calendarchart table .day .label {
    font-weight: normal;
    position: absolute;
    left: 0;
    bottom: -2.25em;
    text-align: center;
    width: 100%;
    padding: 0.5em 0;
    left: -1px;
}

.calendarchart table .day.firstinmonth .label {
    border-left: 1px solid #DBE6DF;
}

.calendarchart table .day .bar {
    display: block;
    background: #A8B2AC;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-indent: -9999px;
    overflow: hidden;
}

.calendarchart table .day a:hover {
    background: #EBF2EE;
}

.calendarchart table .day a:hover .bar {
    background: #2D7BB2;
    border-color: #2D7BB2;
}

/* OVERVIEW PANE DATE CHARTS */

.panedatechart table .day .label {
    bottom: -2.333em;
}

.panedatechart table .day .label,
.panedatechart table .monthlabel a {
    font-size: 0.83333em;
    font-weight: normal;
}

.panedatechart .maxcount {
    font-size: 0.6875em;
    margin-bottom: 0.5em;
}

.panedatechart table .monthlabel {
    padding-top: 1.75em;
}

.panedatechart table .monthlabel a {
    padding: 0.1em 2px;
    color: #fff;
}


/* SPARKLINES */

.sparkline {
    float: left;
    height: 1.2em;
    float: left;
    margin: 0 8px 0 0;
    list-style-type: none;
    overflow: hidden;
}

.sparkline .label {
    display: none;
}

.sparkline .total {
    float: left;
    padding: 0 0.4em 0 0;
    width: 3.2em;
    text-align: right;
    background: #FFF;
    color: #B9BECE;
    position: relative;
    margin-top: -1px;
}

.sparkline .sparkindex {
    position: relative;
    float: left;
    width: 2px;
    height: 1em;
}

.sparkline .sparkindex .sparkcount {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #A8B2AC;
    border-bottom: 1px solid #DBE6DF;
    overflow: hidden;
    text-indent: -9999px;
}

.sparkline .sparkindex .sparkcount.empty {
    border-bottom: none;
    visibility: hidden;
}

/* SPARKLINE LISTS */

.sparklist {
    margin-left: 0;
}

.sparklist li {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 0;
}

.sparklist .sparkline {
    float: left;
    margin: 0.2em 8px 0 0;
}

/* CHART LISTS */

.chartlist {
    margin: 0;
    border-top: 1px solid #DBE6DF;
}

.chartlist li {
    display: block;
    position: relative;
    border-bottom: 1px solid #DBE6DF;
    padding: 0;
}

.chartlist li a {
    position: relative;
    z-index: 2;
    padding: 0.25em 4.5em 0.25em 9px;
    min-width: 4.5em;
}

.chartlist .count {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    text-align: right;
    color: #B9BECE;
    font-weight: bold;
    font-size: 0.75em;
    line-height: 1.9em;
}

.chartlist .index {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #B8E4F5;
    text-indent: 9999px;
    overflow: hidden;
    min-width: 1px;
}

.chartlist li:hover {
    background: #EBF2EE;
}

.chartlist .more,
.chartlist .more:hover {
    border: none;
    background: #FFF;
}

.chartlist .more a {
    font-size: 0.75em;
    padding-top: 0.5em;
}

/* DATALIST */

.datalist {
    list-style-type: none;
}

.datalist li {
    margin: 0.25em 0;
}

.datalist a {
    font-weight: bold;
    font-size: 0.75em;
    line-height: 1.2em;
}

/* LINK LISTS */

.linklist {
    list-style-type: none;
    margin: 0;
}

.linklist a {
    display: block;
    font-size: 0.875em;
    font-weight: bold;
    padding: 0.25em 0;
}

.linklist .count {
    color: #B9BECE;
    font-size: 0.857em;
    font-weight: bold;
    padding: 0 9px;
}

/* GRID LISTS */

.gridlist {
    list-style:none;
    float: left;
    width: 14em;
    font-size: 0.875em;
    font-weight: bold;
    margin: 0.5em 0;
    margin-right: 1em;
    min-height: 3em;
}

.gridlist li {
    padding: 0.25em 0;
	list-style:none;
}

.gridlist.narrow {
    width: 6em;
}

.gridlist.wide {
    width: 27em;
}

.gridlist.autogrid {
    width: auto;
    margin: 0;
    margin-right: 8em;
}

.gridlist.flex3 {
    width: 30%;
}

.gridlist.flex2 {
    width: 48%;
}

/* BLOCK LISTS */

.blocklist li {
    overflow: hidden;
    text-align: right;
}

.blocklist .side {
    float: right;
    font-size: 0.857em;
    line-height: 1.75em;
    text-transform: uppercase;
    color: #A8B2AC;
    width: 3.25em;
    margin-left: 0.5em;
    text-align: left;
}

/* MODULES */

.module {
	overflow: hidden;
	float: left;
	width: 100%;
	position: relative;
	margin: 0 -5px 1em;
	border: 4px solid #EFF0F4;
	background: #fff;
	-webkit-border-radius: 9px;
}

.module-content {
    overflow: hidden;
    padding: 0.75em 16px;
    border: 1px solid #CACDD9;
    -webkit-border-radius: 5px;
}

.module .number {
    font-size: 1.125em;
    padding-right: 0.2em;
}
.module .featuredheader {
    overflow: hidden;
    margin-bottom: 0;
	height:25px;
}
.module .featuredheader h2 {
    float: left;
    margin-right: 8px;
    margin-top: 0.1em;
    font-size: 0.75em;
    text-transform: uppercase;
    color: #50AD2D;
}
.module .accentheader {
    overflow: hidden;
    margin-bottom: 0;
	height:55px;
}



.module .accentheader h2 {
    float: left;
    margin-right: 8px;
    margin-top: 0.1em;
    font-size: 0.75em;
    text-transform: uppercase;
    color: #50AD2D;
}


.module p.more {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    line-height: 1em;
    padding-top: 5px;
}

.module p.more.schemagroup {
    background-position: 0 0;
}

.module p.more a {
    font-size: 0.75em;
    font-weight: bold;
}

.module h2.module-header {
	font-size: 0.875em;
	position: relative;
	padding: 0.5em 16px;
	margin: -0.857em -16px 0.875em;
	background: #ccc;
	border-bottom: 1px solid #CACDD9;
	background: #E0E2E9 url(/images/grad_bg.gif) repeat-x;
	text-shadow: 1px 1px 0 #fff;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.module-preheader {
    padding: 0.25em 16px;
}

/* INSET */

.module .inset {
    padding: 0.25em 4px;
    background: #EBF2EE;
    overflow: hidden;
    -webkit-border-radius: 5px;
}

.module.special {
    border: 1px solid #CACDD9;
}

.module.special .module-content {
    border: 4px solid #ddf7cc;
    background: #edfce3;
    -webkit-border-radius: 9px;
}

.module.special {
    margin: 0.5em 0;
} 

.module.special p {
    font-size: 0.75em;
    margin-bottom: 0;
}

/* HIDDEN ITEMS */

.module.hidden-items p {
	margin-bottom: 0;
}

.module.hidden-items .right {
	margin-left: 2em;
}

/* ALPHA NAV */

.alphanav {
    background: #FFF;
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: #A8B2AC;
}

.alphanav a,
.alphanav .current {
    float: left;
    margin: 0 0.5em 0 0;
    font-weight: bold;
    padding: 0.05em 0.25em;
}

.alphanav a {
    color: #A8B2AC;
}

.alphanav a:hover {
    color: #B9BECE;
}

.alphanav .current {
    background: #A8B2AC;
    color: #FFF;
    cursor: default;
}

/* INLINE LISTS */

.inlinelist {
    overflow: hidden;
    margin: 0;
}

.inlinelist li {
    display: inline;
}

.inlinelist a,
.inlinelist .inline {
    font-size: 0.75em;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0.25em 1em 0.25em 0;
    padding: 0;
    float: left;
}

.inlinelist a.button {
    margin: 0.25em 8px 0;
}

.inlineheader {
    float: left;
    font-size: 0.75em;
    margin: 0.25em 8px 0.25em 0;
    line-height: 1.2em;
}

.inlineform {
    overflow: hidden;
}

.inlineform .textinput {
    float: left;
    font-size: 0.75em;
}

.inlinelink {
    float: left;
    font-size: 0.75em;
    margin: 0.25em 16px 0.25em 0;
    line-height: 1.2em;
}

.inlinelink a {
    font-weight: bold;
}

.extranav {
    float: right;
}

/* TEXT FIELDS */

.textfield {
    border: 1px solid #CACDD9;
    padding: 0.25em 0.4em;
    font-size: 1em;
    font-weight: bold;
}

/* BUTTONS */

.button {
    font-size: 0.875em;
    font-weight: bold;
    float: left;
    color: #05384B;
    border: 1px solid #CACDD9;
    background-color: #ECEDF1;
    background-image: url(/images/buttonbg.gif);
    background-repeat: repeat-x;
    padding: 0.25em 8px;
    cursor: pointer;
    text-shadow: 0 1px #FFF;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 1px #FFF;
}

.button.inlinebutton {
    float: none;
    display: inline-block;
}

input.button {
    width: 0;  /* IE table-cell margin fix */
    overflow: visible;
}

input.button[class] {  /* IE ignores [class] */
    width: auto;  /* cancel margin fix for other browsers */
}

.button:hover {
	color: #05384B;
	border-color: #04374A;
}

.button:active {
    background: #CACDD9;
}

.button span {
    color: #B9BECE;
}

.button.minibutton {
    font-size: 0.75em;
    padding: 0.2em 6px;
    border-width: 1px;
}

.button.disabled {
    border-color: #EBF2EE;
    color: #CACDD9;
}

.button.disabled:hover {
    border-color: #EBF2EE;
}

.button.selected {
    background-color: #2D7BB2;
    border-color: #2D7BB2;
    color: #FFF;
}

.button.default {
    color: #FFF;
    background-image: url(../images/buttonbg_default.gif);
    background-color: #2d7bb2;
    border-color: #2d7bb2;
    text-shadow: 0 -1px 0 #1c4c6e;
}

.button.default:hover {
    border-color: #1c4c6e;
}

.button.default:active {
    background: #1c4c6e;
}

.button.serious {
    color: #FFF;
    background-image: url(../images/buttonbg_serious.gif);
    background-color: #D14B4B;
    border-color: #D14B4B;
    text-shadow: 0 -1px 0 #7F3D3D;
}

.button.serious:hover {
    border-color: #7F3D3D;
}

.button.serious:active {
    background: #7F3D3D;
}

.button.secondary {
    color: #FFF;
    background-image: url(../images/buttonbg_secondary.gif);
    background-color: #A8B2AC;
    border-color: #A8B2AC;
    text-shadow: 0 -1px 0 #B9BECE;
}

.button.secondary:hover {
    border-color: #B9BECE;
}

.button.secondary:active {
    background: #B9BECE;
}

.button.default.disabled {
    border-color: #A8B2AC;
    background-color: #A8B2AC;
    color: #DBE6DF;
    text-shadow: 0;
}

.button.default.disabled:hover {
    border-color: #A8B2AC;
    cursor: default;
}

.button.cancel {
    color: #B9BECE;
    background: transparent;
    border: none;
    margin: 2px;
    font-weight: normal;
    -webkit-border-radius: 0;
    -webkit-box-shadow: none;
}

/* ICON LINKS */

a.place,  label.place {
    padding-left: 12px;
    background-image: url(../images/button_place.png);
    background-position: 0 42%;
    background-repeat: no-repeat;
}

a.facet,  label.facet {
    padding-left: 12px;
    background-image: url(../images/button_facet.png);
    background-position: 0 42%;
    background-repeat: no-repeat;
}

a.search, label.search {
    padding-left: 12px;
    background-image: url(../images/button_search.png);
    background-position: 0 42%;
    background-repeat: no-repeat;
}

a.date,   label.date {
    padding-left: 12px;
    background-image: url(../images/button_date.png);
    background-position: 0 42%;
    background-repeat: no-repeat;
}

a.feed,   label.feed {
    padding-left: 12px;
    background-image: url(../images/button_feed.gif);
    background-position: 0 42%;
    background-repeat: no-repeat;
}

a.help,   label.help {
    padding-left: 12px;
    background-image: url(../images/helpicon.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
	padding: 0.1em 0 0.1em 18px;
}

a.email,  label.email, li.email {
    padding-left: 12px;
    background-image: url(../images/button_email.gif);
    background-position: 0 42%;
    background-repeat: no-repeat;
}

/* STAR RATING */

.star-rating {
    display: block;
    overflow: hidden;
    width: 76px;
    height: 14px;
    background: url(../images/star_rating.gif) 0 0 no-repeat;
}

.star-rating .stars {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    height: 14px;
    background: url(../images/star_rating.gif) 0 -18px no-repeat;
}

.star-rating .stars.five-stars              { width: 76px; }
.star-rating .stars.four-andahalf-stars     { width: 69px; }
.star-rating .stars.four-stars              { width: 61px; }
.star-rating .stars.three-andahalf-stars    { width: 54px; }
.star-rating .stars.three-stars             { width: 46px; }
.star-rating .stars.two-andahalf-stars      { width: 38px; }
.star-rating .stars.two-stars               { width: 30px; }
.star-rating .stars.one-andahalf-stars      { width: 23px; }
.star-rating .stars.one-star                { width: 15px; }
.star-rating .stars.onehalf-star            { width:  8px; }

/* PAGINATOR */

.paginator {
    padding: 0.25em 16px;
    background: #FFF;
    line-height: 1.2em;
    min-height: 1.2em;
    _height: 1.2em;
    overflow: hidden;
    position: relative;
}

.paginator .pageinfo {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0.2em 8px 0.2em 1em;
    font-size: 0.75em;
    color: #B9BECE;
}

.paginator .button {
    position: absolute;
    border: none;
    color: #2D7BB2;
    text-shadow: none;
    -webkit-border-radius: 0;
}

.paginator .button:hover {
    color: #05384B;
}

.paginator .next {
    right: 0;
    padding-right: 16px;
    margin-right: 8px;
    background: #FFF url(../images/nextarrow.gif) 100% 45% no-repeat;
}

.paginator .next:hover {
    background-image: url(../images/nextarrow_hover.gif);
}

.paginator .prev {
    left: 0;
    padding-left: 16px;
    margin-left: 8px;
    background: #FFF url(../images/prevarrow.gif) 0 45% no-repeat;
}

.paginator .prev:hover {
    background-image: url(../images/prevarrow_hover.gif);
}

.paginator .next.disabled {
    font-weight: normal;
    color: #A8B2AC;
    background-image: url(../images/nextarrow_disabled.gif);
    cursor: default;
}

.paginator .prev.disabled {
    font-weight: normal;
    color: #A8B2AC;
    background-image: url(../images/prevarrow_disabled.gif);
    cursor: default;
}

.minipaginator {
    width: 11em;
    background: #FFF;
    border: none;
    float: right;
    text-align: right;
}

.place-paginator .next {
    float: right;
}

/* ATTRIBUTE TABLES */

.attributetable {
    font-size: 0.875em;
    display: block;
    position: relative;
    margin: 0 8px 1em;
}

.attributetable th,
.attributetable td {
    padding: 0.3em 8px 0.2em;
    border: 1px solid #FFF;
}

.attributetable th {
    border-width: 1px 0 0 1px;
}

.attributetable td {
    border-width: 1px 1px 0 0;
    width: 100%;
}

.attributetable th {
    white-space: nowrap;
    font-weight: bold;
    color: #A8B2AC;
    text-align: right;
}

.attributetable a {
    font-weight: bold;
}

.attributetable .extra {
    display: block;
    font-weight: normal;
    font-size: 0.857em;
    color: #B9BECE;
}

.attributetable table th,
.attributetable table td {
    padding-left: 0;
    text-align: left;
    width: auto;
    border-top: none;
    border-bottom: 1px solid #DBE6DF;
    border-right: none;
    font-size: 0.8571em;
}

.attributetable table th {
    color: #05384B;
    border-bottom: 1px solid #CACDD9;
}

.attributetable .infotext {
    font-size: 0.857em;
}

/* CHART TABLES */

.charttable th {
    padding: 0.3em 8px 0.2em;
    white-space: nowrap;
    font-weight: bold;
    color: #A8B2AC;
    text-align: right;
    font-size: 0.875em;
}

.charttable .chartlist {
    position: relative;
    margin-top: -1px;
}

.charttable .total .chartlist {
    margin-top: 0;
    margin-bottom: 0.75em;
}

.charttable .total .index {
    background: #EBF2EE;
}

/* MINI CHART TABLES */

.minicharttable {
    border-top: 1px solid #CACDD9;
    margin-bottom: 0.5em;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.minicharttable td {
    position: relative;
    font-size: 0.75em;
    padding: 0 4px;
    line-height: 1.875em;
    border-bottom: 1px solid #DBE6DF;
}

.minicharttable .label {
    padding: 0;
}

.minicharttable .name {
    display: block;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
}

.minicharttable .name a {
    padding: 0 0 0 6px;
    position: relative;
    z-index: 9999;
}

.minicharttable .count,
    .minicharttable .percent {
    text-align: right;
}

.minicharttable .count {
    width: 4em;
    font-weight: bold;
}

.minicharttable .percent {
    width: 2.5em;
}

.minicharttable .more td {
    padding-left: 6px;
}

.minicharttable .more a {
    font-weight: bold;
}

.minicharttable .index {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #E1F3FA;
}

.minicharttable .ungeocoded .name a {
    color: #B9BECE;
}

.minicharttable .ungeocoded .name a:hover {
    color: #05384B;
}

.minicharttable .ungeocoded .index {
    background: #EBF2EE;
}

/* HELP BUTTONS */

.helpbutton {
    position: absolute;
    left: 8px;
    width: 15px;
    height: 1.25em;
    text-indent: 9999px;
    overflow: hidden;
    background: url(../images/helpicon.gif) 0 50% no-repeat;
}

.hashelp th {
    padding-left: 32px;
}

.helpactive .helpbutton {
    background-image: url(../images/helpicon_on.gif);
}

.helpactive th,
.helpactive td {
    border-color: #DBE6DF;
}

.helptext {
    display: none;
}

.helpactive.helptext {
    display: table-row;
}

.helpactive.helptext td {
    border-width: 0 1px 1px 1px;
    background: #EBF2EE;
    font-size: 0.857em;
    color: #B9BECE;
    padding-top: 0.5em;
    padding-bottom: 0;
}

/* SCHEMA NAV (used on new schema_detail and schema_filter) */
#schemamain {
	width: 70%;
	float:right;
}
#schemanav {
	width: 200px;
}

#schemanav h3 {
	font-size: 0.875em;
	color: #50AD2D;
	border-top: 1px solid #DBE6DF;
	margin-top: 0.75em;
	padding-top: 0.75em;
}

#schemanav h3.first {
	border-top: none;
	padding-top: 0;
	margin-top: 0.25em;
}

#schemanav h4 {
    font-size: 0.75em;
    margin-top: 0.5em;
}

#schemanav ul {
	list-style-type: none;
	margin: 0.5em 0 1em 16px;
	text-indent: -8px;
	font-size: 0.75em;
}

#schemanav ul:last-child {
	margin-bottom: 0;
}

#schemanav ul li {
	margin: 0.25em 0;
}

#schemanav ul .more {
	font-size: 1em;
	font-weight: bold;
}

#schemanav ul .more a {
	padding-left: 8px;
	background: url(../images/schemanav_more.gif) 0 50% no-repeat;
}

#schemanav .button.minisearch {
	width: 24px;
	margin: 0;
	height: 1.875em;
	overflow: hidden;
	text-indent: -9999px;
	background: #EBF2EE url(../images/button_search_b.gif) 50% 50% no-repeat;
	margin-left: -1px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
}

#schemanav .inlineform .textinput {
	width: 130px;
	margin: 0;
}

/* CALLOUTS */

.callout {
    clear: both;
    position: relative;
    margin: 1em -16px;
    padding: 1em 16px;
    border: 1px solid #DBE6DF;
    background: #f4faf6 url(../images/inset_bg.gif) repeat-x;
    overflow: hidden;
}

.callout p,
.callout ul {
    font-size: 0.875em;
}

.callout p strong {
    color: #05384B;
}

.callout p .more {
    font-weight: bold;
    white-space: nowrap;
}

/* PROMOS */

.promo {
    clear: both;
    padding: 8px 16px;
    border: 1px solid #CACDD9;
    background: url(../images/bezelbottombg.gif) 0 100% repeat-x;
    margin: 1em 0;
    -webkit-border-radius: 5px;
}

.submitlinkpromo p {
    font-size: 0.875em;
    margin-bottom: 0;
    min-height: 40px;
    padding-left: 54px;
    background: url(../images/submitpromo.gif) 0 8px no-repeat;
}

.vendorpromo p {
    font-size: 11px;
    margin-bottom: 0;
    min-height: 40px;
    padding-left: 36px;
    background: url(/images/icons/vendor_vcard.png) 0 8px no-repeat;
}

.specialreportpromo h2 {
    font-size: 0.875em;
    margin-bottom: 0.25em;
}

/* COLUMNS */

.column { 
    float: left; 
    width: 48.75%;
}

.col-b { 
    float: right; 
}

/* INFO TOGGLE */

.infotoggle {
	font-size: 0.75em;
	font-weight: bold;
	position: absolute;
	right: 32px;
	bottom: 1em;
}
.infotoggle a {
	float: right;
	padding-left: 16px;
	background-position: 6px 50%;
	background-repeat: no-repeat;
}
.infotoggle.moreinfo a {
	background-image: url(../images/map_taller.gif);
}
.infotoggle.lessinfo {
	right: 16px;
	bottom: auto;
	top: 0.25em;
}
.infotoggle.lessinfo a {
	background-image: url(../images/pagenote_lessinfo.gif);
}

/* SECTION INFO */

#sectioninfo {
	position: relative;
}
#sectioninfo .sectionintro {
	padding-left: 56px;
	margin-right: 375px;
	background: url(../images/sectioninfo.gif) 2px 2px no-repeat;
	font-size: 0.875em;
}
#sectioninfo .sectionintro strong:first-child {
	font-size: 1.125em;
}
#sectioninfo .sectiondetails {
	float: right;
	width: 325px;
	padding-left: 20px;
	border-left: 1px solid #C6F0AB;
}
#sectioninfo .sectiondetails h2 {
	font-size: 0.875em;
	color: #50AD2D;
}
#sectioninfo .sectiondetails dl {
	font-size: 0.75em;
	padding-left: 8px;
	margin-bottom: 0.75em;
	overflow: hidden;
}
#sectioninfo .sectiondetails dl dt,
#sectioninfo .sectiondetails dl dd {
	padding: 0.25em 0;
}
#sectioninfo .sectiondetails dl dt {
	clear: left;
	float: left;
	width: 5em;
	font-weight: bold;
	color: #808C85;
}

/* SCHEMA HEADERS */  
                 
.schemaheader,                              
.section .schemaheader {
    padding-left: 54px; 
    min-height: 45px; 
    background-repeat: no-repeat; 
    background-position: 0 0.25em;
}

/* SCHEMA GROUPS */

.schemagroup,
.section .schemagroup {
    padding-left: 32px; 
    min-height: 24px; 
    background-repeat: no-repeat; 
    background-position: 0 50%;
}



/* OPENLAYERS */

.olMapViewport {
   -moz-user-select: none 
}

.olControlMousePosition {
    bottom: 0em;
    right: 3px;
    display: block;
    position: absolute;
    font-family: Arial;
    font-size: smaller;
}


/* LAYOUT */

#contentheader {
    margin: 0 16px;
    position: relative;
    border: none;
}

#content {
	min-width: 640px;
	margin: 10px 75px 1em 75px;
	padding: 0;
	position: relative;
}

/* CONTENT HEADER */

#contentheader {
    min-width: 960px;
    padding: 1em 16px 0.75em;
}

#contentheader .breadcrumbs {
    margin: 0;
}

#contentheader h1 {
    margin: 0;
}

/* SCHEMA NAV */

#schemanav { 
    margin-left: 21px;
    _margin-left: 8px;
    width: 230px;
    float: left;
}

#schemanav .inlineform .textinput {
    width: 160px;
}

#schemanav .module-content {
    padding: 0;
}

#schemanav h2 {
    position: relative;
    margin: 0 0 -1px 0;
}

#schemanav h3 {
    border: none;
    margin: 0;
    padding: 0;
}

#schemanav .filtergroup {
    padding: 0.75em 16px;
    border-top: 1px solid #DBE6DF;
}

#schemanav .filtergroup.first {
    border: none;
}

/* ADDRESS SEARCH */

#location-filtergroup .radius-search {
    font-size: 0.75em;
    color: #B9BECE;
}

#location-filtergroup select {
    font-size: 1em;
    margin: 0.5em 0.25em;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #CACDD9;
}

/* FILTER LIST */

#schemanav .filterlist {
    list-style-type: none;
    position: relative;
    margin: 1px 0 -1px 0;
}

#schemanav .filterlist .filter {
    position: relative;
    border-bottom: 1px solid #DBE6DF;
    margin: 0;
    padding: 0.75em 24px 0.75em 24px;
    font-weight: bold;
    color: #B9BECE;
}

#schemanav .filterlist .filter .filter-clear {
    text-indent: -9999px;
    overflow: hidden;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 8px;
    top: 11px;
    background: url(../images/close.gif) no-repeat;
}

#schemanav .filterlist .filter .filter-clear:hover {
    background-image: url(../images/close_hover.gif);
}

#schemanav .filterlist .filter .filter-value .date {
    white-space: nowrap;
}

#schemanav .filterlist .filter.changed .filter-value {
    color: #2B332E;
}

#schemanav .filterlist .filter.changed {
    background: #F4FAF6 url(../images/filterchanged.gif) 6px 1.1em no-repeat;
}

/* LOOKUP DEFINITIONS */

.lookup-definitions {
    font-size: 0.75em;
    position: relative;
    margin: -0.5em 0;
}

.lookup-definitions dt { 
    float: left;
    clear: left;
    margin-right: 0.5em;
    padding-top: 0.5em;
    font-weight: bold;
    padding-left: 21px;
    background: url(../images/helpicon.gif) 0 0.5em no-repeat;
}

.lookup-definitions dd {
    border-bottom: 1px solid #DBE6DF;
    padding: 0.5em 0;
    color: #B9BECE;
}

.lookup-definitions dd:before {
    content: "� ";
}

.lookup-definitions :last-child,
.lookup-definitions .last {
    border: none;
}

/* NEWSITEM LISTS */

.newsitemlist {
    overflow: hidden;
}

#mapcontainer.smallmap {
    margin-left: 16px;
}

/* PAGINATOR */

.paginator { 
    margin-bottom: 0.5em; 
}






/* grid.css */
.container {width:950px;margin:0 auto;}
.showgrid {background:url(/cssimg/grid.png);}
.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24 {float:left;margin-right:10px;}
.last, div.last {margin-right:0;}
.span-1 {width:30px;}
.span-2 {width:70px;}
.span-3 {width:110px;}
.span-4 {width:150px;}
.span-5 {width:190px;}
.span-6 {width:230px;}
.span-7 {width:270px;}
.span-8 {width:310px;}
.span-9 {width:350px;}
.span-10 {width:390px;}
.span-11 {width:430px;}
.span-12 {width:470px;}
.span-13 {width:510px;}
.span-14 {width:550px;}
.span-15 {width:590px;}
.span-16 {width:630px;}
.span-17 {width:670px;}
.span-18 {width:710px;}
.span-19 {width:750px;}
.span-20 {width:790px;}
.span-21 {width:830px;}
.span-22 {width:870px;}
.span-23 {width:910px;}
.span-24, div.span-24 {width:950px;margin:0;}
input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6, input.span-7, textarea.span-7, input.span-8, textarea.span-8, input.span-9, textarea.span-9, input.span-10, textarea.span-10, input.span-11, textarea.span-11, input.span-12, textarea.span-12, input.span-13, textarea.span-13, input.span-14, textarea.span-14, input.span-15, textarea.span-15, input.span-16, textarea.span-16, input.span-17, textarea.span-17, input.span-18, textarea.span-18, input.span-19, textarea.span-19, input.span-20, textarea.span-20, input.span-21, textarea.span-21, input.span-22, textarea.span-22, input.span-23, textarea.span-23, input.span-24, textarea.span-24 {border-left-width:1px!important;border-right-width:1px!important;padding-left:5px!important;padding-right:5px!important;}
input.span-1, textarea.span-1 {width:18px!important;}
input.span-2, textarea.span-2 {width:58px!important;}
input.span-3, textarea.span-3 {width:98px!important;}
input.span-4, textarea.span-4 {width:138px!important;}
input.span-5, textarea.span-5 {width:178px!important;}
input.span-6, textarea.span-6 {width:218px!important;}
input.span-7, textarea.span-7 {width:258px!important;}
input.span-8, textarea.span-8 {width:298px!important;}
input.span-9, textarea.span-9 {width:338px!important;}
input.span-10, textarea.span-10 {width:378px!important;}
input.span-11, textarea.span-11 {width:418px!important;}
input.span-12, textarea.span-12 {width:458px!important;}
input.span-13, textarea.span-13 {width:498px!important;}
input.span-14, textarea.span-14 {width:538px!important;}
input.span-15, textarea.span-15 {width:578px!important;}
input.span-16, textarea.span-16 {width:618px!important;}
input.span-17, textarea.span-17 {width:658px!important;}
input.span-18, textarea.span-18 {width:698px!important;}
input.span-19, textarea.span-19 {width:738px!important;}
input.span-20, textarea.span-20 {width:778px!important;}
input.span-21, textarea.span-21 {width:818px!important;}
input.span-22, textarea.span-22 {width:858px!important;}
input.span-23, textarea.span-23 {width:898px!important;}
input.span-24, textarea.span-24 {width:938px!important;}
.append-1 {padding-right:40px;}
.append-2 {padding-right:80px;}
.append-3 {padding-right:120px;}
.append-4 {padding-right:160px;}
.append-5 {padding-right:200px;}
.append-6 {padding-right:240px;}
.append-7 {padding-right:280px;}
.append-8 {padding-right:320px;}
.append-9 {padding-right:360px;}
.append-10 {padding-right:400px;}
.append-11 {padding-right:440px;}
.append-12 {padding-right:480px;}
.append-13 {padding-right:520px;}
.append-14 {padding-right:560px;}
.append-15 {padding-right:600px;}
.append-16 {padding-right:640px;}
.append-17 {padding-right:680px;}
.append-18 {padding-right:720px;}
.append-19 {padding-right:760px;}
.append-20 {padding-right:800px;}
.append-21 {padding-right:840px;}
.append-22 {padding-right:880px;}
.append-23 {padding-right:920px;}
.prepend-1 {padding-left:40px;}
.prepend-2 {padding-left:80px;}
.prepend-3 {padding-left:120px;}
.prepend-4 {padding-left:160px;}
.prepend-5 {padding-left:200px;}
.prepend-6 {padding-left:240px;}
.prepend-7 {padding-left:280px;}
.prepend-8 {padding-left:320px;}
.prepend-9 {padding-left:360px;}
.prepend-10 {padding-left:400px;}
.prepend-11 {padding-left:440px;}
.prepend-12 {padding-left:480px;}
.prepend-13 {padding-left:520px;}
.prepend-14 {padding-left:560px;}
.prepend-15 {padding-left:600px;}
.prepend-16 {padding-left:640px;}
.prepend-17 {padding-left:680px;}
.prepend-18 {padding-left:720px;}
.prepend-19 {padding-left:760px;}
.prepend-20 {padding-left:800px;}
.prepend-21 {padding-left:840px;}
.prepend-22 {padding-left:880px;}
.prepend-23 {padding-left:920px;}
div.border {padding-right:4px;margin-right:5px;border-right:1px solid #eee;}
div.colborder {padding-right:24px;margin-right:25px;border-right:1px solid #eee;}
.pull-1 {margin-left:-40px;}
.pull-2 {margin-left:-80px;}
.pull-3 {margin-left:-120px;}
.pull-4 {margin-left:-160px;}
.pull-5 {margin-left:-200px;}
.pull-6 {margin-left:-240px;}
.pull-7 {margin-left:-280px;}
.pull-8 {margin-left:-320px;}
.pull-9 {margin-left:-360px;}
.pull-10 {margin-left:-400px;}
.pull-11 {margin-left:-440px;}
.pull-12 {margin-left:-480px;}
.pull-13 {margin-left:-520px;}
.pull-14 {margin-left:-560px;}
.pull-15 {margin-left:-600px;}
.pull-16 {margin-left:-640px;}
.pull-17 {margin-left:-680px;}
.pull-18 {margin-left:-720px;}
.pull-19 {margin-left:-760px;}
.pull-20 {margin-left:-800px;}
.pull-21 {margin-left:-840px;}
.pull-22 {margin-left:-880px;}
.pull-23 {margin-left:-920px;}
.pull-24 {margin-left:-960px;}
.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24 {float:left;position:relative;}
.push-1 {margin:0 -40px 18px 40px;}
.push-2 {margin:0 -80px 18px 80px;}
.push-3 {margin:0 -120px 18px 120px;}
.push-4 {margin:0 -160px 18px 160px;}
.push-5 {margin:0 -200px 18px 200px;}
.push-6 {margin:0 -240px 18px 240px;}
.push-7 {margin:0 -280px 18px 280px;}
.push-8 {margin:0 -320px 18px 320px;}
.push-9 {margin:0 -360px 18px 360px;}
.push-10 {margin:0 -400px 18px 400px;}
.push-11 {margin:0 -440px 18px 440px;}
.push-12 {margin:0 -480px 18px 480px;}
.push-13 {margin:0 -520px 18px 520px;}
.push-14 {margin:0 -560px 18px 560px;}
.push-15 {margin:0 -600px 18px 600px;}
.push-16 {margin:0 -640px 18px 640px;}
.push-17 {margin:0 -680px 18px 680px;}
.push-18 {margin:0 -720px 18px 720px;}
.push-19 {margin:0 -760px 18px 760px;}
.push-20 {margin:0 -800px 18px 800px;}
.push-21 {margin:0 -840px 18px 840px;}
.push-22 {margin:0 -880px 18px 880px;}
.push-23 {margin:0 -920px 18px 920px;}
.push-24 {margin:0 -960px 18px 960px;}
.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24 {float:right;position:relative;}
.prepend-top {margin-top:18px;}
.append-bottom {margin-bottom:18px;}
.box {padding:18px;margin-bottom:18px;border: 1px solid #d7d7d7;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}

/* @end */

/* @group Library */

/* @group Slider */

	
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 0;
			position: relative;
			width: 100%;
		}
	

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: 1px solid #d7d7d7; /* this is the border. should have the same value for the links */
			border-top: none;
			margin: auto;
			width: 708px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			/*height: 460px;*/
			clear: both;
			background: #fff;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 708px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 30px 30px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			background: #eee;
			border-top: 1px solid #d7d7d7;
			border-left: 1px solid #d7d7d7;
			border-right: 1px solid #d7d7d7;
			height: 36px;
			margin: 0;
			overflow: hidden;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
			margin: 0;
			overflow: hidden;
			padding: 0;
		}
		
		.stripNav ul li {
			float: left;
			margin: 0; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		#stripNav0 a { /* The nav links */
			font-size: 14px;
			font-weight: bold;
			text-align: center;
			line-height: 36px;
			color: #888;
			text-decoration: none;
			display: block;
			padding: 0 15px;
		}
		

		#stripNav0 li a:hover {
			background: #e0f0fa;
			color: #1969bc;
			text-decoration: none;
		}
		
		#stripNav0 li a.current {
			background: #fff;
			color: #000;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			background: #000;
			display: none;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}


/* @end */
#twitter_post {

	background:transparent url(/images/icons/Twitter_20x20.png) no-repeat;
	height:45px;
	padding-left:55px;
	padding-right:8px;
	padding-top:2px;
	position:relative;

}



#tweets {

	font-size:10px;

}



#tweets ul {

	list-style:none;

	margin:0px;

	padding:0px;

}


/* Recently Posted
----------------------------------------------- */
  
  #home-page #more-recent-listings {
    margin: 5px auto 0 auto;
    padding: 0 10px;
    text-align: right;
    width: 940px;
    }
  
  #home-page #more-recent-listings span { color: #808080; }
  
  #home-page #recent-listings {
    border: 0;
    margin: 0 auto 0 auto;
    padding: 0;
    text-align: left;
    width: 960px;
    }
  
  #home-page #recent-listings .listing {
    background-image: url("/images/backgrounds/listing-bg.png");
	list-style:none;
    background-repeat: no-repeat;
    color: #808080;
    float: left;
    height: 90px;
    margin: 10px;
    padding: 5px;
    overflow: hidden;
    width: 210px;
    }
  
  #home-page #recent-listings .listing img {
    border: 1px solid #808080;
    float: left;
    height: 88px;
    margin-right: 7px;
    width: 88px;
    }
  
  #home-page #recent-listings .listing p {
    float: left;
    height: 60px;
    overflow: hidden;
    margin: 15px 0;
    width: 100px;
	
    }
  
  #home-page #recent-listings .listing p strong {
    display: block;
    height: 60px;
    overflow: hidden;
    width: 100px;
    }
  
  #home-page #recent-listings .listing p strong.with-meta { height: 40px; }
    
  #home-page #recently-posted-title {
    margin: 0 auto 0 auto;
    text-align: right;
    width: 940px;
    }
