/* ========== IMAGES / ICONS ==========*/

img { border: none; }

/* PNG transparency fix */
img.transparent, img.error, img.errorExplanation, img.icon, img.iconSilk, img.iconSilkBullet, img.channelIcon, img.inline-icon { behavior: url(/images/iepngfix.htc) }

img.iconSilkBullet { vertical-align: middle; }
img.small_bullet { margin-bottom: 1px; padding-bottom: 1px; }

img.inline-icon { vertical-align: text-bottom; }

/* ========== ALIGNMENT ==========*/

.centered { text-align: center; }
.align-right { text-align: right; }
.align-center { text-align: center; }
.float-left { float: left; }
.clear-left { clear: left; }
.clear-both { clear: both; }

/* ========== LINKS ==========*/

.clickable { cursor: pointer; }

a { text-decoration: none; border: none; outline: none; }
a:hover { background-color: transparent; }

a.no-underline { text-decoration: none; }
a.no-underline img { text-decoration: none; }

a.bullet_link { padding: 0px 4px; }

/* ========== HEADERS ==========*/

h1, h2, h3 { color: #45352a; }

h1 {
    font-size: 18px;
    margin-top: 0px;
}

h2 { font-size: 16px; }
h3 { font-size: 14px; }

.step_header {
    background-color: #cccccc;
    font-size: 14px;
    font-weight: bold;
    padding: 4px;
    margin: 6px 0px 6px 0px;
    clear: both;
}

/* ========== LISTS ==========*/

ul.flush { padding-left: 15px; }

/* ========== FORMS ==========*/

textarea {
  font-size: 11px;
  font-family: Arial, Sans-Serif;
  border: 1px solid #bbbbbb;
  background-color: #eeeeee;
  padding: 2px 4px;
}

input {
  font-size: 11px;
  font-family: Arial, Sans-Serif;
  border: 1px solid #bbbbbb;
  background-color: #eeeeee;
}

input.cool {
  vertical-align: bottom;
  height: 16px;
  padding: 2px 4px;
  background-color: #eeeeee;
}

.full_width {
    width: 100%;
}

.form_line {
    vertical-align: middle;
}

/* ========== PAGINATION ==========*/

.pagination {
    text-align: right;
    font: 11px verdana, arial, sans-serif;
    color: #555555;
    font-weight: bold;
    padding: 3px 0px 10px 0px;
}

.pagination a {
    border: 1px solid #CCCCCC;
    color: #555555;
    background-color: white;
    text-decoration: none;
    padding: 2px 5px 2px 5px;
}

.pagination a:hover {
    background-color: #dddddd;
}

.pagination span {
    border: 1px solid #CCCCCC;
    color: #999999;
    background-color: #e1e1e1;
    padding: 2px 5px 2px 5px;
}

/* ========== ADDRESSES ==========*/

.address_zoom {
    position: relative;
    display: inline;
}

.address_zoom .address_popup {
    background-color: #eeeeee;
    position: absolute;
    padding: 5px;
    top: 16px;
    left: -150px;
    width: 300px;
    z-index: 100;
    border: 1px solid #eeeeee;
    border-right: 1px solid #555555;
    border-bottom: 1px solid #555555;
}

.address_zoom .address_popup .address_popup_map {
    width: 300px;
    height: 200px;
}

.address_zoom .address_popup .title {
    font-weight: bold;
    font-size: 11px;
    color: black;
    padding-bottom: 5px;
}

.address_zoom .address_popup .title .close_link {
    float: right;
}

/* ========== COMMENTS ==========*/

.comments .addCommentLink {
    text-align: right;
}

.comment {
    clear: left;
    margin-bottom: 3px;
    padding: 3px;
    background-color: #eeeeee;
}

.comment .member {
    float: left;
}

.comment .main {
    margin-left: 35px;
}

.comment .title {
    padding: 0px 0px 3px 0px;
}

.comment .title .date {
    color: #999999;
}

.addComment {
    margin-bottom: 3px;
    padding: 10px 10px 0px 10px;
    background-color: #eeeeee;
}

.addComment textarea {
  width: 100%;
  margin-bottom: 4px;
}

.addComment .buttons {
  text-align: right;
}

/* ========== LIGHTBOX ==========*/

.lightbox_thumbnail {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  background-color: #ded8c6;
  padding: 8px;
}

.lightbox_thumbnail_caption { text-align: center; }


/* ========== MISCELLANEOUS ==========*/

label { cursor: pointer; }

.date_faded {
    color: #999999;
}

.height_30 { height: 30px; }
.height_75 { height: 75px; }

/* BUTTONS */

.buttons {
    height: 28px;
    padding: 3px;
}

a.button {
    display: inline;
    display: inline-block;
    color: #444;
    font: normal 11px arial, sans-serif;
    text-decoration: none;
    outline: none; /* hide dotted outline in Firefox */
    border: 1px solid #bbbbbb;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 0px 4px 2px 8px;
    background-color: #dddddd;
    background: url('/images/button/button_background.png') repeat-x left top;
}

a.button span.button_icon img {
    vertical-align: middle;
    margin: 2px 4px 0px 0px;
    padding: 0px;
    border: none;
    line-height: 16px;
}

a.button span.button_text {
    vertical-align: bottom;
    margin: 0px 0px 0px 0px;
    padding: 3px 3px 0px 0px;
    border: none;
    line-height: 16px;
}

a.button:active {
    background-color: #bbbbbb;
    background: url('/images/button/button_background_active.png') repeat-x left top;
    outline: none; /* hide dotted outline in Firefox */
}


.dialog {
    margin: 0px 20px 15px 20px;
    border: 2px solid black;
    padding: 5px;
    font-weight: bold;  
    min-height: 32px;
    _height: 32px;  /* For IE */
    background-color: white;
}

.notice {
    border-color: blue;
}

.warning {
    border-color: red;
}

.error {
    border-color: red;
}

.errorExplanation {
    margin: 0px 0px 15px 0px;
    border: 2px solid black;
    padding: 5px;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: 3px 3px;
    min-height: 32px;
    _height: 32px;  /* IE-specific */
    _width: 450px;  /* IE-specific */
    border-color: red;
    background-color: white;
}

.errorExplanation h2 {
    color: black;
    background-color: white;
    background-image: none;
    letter-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-align: left;
}

.fieldWithErrors {
    /*  padding: 2px;*/
    /*  background-color: red;*/
    /*  display: table;*/
    border: 2px solid red;
}


/* DROP-DOWN MENU */

.drop_down_menu {
    position: relative;
}

a.drop_down_selector {
    display: inline;
    display: inline-block;
    color: #444;
    font: normal 11px arial, sans-serif;
    text-decoration: none;
    outline: none; /* hide dotted outline in Firefox */
    border: 1px solid #bbbbbb;
    padding: 0px 0px 2px 4px;
    background-color: #dddddd;
    background: url('/images/button/button_background.png') repeat-x left top;
    /*width: 146px;*/
    z-index: 100;
    position: relative;
}

a.drop_down_selector span.drop_down_icon img {
    vertical-align: middle;
    margin: 2px 4px 0px 0px;
    padding: 0px;
    border: none;
    line-height: 16px;
}

a.drop_down_selector .drop_down_arrow {
    float: right;
}

a.drop_down_selector span.drop_down_text {
    vertical-align: bottom;
    margin: 0px 0px 0px 0px;
    padding: 3px 3px 0px 0px;
    border: none;
    line-height: 16px;
}

a.drop_down_selector:active {
    background-color: #bbbbbb;
    background: url('/images/button/button_background_active.png') repeat-x left top;
    outline: none; /* hide dotted outline in Firefox */
}

ul.drop_down_options {
    display: inline;
    display: inline-block;
    vertical-align: middle;
    background-color: #eeeeee;
    margin: 0px;
    position: absolute;
    left: 0px;
    top: 19px;
    padding-top: 3px;
    padding-left: 0px;
    list-style-type: none;
    border: 1px solid #bbbbbb;
    border-top: none;
    /*width: 150px;*/
    z-index: 0;
    z-index: 101;
    overflow-y: auto;
    overflow-x: hidden;
}

ul.drop_down_options a {
    display: inline;
    display: inline-block;
    color: #444;
    font: normal 11px arial, sans-serif;
    text-decoration: none;
    outline: none; /* hide dotted outline in Firefox */
    border: 1px solid #bbbbbb;
    border: none;
    padding: 0px 4px 2px 4px;
    background-color: #eeeeee;
    width: 100%;
}

ul.drop_down_options a:hover {
    background-color: #bbbbbb;
    background: url('/images/button/button_background.png') repeat-x left top;
    outline: none; /* hide dotted outline in Firefox */
}

ul.drop_down_options a:active {
    background-color: #bbbbbb;
    background: url('/images/button/button_background_active.png') repeat-x left top;
    outline: none; /* hide dotted outline in Firefox */
}

ul.drop_down_options a span.drop_down_icon img {
    vertical-align: middle;
    margin: 2px 4px 0px 0px;
    padding: 0px;
    border: none;
    line-height: 16px;
}

span.drop_down_arrow img {
    vertical-align: middle;
    margin: 2px 0px 0px 0px;
    padding: 0px;
    border: none;
    line-height: 16px;
}

ul.drop_down_options a span.drop_down_text {
    vertical-align: bottom;
    margin: 0px 0px 0px 0px;
    padding: 3px 3px 0px 0px;
    border: none;
    line-height: 16px;
}


/* ENTRY BOX */

.entry-box {
    margin-bottom: 8px;
    font-family: Arial, Sans-Serif;
    font-size: 11px;
    clear: left;
}

.entry-box a {
    color: #074E01;
}

.entry-box img.icon {
    float: left;
}

.entry-box tr.highlight {
    background-color: #dddddd;
    cursor: pointer;
}

.entry-box .options {
    float: right;
    text-align: center;
    color: #4f7db8;
    font-size: 9px;
    margin-left: 6px;
    cursor: pointer;
    padding: 3px;
}

.entry-box .options-menu {
    position: absolute;
    margin-left: 230px;
    width: 250px;
}

.entry-box .options-menu a {
    display: block;
    background-color: #eeeeee;
    color: #4f7db8;
    padding: 3px;
}

.entry-box .options-menu a:hover {
    background-color: #5D93D9;
    color: white;
}

.entry-box .options-menu .options-button {
    float: right;
    text-align: center;
    color: #4f7db8;
    font-size: 9px;
    margin-left: 6px;
    cursor: pointer;
    background-color: white;
    border: 1px solid #4f7db8;
    border-left: none;
    width: 32px;
    padding: 2px;
}

.entry-box .options-menu ul {
    color: #4f7db8;
    font-size: 11px;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    background-color: #eeeeee;
    border-top: 1px solid #4f7db8;
    margin-right: 37px;
}

.entry-box .options-menu ul li {
    border: 1px solid #4f7db8;
    border-top: none;
}

.entry-box .options-menu ul li.header {
    border-right: none;
    background-color: white;
    font-weight: bold;
    padding: 3px;
}

.entry-box .body {
    margin-left: 20px;
    margin-right: 50px;
}

.entry-box .body img.icon {
    float: none;
    padding-right: 2px;
}

.entry-box .as-of {
    color: #cccccc;
}

.entry-box img.profile {
    float: left;
    margin-right: 3px;
}

.entry-box .buttons {
    margin-top: 5px;
}


body {
  background: #1d5b1d url(/images/layout/body_background.png) repeat-x;
  text-align: center;
  padding: 0px;
  margin: 6px 0px;
  font-family: Arial, Sans-Serif;
  font-size: 11px;
}

#container {
  width: 900px;
  margin: auto;
  text-align: left;
  border: 1px solid #fffcf2;
}

/* ========== SPLASH SCREEN ==========*/

img.tour {
    margin-left: 10px;
    float: right;
    border: 5px solid #cccccc;
}

/* ========== HEADER ==========*/

#header {
  padding: 5px 0px 12px 6px;
  background: #fffcf2 url(/images/main_menu/gradient4.png) repeat-x fixed top center;
}

#header img#logo {
  margin: 6px 0px 0px 6px;
  vertical-align: bottom;
}

#header img#beta {
  margin-top: 6px;
  vertical-align: top;
}

#header #site_name_city {
    font-family: 'Palatino', 'Palatino Linotype', Serif;
    font-size: 40px;
    font-style: italic;
    color: #1d5a1d;
}

#main_menu {
    background: url(/images/main_menu/gradient2.png) repeat-x;
    border-top: 1px solid #cbc4af;
    border-bottom: 1px solid #cbc4af;
    padding-right: 6px;
}

#main_menu table, #main_menu tr, #main_menu td {
    margin: 0px;
    padding: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
}

#main_menu td.hover, #main_menu td.selected {
    background-image: url(/images/main_menu/main_menu_bg_hover.png);
    background-position: top center;
    background-repeat: no-repeat;
}

#main_menu td.main_menu_text {
    padding-left: 3px;
}

#main_menu td.main_menu_text a {
    font-family: "Franklin Gothic", Arial, Sans-Serif;
    font-weight: bold;
    font-size: 12px;
    color: #45352a;
}

#main_menu_right {
  float: right;
  padding-right: 6px;
}

td.main_menu_icon {
  display: block;
  position: relative;
  width: 42px;
  text-align: right;
}

td.main_menu_icon img {
  position: absolute;
  top: -8px;
  right: 0px;
  z-index: 100;
}

/* ========== HEADER: USER STATUS ==========*/

#user_status {
    float: right;
    margin-top: 6px;
    text-align: center;
    min-width: 150px;
    padding-right: 5px;
    color: #45352a;
    font-size: 12px;
}

#user_status a {
    text-decoration: none;
    color: #45352a;
}

#user_status_actions {
    margin-top: 6px;
    padding-top: 4px;
    border-top: 1px solid #e3ddcc;
    color: #cbc4af;
}

#user_status_actions a {
    font-size: 12px;
}

/* ========== FOOTER ==========*/

#footer {
    clear: both;
    margin: 0px 0px 0px 0px;
    padding: 5px 20px 3px 20px;
    font-size: 11px;
    text-align: center;
}

#footer a {
    margin-right: 10px;
    color: #70A445;
}

/* ========== MAIN CONTENT ==========*/

#main_content {
    text-align: left;
    height: 700px;
    background-color: #fffcf2;
    margin: auto;
    border-left: 1px solid #fffcf2;
    border-right: 1px solid #fffcf2;
    padding: 12px 0px 18px 0px;
    height: 500px;
    min-height: 500px;
}

#single_column {
    padding: 0px 10px;
}

html > body #main_content {
    height: auto;
}

#news_feed_column {
    width: 440px;
    padding: 0px 10px;
}

#preview_box_column {
    float: right;
    width: 400px;
    padding-right: 10px;
}

#preview_box_column h1 {
    text-align: center;
    font-size: 12px;
}

/* ========== SIDEBAR LAYOUT ==========*/

#sidebar_layout {
    position: relative;
/*    background-image: url(/images/layout/side_menu_bg.png);
    background-repeat: repeat-y; */
/*    height: 500px;
    min-height: 500px;*/}

#sidebar_layout #sidebar_column {
    width: 190px;
    position: absolute;
    padding-bottom: 24px;
}

#sidebar_layout #main_column {
    margin-left: 200px;
    /*float: right;*/
    width: 680px;
    padding-bottom: 24px;
}

#sidebar_layout #sidebar_column ul {
    list-style: none;
    margin: 0px;
    padding: 0px 0px 1px 0px;
    width: 185px;
    background-image: url(/images/layout/side_menu_border.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}

#sidebar_layout #sidebar_column ul li {
    background-color: transparent;
    background-image: url(/images/layout/side_menu_border.png);
    background-position: top right;
    background-repeat: no-repeat;
    padding-top: 1px;
}

#sidebar_layout #sidebar_column ul li.header {
    display: block;
    color: #45352a;
    padding: 3px 6px 3px 24px;
    font-size: 12px;
    line-height: 16px;
    height: 17px;
    background-image: url(/images/layout/side_menu_border.png);
    background-repeat: repeat-y;
    text-align: center;
    font-weight: bold;
    text-transform: lowercase;
}

#sidebar_layout #sidebar_column ul a {
    display: block;
    color: #45352a;
    padding: 6px 6px 6px 24px;
    font-size: 12px;
    line-height: 16px;
    height: 17px;
    background-image: url(/images/layout/side_menu_bg.png);
    background-repeat: repeat-y;
    /*border-top: 1px solid #cbc4af;*/
}

#sidebar_layout #sidebar_column ul li.selected a, #sidebar_layout #sidebar_column ul li.selected a:hover {
    background-color: white;
    background-image: none;
}

#sidebar_layout #sidebar_column ul li a:hover {
    background-color: transparent;
    background-image: url(/images/layout/side_menu_border.png);
    background-repeat: repeat-y;
}


#sidebar_layout #sidebar_column ul a img {
    vertical-align: middle;
}

#sidebar_layout #sidebar_column h1 {
    font-size: 14px;
    margin: 6px 0px 12px 24px;
}

#sidebar_layout #sidebar_column h2 {
    font-size: 12px;
    margin: 12px 0px 12px 24px;
}

/* ========== LEFT LAYOUT ==========*/

.left_layout .left_column {
    width: 190px;
    float: left;
    padding-bottom: 24px;
}

.left_layout .main_column {
    float: right;
    width: 700px;
    padding-bottom: 24px;
}

/* ========== MODALBOX ==========*/

#MB_content { font-size: 11px; }

#MB_content .buttons {
    text-align: right;
    padding-bottom: 0px;
    height: 19px;
}

#MB_content textarea { width: 99%; }


/* ========== CELLS ==========*/

td.width_30, table.hbordered td.width_30 { width: 30px; }
td.width_50, table.hbordered td.width_50 { width: 50px; }
td.width_75, table.hbordered td.width_75 { width: 75px; }

td.member_name_and_address, table.hbordered td.member_name_and_address {
    width: 140px;
    padding-right: 6px;
}

/* ========== FORMS ==========*/

table.form td.label { text-align: right; }
table.form td { vertical-align: top; }

/* ========== CLEARED  ==========*/

table.hbordered table.clear td {
    border: none;
    padding: 1px;
}

/* ========== LEFT HEADERED ==========*/

table.lheadered {
  width: 100%;
}

table.lheadered th {
  vertical-align: top;
  font-weight: normal;
  text-align: right;
  width: 100px;
}

table.lheadered td {
  vertical-align: top;
}

/* ========== BORDERED ==========*/

table.bordered {
  border-collapse: collapse;
  margin-bottom: 6px;
  width: 100%;
}

table.bordered > tr > td {
  border: 1px solid #b6b6b6;
  padding: 4px;
  vertical-align: top;
}

table.bordered > tr > th {
  padding: 4px;
  vertical-align: bottom;
  font-size: 11px;
}

/* ========== HORIZONTAL BORDERED ==========*/

table.hbordered {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 12px;
}

table.hbordered th {
    font-size: 11px;
}

table.hbordered td {
    font-size: 11px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 8px 0px;
    vertical-align: top;
}

table.hbordered tr.footer_link {
    text-align: right;
}

table.hbordered tr.footer_link td {
    border-bottom: none;
    padding: 2px 0px;
}

table.hbordered td.thumbnail {
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
}

table.hbordered td.radio_button {
    width: 15px;
}

/* ========== RADIO BUTTON OPTIONS ==========*/

table.radio_button_options {
    border-collapse: collapse;
    border-width: 0px;
    margin-left: auto;
    margin-right: auto;
}

table.radio_button_options td {
    vertical-align: top;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 6px 4px 6px 0px;
}

table.radio_button_options td input {
    margin: 0px 3px 0px 0px;
    float: left;
}

table.radio_button_options td select {
    font-size: 11px;
}

table.radio_button_options td.radio_button {
    width: 11px;
    padding-right: 0px;
}

table.radio_button_options td.action_icon {
    width: 16px;
}

table.radio_button_options td.action {
    font-weight: bold;
    width: 225px;
}

table.radio_button_options td.description {
    color: #888888;
}

table.radio_button_options tr.footer_link {
    text-align: right;
}

table.radio_button_options tr.footer_link td {
    border-bottom: none;
    padding: 2px 0px;
}

/* ========== CLICKABLE ROWS ==========*/

tr.clickable.hover {
    background-color: #dddddd;
}


/* ADMIN CSS TABS */

ul.tabs {
    margin: 4px 0px 0px 0px;
    border-bottom: 1px solid #bbbbbb;
    padding: 0px;
    z-index: 0;
    height: 16px;
}

ul.tabs li {
    display: inline;
    margin: 0px 3px 0px 0px;
}

ul.tabs li a {
    text-decoration: none;
    color: #888888;
    border: 1px solid #bbbbbb;
    border-bottom: 1px solid #bbbbbb;
    background-color: #dddddd;
    background: url('/images/button/button_background_active.png') repeat-x left top;
    padding: 2px 4px 2px 4px;
    font: bold 11px arial, sans-serif;
}

ul.tabs li.selected a {
    border: 1px solid #bbbbbb;
    border-bottom: 1px solid white;
    background-color: white;
    background: none;
    color: #444444;
}

.tabbed-pane {
    border: 1px solid #bbbbbb;
    border-top: none;
}

/* NAVBAR - ADMIN CSS TABS */

ul#navbar {
    text-align: left;
    margin: 10px 0px 10px 0px;
    font: bold 11px verdana, arial, sans-serif;
    border-bottom: 1px solid black;
    list-style-type: none;
    padding: 10px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
    _margin-left: 0px;
}

ul#navbar li {
    display: inline;
    padding: 0px 0px 2px 0px;
}

/* Selected tab. */
ul#navbar li span {
    padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
    border: 1px solid black;
    background-color: white;
    color: black;
    margin-right: 0px; /* additional spacing between tabs as desired */
    text-decoration: none;
    border-bottom: 1px solid white; /* set border color to page background color */
}

/* Unselected tab. */
ul#navbar li a {
    padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
    border: 1px solid #666; /* set border COLOR as desired; usually matches border color specified in #tabnav */
    background-color: #dddddd; /* set unselected tab background color as desired */
    background: url('/images/button/tab_background_inactive.png') repeat-x left top;
    color: #666; /* set unselected tab link color as desired */
    margin-right: 0px; /* set additional spacing between tabs as desired */
    text-decoration: none;
    border-bottom: none;
    outline: none; /* hide dotted outline in Firefox */
}

ul#navbar a:hover { /* settings for hover effect */
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


table#timer_task_runs p {
    margin: 0px;
    font-size: 11px;
}


/* ========== FULL-PAGE MAP ==========*/

table#map_header {
    width: 100%;
}

table#map_header td {
    vertical-align: top;
}

#map-channel-name {
    margin: 0px 0px 10px 3px;
    font-weight: bold;
}

table#map_header td.form {
    text-align: right;
    font-size: 11px;
}

table#map_header td.form form {
    margin: 0px;
}

#iframe-container {
    margin-left: 386px;
    z-index: 0;
    position: relative;
}

iframe#channel-content {
    width: 100%;
    height: 100%;
}

#map-container {
    height: 100%;
    width: 100%;
    z-index: 0;
    margin-top: 0px;
}

#map_div {
    border: 1px solid #979797;
    margin-left: 386px;
    z-index: 0;
    position: relative;
}


.map-info-window {
    font-family: Arial, Sans-Serif;
    font-size: 11px;
    width: 300px;
    background-color: white;
}

.map-info-window.channel_new_members img {
    float: left;
    margin-right: 5px;
}

.map-info-window .title {
    font-weight: bold;
}

.map-info-window img.profile {
    margin-right: 3px;
}

#map-content {
    font-family: Arial, Sans-Serif;
    font-size: 11px;
    float: left;
    margin-left: 2px;
    top: 0px;
    width: 382px;
    z-index: 1000;
}

.map-events {
}

.scroll-vertical {
    height: 200px;
    overflow-y: auto;
}

.map-events table {
    margin: 0px 0px 0px 0px;
    border-collapse: collapse;
    width: 100%;
}

.map-events thead {
    background-color: #979797;
    color: white;
    text-align: center;
}

.map-events td {
    vertical-align: top;
    border-bottom: 1px solid #979797;
    cursor: pointer;
    font-size: 11px;
}

.map-events tr.highlight {
    background-color: #dddddd;
}

table .map-events-member-photo {
    width: 30px;
}

table .map-events-member {
    width: 120px;
}

td.map-events-member img {
    float: left;
    margin-right: 3px;
}

table .map-events-date {
    width: 45px;
}

td.map-events-date {
    text-align: center;
}

table .map-events-category {
    width: 30px;
}

td.map-events-category {
    padding: 0px;
    text-align: center;
    border-spacing: 0px;
}
td.map-events-category img {
    vertical-align: text-bottom;
}

table .map-home-sales-listings-price { width: 35px; }
table .map-home-sales-listings-bed-bath { width: 15px; }
table .map-home-sales-listings-type { width: 40px; }
table .map-home-sales-listings-status { width: 40px; }

table .map-home-sales-events-date { width: 25px; }
table .map-home-sales-events-price { width: 80px; }
table .map-home-sales-events-bed-bath { width: 15px; }
table .map-home-sales-events-type { width: 40px; }
table .map-home-sales-events-status { width: 40px; }

/* ========== SUBSCRIPTIONS ==========*/

.edit_channel_subscriptions table {
  width: 100%;
  border-collapse: collapse;
}

.edit_channel_subscriptions table td {
  border-top: 1px solid #b6b6b6;
  border-bottom: 1px solid #b6b6b6;
  padding: 6px;
  vertical-align: top;
  font-size: 13px;
}

.edit_channel_subscriptions table th {
  font-size: 11px;
}

.edit_channel_subscriptions table th.action_icons {
  width: 48px;
}

.edit_channel_subscriptions table td.channel_icon {
  padding-right: 0px;
}

.edit_channel_subscriptions table td.channel_name {
  padding-left: 3px;
}


/* ========== CATEGORIES ==========*/

.category_column {
    float: left;
    width: 33%;
}

.category_column h3 {
    text-decoration: underline;
}

.category_column ul {
    list-style-type: none;
    padding-left: 0px;
    margin-left: 0px;
}

.category_column a {
    color: #074e01;
}

table#browse_node_watch_edit {
    border-collapse: collapse;
    margin: auto;
}


table#browse_node_watch_edit img {
    vertical-align: bottom;
}

table#browse_node_watch_edit td, table#browse_node_watch_edit th {
    border-bottom: 1px solid #bbbbbb;
    text-align: center;
}

table#browse_node_watch_edit th.left_header {
    text-align: left;
    width: 85px;
    padding: 8px 0px;
}

table#browse_node_watch_edit tr.header th {
    padding: 3px 10px;
}

table.category_watches td.summary {
    width: 230px;
}

table.category_watch_settings {
    margin: 10px;
    vertical-align: bottom;
}

table.category_watch_settings td {
    /*vertical-align: bottom;*/
}

table.hbordered table.clear.category_watch_settings td.offer_type, table.category_watch_settings td.offer_type, table.category_default_distances td.offer_type {
    text-align: right;
    padding-right: 6px;
    width: 120px;
}

table.category_watch_settings td.offer_type img {
    vertical-align: bottom;
}

table.category_default_distances td.offer_type {
    padding-left: 5px;
}

/* ========== NEW ITEM ==========*/

.chosen_product_title { font-size: 12px; }
.chosen_product_buttons { width: 80px; }


/* ========== OTHER ==========*/

#exchange_sidebar_search {
    text-align: right;
    margin: 0px 10px 10px 0px;
}

#exchange_sidebar_search a.button span.button_icon img {
    margin-right: 0px;
}

#exchange_sidebar_search input {
    width: 110px;
}

.item_sold_via img {
    vertical-align: bottom;
    margin-bottom: -3px;
}

#item_edit table.form {
    width: 100%;
}


#offered_items {
    float: left;
    width: 440px;
}

#requested_items {
    float: right;
    width: 440px;
}

#category_show #offered_items, #category_show #requested_items {
    width: 350px;
}

.left_layout.exchange .left_column {
    width: 160px;
}

.left_layout.exchange .main_column {
    width: 725px;
}

ul#exchange-categories {
    list-style-type: none;
    padding-left: 0px;
}

ul#exchange-categories li {
    margin-top: 5px;
}

ul#exchange-categories img {
    vertical-align: bottom;
    border: none;
}

ul#exchange-categories a {
    text-decoration: none;
}

ul#exchange-categories ul {
    list-style-type: none;
    padding-left: 16px;
}

#product-search-results tr.highlight {
    background-color: #dddddd;
}

#chosen-category {
    font-size: 14px;
    height: 28px;
    vertical-align: bottom;
}


table#offered_items_overview {
    width: 150px;
}
table#offered_items_overview.hbordered td {
    padding: 5px 0px;
    vertical-align: middle;
}

table.hbordered td.icon {
    width: 20px;
}

table.hbordered td.event {
    width: 125px;
    padding-right: 10px;
}

table.hbordered td.message {
    padding-right: 10px;
}

/* ========== AMAZON BROWSE NODES ==========*/

table#view_browse_node {
    width: 100%
}

table#view_browse_node td {
    vertical-align: top;
}

table#view_browse_node td.browse_node_children {
    width: 150px;
    padding-right: 6px;
}

ul.amazon_browse_nodes {
    margin: 0px;
    margin-left: 0px;
    padding-left: 0px;
    font-size: 11px;
    list-style-position: inside;
    list-style: none;
}

ul.amazon_browse_nodes.bullets {
    margin: 0px;
    margin-left: 10px;
    padding-left: 0px;
}

ul.amazon_browse_nodes img.list_bullet {
    margin-left: -10px;
}

ul.amazon_browse_nodes.bullets li {
  text-indent: 1px;
}

.node_ignored {
    text-decoration: line-through;
}

.node_skipped {
    text-decoration: overline;
}

table.product_search_results {
}

/* ========== TABLES ==========*/

table.hbordered td.offer_types {
    width: 85px;
    text-align: center;
}

table.hbordered td.address {
    width: 150px;
}

table.hbordered td.state {
    width: 60px;
    text-align: center;
}

table.hbordered td.inquiries {
    width: 55px;
    text-align: center;
}

table.hbordered td.photo {
    padding-left: 4px;
    padding-right: 4px;
}

table.hbordered td.inquiry_link {
    padding-left: 4px;
    padding-right: 4px;
}


/* ========== ITEM: SHOW ==========*/

table#item_details { width: 100%; }
table#item_details td { vertical-align: top; }
#item_details_left { width: 165px; }

.news-feed-entry-main table.item_details th {
    width: 70px;
}

.model_type {
    margin-top: 6px;
    font-size: 11px;
}

#item_show #main_column h2 {
    margin-top: 18px;
}

#item_status {
    margin-bottom: 6px;
}

#item_status .title {
    text-align: center;
    font-size: 18px;
    padding: 8px;
}

#item_status .title .buttons {
    float: right;
    padding: 0px 4px 0px 0px;
    margin: -4px;
    height: auto;
}

#item_status.active .title {
    background-color: #ceefb3;
}

#item_status.inactive .title {
    background-color: #ffdfe3;
}

#item_status.inactive {
    border: 2px solid #ffdfe3;
}

#item_status #inquiry_stati {
    font-size: 12px;
}

#item_show #current_inquiry {
    border-collapse: collapse;
    width: 100%;
    margin-top: 4px;
}

#item_show #current_inquiry th {
    font-size: 11px;
}

#item_show #current_inquiry td {
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
}

#item_show #current_inquiry td.member_photo {
    width: 23px;
}

#item_show #current_inquiry td.actions {
    width: 250px;
}

#item_show #current_inquiry td.actions .buttons {
    margin-bottom: -6px;
}

#item_inquiries td {
    padding-right: 5px;
}

#item_inquiries td.member_photo {
    width: 23px;
}

#item_inquiries td.requested_at {
    width: 100px;
}

#item_inquiries td.actions {
    width: 100px;
}

#item_inquiries td.actions .buttons {
    margin-bottom: -6px;
}

/* ========== ITEMS ==========*/

table.item_available_list th {
    text-align: center;
}

.item_image_selector {
    float: left;
    padding-bottom: 6px;
    background-color: #dddddd;
    padding: 4px;
    margin-bottom: 6px;
    margin-right: 6px;
}

.item_image_selector img {
    vertical-align: top;
}

table.item_events td.item {
    padding-left: 4px;
    padding-right: 8px;
}

table.item_events td.date {
    width: 105px;
}

table.item_events td.icon {
    width: 16px;
    padding-right: 4px;
}

td.message p {
    margin-top: 0px;
}

table.offers {
    width: 100%;
}

table.offers th {
    background-color: #dddddd;
    text-align: center;
    width: 25%;
}

table.offers td {
    vertical-align: top;
}

#product_search_results {
    margin-top: 4px;
}

#product_search_spinner {
    margin-top: 4px;
}

table.offer_list {
    vertical-align: middle;
    border-collapse: collapse;
}

table.offer_list td {
    background-color: #eeeeee;
    padding: 2px;
    border-bottom: 2px solid white;
}

.padded_icon {
    padding: 7px;
    background-color: white;
}

/* ========== ITEMS: THUMBNAIL POPUP ==========*/

.item_thumbnail_popup {
    position: relative;
    display: inline;
}

.item_thumbnail_popup_details {
    font-size: 11px;
    background-color: #eeeeee;
    position: absolute;
    padding: 5px;
    top: -10px;
    left: -40px;
    width: 350px;
    z-index: 100;
    border-right: 1px solid #555555;
    border-bottom: 1px solid #555555;
}

.item_thumbnail_popup .lheadered th {
    width: 80px;
}

/* ========== ITEM: THUMBNAILS ==========*/

.item_thumbnail_header {
    background-color: #eeeadc;
    padding: 8px 8px 4px 8px;
    font-size: 11px;
}

.item_thumbnail_footer {
    background-color: #eeeadc;
    padding: 0px 8px 8px 8px;
    font-size: 11px;
}

.item_thumbnails {
    background-color: #eeeadc;
    padding: 0px 7px 6px 7px;
}

.item_thumbnails .item {
    display: inline;
    cursor: pointer;
}

.item_thumbnails .item img.item_thumbnail {
    background-color: white;
    padding: 5px;
    margin: 2px 1px;
}

/* ========== ITEM: IMAGE EDIT ==========*/

iframe#images_edit_frame {
    border: none;
    width: 100%;
    height: 194px;
}

#item_image_edit_scroller {
    width: 100%;
    overflow: auto;
    height: 80px;
    background: #dddddd;
}



table.offer_list_show {
    width: 100%;
    border-collapse: collapse;
}

table.offer_list_show td {
    background-color: #eeeeee;
    padding: 2px;
    border-bottom: 2px solid white;
}

table.offer_list_show td.offer_icon {
    width: 30px;
}


/* FRIENDSHIPS */

table#friendships {
  collapse: collapse;
  width: 100%;
  border-collapse: collapse;
}

table#friendships td {
  border-top: 1px solid #b6b6b6;
  border-bottom: 1px solid #b6b6b6;
  padding: 4px;
  vertical-align: top;
}

table#friendships td.photo {
    width: 50px;
}

table#friendships td .member_address {
    font-size: 11px;
    color: #aaaaaa;
}

table#friendships td .actions {
    font-size: 11px;
}

#addFriendDialog table {
    width: 100%;
}

#addFriendDialog td {
    vertical-align: top;
}


/* FRIEND SCROLLER */

.friendScroller {
    height: 400px;
    overflow: auto;
}

.friendScroller .friend {
    display: block;
    padding: 4px 0px 4px 0px;
    vertical-align: top;
    background-color: #dddddd;
    margin: 2px;
    width: 200px;
    float: left;
    font-size: 12px;
    cursor: pointer;
    min-height: 50px;
    _height: 50px;
}

.friendScroller .friend input {
    float: right;
}

.friendScroller .friend.highlight {
    background-color: #ffd4bf;
}

.friendScroller .friend.selected {
    background-color: #bbbbbb;
}

.friendScroller .friend img {
    float: left;
    padding: 0px 4px 0px 4px;
    background-color: transparent;
}

.friendScroller .name {
    font-size: 12px;
}

.friendScroller .address {
    font-size: 11px;
    color: #aaaaaa;
}

#MB_content .friendScroller {
    height: 300px;
}


/* INBOX */

#inbox_preview {
    font-size: 11px;
}

#inbox_preview img {
    vertical-align: text-bottom;
}

#sendMessageDialog table.form img.profile {
    vertical-align: text-top;
}

table.messages .as-of {
    font-size: 11px;
    color: #aaaaaa;
}

table.messages .message {
    padding-left: 12px;
}

/* NOTIFICATIONS */

.notification img.loading {
    margin-top: 5px;
}

table.notification_content td {
    vertical-align: top;
}


/* NEWS FEED BOXES */

.news-feed-entry {
    font-family: Arial, Sans-Serif;
    font-size: 11px;
    clear: left;
}

.news-feed-entry a {
    color: #074E01;
}

.news-feed-entry img.channelIcon {
    float: left;
}

.news-feed-entry tr.highlight {
    background-color: #dddddd;
    cursor: pointer;
}

.news-feed-entry-main {
    margin-left: 20px;
    margin-right: 50px;
}

.news-feed-entry-footer {
    color: #cbc4af;
}

.news-feed-entry-as-of {
    color: #cbc4af;
}

.news-feed-entry-main .blog-description p {
    margin: 0px;
}

.news-feed-entry-main img.profile {
    float: left;
    margin-right: 3px;
}

.news_feed_entry_hr {
    padding: 6px 0px;
    /*line-height: 1px;*/
    height: 1px;
    background-image: url(/images/layout/news_feed_entry_border.png);
    background-position: left;
    background-repeat: no-repeat;
}

.news_feed_entry_hr img {
    vertical-align: middle;
}

/* NEWS FEED ENTRY: OPTIONS MENU */

.news_feed_date_header {
    color: #afa78e;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    margin: 12px 0px 10px 0px;
    padding-bottom: 2px;
    background-image: url(/images/layout/news_feed_date_border.png);
    background-position: bottom left;
    background-repeat: no-repeat;
}

.news-feed-entry .options {
    float: right;
    text-align: center;
    color: #4f7db8;
    font-size: 9px;
    margin-left: 6px;
    cursor: pointer;
    padding: 3px;
}

.news-feed-entry .options-menu {
    position: absolute;
    margin-left: 187px;
    width: 250px;
}

.news-feed-entry .options-menu .channelIcon {
    padding-right: 4px;
}

.news-feed-entry .options-menu a {
    display: block;
    background-color: #eeeeee;
    color: #4f7db8;
    padding: 3px;
}

.news-feed-entry .options-menu a:hover {
    background-color: #5D93D9;
    color: white;
}

.news-feed-entry .options-menu .options-button {
    float: right;
    text-align: center;
    color: #4f7db8;
    font-size: 9px;
    margin-left: 6px;
    cursor: pointer;
    background-color: white;
    border: 1px solid #4f7db8;
    border-left: none;
    width: 32px;
    padding: 2px;
}

.news-feed-entry .options-menu ul {
    color: #4f7db8;
    font-size: 11px;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    background-color: #eeeeee;
    border-top: 1px solid #4f7db8;
    margin-right: 37px;
}

.news-feed-entry .options-menu ul li {
    border: 1px solid #4f7db8;
    border-top: none;
}

.news-feed-entry .options-menu ul li.header {
    border-right: none;
    background-color: white;
    font-weight: bold;
    padding: 3px;
}

/* PREVIEW BOXES */

.preview-box {
    border: 2px solid black;
    font-family: Arial, Sans-Serif;
    font-size: 11px;
    width: 400px;
    margin-bottom: 12px;
}

.preview-box .header {
    color: white;
    font-size: 13px;
    font-weight: bold;
    margin: 0px;
    padding: 0px 0px 3px 2px;
}

.preview-box .header img {
    vertical-align: bottom;
    border: none;
}

.preview-box .header a {
    color: white;
    text-decoration: none;
}

.preview-box th {
    background-color: #dddddd;
}

.preview-box .footer {
    color: white;
    margin: 0px;
    padding: 1px 3px 0px 3px;
    text-align: right;
    background-color: #dddddd;
}

.preview-box .footer a {
    color: #2A5BFD;
    text-decoration: none;
    margin-left: 5px;
}

.preview-box table {
    margin: 1px 0px 0px 1px;
    border-collapse: collapse;
    width: 399px;
}

.preview-box td {
    vertical-align: top;
/*    border: 1px solid #979797;*/
    border: 1px solid #dddddd;
    padding: 2px;
    cursor: pointer;
}

.preview-box tr.highlight {
    background-color: #dddddd;
}

.preview-box td img {
    vertical-align: text-bottom;
}


/* ========== PRIVACY ==========*/

table.privacy {
    border-collapse: collapse;
}

table.privacy td {
    border: 1px solid #b6b6b6;
    padding: 5px;
}

table.privacy tr.noBorder td {
    border: none;
    padding: 5px;
}

table.privacy th {
    padding: 5px;
}

/* ========== ADDRESS ==========*/

.edit_member_address_map {
    float: right;
}

.member_show_sidebar {
    padding-top: 6px;
    padding-left: 20px;
}