body {
        font-size:11px;
        font-size-adjust:none;
        font-stretch:normal;
        font-style:normal;
        font-variant:normal;
        font-weight:normal;
        line-height:1.231;
        font-family: Arial, Helvetica, sans-serif;

        background-color:#fff;
        color:#111;
}

a:hover {
        text-decoration: underline;
}
a {
        outline:none;
  color: #c38710;
}

a.critical_action, .side_panel p a.critical_action, .side_panel li a.critical_action {
  color: #8a3737;
}

a.button {
        background: transparent url(/furniture/button_right.png) no-repeat scroll top right;
        display: block;
        float: right;
        height: 23px;
        margin-left: 11px;
        padding-right: 13px;
        text-decoration: none;
}
        a.button span {
                background: transparent url(/furniture/button_left.png) no-repeat top left;
                display: block;
                line-height: 7px;
                padding: 8px 0 8px 13px;
                color: #111;
        }
a.button:active, a.big_button:active {
}

a.big_button, .overlay .form_actions a.big_button {
        background: transparent url(/furniture/big_button_right.png) no-repeat scroll top right;
        display: block;
        float: right;
        height: 35px;
        margin-left: 11px;
        padding-right: 18px;
        text-decoration: none;
}
        a.big_button span, .overlay .form_actions a.big_button span {
                background: transparent url(/furniture/big_button_left.png) no-repeat top left;
                display: block;
        font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
                font-size: 1.6em;
                line-height: 16px;
                padding: 9px 0 10px 14px;
                color: #111;
                font-weight: normal;
        }

div.auto_complete {
  width: 350px;
  background: #fff;
	z-index:2;
}
div.auto_complete ul {
  border:1px solid #888;
  margin:0;
  padding:0;
  width:100%;
  list-style-type:none;
  overflow: hidden;
}
div.auto_complete ul li {
  margin:0;
  padding:3px;
}

div.auto_complete ul li div.value {
	display:none;
}

div.auto_complete ul li.selected {
  background-color: #ffb;
}
div.auto_complete ul strong.highlight {
  color: #800; 
  margin:0;
  padding:0;
}

input.text_input, textarea.text_input {
        border: 1px solid #989898;
        padding: 3px;
}
input.empty {
  color: #4d434f;
}

.flash_container, #flash_container {
        border: 1px solid #c3c3c3;
        padding:0;
        background: transparent url(/furniture/checkerboard.png);
}

.plain_flash_container {
        border: 1px solid white;
        background-image: none;
}

div.notice {
        padding:15px 18px 0;
        margin:0 5px 18px 5px;
        border:1px solid #e3e3e3;
}

div.error_notice {
  border: 1px solid #8a3737;
}

.form .notice, body.dashboard .notice {
  margin-top: 5px;
  margin-bottom: 5px;
}
  .notice h3 {
        float:none;
        font-size:2.4em;
        color: #C38710;
        margin-bottom:0.4em;
  }
  .notice h3.error {
        color:#8a3737;
  }
  .notice p, .notice li {
    color: #4d434f;
    margin-bottom: 1em;
                font-size: 1.2em;
  }
  .notice li {
        margin-left: 15px;
        list-style: disc outside;
  }
.overlay div.notice {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
}

div.balloon {
        width: 25px;
        height: 30px;

        padding-left:8px;
        padding-top: 6px;

        background: transparent url(../furniture/alert_balloon.png) no-repeat top left;

        position: absolute;
        left: 40px;
        top: 40px;

        z-index:10000;
}


fieldset {
        border: none;
}
fieldset .indent {
        padding-left:25px;
}

h1, h2, h3, h4 {
        font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        font-weight:normal;
}

#header {
        width: 1080px;
}
body.no_heading #header {
        height: 58px;
}

        #header h1 {
                padding: 0 235px 9px;
                font-size: 3em;
                background-repeat: no-repeat;
                background-position: 6px 100%;
        }
          #header h1.long {
            font-size: 1.8em;
            padding-top: 6px;
          }
        #header #header_nav {
                float: right;
                width: 235px;
                text-align: center;
                color: #4D434F;
        }
                #header #header_nav a {
                        color: #c38710;
                }

#footer {
        padding-top: 20px;
        text-align: center;
        color: #4D434F;
        margin-bottom: 20px;
}
        #footer a {
                color: #c38710;
        }

#container, #header, #footer {
        width: 1080px;
}
#container .column {
  float: left;
  min-height: 100px;
}
#centre {
  width: 610px;
}
#left {
  width: 235px;
}
#right {
  width: 235px;
}
#footer {
  clear: both;
}

#main_content {
        margin-top: 1px;
}
.side_panel {
        width: 210px;
        padding: 0 0 15px 0;
        margin: 0 13px 20px 12px;
        background:#fff url(/furniture/side_panel_bottom_plain.png) no-repeat bottom left;
        clear: both;
}
.side_panel h2 {
        padding: 10px 10px 3px 16px;
        margin: 0;
        font-size: 1.8em;
        background:#fff url(/furniture/side_panel_top_plain.png) no-repeat top left;
}
  .side_panel h2.warning {
    color: #8a3737;
  }

.side_panel h3 {
        padding: 0 10px 0 16px;
        margin: 10px 0 3px;
        font-size: 1.8em;
}

.side_panel ul {
        padding: 0 10px 0 16px;
        margin-bottom: 5px;
}
.side_panel ul li {
        margin-left: 15px;
        list-style: disc outside;
        color: #4d434f;
}

.side_panel p {
        padding: 0 10px 0 16px;
        color: #4d434f;
        margin-bottom: 1em;
}
        .side_panel p a, .side_panel li a {
                color:#C38710;
        }
                .side_panel p a.delete_tag {
                        color: #8a3737;
                }

        .side_panel .actions {
                margin-top: 3px;
                height: 23px;
                padding: 0 10px 0 16px;
        }
        .side_panel .actions a.button {
                float: left;
                margin: 0 7px 0 0;
        }

        .side_panel div.channel {
                background:#fff url(/furniture/side_panel_top_plain.png) no-repeat top left;
                padding: 10px 10px 0 16px;
                margin-bottom: 1em;
                height: 44px;
        }

        .side_panel div.channel img {
                float: left;
                padding-right: 5px;
        }
        .side_panel div.channel a.channel_link {
                color: #706174;
        }
                .side_panel div.channel a.channel_link strong {
                        color: #111111;
                }

        .side_panel div.logo_links {
                padding: 0 0 0 16px;
        }
                div.logo_links a {
                        margin-right: 10px;
                }
                        .side_panel div.logo_links a img {
                                margin-bottom: 5px;
                        }

.with_footer {
        padding-bottom: 0;
        background:#fff url(/furniture/side_panel_bottom_highlight.png) no-repeat bottom left;
}
        .with_footer h2 {
                background:#fff url(/furniture/side_panel_top_highlight.png) no-repeat top left;
        }
.with_footer div.footer {
        padding: 11px 10px 14px 16px;
}
        .with_footer div.footer a {
                color: #5e6133;
        }

.channels ul {
        border-top: 1px solid #e3e3e3;
        margin: 9px 1px 0 7px;
        padding: 0;
}
        .channels ul li {
                margin:0;
                padding: 0;
                list-style-type: none;
        }
                .channels ul li a {
                        display:block;
                        height: 71px;
                        color: #706174;
                }
                        .channels ul li a img {
                                float: left;
                                margin: 11px 0 0 11px;
                        }
                        .channels ul li a .channel_info {
                                float: right;
                                padding: 13px 5px 0 0;
                                width: 115px;
                        }
                        .channels ul li a .title {
                                color: #111;
                                font-weight: bold;
                                margin-bottom: 3px;
                        }
                        .channels ul li a .description {
                                display: block;
                                color: #4D434F;
                                margin: 0;
                                padding: 0;
                        }

/* LANDING PAGE CREATE OBJECT SELECTION */
.create ul {
        margin: 0 1px 0 15px;
        padding: 0;
}
        .create ul li {
                margin: 0;
                padding: 0;
                list-style-type: none;
        }
                .create ul li a {
                        display: block;
                        height: 75px;
                        color: #111;
                        font-size: 1.2em;
/*                      font-weight: bold;*/
                }
                        .create ul li a img {
                                float: left;
                        }
                        .create ul li a .title {
                                float: right;
                                padding: 27px 5px 0 0;
                                width: 109px;
                        }

.filter_options {
        border-bottom: 1px solid #e3d9dc;
}
        .filter_options .summary h3 {
                font-size: 1.8em;
                margin: 0;
                padding: 8px 10px 10px 10px;
                float: left;
        }
                .filter_options .check input {
                        margin: 14px 5px 0 20px;
                        padding: 0;
                }
                .filter_options .check label {
                        color: #4d434f;
                }
                .filter_options .supplemental .check input {
                  margin: 0 5px 0 20px;
                }
                .filter_options a.advanced_toggle {
                        float: left;
                        display: block;
                        height: 20px;
                        padding: 3px 22px 6px 0;
                        margin: 11px 0 0 7px;
                        color: #4d434f;
                        background: transparent url(/furniture/toggle_contracted.png) no-repeat top right;
                }
                        .filter_options a.contracted {
                                background: transparent url(/furniture/toggle_expanded.png) no-repeat top right;
                        }
                .filter_options select.inline {
                        margin-top: 10px;
                        float: left;
                }
                .filter_options .similar_searches {
                  float: left;
                  height: 33px;
                  font-size: 1.2em;
                  font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
                  padding: 4px 0 0 10px;
                  margin: 0 0 0 10px;
                  width: 300px;
                  overflow: hidden;
                  border-left: 1px dashed #E3D9DC;
                }
                  .filter_options .similar_searches a {
                    color: #706030;
                  }
        
        .filter_options .advanced a.browse_tags {
          float: left;
          font-size: 1.2em;
          color: #706030;
          margin-top: 10px;
          margin-left: 17px;
        }
                
        .filter_options .advanced, .filter_options .advanced_summary {
                padding: 0 10px 5px 10px;
        }
        .filter_options .advanced_summary {
                color: #4d434f;
                background-color: #fdf1cb;
                padding-top: 2px;
        }
                .filter_options .advanced_summary p {
                        padding-top: 2px;
                }
                .filter_options .advanced_summary a.change_advanced {
                        float: right;
                        display: block;
                        padding: 2px 22px 4px 0;
                        margin: 0 0 8px 0;
                        color: #4d434f;
                        background: transparent url(/furniture/toggle_expanded.png) no-repeat top right;
                }
        body.browse #main_content .filter_options .advanced_summary p {
                margin: 2px 0 12px;
                width: 456px;
        }

        .filter_options .advanced div.filters {
                clear: both;
                float: left;
                width: 734px;
        }

        .filter_options .advanced div.filter {
                float: left;
                margin: 0 4px 6px 4px;
        }
        .filter_options .advanced div.menu_filter {
          margin-top: 4px;
          margin-bottom: 0;
        }
        .filter_options .advanced div.filter label {
          display: block;
          font-weight: bold;
          margin-bottom: 2px;
          float: left;
          font-size: 1.2em;
          padding: 6px 5px 0 0;
        }
          .filter_options .advanced div.menu_filter label {
            padding-right: 0;
          }
          .filter_options .advanced div.filter select {
            margin: 6px 3px 0 0;
          }
        
          .filter_options .menu_filter a.more_button {
            margin-top: 1px;
          }
        .filter_options .advanced .buttons {
        }
        .filter_options .advanced .buttons .button {
                margin-top: 0;
                margin-bottom: 10px;
                float: right;
        }
        .filter_options .advanced .check input {
          margin: 12px 4px 0 0;
          padding: 0;
          float: left;
        }
        .filter_options .advanced div.check label {
          color: #111111;
          font-weight: normal;
          font-size: 1.2em;
          margin: 10px 0 0 0;
          padding: 0;
          float: left;
        }

table.resource_list, table.record_list {
        width: 100%;
        border-bottom: 15px solid #cbdb42;
        border-spacing: 0;
}

table.permission_list {
  margin-left: 15px;
  margin-right: 15px;
  border-bottom: 15px solid #cbdb42;
  border-spacing: 0;
}

table.no_thead {
        border-top: 15px solid #cbdb42;
}
        table.resource_list tbody, table.record_list tbody, table.permission_list tbody {
                border-bottom: 1px solid #ffffff;
        }
                table.resource_list tbody tr, table.record_list tbody tr, table.permission_list tbody tr {
                        width: 100%;
                }
                table.resource_list tbody tr.odd, table.record_list tbody tr.odd, table.permission_list tbody tr.odd {
                        background-color: #eaecc3;
                }
                table.resource_list tbody tr.even, table.record_list tbody tr.even, table.permission_list tbody tr.even {
                        background-color: #f7faeb;
                }
                table.resource_list tbody tr.active, table.resource_list tbody tr.menu_active,
                table.record_list tbody tr.active, table.record_list tbody tr.menu_active,
                .tiles .active, .tiles .menu_active {
                        background-color: #ffc715;
                }
                table.resource_list tbody tr.selected {
                  background-color: #fad44e;
                }
                        table.resource_list tbody tr td.resource_select {
                                padding: 0 0 0 5px;
                                width: 40px;
                                text-align: center;
                        }
                        table.resource_list tbody tr td.resource_image {
                                width: 40px;
                                padding-left: 5px;
                                padding-right: 5px;
                        }
                        
                          td.resource_image a {
                          	height: 40px;
                          	display: block;
                          }
                        
                        td.resource_price, td.resource_channel, td.resource_rating, td.resource_indicators, td.resource_date {
                          color:#7B7D75;
                          vertical-align: middle;
                          padding-top: 6px;
                          text-align: center;
                        }
                        td.paid_resource {
                          text-decoration: line-through;
                        }
                          td.resource_price img {
                            vertical-align: middle;
                          }
                          td.resource_channel img {
                            padding-top: 1px;
                          }
                        table.resource_list tbody tr td.resource_details {
                                vertical-align: top;
                                padding: 6px 6px 6px 0;
                        }
                        table.resource_list tbody tr td.resource_details {
                          width: 260px;
                        }
                                table.resource_list tbody tr td.resource_details h3 {
                                        font-size: 1.3em;
                                        color: #5a4503;
                                        padding-bottom: 1px;
                                        width:260px;
                                        overflow: hidden;
                                }
                                        table.resource_list tbody tr td.resource_details h3 a {
                                                display: block;
                                                padding-top: 1px;
                                                color: #5a4503;
                                                width: 260px;
                                                height: 18px;
                                                overflow: hidden;
                                        }
                                table.resource_list tbody tr td.resource_details p.description {
                                        color: #7b7d75;
                                        height: 26px;
                                        overflow: hidden;
                                        font-size: 1em;
                                        line-height: 1.2em;
                                }
                                  table.resource_list tbody tr td.resource_details p.tags span.resource_type {
                                    font-style: italic;
                                    margin-right: 5px;
                                  }
                                table.resource_list tbody tr td.resource_details p.tags {
                                        height: 14px;
                                        overflow: hidden;
                                }
                                table.resource_list tbody tr td.resource_details .object_actions {
                                        margin-top: 6px;
                                }
                        table.resource_list tbody tr td.resource_summary {
                                width: 120px;
                                padding: 6px 5px 5px 0;
                        }
                                table.resource_list tbody tr td.resource_summary .rating_stars {
                                  margin-bottom: 4px;
                                  height: 18px;
                                  clear: both;
                                  margin-left: 24px;
                                }
                                table.resource_list tbody tr td.resource_summary .indicators {
                                  margin-top: 2px;
                                  width: 120px;
                                }
                                        table.resource_list tbody tr td.resource_summary .indicators img {
                                          display: block;
                                          float: right;
                                          margin-left: 6px;
                                        }
                                table.resource_list tbody tr td.resource_summary a {
                                        color: #5a4503;
                                }
                                table.resource_list tbody tr td.resource_actions {
                                  padding: 4px 0 0 2px;
                                  border: none;
                                  width: 95px;
                                }
                                  table.resource_list tbody tr td.resource_actions .resource_actions_container {
                                    width: 93px;
                                  }

                table.record_list, table.permission_list {
                        margin-top: 4px;
                        margin-bottom: 15px;
                }
                        table.record_list tbody tr td, table.permission_list tbody tr td {
                                padding: 6px;
                        }
                                table.record_list tbody tr.highlighted td {
                                        border-left: 1px solid #eaecc3;
                                        border-right: 1px solid #eaecc3;
                                }
                                table.record_list tbody tr.highlighted {
                                        background-color: #FCDF83;
                                }
                                table.record_list tbody tr td h3 a {
                                        color: #5a4503;
                                }

                                table.record_list tbody tr.odd, table.record_list tbody tr.even td, table.permission_list tbody tr.even td, table.permission_list tbody tr.even td {
                                        border-left: 1px solid #eaecc3;
                                        border-right: 1px solid #eaecc3;
                                }
                                table.record_list tbody tr.even, table.record_list tbody tr.odd td,table.permission_list tbody tr.even, table.permission_list tbody tr.odd td {
                                        border-left: 1px solid #f7faeb;
                                        border-right: 1px solid #f7faeb;
                                }
                        table.record_list thead, table.permission_list thead, table.resource_list thead {
                                background-color: #cbdb42;
                        }
                                table.record_list thead tr td, table.permission_list thead tr td, table.resource_list thead th {
                                        text-align: center;
                                        font-weight: bold;
                                        padding: 2px 0;
                                }
                                table.permission_list thead tr td {
                                  padding: 2px 2px;
                                }
                                table.permission_list tbody tr td.checks {
                                  text-align: center;
                                }
                                table.resource_list thead th {
                                  border-right: 1px solid #E3D9DC;
                                  padding: 2px 2px;
                                }
                                  table.resource_list thead th a {
                                    color: #111111;
                                  }
                                    table.resource_list thead th a.sorted_asc {
                                      padding-right: 10px;
                                      background: #CBDB42 url(/furniture/sort_asc.png) no-repeat center right;
                                    }
                                    table.resource_list thead th a.sorted_desc {
                                      padding-right: 10px;
                                      background: #CBDB42 url(/furniture/sort_desc.png) no-repeat center right;
                                    }

.resource_actions {
        padding: 13px 13px 0 13px;
        border-bottom: 1px solid #e3d9dc;
}
fieldset.resource_actions {
  clear: both;
  padding: 8px 13px;
}
.tiled_resource_actions {
        padding-left: 7px;
}
        .resource_actions .actions_label {
                background: transparent url(/furniture/select_indicator.png) no-repeat 0px 2px;
                margin-left: 4px;
                margin-top: 2px;
                display: block;
                float: left;
                padding: 3px 4px 2px 30px;
                height: 20px;
                font-size: 1.2em;
        }
        .resource_actions select {
                margin-top: 1px;
        }
        .resource_actions a.button {
                margin-top: 2px;
        }

.paginator {
        text-align: center;
        padding: 9px 0 4px;
        height: 14px;
}
        .paginator a {
                color: #535149;
                padding: 2px;
        }
        .paginator a.previous {
                margin-right: 13px;
        }
        .paginator a.next {
                margin-left: 13px;
        }
        .paginator a.current {
                background-color: #cbdb42;
        }
        .paginator .view_options {
                width: 200px;
                float: left;
                text-align: left;
                margin-left: 9px;
                color: #535149;
        }
          .paginator .view_options a.active {
            font-weight: bold;
          }
        .paginator .summary {
          width: 200px;
          text-align: right;
          float: right;
          margin-right: 9px;
          color: #535149;
        }

.carousel_container {
        border-top: 1px solid #e3e3e3;
        margin: 9px 1px 0 7px;
        overflow: hidden;
        width: 202px;
        position: relative;
}

.carousel_scroller {
        position: relative;
        overflow: hidden;
}

.carousel_controls {
        height: 14px;
}

        .carousel_controls .previous {
                float: left;
        }

        .carousel_controls .next {
                float: right;
        }

.side_panel .resource_details {
        float: left;
        width: 202px;
}

        .side_panel .resource_details p, .side_panel .resource_details h4 {
                padding: 0 9px 0 7px;
        }

  .side_panel .resource_details h4 {
    padding-top: 9px;
    margin-bottom: 1em;
  }

        .side_panel .resource_details img {
                margin: 0 auto;
                display: block;
                padding: 9px 9px 9px 7px;
                border-bottom: 1px solid #E3E3E3;
        }
        .side_panel .resource_details h4 a {
                font-weight: bold;
                color: #c38710;
        }

.resource_details .creator {
        font-style: italic;
}
.resource_details .type {
        font-style: italic;
        color: #c38710;
}

.side_panel p.tag_cloud {
  border-top: 1px solid #e3e3e3;
  margin:7px 1px 0 7px;
  padding: 7px 9px 7px 9px;
  font-size: 1em;
}
.panel p.tag_cloud {
        font-size: 0.71em;
}
.side_panel p.tag_cloud, .panel p.tag_cloud {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
  .side_panel p.tag_cloud a, .panel p.tag_cloud a {
    color: #706030;
  }

        a.tag_10, a.tag_9 {
                font-size: 1.4em;
        }
        a.tag_8, a.tag_7 {
                font-size: 1.3em;
        }
        a.tag_6, a.tag_5 {
                font-size: 1.2em;
        }
        a.tag_4, a.tag_3 {
                font-size: 1.1em;
        }
        a.tag_2, a.tag_1, a.tag_0 {
                font-size: 1em;
        }

.overlay {
        margin:38px auto;
        width:865px;
}

        .overlay h2 {
                padding-bottom:10px;
                float:left;
                font-size:3.6em;
        }
        .overlay h4 {
                font-size:2em;
                padding-bottom:4px;
        }
        .overlay ul {
            padding-left: 10px;
        }
        .overlay li {
            margin-left: 15px;
            list-style: disc outside;
        }
        .overlay p, .overlay ul li {
                line-height: 1.5em;
                color: #4d434f;
        }
        .overlay p, .overlay ul li {
                font-size: 1.2em;
        }
        .overlay .overlay_header {
                padding:30px 36px 0 37px;
                overflow:hidden;

                background:transparent url(/furniture/overlay_top.png)  no-repeat top left ;
        }
        .overlay .overlay_body {
                padding:0 36px 0 37px;
                background:transparent url(/furniture/overlay_body.png) repeat-y top left;
        }
        .overlay .overlay_body_end {
                clear: both;
        }
        .overlay .overlay_body .body_footer {
                clear: both;
                height: 1px;
        }
        .overlay .overlay_footer {
                padding: 18px 36px 41px 37px;
                clear: both;
                overflow: hidden;
                background: transparent url(/furniture/overlay_footer.png) no-repeat bottom left;
        }
        .overlay .form_actions a {
                margin: 9px 2px 0 5px;
                height: 30px;
                background: #ffffff url(/furniture/build_close_button_right.png) no-repeat top right;
                padding-right: 8px;
                display: block;
                float: right;
                color: #000000;
                text-decoration: none;
        }
                .overlay .form_actions a span {
                        background: #ffffff url(/furniture/build_close_button_left.png) no-repeat top left;
                        font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
                        text-transform: uppercase;
                        font-weight: bold;
                        color: #000000;
                        text-align: center;
                        padding: 8px 0 8px 8px;
                        line-height: 14px;
                        display: block;
                }
        .overlay .form p, .overlay .form ul {
                margin-bottom: 0;
                padding-bottom: 10px;
        }

.narrow_overlay {
        width: 583px;
}
        .narrow_overlay .overlay_header {
                background:transparent url(/furniture/narrow_overlay_top.png)  no-repeat top left ;
        }
        .narrow_overlay .overlay_body {
                background:transparent url(/furniture/narrow_overlay_body.png) repeat-y top left;
        }
        .narrow_overlay .overlay_footer {
                background:transparent url(/furniture/narrow_overlay_footer.png) no-repeat bottom left;
        }

/* FIND OVERLAY */
.find_overlay .overlay_header h3 {
        padding-left:17px;
}
.find_overlay .filter_options {
        border: 1px solid #e4e4e4;
}
.find_overlay #advanced_toggle_link {
  margin-top: 12px;
}
.search_options span.check {
        float:right;
}
.search_options a.button {
        margin-top: 9px;
        margin-left: 7px;
        float: left;
}
.find_overlay a.button {
  margin-left: 11px;
  float: left;
}
.find_overlay span.check {
        float: left;
}
.search_options input.text_input {
  margin-top: 9px;
  float: left;
        height: 16px;
}
.find_overlay .paginator {
  border: 1px solid #e4e4e4;
  border-top: none;
}

.find_overlay .filter_options .advanced div.filters {
        width: 770px;
}
.find_overlay .resource_actions a {
  float: right;
  margin-right: 5px;
}
.tiles {
        overflow: hidden;
        margin-bottom: 4px;
}

.find_overlay .tiles {
        padding: 10px 0 18px;
        width: 792px;
        margin-bottom: 0;
}
  .find_overlay .tiles .tile {
    margin-right: 5px;
    margin-left: 8px;
  }


.tiles .tile {
        display: inline;
        float: left;
        width: 143px;
        border: 1px solid #e3e3e3;
        border-bottom: 2px solid #e3e3e3;
        margin: 3px 2px 3px 3px;
        height: 175px;
}
.tiles .row_end {
        margin-right: 0;
}
.tiles .selected {
        background-color: #fad44e;
}
.tiles .with_actions {
        height: 203px;
}
        .tile .details {
                width: 143px;
                height: 163px;
                padding: 0 0 6px;
        }
        .tile a.thumbnail {
                display: block;
                width: 120px;
                height: 120px;
        }
        .tile a.thumbnail img {
                display: block;
                position: absolute;
        }
        .tile h4 {
                font-size: 1.1em;
                font-weight: bold;
                margin: 0 10px 0 11px;
                height: 32px;
                overflow: hidden;
        }
                .tile h4 a {
                        color: #5a4502;
                        display: block;
                }
        .tile div.creator {
                margin: 3px 10px 0 11px;
                color: #535149;
        }
        .tile div.actions_indicators {
                margin: 6px 4px 4px 4px;
                width: 135px;
        }
          .tile div.actions_indicators .object_actions a {
            margin-right: 0;
          }
        .tile div.actions_indicators .indicators {
                margin-top: 3px;
                float: right;
                width: 50px;
        }
        .tile div.actions_indicators .indicators img {
                display: block;
                float: right;
                margin-left: 2px;
        }
        .tile div.actions_indicators .indicators img.channel_image {
          margin-top: 1px;
        }
        .tile a.button {
                float: left;
                margin: 0;
        }
        .tile input {
          float: left;
          margin-top: 4px;
        }
        .tile .actions {
          margin-left: 6px;
        }

#preview_overlay .details {
        float: right;
        width: 275px;
}
#preview_overlay .details_below {
        width: 500px;
}
#preview_overlay .details h3 {
        font-size: 1.8em;
}

#main_content .form {
        border: 1px solid #e4e4e4;
}
        .form li {
            margin-left: 15px;
            list-style: disc outside;
        }
        .form ul {
            padding-left: 10px;
        }
        .form p, .form ul {
                overflow: hidden;
                line-height: 1.5em;
                margin-bottom: 10px;
                color: #4d434f;
        }
        .form p, .form ul li, .form .notice p, .form .notice ul li {
                font-size: 1.2em;
        }
        .form p.with_help {
                margin-bottom: 0;
                padding-bottom: 0;
        }
        .form p .text_input {
                width: 400px;
        }
        .form p .short_text_input {
                width: 100px;
        }
        .form p .medium_text_input {
                width: 200px;
        }
        form p span.fieldWithErrors input.text_input {
          border: 1px solid #8a3737;
        }
        .form fieldset legend {
                font-size: 1.8em;
                font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
                font-weight:normal;
                padding: 8px 10px 10px;
        }
        .form fieldset.with_thumbnail img {
                float: left;
        }
        .form p.info {
                padding: 0 10px;
        }
        .form label {
                width: 96px;
                padding-right: 6px;
                padding-top: 2px;
                display: block;
                float: left;
                text-align: right;
                color: #4d434f;
        }

        .form .actions {
                width: 510px;
                height: 23px;
                margin-bottom: 10px;
        }
        .form textarea {
                height:85px;
        }
        .form .yui-editor-container {
                margin-left: 102px;
        }
        .form .wide_labels .yui-editor-container {
                margin-left: 156px;
        }
        .form .simple_checks {
                margin-bottom: 4px;
                padding-bottom: 0px;
                margin-left: 20px;
        }
        .simple_checks input.check {
                display: inline;
                float: none;
                vertical-align: middle;
        }
        .simple_checks label {
                float: none;
                display: inline;
                margin-right: 30px;
                margin-left: 3px;
                text-align: left;
        }
        
        .side_panel .simple_checks {
          margin-left: 0;
        }
                .side_panel .simple_checks input.check {
                        margin-left: 0;
                }
        .form p.field_help {
                margin-left: 102px;
                width: 400px;
                color: #4d434f;
        }

        .form fieldset.wide_labels label {
                width: 150px;
        }
        .simple_checks input.inline_check {
                margin-left: 62px;
        }
        .form fieldset.wide_labels .simple_checks input.inline_check {
                margin-left: 116px;
        }
        .form fieldset.wide_labels p.field_help {
                margin-left: 156px;
        }

        .form fieldset.wide_labels .actions {
                width: 564px;
        }

        .form p.intro {
                padding-left: 10px;
                padding-right: 10px;
        }

.object_actions {
        min-height: 30px;
        padding-bottom: 3px;
}
.object_actions a {
        display: block;
        float: left;
        height: 27px;
        margin-right: 5px;
        padding-right: 13px;
        text-decoration: none;
        font-size: 1.2em;
}
        .object_actions a span.content_container {
                display: block;
                line-height: 11px;
                padding-left: 9px;
        }
        .object_actions a span.content {
        display: block;
        line-height: 11px;
        padding: 8px 0 8px 24px;
        color: #020001;
        }
.object_actions a:hover {
        background: transparent url(/furniture/action_button_right.png) no-repeat scroll top right;
}
        .object_actions a:hover span.content_container {
                background: transparent url(/furniture/action_button_left.png) no-repeat top left;
        }
.object_actions a.object_launch span.content {
        background: transparent url(/furniture/action_full_screen.png) no-repeat 2px center;
}
.object_actions a.copy span.content {
        background: transparent url(/furniture/action_copy.png) no-repeat 2px center;
}
.object_actions a.edit span.content {
        background: transparent url(/furniture/action_edit.png) no-repeat 2px center;
}
.object_actions a.delete span.content {
        background: transparent url(/furniture/action_delete.png) no-repeat 2px center;
}
.object_actions a.embed span.content {
        background: transparent url(/furniture/action_embed.png) no-repeat 2px center;
}
.object_actions a.export span.content {
        background: transparent url(/furniture/action_export.png) no-repeat 2px center;
}
.object_actions a.bookmark span.content {
        background: transparent url(/furniture/action_bookmark.png) no-repeat 2px center;
}
.object_actions a.back span.content {
        background: transparent url(/furniture/action_back.png) no-repeat 2px center;
}
.object_actions a.open span.content {
        background: transparent url(/furniture/action_open.png) no-repeat 2px center;
}
.object_actions a.share_button_shared span.content, .object_actions a.share_button_private span.content {
        background: transparent url(/furniture/action_share.png) no-repeat 2px center;
}
.object_actions a.bundles span.content {
  background: transparent url(/furniture/action_bundles.png) no-repeat 2px center;
}
.object_actions a.buy span.content {
  background: transparent url(/furniture/magic_studio_credits.png) no-repeat 1px center;
}
.object_actions a.generic span.content {
        padding-left: 3px;
}


.object_actions a.more_button, .resource_actions a.more_button {
        background: transparent url(/furniture/action_more_inactive.png) no-repeat scroll top right;
        display: block;
        float: left;
        height: 27px;
        padding-right: 32px;
        text-decoration: none;
        font-size: 1.2em;
}
        .object_actions a.more_button span, .resource_actions a.more_button span {
                display: block;
                line-height: 11px;
                padding: 8px 0 8px 13px;
                color: #020001;
        }
        .object_actions a.more_button:hover, .menu_active a.more_button,
        .resource_actions a.more_button:hover {
                background: transparent url(/furniture/action_more_button_right.png) no-repeat scroll top right;
        }
                .object_actions a.more_button:hover span, .menu_active a.more_button span,
                .resource_actions a.more_button:hover span {
                        background: transparent url(/furniture/action_more_button_left.png) no-repeat top left;
                }

.tile .object_actions {
        display: block;
        float: left;
        height: 24px;
        margin-left: 3px;
        padding-bottom: 0;
}
.tile .object_actions a.more_button {
        background: transparent url(/furniture/action_more_inactive_small.png) no-repeat scroll top right;
        display: block;
        float: left;
        height: 24px;
        padding-right: 19px;
        text-decoration: none;
        font-size: 1.1em;
}
        .tile .object_actions a.more_button span {
                display: block;
                line-height: 8px;
                padding: 8px 1px 8px 8px;
                color: #020001;
        }
        .tile .object_actions a.more_button:hover, .tiles .menu_active a.more_button {
                background: transparent url(/furniture/action_more_button_small_right.png) no-repeat scroll top right;
        }
                .tile .object_actions a.more_button:hover span, .tiles .menu_active a.more_button span {
                        background: transparent url(/furniture/action_more_button_small_left.png) no-repeat top left;
                }

.side_panel .object_actions {
  margin-left: 16px;
  height: 22px;
}

.object_details p.description {
        font-size: 1.1em;
}

body.browse #navigation_context {
  padding-left: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid #e3d9dc;
}
  body.browse #navigation_context .channel img {
    float: left;
    margin: 4px 10px 10px 0;
  }
  body.browse #navigation_context h2 {
    font-size: 1.8em;
  }
  body.browse #navigation_context p {
    color:#4d434f;
    margin: 3px 0 0 0;
    font-size: 1.1em;
  }
  body.browse #navigation_context .channel_description {
    float: left;
    width: 589px;
    margin-bottom: 3px;
  }
  body.browse #navigation_context .breadcrumbs {
    clear: both;
    font-size: 1.4em;
    color:#4d434f;
  }
  body.browse #navigation_context .breadcrumbs a {
    color: #5a4502;
  }

body.browse #main_content .plain_panel {
        padding-top: 10px;
}


  .browse .search_options .supplemental {
    padding-bottom: 5px;
  }
  .search_options .summary, .search_options .supplemental, .filter_options .summary {
    padding-right: 10px;
  }
        .browse .search_options .summary {
                height: 42px;
        }
  .browse .search_options .advanced {
  }

.topics {
  padding: 10px 0;
}
.topic {
  display: inline;
  float: left;
  width: 229px;
  height: 75px;
  border: 1px solid #e3e3e3;
  border-bottom: 2px solid #e3e3e3;
  margin: 0 3px 5px 5px;
  padding: 5px;
}


  .topic .topic_image {
    float: left;
    width: 75px;
    height: 75px;
    margin: 0 10px 0 0;
  }
  .topic h3 {
    font-size: 1.4em;
    margin-bottom: 10px;
  }
    .topic h3 a {
      color: #5a4502;
    }
        .topics .no_description h3 {
          margin-top: 16px;
          height: 38px;
          overflow: hidden;
        }
        .topics .no_description .topic_image {
                height: 75px;
        }
        .topic p {
                color: #4d434f;
                height: 41px;
                overflow: hidden;
        }

.big_topics .topic {
  width: 354px;
  height: 125px;
  border: none;
  margin-bottom: 12px;
}
  .big_topics .topic .topic_image {
    height: 125px;
  }
  .big_topics .topic p {
    height: 96px;
  }

.bookmarked_status {
        width: 177px;
        margin: 1px 13px 5px 17px;
        border: 1px solid #e4e4e4;
        height: 19px;
        font-size: 1.2em;
        color: #4d434f;
        padding: 3px 3px 0 23px;
        background: transparent url(/furniture/action_bookmark.png) no-repeat 2px center;
}
.bookmarked_status a.remove {
  color: #8a3737;
}

/* 2 COLUMN LAYOUT - WIDE FIRST COLUMN */
body.two_column {
  overflow-y: scroll;
  overflow-x: auto;
}
body.two_column #container, body.two_column #header, body.two_column #footer {
  margin: 0 auto;
  width: 983px;
}
  body.two_column #header {
    height: 53px;
  }
  body.two_column #header h1 {
    padding-bottom: 7px;
    padding-left: 10px;
    padding-top: 5px;
  }
    body.two_column #header h1.long {
      padding-top: 11px;
    }
  body.two_column #header #header_nav {
    width: 210px;
  }
body.two_column #footer {
  padding-top: 0;
}
body.two_column #wide_left {
  width: 761px;
}
body.two_column #right {
  width: 222px;
  margin-right: 0;
}
  body.two_column #right .side_panel {
    margin-right: 0;
  }
body.two_column #wide_left .panel {
  margin-left: 0;
  margin-bottom: 10px;
  width: 761px;
}
  body.two_column #wide_left .panel .header {
    padding: 10px 1px 0 7px;
    background:#fff url(/furniture/ultrawide_panel_top_plain.png) no-repeat top left;
  }
    body.two_column #wide_left .panel .tabbed_header {
      padding-top: 1px;
    }
    body.two_column #wide_left .panel .info {
      padding: 0 10px;
    }
      body.two_column #wide_left .panel .info h2 {
        font-size: 1.8em;
        padding-bottom: 3px;
      }
      body.two_column #wide_left .panel .info p, body.two_column #wide_left .panel .info ul li {
        color:#4d434f;
        margin: 3px 0 0 0;
        font-size: 1.1em;
      }
      body.two_column #wide_left .panel .info ul li {
        margin-left: 15px;
        list-style: disc outside;
        color: #4d434f;
      }
  body.two_column #wide_left .panel .body {
    padding: 3px 1px 0 7px;
    clear: both;
    background:#fff url(/furniture/ultrawide_panel_body_plain.png) repeat-y top left;
  }
    body.two_column #wide_left .panel .body .body_footer {
      clear: both;
      height: 1px;
    }
    body.two_column #wide_left .panel .footer {
      clear: both;
      padding-top: 15px;
      background:#fff url(/furniture/ultrawide_panel_bottom_plain.png) no-repeat bottom left;
    }
    
body.two_column #wide_left .panel .actions {
  height: 23px;
  margin-bottom: 0;
  width: 745px;
}
body.two_column .notice {
  margin: 0 0 10px 5px;
  padding: 12px 12px 0;
}
  body.two_column .notice h3 {
    margin: 0;
    padding: 0;
  }
  body.two_column #wide_left .panel .notice {
    margin: 0;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 0 10px;
  }
  body.two_column #wide_left .panel .notice h3 {
    font-size: 1.8em;
  }

body.two_column #wide_left .panel .form fieldset legend {
  padding-top: 0;
}
/* END 2 COLUMN LAYOUT */

/* 2 COLUMN LAYOUT WITH NARROWER LEFT */
body.medium_left #wide_left {
  width: 628px;
}
body.medium_left #right {
  width: 355px;
}
  body.medium_left .side_panel {
    width: 343px;
    background:#fff url(/furniture/wide_side_panel_bottom_plain.png) no-repeat bottom left;
  }
    body.medium_left .side_panel h2 {
      background:#fff url(/furniture/wide_side_panel_top_plain.png) no-repeat top left;
    }
    body.medium_left .side_panel .channel {
      background:#fff url(/furniture/wide_side_panel_top_plain.png) no-repeat top left;
    }
body.medium_left #wide_left .panel {
  width: 628px;
}
  body.medium_left #wide_left .panel .header {
    background:#fff url(/furniture/wide_panel_top.png) no-repeat top left;
  }
  body.medium_left #wide_left .panel .body {
    background:#fff url(/furniture/wide_panel_body.png) repeat-y top left;
  }
    body.medium_left #wide_left .panel .footer {
      background:#fff url(/furniture/wide_panel_bottom.png) no-repeat bottom left;
    }
  
  body.medium_left #wide_left .panel .actions {
    width: 612px;
  }
/* LANDING PAGE */
ul.tabs {
  padding: 0 0 6px 0;
  height: 44px;
}
ul.text_tabs {
  font-size: 1.8em;
  font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
  text-align: center;
}
  ul.tabs li {
    display: block;
    float: left;
    padding: 13px 0 7px 0;
    border-bottom: 1px solid #e3d9dc;
    border-left: 1px solid #e3d9dc;
  }
  ul.tabs li.first {
    border-left: none;
  }
  ul.tabs li.active {
    border-bottom: none;
  }
    ul.tabs li.active a {
      color: #111111;
    }
  ul.tabs_1 li {
    padding-left: 21px;
  }
  ul.tabs_2 li {
    width: 375px;
  }
    ul.tabs_2 li.first {
      width: 377px;
    }
  ul.tabs_3 li {
    width: 250px;
  }
    ul.tabs_3 li.first {
      width: 251px;
    }
ul.tabs_5 {
  font-size: 1.4em;
}
  ul.tabs_5 li {
    width: 150px;
  }
    ul.tabs_5 li.first {
      width: 149px;
    }

body.landing #header {
  height: 92px;
}
body.landing #header h1 {
  height: 41px;
  background-image: url(/furniture/magic_studio_home_header.png);
  padding-top: 34px;
  padding-bottom: 17px;
  text-indent: -9999px;
}
body.landing #header #header_nav {
  padding-top: 42px;
}

body.landing #main_panel .body h2, body.landing #main_panel .body h3 {
  font-size: 2.6em;
  padding: 0 10px;
  width: 440px;
  clear: left;
  color: #333333;
}
body.landing #main_panel .body h3 {
  font-size: 2.2em;
  margin-top: 2px;
  width: 560px;
  float: left;
}
body.landing #main_panel #search_form {
  width: 275px;
  float: right;
  border-bottom: none;
}
  body.landing #main_panel #search_form .summary {
    padding-top: 0;
  }
  body.landing #main_panel #search_form h3, body.landing #main_panel #search_form #advanced_toggle_link {
    display: none;
  }
  body.landing #main_panel #search_form input {
    margin-top: 7px;
    width: 189px;
  }
  body.landing #main_panel #search_form #submit_search {
    margin-top: 7px;
  }

body.landing #main_panel a#tour_button {
  margin-top: 6px;
  margin-right: 10px;
  float: right;
}
body.landing .featured .object {
  float: left;
  width: 120px;
  margin: 6px 15px 0;
  height: 150px;
}

body.landing .featured .title {
  color: #5A4502;
  font-weight: bold;
  font-size: 1.1em;
  margin: 0 5px;
  height: 30px;
}
  body.landing .featured .title a {
    color: #5A4502;
  }
  
body.landing .info a.more {
  float: right;
  color: #5A4502;
  font-size: 1.2em;
  margin-top: 6px;
}
  
    body.landing .features .feature a img {
      display: block;
      float: left;
    }
    body.landing .features .feature a span {
      font-size: 1.4em;
      width: 121px;
      height: 57px;
      padding: 9px 0 0 5px;
      text-align: center;
      display: block;
      float: left;
    }

.split_panel .section {
  width: 356px;
  display: block;
  float: left;
  padding: 0 10px;
}

body.landing p.interactive_types {
  font-size: 1.2em;
  margin: 10px 10px 0 10px;
}
  body.landing p.interactive_types a {
    color: #5a4502;
    padding: 0 5px;
  }
  
  .split_panel .section h2 {
    font-size: 2em;
  }
  
  .split_panel .section ul li {
    font-size: 1.1em;
    list-style-type: disc;
    margin: 0 15px;
  }
  
  .split_panel .multi_section {
    margin-top: 10px;
  }

body.landing .side_panel {
  clear: both;
  margin-bottom: 10px;
}
  body.landing .side_panel h4 {
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #4D434F;
    margin-bottom: 1em;
    padding: 0 10px 0 16px;
  }

body.landing .welcome_panel {
  background-image: url(/furniture/side_panel_bottom_grey.png);
}
  body.landing .welcome_panel h2 {
    color: #111111;
    padding-bottom: 10px;
    background-image: url(/furniture/side_panel_top_grey.png);
    text-align: center;
  }
  body.landing .welcome_panel h3 {
    font-size: 1.3em;
    color: #24738D;
    padding: 0 10px 10px 16px;
    text-align: center;
  }
    body.landing .welcome_panel h3 a {
    color: #24738D;
    }

body.two_column #right .promo_links {
  margin: 0 10px 0 16px;
  clear: both;
}
  body.two_column #right .promo_links p {
    line-height: 23px;
    font-size: 1.2em;
    text-align: center;
    color: #4D434F;
  }
    body.two_column #right .promo_links p img {
      vertical-align: bottom;
    }

/* END LANDING PAGE */

/* MANAGE PAGES */
body.manage #main_content h2 {
        font-size: 1.8em;
}

.sample_interactive_overlay .details {
        width: 282px;
        float: right;
}
  .sample_interactive_overlay .narrow_details {
    width: 222px;
  }
.sample_interactive_overlay .details ul li {
        margin-left: 15px;
  list-style: disc outside;
        margin-bottom: 1em;
}

.sample_interactive_overlay .details .tags h2 {
    font-size:1.8em;
    float:none;
}

.sample_interactive_overlay .details p .description {
    padding:10px;
}

/* DOCUMENT PAGES */

body.documentation .panel div.intrapage_navigation ul,
body.documentation .panel ul.intrapage_navigation {
  font-size: 1.2em;
}
  body.documentation .panel .intrapage_navigation li {
    margin-left: 0;
    list-style: none;
    width: 250px;
    padding-right: 20px;
    display: block;
    float: left;
    margin-bottom: 0.5em;
  }
  body.documentation .panel .intrapage_navigation br {
    clear: left;
  }
body.documentation .panel ul li, .documentation_overlay ul li {
  margin-left: 15px;
  list-style: disc outside;
}
body.documentation .panel ol li, .documentation_overlay ol li {
  margin-left: 30px;
  list-style: decimal outside;
  margin-bottom: 1em;
}
body.documentation .panel h3, .documentation_overlay h3 {
  padding: 0 10px;
  font-size: 1.8em;
  line-height: 2.4em;
  clear: both;
}
body.documentation .panel h4, .documentation_overlay h4 {
  padding: 0 10px;
  font-size: 1.6em;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
  clear: both;
}
body.documentation .panel .body p, body.documentation .panel .body ul,
.documentation_overlay p, .documentation_overlay h4 {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 1.1em;
  line-height: 1.2em;
  margin-bottom: 1em;
}
body.documentation .section {
  border-top: 1px solid #e4e4e4;
}
body.documentation .panel .help_text li {
  margin-left: 35px;
  list-style: disc outside;
}
body.documentation .panel .help_text .footer_text {
  font-size: 0.9em;
}
/* END DOCUMENTATION PAGES */
/* INLINE POP-UP MENU */

.inline_menu {
        display: block;
        position: absolute;
        z-index: 8000; /* below overlays, above normal content */
        margin-bottom: 11px;
}
        .submenu {
                z-index: 8001; /* above main menu */
        }

        .inline_menu .menu_container,
        .inline_menu .menu_header,
        .inline_menu .menu_footer,
        .inline_menu .menu_footer .left {
                background: transparent url(/furniture/inline_menu_background.png) no-repeat top right;
        }

        .inline_menu .menu_container {
                position: relative;
                padding: 0px 4px 0 0;
        }

        .inline_menu .menu_header {
                position: absolute;
                left: 0px;
                top: 0px;
                width: 11px;
                margin-left: -11px;
                height: 100%;
                background-position: top left;
        }

        .inline_menu .menu_footer {
                position: relative;
                width: 100%;
                height: 11px;
                background-position: bottom right;
        }
        .inline_menu .menu_footer .left {
                height: 11px;
                position: relative;
                width: 11px;
                margin-left: -11px;
                background-position: bottom left;
        }

        .inline_menu .menu_items_container {
                padding-top: 4px;
        }

        .inline_menu p {
          padding-left: 0;
          font-size: 1.2em;
          max-width: 450px;
          background-color: #fffce8;
          font-family: Arial, Helvetica, sans-serif;
          clear: both;
          color: #4d434f;
          display: block;
          padding: 3px 7px;
          text-decoration: none;
        }

        .inline_menu ul {
                max-height: 400px;
                overflow: auto;
                padding-left: 0;
        }
        .inline_menu ul li {
                font-size: 1.2em;
                background-color: #fffce8;
                font-family: Arial, Helvetica, sans-serif;
                max-width: 450px;
                clear: both;
                list-style-type: none;
                margin-left: 0;
        }
        .inline_menu ul li.separator {
                height: 1px;
                background: transparent url(/furniture/inline_menu_separator.png) repeat-x top left;
        }
        .inline_menu ul li a, .inline_menu ul li span {
                color: #4d434f;
                display: block;
                padding: 3px 7px;
                text-decoration: none;
        }
                .inline_menu ul li span a {
                        padding: 0 0;
                }
        .inline_menu ul li:hover a {
                background-color: #ffc715;
        }
        .inline_menu ul li .selected {
                padding-left: 20px;
                background: transparent url(/furniture/tick.png) no-repeat 2px center;
        }
        .inline_menu ul li input {
          float: left;
          margin-top: 1px;
        }
        .inline_menu .menu_container .menu_items_container ul li label {
          font-weight: normal;
          float: none;
          padding: 0 0 0 15px;
          font-size: 1em;
        }
        .inline_menu .close_button {
          display: block;
          margin: 0;
          padding: 3px 0 0 0;
          text-align: center;
          background: transparent url(/furniture/inline_menu_separator.png) repeat-x top left;
        }
          .inline_menu .close_button a {
            display: inline;
            float: none;
            font-size:1.2em;
            text-decoration:none;
            color: #111111;
            margin: 0;
            padding: 0;
          }
            .inline_menu .close_button a:hover {
              background-image: none;
            }
#popup_menu_overlay {
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:2000px;
        z-index: 7999; /* below menus */
}

.banner {
        margin: 5px 0 0 13px;
        height: 81px;
}
        .banner .banner_contents {
                display: block;
                height: 81px;
                padding: 12px 180px 0 128px;
                margin: 0;
                text-decoration: none;
        }
        .banner .banner_head {
                font-size: 2.1em;
                display: block;
                color: #ffffff;
        font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        }
        .banner .banner_message {
                font-size: 1.4em;
                display: block;
                position: absolute;
                color: #111111;
        }
        .banner_grey .banner_head {
                color: #32a1c5;
        }

.banner_3col {
        width: 1054px;
        background: transparent url(/furniture/banner_3col_green.png) no-repeat top left;
}
        .banner_3col .banner_contents, .banner_3col span.banner_head, .banner_3col span.banner_message {
                width: 746px
        }
.banner_2col {
        width: 833px;
}
        .banner_2col .banner_contents, .banner_2col span.banner_head, .banner_2col span.banner_message {
                width: 525px;
        }

.banner_small_green {
        width: 210px;
        background: transparent url(/furniture/banner_small_green.png) no-repeat top left;
}
        .banner_small_green .banner_contents {
                padding: 7px 20px;
        }
        .banner_small_green .banner_head {
                font-size: 1.8em;
                color: #111111;
        }

body.landing .banner_2col {
        width: 760px;
        background: transparent url(/furniture/banner_landing_2col_green.png) no-repeat top left;
}
        body.landing .banner_2col .banner_contents, body.landing .banner_2col span.banner_head,
        body.landing .banner_2col span.banner_message {
                width: 486px;
        }
.banner_2col_green {
        background: transparent url(/furniture/banner_2col_green.png) no-repeat top left;
}
.banner_2col_grey {
        background: transparent url(/furniture/banner_2col_grey.png) no-repeat top left;
}

p.no_results, body.browse #main_content p.no_results {
        text-align: center;
        font-size: 1.4em;
        padding: 1em 0;
        color: #8a3737;
}

.tile img.remote_image {
        background:url(/images/icons/remote_image_background_140px.png) no-repeat top left;
        padding:15px 24px 35px 24px;
}

.tile a span.preview_image_foreground {
        position: absolute;
        z-index: 2;
        display: block;
        padding: 80px 70px 0 5px;
}

div.channels ul li a {
	height: 80px;
}

div.channels ul li a img {
	position: absolute;
}

div.channels ul li a span.preview_image_foreground {
        position: absolute;
        z-index: 2;
        display: block;
		padding: 28px 0px 0 0px;
}

div.channel span.preview_image_foreground {
        position: absolute;
        z-index: 2;
        display: block;
		padding: 28px 0px 0 0px;
}

td.resource_image a span.preview_image_foreground, .topic_image a span.preview_image_foreground {
        position: absolute;
        z-index: 2;
        display: block;
}
td.resource_image a span.preview_image_foreground {
  padding: 12px 0 0 0;
}
.topic_image a span.preview_image_foreground {
  padding: 50px 0 0 3px;
}

.tile img.remote_video {
        background:url(/images/icons/remote_video_background_140px.png) no-repeat top left;
        padding:15px 24px 35px 24px;
        position: absolute;
        z-index: 1;
}
.tile a.remote_video_thumbnail span.remote_video_foreground {
        position: absolute;
        z-index: 2;
        display: block;
}
.tile a.remote_video_thumbnail {
        display: block;
        width: 140px;
        height: 140px;
}
body.feature div.feature_content {
        font-size: 1.2em;
        color: #4D434F;
}

/* XXX BECTA DEMO ITEMS */
#jigluWidget {
        margin-left: 38px;
        margin-bottom: 20px;
}
/* END BECTA DEMO ITEMS */

/* RICH TEXT EDITOR */
.yui-skin-sam .yui-editor-container ul {
        overflow: visible;
}
span.embedded_resource {
        border: 1px solid black;
}

/* addthis.com button */
#addthis_button {
  margin-left: 57px;
}

/* DASHBOARD */
body.dashboard .tabs {
  padding-bottom: 0;
}
body.dashboard #wide_left .panel .body {
  padding-top: 0;
}
body.dashboard .search .filter_options {
  border-bottom: none;
}
body.browse .tags p.tag_cloud {
  border-bottom: 1px solid #e3d9dc;
}

body.dashboard .summary_resource_list {
  float: left;
  width: 290px;
  padding: 10px 5px;
}
  body.dashboard .summary_resource_list ul.related_resources,
  body.dashboard .repository_summary ul.related_resources {
    margin-top: 5px;
  }
    body.dashboard .repository_summary ul.related_resources li span {
      font-size: 1.2em;
      margin-top: 10px;
      height: 18px;
    }
    body.dashboard .summary_resource_list ul.related_resources li span {
      width: 250px;
    }
/* END DASHBOARD */

/* REMOTE SEARCH */
.remote_resources {
  border-top: 15px solid #CBDB42;
  border-bottom: 15px solid #CBDB42;
}

  .remote_resources .resource {
    margin: 0;
    padding: 5px;
    overflow: hidden;
  }
    .remote_resources .resource img {
      float: left;
      margin: 0 10px 0 0;
    }
    .remote_resources .resource h3 {
      font-size: 1.4em;
      margin-bottom: 0.5em;
      overflow: hidden;
    }
    .remote_resources .resource a {
      color: #5a4502;
    }
    .remote_resources .resource p {
      margin-bottom: 1em;
    }
    
  .remote_resources .odd {
    background-color: #eaecc3;
  }
  .remote_resources .even {
    background-color: #f7faeb;
  }
/* END REMOTE SEARCH */

/* UPLOAD PAGE */
#uploader_flash {
  border-bottom: 1px solid #e3d9dc;
  margin-bottom: 10px;
}
  .overlay #uploader_flash {
    border-bottom: none;
    margin-bottom: 0;
  }

table.transaction_list {
  margin: 10px 0;
  width: 100%;
  border-spacing: 0;
  padding: 0 10px;
}
  table.transaction_list td, table.transaction_list th {
    border: 1px solid white;
  }
  table.transaction_list td {
    padding: 2px 5px;
  }
    table.transaction_list td.amount {
      text-align: right;
    }
  table.transaction_list tr.odd td {
    background-color: #EAECC3;
  }
  
  table.transaction_list tr.even td {
    background-color: #f7faeb;
  }
  
#magic_studio_logo {
  float: right;
	margin-top: 0;
	width: 175px;
	height: 46px;
	background: #fff url(/furniture/magic_studio_pro_logo.png) no-repeat top left;
}
  #magic_studio_logo a {
    display: block;
  	width: 175px;
  	height: 46px;
  	text-indent: -99999px;
  }
  
body.minimal #magic_studio_logo {
	margin-top: 40px;
	text-indent: -9999px;
}

body.with_header_logo #magic_studio_logo {
  margin-right: 7px;
}

body.with_header_logo #header #header_nav {
  padding-top: 0;
  clear: both;
}


/* OBJECT VIEW PAGE */

body.view_object #main_content #comment_form {
  border: none;
}
body.view_object .object_container {
  clear: both;
}
body.view_object #wide_left #resource_panel .body {
  padding-left: 16px;
}

body.view_object .object_actions {
  margin-left: 9px;
}
body.view_object #comment_form textarea {
  width: 592px;
  margin: 0 10px 10px;
}
body.view_object #object_main_actions a {
  margin-right: 0;
  padding-right: 11px;
}
  body.view_object #object_main_actions a span.content_container {
    padding-left: 7px;
  }
  body.view_object #object_main_actions a.more_button {
    padding-right: 32px;
  }
  
    body.view_object #report_link {
      color: #8a3737;
    }
      body.view_object a#report_link span {
        background-color: #8a3737;
        color: #ffffff;
        padding: 0 4px 0 4px;
      }
#related_resources_panel h3 {
  padding-bottom: 0;
}
#related_resources_panel p {
  padding: 3px 10px;
  clear: both;
}
ul.related_resources {
  clear: both;
}
ul.related_resources li {
  list-style: none;  
  float: left;
  height: 38px;
  width: 290px;
  margin: 0 10px 3px;
}
  ul.related_resources li img {
    float: left;
    margin-right: 2px;
  }
    ul.related_resources li span {
      float: left;
      margin: 11px 0 0 0;
      width: 250px;
      height: 16px;
      overflow: hidden;
    }
      ul.related_resources li span a {
        color: #5A4502;
      }  
    ul.related_resources li .preview_image_foreground {
      display: none;
    }

#related_resources_panel h3 {
  clear: both;
  font-size: 1.8em;
  padding: 10px 10px 3px 10px;
}

body.view_object .tag_cloud p {
  padding: 0;
  border: none;
  font-size: 1.2em;
  margin-bottom: 10px;
}
  body.view_object .tag_cloud a {
    color: #706030;
  }

body.view_object .with_pricing_header .channel {
  background: none;
}
body.view_object .with_pricing_header h2 {
  color: #ffffff;
  font-size: 1.2em;
  background-image: url(/furniture/wide_side_panel_top_priced.png);
  padding-bottom: 7px;
}
  
#comment_input_area {
  clear: both;
}
    
#comments_section p {
        color:#4D434F;
        margin-bottom:1em;
}
#comments_section h3 {
        margin-top: 15px;
        font-size: 1.8em;
}
.comment {
        color: #4d434f;
        width: 502px;
}
.comment .post_details {
        font-style: italic;
}
.comment {
        margin-bottom: 10px;
}

.ratings .rating {
        width:190px;
        margin-bottom: 1em;
        overflow:hidden;
        float: left;
}
        .rating_stars img {
                display: block;
                float: left;
                width:19px;
        }

        .ratings .rating .rating_star {
                float:left;
        }

#comments_section .ratings p {
        clear: both;
        margin-bottom: 0;
}

#comments .object_usage_info {
        clear: both;
}

.expandable_panel h2, .expandable_panel h2 a {
  color: #111111;
  text-decoration: none;
}
  .expandable_panel .contracted h2 a {
    background: transparent url(/furniture/toggle_expanded.png) no-repeat center right;
  }
  
  .expandable_panel .expanded h2 a {
    background: transparent url(/furniture/toggle_contracted.png) no-repeat center right;
  }
  .expandable_panel h2 a {
    display: block;
  }
  .expandable_panel h2 .rating {
    float: left;
    height: 18px;
    width: 95px;
    margin-top: 2px;
    margin-right: 6px;
  }

/* END OBJECT VIEW PAGE */

 /* multiple select */ 
  
 select_type {  
     width:200px;  
 } 
  
 div.select_container {  
     position:relative;  
 } 
  
 .select_multiple_submit {  
     background-image:url("/furniture/popup_footer.gif");  
     background-image:top center;  
     background-repeat:repeat-x;  
     padding:10px;  
     height:22px;  
     text-align:rightright;  
 } 
  
 .select_multiple_label {  
     margin-left:5px;  
     font-family:"Lucida Grande",Verdana;  
     font-size:11px;  
 } 
  
 .select_multiple_container {  
     width:300px;  
     position:absolute;  
     top:0;  
     left:0;  
     z-index:500;  
     border:1px solid 222;  
     border-top:none;  
 } 
  
 .select_multiple_container .select_multiple_header {  
     background-image:url("/furniture/black_background.gif");  
     background-repeat:repeat-x;  
     background-position:top center;  
     color:eee;  
     font-family:"Lucida Grande",Verdana;  
     font-weight:bold;  
     font-size:12px;  
     margin:0;  
     padding:7px 0 8px 10px;  
     background-color:000;  
 } 
  
 table.select_multiple_table tbody tr td {  
     height:27px;  
     border-bottom:1px solid ddd;  
     font-family:"Lucida Grande",Verdana;  
     color:333;  
     font-size:11px;  
 } 
  
 table.select_multiple_table tbody tr.even {  
     background-color:#FCFCFC;  
 } 
  
 table.select_multiple_table tbody tr.odd {  
     background-color:#F7F7F7;  
 } 
  
 table.select_multiple_table  tbody tr.selected {  
     background-image:none;  
     background-color:#D9E9FE;  
 } 
  
 .select_multiple_name {  
     padding-left:15px;  
     font-weight:bold;  
 } 
  
 .select_multiple_checkbox {  
     text-align:rightright;  
 } 
  
 .select_multiple_checkbox input {  
     margin-right:15px;  
 }
 
.presentation_preview h2 {
  background-color: #C9D644;
  font-size: 1.8em;
  padding: 10px;
  float: none;
}
.presentation_preview .presentation_help {
  background-color: #C9D644;
  font-size: 1.2em;
}
  .presentation_preview .presentation_help a {
    color: #111111;
    text-decoration: none;
    display: block;
    padding: 4px 10px;
  }

.overlay .basket {
  margin: 0 16px;
}
.overlay .basket td {
  font-size: 1.2em;
  color: #4D434F;
  vertical-align: middle;
}
  .overlay .basket td.price {
    padding-left: 20px;
    font-size: 1em;
    text-align: right;
  }
  .overlay .basket td img {
    vertical-align: middle;
  }

/* NAVIGATION */
  #navigation {
    margin: 0 auto;
    width: 983px;
    height: 41px;
  }
    #navigation h2, #navigation ul li, #navigation .object_actions {
      height: 41px;
      display: block;
      float: left;
    }
    
    #navigation h2 {
      background: transparent url(/furniture/magic_studio_pro_header.png) no-repeat top left;
      padding: 0;
      width: 258px;
      height: 41px;
      text-indent: -9999px;
    }
      #navigation h2 a {
        display: block;
        width: 250px;
        height: 41px;
      }
    
    #navigation ul.main {
      display: block;
      float: left;
      padding: 0;
      margin: 0;
      width: 640px;
      height: 41px;
      background: transparent url(/furniture/navigation_background.png) repeat-x top left;
    }
      #navigation ul li {
        height: 22px;
        font-size: 1.3em;
        list-style: none;
        padding: 9px 10px 14px 10px;
      }
        #navigation ul li a {
          display: block;
          color: #706030;
          font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        }
          #navigation ul li.advanced a {
            background: transparent url(/furniture/navigation_more.png) no-repeat scroll top right;
            padding-right: 20px;
          }
        #navigation ul li.create {
          background: transparent url(/furniture/navigation_create_background.png) no-repeat top right;
          width: 62px;
          padding-right: 10px;
          padding-left: 12px;
        }
          #navigation ul li.create a {
            background: transparent url(/furniture/navigation_create_more.png) no-repeat scroll top right;
          }
        #navigation ul li.menu_active a {
          text-decoration: underline;
        }
/* END NAVIGATION */

/* PROMOS */
.promo_buttons a {
  background: transparent url(/furniture/banner_small_grey.png) no-repeat top left;
  display: block;
  float: left;
  width: 186px;
  height: 32px;
  line-height: 16px;
  margin: 0 0 10px 12px;
  padding: 22px 11px 27px 13px;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  text-align: center;
  color: #24738D;
}
  .promo_buttons a.green {
    background-image: url(/furniture/banner_small_green.png);
    color: #111111;
  }

  .medium_left .promo_buttons a {
    width: 319px;
    background-image: url(/furniture/banner_medium_grey.png);
  }
    .medium_left .promo_buttons a.green {
      background-image: url(/furniture/banner_medium_green.png);
    }
/* END PROMOS */

#share_overlay li {
  padding: 5px 0;
}
#share_overlay .badge {
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
}

.large_promo_panel .header {
  font-size: 1.2em;
}

  .large_promo_panel .header img.promo_image, .split_panel .section img.promo_image {
    float: left;
    margin-right: 10px;
  }
  .large_promo_panel .header .header_end {
    clear: both;
  }
  .large_promo_panel .header a {
    color: #5A4502;
  }