html {
    overflow-y: scroll;
}

body {
    background-color: #004a02;
    margin: 0;
    padding: 0;
    font: 14px Arial, Helvetica, sans-serif;
    color: #3f3f3f;
}

body.mceContentBody {
    background-color: #FFF
}

h2 {
    font-size: 26px;
    color: #008852;
}

table {
    width: 100%
}

.clear {
    clear: both;
}

.hidden {
    display: none;
}

a.btn_green {
    cursor: pointer;
    width: 60px;
    height: 18px;
    display: block;
    color: #004a02;
    font-size: 13px;
    background: url(../images/btn_green.png) no-repeat;
    text-align: center;
    font-weight: bold;
    padding: 0 3px 4px 0;
}

#wrapper {
    width: 981px;
    margin: 0 auto;
}

#header {
    position: relative;
    width: 981px;
    background: #fff url(../header_photo.php) no-repeat right top;
}

#header img {
    display: block;
}

#block-menu-menu-top {
    position: absolute;
    right: 55px;
    top: 0;
    background: url(../images/top_menu_bg.png);
    width: 247px;
    height: 35px;
}

#block-menu-menu-top ul {
    padding: 5px 15px;
    margin: 0;
    font: bold 9px Verdana, Geneva, Arial, Helvetica, sans-serif
}

#block-menu-menu-top ul li {
    display: inline;
    text-transform: uppercase;
    background: url(../images/top_divider.gif) no-repeat 0 3px;
    padding-left: 12px;
}

#block-menu-menu-top ul li.first {
    background: none;
    padding-left: 6px;
}

#block-menu-menu-top ul li a {
    color: #FFF;
    text-decoration: none;
}

#block-menu-menu-top ul li a:hover {
    text-decoration: underline;
}

#block-menu-menu-top ul li .nolink {
    color: #FFF;
    cursor: pointer;
    padding-right: 20px;
    background: url(../images/triangle_down.gif) no-repeat right bottom;
}

.logged_in #block-menu-menu-top ul {
    padding-left: 10px;
    padding-right: 10px;
}

/* primary menu */
ul.primary-links {
    margin: 0;
    padding: 11px 0;
    background: url(../images/menu_bg.gif);
    height: 27px;
    clear: both;
    border-top: 2px solid #929f9e;
}

ul.primary-links li {
    display: inline;
    line-height: 19px;
}

ul.primary-links li a {
    display: inline-block;
    padding-left: 20px;
    margin-left: 20px;
    background: url(../images/leaf.gif) no-repeat;
    color: #006f3a;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

ul.primary-links li a:hover, ul.primary-links li a.active, ul.primary-links li.active-trail a {
    background: url(../images/leaf_active.gif) no-repeat;
}

/* secondary menu and admin sidebar menu */
ul.secondary-links, #block-menu-menu-admin-menu-side ul {
    margin-bottom: 15px;
    padding-left: 0;
}

ul.secondary-links li, #block-menu-menu-admin-menu-side ul li {
    padding: 0;
    display: block;
}

ul.secondary-links li a, #block-menu-menu-admin-menu-side ul li a {
    display: block;
    font-size: 15px;
    color: #006f3a;
    text-decoration: none;
    font-weight: bold;
    padding: 6px 3px 6px 43px;
}

ul.secondary-links li a:hover, ul.secondary-links li a.active, ul.secondary-links li.active-trail a,
#block-menu-menu-admin-menu-side ul li a:hover, #block-menu-menu-admin-menu-side ul li a.active {
    background-color: #fff;
}

#block-menu-menu-admin-menu-side ul li {
    margin: 0;
}

#block-menu-menu-admin-menu-side ul {
    border-top: solid 3px #fff;
    padding-top: 10px;
}

#mainbody {
    background: url(../images/mainbody_bg.gif) #FFF
}

#leftcol {
    width: 258px;
    float: left;
}

#rightcol {
    width: 653px;
    float: right;
    padding: 0 35px;
}

#rightcol h2 {
    margin: 20px 0 10px;
}

#mainbody-bottom {
    clear: both;
    background: url(../images/mainbody_bottom.gif);
    height: 26px;
}

#footer {
    background-color: #FFF;
    height: 64px;
}

/* frontpage styles */
.front #leftcol h2 {
    clear: both;
    font-weight: normal;
    border-top: 1px solid #dddee2;
    padding-top: 25px;
}

.front #leftcol {
    width: 650px;
    padding-left: 30px;
}

.front #rightcol {
    width: 253px;
    padding: 0 30px 0 18px;
}

.front #mainbody {
    background-image: none;
}

.front #mainbody-bottom {
    background: url(../images/mainbody_front_bottom.gif);
}

.front #block-menu-primary-links {
    background: url(../images/menu_front_bg.gif) repeat-x;
}

.front #block-search-0 {
    height: 25px;
    border: none;
    padding: 0;
}

.front ul.primary-links {
    background: url(../images/menu_front_bg.gif) top;
}

#search-block-form .form-submit {
    width: 63px;
    height: 22px;
    float: right;
    border: none;
    background: url(../images/search_btn.png) no-repeat;
    text-indent: -9999px;
    cursor: pointer;
}

#search-block-form .form-item {
    float: left;
    margin: 0;
}

#search-block-form .form-text {
    width: 147px;
    background: url(../images/magnifying_glass.gif) #FFF 3px 2px no-repeat;
    border: 1px solid #7b7b7b;
    height: 20px;
    color: #008852;
    padding: 2px 5px 0 24px;
    font-size: 12px;
}

.front #block-block-1 {
    background: url(../images/donate_bg.gif) no-repeat;
    width: 253px;
    padding: 2px 0 0 0;
    margin-top: 20px;
}

/* top trees on frontpage */
#block-views-top_content-block_1 {
    min-height: 250px;
    height: auto;
    display: table;
}

#block-views-top_content-block_1 .view-header {
    background: url(../images/trees_header_bg.gif) no-repeat;
    margin: 10px 0;
    padding: 3px 0 0 25px;
    width: 604px;
    height: 33px;
}

#block-views-top_content-block_1 .view-header p {
    margin: 0;
    font-size: 20px;
    color: #fff;
    float: left;
}

#block-views-top_content-block_1 .view-header .more-link {
    display: block;
    float: right;
    width: 164px;
    height: 22px;
    background: url(../images/see_more_entries.gif) no-repeat;
    text-indent: -9999px;
    text-align: left;
    margin: 5px 3px 0 0;
}

#block-views-top_content-block_1 ul {
    padding: 0;
    margin: 0 0 0 7px;
}

#block-views-top_content-block_1 ul li {
    float: left;
    list-style-type: none;
    margin: 0 28px 0 0;
    padding: 0;
    width: 185px;
}

#block-views-top_content-block_1 ul li.views-row-last {
    margin: 0;
}

/* top trees pages */
.view-top-content .view-sort-by {
    float: left;
    font-size: 12px;
    padding-top: 3px;
}

.view-top-content .views-exposed-widget {
    padding: 0;
}

.view-top-content .views-exposed-widget label {
    float: left;
    font-size: 12px;
    font-weight: normal;
    padding: 3px 3px 0 0;
}

.view-top-content .views-exposed-widget select {
    font-size: 12px;
}

.view-top-content .views-widget {
    float: right;
}

.view-top-content .view-titlebar {
    clear: both;
    background: url(../images/trees_header2_bg.gif) no-repeat;
    height: 33px;
    padding: 4px 0 0 20px;
    font-size: 18px;
    color: #fff;
}

.view-top-content .view-filters {
    margin-bottom: 20px;
}

.view-top-content .views-field-submitted-by {
    font-size: 12px;
    margin-top: 4px;
}

.view-top-content img {
    border: 1px solid #008852;
    margin-bottom: 10px;
}

.view-top-content .vote-up-down-widget {
    margin-right: 3px;
    float: left;
}

.view-top-content td {
    height: 250px;
}

.node-tree .content {
    margin-left: 292px;
}

.node-tree .tree-images {
    width: 262px;
    float: left;
    margin-right: 30px;
}

.node-tree .tree-images img {
    border: 1px solid #004a02;
}

.node-tree .tree-main-thumb {
    margin-top: 12px;
}

.node-tree dt {
    float: left;
    font-weight: bold;
    margin-right: 10px;
}

.node-tree dd {
    margin-bottom: 10px;
}

.node-tree .vote-up-down-widget {
    float: left;
    clear: none;
    width: 80px;
}

.node-tree #btn_view_map {
    float: left;
    width: 70px;
    height: 53px;
    padding: 0px 0 0 15px;
}

ul.links li.vote_up_down_points {
    display: none;
}

#comment_title {
    padding-top: 15px;
}

#comments h2 {
    font-size: 18px;
    margin: 20px 0 3px;
}

#comments .submitted {
    font-size: 10px;
    color: #666;
}

/* tree submission */
.preview_warning {
    text-align: center;
    font-weight: bold;
}

/* login box */
#signin_blocks, #account_blocks {
    display: none;
}

#signin {
    font-size: 10px;
    margin-top: 5px;
}

#signin #user-login-form .form-item label,
#signin #user-login-form .form-item input {
    float: left;
}

#signin #user-login-form .form-item label {
    margin: 3px 10px 0 0;
}

#signin #block-block-5, #signin #block-block-4, #signin #block-block-6 {
    background: url(../images/login_top.gif) top left no-repeat #ddd;
    width: 500px;
    padding-top: 10px;
}

#signin #block-user-0 .content, #signin #block-block-4 .content, #signin #block-block-6 .content {
    background: url(../images/login_bottom.gif) bottom left no-repeat #ddd;
    width: 500px;
}

#signin #block-user-0 {
    margin-top: 0;
    padding-top: 0;
}

#signin #block-user-0 .content {
    height: 45px;
}

#signin #block-user-0 .content #user-login-form {
    margin-left: 20px;
}

#signin #block-user-0 .content #edit-pass-wrapper label {
    margin-left: 15px;
}

#signin #block-user-0 .form-submit {
    float: right;
    padding-right: 12px;
}

#signin #block-user-0 #user-login-form {
    text-align: left;
}

#signin #block-user-0 #user-login-form ul {
    padding-left: 0;
}

#signin #block-user-0 #user-login-form ul li {
    list-style: none;
    margin-left: 0;
}

#signin #block-user-0 .form-item {
    margin: 0;
}

#signin #block-block-4 {
    clear: both;
}

#signin #block-block-4 p {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin: 5px 20px 0;
}

#signin #block-block-4 #but_signup {
    text-align: right;
    padding: 0 10px 5px;
}

#signin #block-block-5 {
    height: 40px;
    margin-top: 10px;
}

#signin #block-block-5 p {
    margin: 0;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

#signin #block-block-6 {
    margin-top: 10px;
}

#signin #block-block-6 p {
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

#signin #block-block-6 .content {
    height: 80px;
}

#signin #block-block-6 #but_password {
    float: right;
    padding: 15px 8px 0 0;
}

#my_account {
    padding: 30px 30px 0;
}

#my_account .button1 {
    width: 150px;
    float: left;
    text-align: center;
}

#my_account .button2 {
    width: 185px;
    float: left;
    text-align: center;
}

#my_account .button3 {
    width: 90px;
    float: right;
    text-align: center;
}

/* my account box */
#block-block-3 {
    background: url(../images/login_bg.png) no-repeat;
    width: 235px;
    height: 55px;
    padding-right: 8px;
    position: absolute;
    top: 23px;
    right: 54px;
    display: none;
    font-size: 9px;
    color: #095206;
}

#block-block-3 #account_links {
    padding: 2px 0 0 10px;
    width: 150px;
    float: left;
}

#block-block-3 #sign_out {
    width: 70px;
    float: left;
    padding-top: 10px;
}

/* search box */
#block-search-0 {
    height: 25px;
    border: 3px solid #FFF;
    border-left: none;
    border-right: none;
    padding: 14px 11px
}

#search-block-form .form-submit {
    float: right;
    padding-top: 2px;
}

#search-block-form .form-item {
    float: left;
    margin: 0;
}

#search-block-form .form-text {
    width: 137px;
    background: url(../images/magnifying_glass.gif) #FFF 3px 2px no-repeat;
    border: 1px solid #7b7b7b;
    height: 20px;
    color: #008852;
    padding: 2px 5px 0 24px;
    font-size: 12px;
}

/* news block */
.view-news {
    margin-top: 10px;
}

.view-news .view-content {
    margin: 0 4px;
}

.view-news .view-header {
    background: url(../images/news_events_bg.gif) no-repeat;
    height: 24px;
    padding-left: 7px;
}

.view-news .view-header p {
    float: left;
    color: #FFF;
    font-size: 18px;
    margin: 0;
}

.view-news .more-link {
    display: block;
    float: right;
    width: 63px;
    height: 21px;
    background: url(../images/view_all.png) no-repeat;
    text-indent: -9999px;
    text-align: left;
    margin-top: 3px;
}

.view-news .views-row-odd, .view-news .views-row-even {
    margin-top: 13px;
    padding-bottom: 13px;
    color: #666;
    border-bottom: 1px solid #dddee2;
}

.view-display-id-page_1 .views-field-title a {
    font-size: 16px;
    color: #9A4035;
    text-decoration: none;
}

.view-display-id-block_1 .views-field-title a {
    font-size: 14px;
    color: #666;
    text-decoration: none;
}

.view-display-id-block_1 .views-field-title a:hover {
    text-decoration: underline;
}

.view-news .views-field-created {
    font-size: 13px;
    color: #666;
    margin-bottom: 7px;
}

.view-news .views-field-field-summary-value {
    font-size: 12px;
    margin-top: 3px;
}

.view-news .views-field-field-summary-value a {
    text-decoration: none;
    color: #666;
}

/* newsletter signup box */
#block-rfl_module-0 {
    background: url(../images/newsletter2_bg.gif) no-repeat;
    padding: 3px 4px 0 4px;
    width: 226px;
    height: 91px;
    margin: 25px auto 0 auto;
    text-align: center;
    color: #fff;
    font-size: 13px;
}

#block-rfl_module-0 h2 {
    margin: 7px 0 7px 0;
    padding: 0;
    font-size: 16px;
    color: #fff;
}

#block-rfl_module-0 .form-text {
    color: #008852;
    float: left;
    margin-left: 5px;
    width: 126px;
}

#block-rfl_module-0 .form-submit {
    color: #008852;
    float: right;
    margin-right: 5px;
    padding-top: 2px;
}

#block-rfl_module-0 p {
    clear: both;
    padding-top: 5px;
    margin: 0;
}

.front #block-rfl_module-0 {
    width: 245px;
    background: url(../images/newsletter_bg.gif) no-repeat;
}

.front #block-rfl_module-0 .form-text {
    width: 146px;
}

/* sponsors block */
#block-rfl_module-1 {
    margin-top: 25px;
    background: url(../images/news_events_bg.gif) no-repeat;
}

#block-rfl_module-1 h2 {
    margin: 0;
    float: left;
    height: 24px;
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    padding-left: 7px;
}

#block-rfl_module-1 .more-link {
    display: block;
    float: right;
    width: 63px;
    height: 21px;
    background: url(../images/view_all.png) no-repeat;
    text-indent: -9999px;
    text-align: left;
    margin-top: 3px;
}

/* sidebar */
#block-block-1 {
    color: #fff;
    background: url(../images/donate_bg2.gif) no-repeat;
    width: 230px;
    height: 91px;
    text-align: center;
    padding: 2px 2px 0 2px;
    margin: 20px auto 0 auto;
}

#block-block-1 h2 {
    margin: 0;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
}

#block-block-1 a {
    display: block;
    width: 72px;
    height: 22px;
    text-indent: -9999px;
    background: url(../images/donate_btn.png) no-repeat;
    margin: 0 auto;
}

#block-block-1 p {
    margin: 4px 0;
}

/* footer menu */
.footer {
    font-size: 11px;
    color: #008852;
    font-family: Arial, Helvetica, sans-serif;
}

#footer {
    font-size: 11px;
    color: #008852;
    font-family: Arial, Helvetica, sans-serif;
}

#block-menu-menu-footer {
    float: left;
}

#block-menu-menu-footer ul {
    display: inline;
    float: left;
    margin: 28px 0 0 4px;
}

#block-menu-menu-footer ul li {
    display: inline;
    background: url(../images/footer_divider.gif) no-repeat 0 4px;
    margin: 0;
    padding: 0 10px 0 11px;
}

#block-menu-menu-footer ul li.first {
    background: none;
}

#block-menu-menu-footer ul li a {
    text-decoration: none;
    color: #008852;
}

#block-menu-menu-footer ul li a:hover {
    text-decoration: underline;
}

#powered-by {
    float: right;
    margin: 26px 24px 0 0;
    font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#powered-by a {
    text-decoration: none;
    color: #008852;
}

#powered-by a:hover {
    text-decoration: underline;
}

#social {
    width: 400px;
    float: left;
    height: 64px;
}

#social img {
    width: 44px;
    height: 44px;
    margin-top: 10px;
}

#social div {
    display: inline;
    float: left;
    margin-right: 5px;
}

#social span {
    line-height: 64px;
}

#social a:link, #social a:visited {
    height: 64px;
    line-height: 64px;
    color: #008852;
    text-decoration: none;
}

#social a:hover {
    text-decoration: underline;
}

.share {
    margin: 15px 0;
}

/* vote up down */
.vote-up-down-widget {
    width: 70px;
    height: 53px;
    border: 0px;
    padding: 0;
    margin: 0;
}

.vote-up-down-points {
    background: url(../images/vote_top.gif) no-repeat;
    width: 70px;
    height: 25px;
    padding-top: 5px;
    color: #9f5a01;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.vote-up-inact, .vote-up-inact:hover {
    background: url(../images/vote_bg.gif) no-repeat bottom;
    width: 70px;
    height: 23px;
}

.up-inact, .up-inact:hover {
    background: url(../images/vote_bg.gif) no-repeat bottom;
    width: 70px;
    height: 23px;
    text-indent: -9999px;
}

.vote-up-act {
    background: url(../images/voted_bg.gif) no-repeat bottom;
    width: 70px;
    height: 23px;
}

.view-top-content img.vote_logged_out {
    border: none;
}

/*#TB_ajaxContent { text-align: center; background: url(../images/login_bg.png) -2px -2px; color: #fff; font-size: 12px; }*/

/* WYSIWYG styles */
.green-heading {
    font-size: 20px;
    color: #008852;
}

.red-heading {
    font-size: 16px;
    color: #9A4035;
}

.emphasize-paragraph {
    font-weight: bold;
}

/* common elements */
table.styled-table {
    border: 1px solid #ccc;
    font-size: 14px;
}

.styled-table td {
    border-right: 1px solid #ccc;
}

.styled-table tr.odd {
    background: #eee;
}

.styled-table thead {
    background: #ccc;
}

a {
    color: #008852;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: underline;
}

/* tree listing */
table.views-view-grid {
    width: 100%;
}

table.views-view-grid td {
    vertical-align: top;
}

table.views-view-grid td.col-2 {
    width: 276px;
}

#filter-field_category_value_many_to_one {
    width: 280px;
}

.views-exposed-form .views-exposed-widget {
    float: right;
}

.views-exposed-widget label {
    display: inline;
}

.views-field-tree {
    width: 185px;
}

.views-field-tree .views-field-tree-info {
    width: 100px;
    float: left;
}

td.col-2 .views-field-tree {
    margin: 0 auto;
}

#edit-field-photo-0-upload-wrapper.error {
    border: 2px solid red;
}

.caption {
    font-size: 9px;
    text-align: right;
    margin-top: 8px;
}

/* project listing */
.view-projects .views-row-even, .view-projects .views-row-odd {
    clear: left;
    margin-bottom: 15px;
}

.view-projects .views-field-field-photo-fid {
    float: left;
    margin-bottom: 12px;
}

.view-projects .views-field-field-photo-fid img {
    border: 1px solid #008852;
}

.view-projects .views-field-nothing {
    margin-left: 170px;
}

.view-projects .views-field-field-summary-value {
    margin-left: 170px;
}

.view-projects .views-field-field-summary-value p {
    margin: 8px 0
}

.view-projects #filter-field_project_type_value_many_to_one {
    width: auto;
}

.view-projects #filter-field_location2_value_many_to_one {
    width: auto;
}

.view-projects #filter-field_year_value_many_to_one {
    width: auto;
}

.view-projects .views-exposed-widget {
    padding: 0 0 0 15px;
}

.view-projects .views-exposed-widget label {
    float: left;
    font-size: 12px;
    font-weight: normal;
    padding: 3px 3px 0 0;
}

.view-projects .views-exposed-widget select {
    font-size: 12px;
}

.view-projects .views-widget {
    float: right;
}

.view-projects .view-titlebar {
    clear: both;
    background: url(../images/trees_header2_bg.gif) no-repeat;
    height: 33px;
    padding: 4px 0 0 20px;
    margin-top: 20px;
    font-size: 18px;
    color: #fff;
}

.view-projects .view-filters {
    margin-bottom: 40px;
}

/* tree quest landing page */
.treequest-boxes {
    margin-bottom: 20px;
    height: 161px;
}

.treequest-box {
    width: 190px;
    height: 161px;
    float: left;
    margin-right: 3px;
    padding: 0 12px;
    color: #fff;
    font-size: 15px;
}

.treequest-box h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 20px 0 10px 0;
}

.treequest-box p {
    margin-top: 10px;
}

.treequest-box a {
    color: #fff;
    text-decoration: underline;
}

.treequest-box#treequest-step1 {
    background: url(../images/step1_bg.gif) no-repeat;
}

.treequest-box#treequest-step2 {
    background: url(../images/step2_bg.gif) no-repeat;
}

.treequest-box#treequest-step3 {
    background: url(../images/step3_bg.gif) no-repeat;
}

/* user profile styles */
#user-profile-form fieldset {
    border: none;
}

#user-profile-form fieldset legend {
    display: none;
}

/* reports */
.view-voting-results .views-row-odd,
.view-voting-results .views-row-even {
    width: 160px;
    height: 200px;
    float: left;
}

.view-users .count,
.view-stories .count {
    font-weight: bold;
    padding-bottom: 10px;
}

.view-stories .views-row-odd,
.view-stories .views-row-even {
    width: 300px;
    height: 60px;
    float: left;
}

.view-users .views-row-odd,
.view-users .views-row-even {
    width: 300px;
    height: 80px;
    float: left;
}

/* admin styles */
#admin-menu {
    font-size: 11px;
}

.messages, .preview {
    margin: .75em 0 .75em;
    padding: .5em 1em;
}

.messages {
    background-color: #fff;
    border: 1px solid #b8d3e5;
}

.preview {
    background-color: #fcfce8;
    border: 1px solid #e5e58f;
}

#slides .views-row-odd, #slides .views-row-even {
    height: 275px;
    width: 629px;
}

#slides {
    height: 275px;
    overflow: hidden;
    width: 629px;
    position: relative;
}

#slides #nav {
    position: relative;
    top: -23px;
    text-align: right;
    width: 629px;
    white-space: nowrap;
    margin: 0;
    z-index: 100;
}

#slides #nav a {
    margin-right: 5px;
    background-color: #ccc;
    font-size: 8px;
    text-decoration: none;
    color: #ccc;
    padding: 1px 3px;
    border: 1px solid #555;
}

#slides #nav a.activeSlide {
    background-color: #004A02;
    color: #004A02;
}

.password-strength {
    display: none;
}

div.password-description {
    position: absolute;
    left: 999999px;
}

span#votes {
    display: block;
    background: transparent url(../images/votes_bg.gif) no-repeat 0 0;
    width: 70px;
    height: 23px;
}

#map_pop_left {
    float: left;
    padding-right: 8px;
    width: 120px;
}

#map_pop_left img {
    width: 120px;
    height: 160px;
}

#map_pop_right {
    float: right;
    width: 150px;
    font-size: 12px;
    line-height: 150%;
}

.map_title {
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 5px;
    color: #008852;
}

#map_legend ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#map_legend ul li {
    float: left;
}

#map_legend a {
    display: block;
    width: 130px;
    height: 22px;
    font-size: 11px;
    padding-left: 25px
}

#map_legend a#category_0 {
    background: url(../images/category_0.png) no-repeat;
}

#map_legend a#category_1 {
    background: url(../images/category_1.png) no-repeat;
}

#map_legend a#category_2 {
    background: url(../images/category_2.png) no-repeat;
}

#map_legend a#category_3 {
    background: url(../images/category_3.png) no-repeat;
}

#map_legend a#category_4 {
    background: url(../images/category_4.png) no-repeat;
}

#map_legend a#category_5 {
    background: url(../images/category_5.png) no-repeat;
}

#map_legend a#category_6 {
    background: url(../images/category_6.png) no-repeat;
}

#map_legend a#category_7 {
    background: url(../images/category_7.png) no-repeat;
}

#map_legend a#category_8 {
    background: url(../images/star.png) no-repeat;
}

#map_legend a#category_0.off {
    background: url(../images/category_0_off.png) no-repeat;
}

#map_legend a#category_1.off {
    background: url(../images/category_1_off.png) no-repeat;
}

#map_legend a#category_2.off {
    background: url(../images/category_2_off.png) no-repeat;
}

#map_legend a#category_3.off {
    background: url(../images/category_3_off.png) no-repeat;
}

#map_legend a#category_4.off {
    background: url(../images/category_4_off.png) no-repeat;
}

#map_legend a#category_5.off {
    background: url(../images/category_5_off.png) no-repeat;
}

#map_legend a#category_6.off {
    background: url(../images/category_6_off.png) no-repeat;
}

#map_legend a#category_7.off {
    background: url(../images/category_7_off.png) no-repeat;
}

#map_legend a#category_8.off {
    background: url(../images/star_off.png) no-repeat;
}

#block-rfl_module-2 h2 {
    margin-top: 0px;
}

/*just to clean up the survey webform a bit.*/
#edit-submitted-refer-other-wrapper, #webform-component-inspired-other {
    border-bottom: 1px solid #aaa;
}

#edit-submitted-refer-other-wrapper label, #webform-component-inspired-other label {
    font-size: 12px;
}

#edit-submitted-refer-other-wrapper {
    padding-bottom: 10px;
}

/* celebration ecard */
.confirm_info {
    width: 650px;
    float: left;
    clear: both;
    margin-bottom: 20px;
    position: relative;
}

.confirm_info dt {
    width: 140px;
    float: left;
    clear: left;
    margin: 0;
    font-style: italic;
    min-height: 10px;
}

.confirm_info dd {
    width: 180px;
    float: left;
    margin: 0;
}

.confirm_info a {
    position: absolute;
    top: 79px;
    left: 620px;
}

#confirm_submit {
    padding-top: 15px;
}

.card_preview {
    position: relative;
}

.card_preview h3, .confirm_info h3 {
    color: #9A4035;
    font-size: 16px;
    font-weight: normal;
    width: 650px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.confirm_info dl {
    margin: 3px 5px;
    width: 550px;
    float: left;
}

.card_preview .card_text a.edit_info {
    position: absolute;
    left: 620px;
    top: 50px;
}

.card_text {
}

#donation.confirm_info {
    clear: both;
}

#details.confirm_info, #card_recipient.confirm_info {
    clear: left;
}

#email_info {
    display: none;
}

#email_info_link {
    margin-bottom: 5px;
    display: block;
    width: 160px;
}

#email_info_link img {
    margin-right: 5px;
}

.cards .form-radios .form-item {
    width: 200px;
    float: left;
}

table.order_listing {
    width: 100%;
}

.section_label {
    font-weight: bold;
    padding-top: 20px;
}

#edit-tax-receipt-email-wrapper {
    margin-top: 10px;
}

#notification_address {
}

.treegift-personalize-details-print #edit-message-wrapper {
    margin-bottom: 0;
}

#charcount {
    font-size: 11px;
    margin-bottom: 10px;
}

table.card_table, table.card_table tbody {
    border: none;
}

#rfl-ecard-personalize-print-form #edit-design-wrapper {
    display: none;
}

table.card_table td.card {
    text-align: center;
    min-width: 140px;
    margin: 0;
    padding: 10px 0;
    width: 25%;
    border-bottom: solid 4px #fff;
}

table.card_table tr.even, table.card_table tr.odd {
    border: none;
}

.card_row.odd td {
    background-color: #ddf1f1;
}

.card_row.even td {
    background-color: #eff;
}

.card .card_button {
    clear: left;
    font-size: 11px;
    text-align: center;
}

.card .card_title {
    margin-top: 0;
    font-size: 10px;
    text-align: center;
}

.card p.view_card {
    background: url(../images/magnifying_glass2.gif) no-repeat top left;
    padding: 5px 0 10px;
    margin: 0 20px;
    font-size: 11px;
}

.card p.view_card a {
    display: block;
}

.card_preview .card_image {
    width: 200px;
    float: left;
}

.card_preview .card_text {
    width: 400px;
    float: left;
}

.card_preview .card_text p {
    margin-top: 0;
}

.card_preview p.message_title {
    font-weight: bold;
    margin-bottom: 5px;
}

/*
.card { min-width: 120px; float: left; margin-right: 20px; display: block; margin-bottom: 20px; }
.card .card_left { width: 140px; float: left; clear: left; min-height: 120px; }
.card .card_right { width: 140px; float: left; font-size: 11px; margin-left: 5px; min-height: 120px; }
*/

/* hide page headings */
body.treegift h2, body.tree-gift h2, body.trees-celebration h2, body.trees-memory h2,
body.trees-pets h2, body.celebration-forest h2, body.testimonials h2,
body.tree-species-list h2, body.honouree-list h2, body.treegift-confirm h2,
body.treegift-amount h2, body.treegift-amount-pet h2, body.treegift-amount-memorial h2,
body.treegift-amount-celebration h2 {
    display: none;
}

#block-menu-menu-committees ul, #block-menu-menu-board ul {
    margin: 0 0 15px;
    padding-left: 0;
}

#block-menu-menu-committees ul.menu li, #block-menu-menu-board ul.menu li {
    list-style-type: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

#block-menu-menu-committees ul.menu li a, #block-menu-menu-board ul.menu li a {
    color: #006F3A;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 3px 6px 43px;
    text-decoration: none;
}

#block-menu-menu-committees ul.menu li a:hover, #block-menu-menu-board ul.menu li a:hover {
    background-color: #FFFFFF;
}

.treegift-dedication #edit-firstname-wrapper, .treegift-dedication #edit-lastname-wrapper {
    width: 300px;
    float: left;
    margin-top: 0;
}

.treegift-dedication #edit-donorname-wrapper {
    clear: both;
}

.treegift-dedication #edit-public-name-wrapper .description {
    margin-top: 10px;
}

