/* 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         { font-weight: normal; }
blockquote, q           { quotes: none; }
:focus                  { outline: 0; }

/* BASE */

body {
    line-height: 1.4;
    font-family: Arial, sans-serif;
    color: #2B332E;
    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: #2B332E; }

/* MY CONTAINER */
#container { margin: 0 auto; width: 750px; }

/* AREAS */

#leftnav {
    width: 180px;
    float: left;
    padding-right: 10px;
}

#rightnav {
    width: 550px;
    float: right;
    padding-left: 10px;
}

/* POSITIONS */

#centered {
    text-align: center;
}

#leftcontent {
    text-align: left;
}

#rightcontent {
    float: right;
}

/* MESSAGES */

ul#messages {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
}

ul#messages li {
    padding: 5px 10px;
    background: #EFD;
    margin: 3px;
    border: 1px solid #BC9;
}

ul#messages li a {
    float: left;
    color: #693;   
}

/* HEADER */

#header {
    background: #2B332E;
    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: #808c85;
}

.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;
}

/* FOOTER */

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

#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: #C0CCC4;
    margin: 0 0.25em;
}

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

#footer .legal a:hover {
    color: #2B332E;
}

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

#footerfeedback h2 {
    color: #2B332E;
    font-size: 0.875em;
}

#footerfeedback form p {
    margin: 0;
}

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

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

#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;
}



/* 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: #808c85; }
.smalltext              { font-size: 0.875em;}
.minitext               { font-size: 0.75em; }
.legaltext              { font-size: 0.6875em; }
.summary                { color: #808c85; 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: #808c85; }
.infotext strong        { color: #2B332E; }
.textinput,
    input[type=text],
    input[type=password],
    textarea            { border: 1px solid #C0CCC4; font-size: 1em; padding: 0.25em 0.25em; color: #2B332E; }
.textinput.placeholder  { color: #A8B2AC; font-weight: normal; }
#content .summary       { font-size: 0.875em; color: #808c85; margin-bottom: 0.5em; margin-right: 10em; }
#content .intro         { color: #808c85; 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: #808c85; }

/* 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: #808c85;
    background: #FFF;
    padding-left: 8px;
}

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

.section .summary {
    font-size: 0.875em;
    color: #808c85;
    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: #808c85;
    padding: 0.1em 8px 0.1em 16px;
    background: url(../images/prevarrow.gif) 0 40% no-repeat;
}

.breadcrumbs a:hover {
    color: #2B332E;
    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 #C0CCC4;
    -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: #808c85;
    color: #2B332E;
}

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

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

.sectiontabs .tabs {
    background: #FFF;
}

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

/* 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: #C0CCC4;
    color: #2B332E;
    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: #2B332E;
    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: #808c85;
    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: #808c85;
    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 #C0CCC4;
    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: #EBF2EE;
    color: #808C85;
    border-bottom: 1px solid #C0CCC4;
    position: relative;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
}

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

.moduletabs li.active a,
.moduletabs li .current {
    color: #2B332E;
    background: #fff;
    text-shadow: none;
    border-color: #C0CCC4;
    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: #C0CCC4;
    background: #DBE6DF url(../images/grad_bg.gif) repeat-x;
    cursor: default;
}

.moduletabs .subtabs {
    display: none;
    clear: both;
    overflow: hidden;
    margin: 0;
    border: 1px solid #C0CCC4;
    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: #2B332E;
}

.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 #C0CCC4;
    background: #DBE6DF 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: #808c85;
    text-shadow: 0 1px #FFF;
}

/* NEWS ITEMS */

.newsitemheader {
    font-size: 1em;
    color: #2B332E;
    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: #2B332E;
    margin-right: 0.25em;
}

.newsitem .location {
    font-size: 0.75em;
    color: #2B332E;
}

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

.newsitem .info strong {
    font-weight: normal;
    color: #2B332E;
}

.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: #2B332E;
    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: #808c85;
    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: #808c85;
}

.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: #808c85;
    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: #808c85;
    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: #808c85;
}

/* 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: #808c85;
    font-weight: normal;
    padding-left: 0.5em;
}

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

.newsitemgrouper a.schemagroup {
    color: #2B332E;
}

.newsitemgrouper a.schemagroup:hover {
    color: #808c85;
}

.newsitemgrouper.hidden .schemagroup {
	color: #808c85;
	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: #808c85;
    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: #808c85;
    padding-left: 16px;
    float: left;
}

.newsitemgrouper .extra a:hover,
.module .schema-extra a:hover {
    color: #2B332E;
}

.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 #C0CCC4;
    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 #2B332E;
    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: #2B332E;
    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: #808c85;
    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: #C0CCC4;
    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: #C0CCC4;
    padding-left: 0.35em;
}

.calendarchart .daylistgrouper a {
    color: #808c85;
}

.calendarchart .daylistgrouper a:hover {
    color: #2B332E;
}

.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: #808c85;
}

.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: #808c85;
    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: #808c85;
    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: #808c85;
    font-size: 0.857em;
    font-weight: bold;
    padding: 0 9px;
}

/* GRID LISTS */

.gridlist {
    list-style-type: 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;
}

.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 #EBF2EE;
    background: #fff;
    -webkit-border-radius: 9px;
    opacity:0.85;
}

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

.module .number {
    font-size: 1.125em;
    padding-right: 0.2em;
}

.module .accentheader {
    overflow: hidden;
    margin-bottom: 0;
}

.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 #C0CCC4;
    background: #DBE6DF 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;
}

.module hr {
  border-color: #DBE6DF;
    border-style: solid;
    border-width: 1px 0 0;
    clear: both;
    margin: 0.75em 0;
    height: 0;
}


