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

body {
    line-height: 1.3; /* unitless multiplier to inherit */
}

ol, ul {
    list-style: none;
}

:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
}

table tr.alt {
    background: url(../gfx/table/bg_alt.png);
    background: rgba(200, 200, 200, .25);
}

button,
input.button,
a.button {
    cursor: pointer;
}

hr {
    height: 1px;
    color: #ccc;
    background-color: #ccc;
    padding: 0;
    margin: 2em 0;
}

pre, code, .code {
    font-size: 13px;
    font-family: Monaco, 'Courier New', Courier, monospace !important;
}

.dy-subtext, blockquote {
    font-style: italic;
}

pre, blockquote {
    margin: 20px 0;
    border-left: 2px solid #e1e1e1;
    padding-left: 10px;
}

object[type="application/x-shockwave-flash"] {
    -moz-user-focus: ignore;
}

/***********************
 Clearfix
***********************/
.feed-story:after,
#xg_navigation:after,
#xg_navigation ul:after,
#xg_body:after,
.xg_module:after,
.xg_module_edit:after,
.xg_colgroup:after,
.xg_module_head:after,
.xg_module_body:after,
.xg_module_foot:after,
.xg_headline:after,
dl.vcard:after,
#xg_foot:after,
#xg_footcontent:after,
.easyclear:after,
.dy-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.feed-story,
#xg_navigation,
#xg_navigation ul,
#xg_body,
.xg_module,
.xg_module_edit,
.xg_colgroup,
.xg_module_head,
.xg_module_body,
.xg_module_foot,
.xg_headline,
dl.vcard,
#xg_foot,
#xg_footcontent,
.easyclear,
.dy-clearfix {
    *zoom: 1;
}

/***********************
 Basic Styles
***********************/
p, ul, ol, dl {
    margin: 5px 0;
}

h1 .count {
    font-size: 80%;
}

h1 {
    font-size: 1.53846em; /* 20px/13px */
    margin: 10px 0;
}

h2 {
    font-size: 1.23077em; /* 16px/13px */
    margin: 5px 0;
}

h3 {
    font-size: 1.07692em; /* 14px/13px */
    margin: 5px 0;
}

h4 {
    font-size: 1em;
    margin: 5px 0;
}

li, dt, dd {
    font-size: 1em;
    margin-bottom: 3px;
}

small, .dy-small {
    font-size: 0.84615em; /* 11px/13px */
}

big, .dy-big {
    font-size: 1.23077em; /* 16px/13px */
}

.dy-displaynone {
    display: none;
}

.block, .dy-bock {
    display: block;
}

.hidden, .dy-hidden {
    visibility: hidden;
}

.right, .dy-right {
    float: right !important;
}

.left, .dy-left {
    float: left !important;
}

.align-right, .dy-align-right {
    text-align: right;
}

.align-left, .dy-align-left {
    text-align: left;
}

.dy-align-center {
    text-align: center;
}

.nofloat, .dy-nofloat {
    float: none !important;
}

.dy-clear {
    clear: both !important;
}

/******
JOHNQ - Adding clear class for 982 compatibility with a lot of Bazel.  Ideally, we should remove this class
and only use dy-clear, but for now, we need to make the pages look decent
*****/
.clear {
    clear: both;
}

.dy-protect {
    text-overflow: ellipsis;
    overflow: hidden;
    *word-wrap: break-word;
}

.dy-centered {
    margin: 0 auto;
    text-align: center;
}

.dy-spinner {
    background: transparent url(../gfx/icon/spinner.gif) no-repeat scroll 0 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 16px;
    width: 16px;
    text-indent: -9999px;
    font-size: 0;
    vertical-align: middle;
}

.dy-noborder {
    border-color: transparent !important;
}

.dy-transparency-40 {
    opacity: 0.4;
    *filter: alpha(opacity=40);
    *zoom: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.dy-transparency-60 {
    opacity: 0.6;
    *filter: alpha(opacity=60);
    *zoom: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.dy-ning-tip,
.dy-locked, .dy-locked-addon {
    background: transparent url(../gfx/msg/locked.png) no-repeat scroll 0 0;
    display: inline-block;
    height: 16px;
    width: 16px;
    text-indent: -9999px;
    font-size: 0;
    vertical-align: middle;
}

.dy-locked-addon {
    background: transparent url(../gfx/msg/buy-addon.png) no-repeat scroll 0 0;
    width: 24px;
    height: 24px;
}

.dy-upgrade .dy-locked-addon {
    margin-left: -4px;
}

.dy-locked-new {
    background: transparent url(../gfx/msg/locked-new.png) no-repeat scroll 0 0 !important;
    height: 11px !important;
    width: 22px !important;
}

.dy-ning-tip {
    background: #e9f8fe url(../../index/gfx/msg/ning.png) no-repeat scroll 0 0;
}

.page_tabs .this .dy-locked {
    border: none !important;
    padding: 0;
}

.dashboard .dy-locked {
    height: 14px !important;
    width: 29px !important;
}

.dashboard .dy-locked-plus {
    background: transparent url(../gfx/msg/locked-plus.png) no-repeat scroll 0 0;
}

.dashboard .dy-locked-pro {
    background: transparent url(../gfx/msg/locked-pro.png) no-repeat scroll 0 0;
}

.dy-indent {
    position: relative;
    left: 20px;
}

.dy-upgrade {
    position: relative;
    z-index: 5;
}

.dy-bold {
    font-weight: bold;
}

.dy-underline {
    text-decoration: underline;
}

.xg_lightborder {
    border-style: solid !important;
}

.xg_lightbg {
    border-width: 1px;
    padding: 2px 7px;
    background: url(../gfx/table/bg_alt.png) repeat;
}

.dy-content-thumb-link {
    border: 1px solid #CCCCCC;
    display: inline-block;
    *display: inline;
    margin-right: 5px;
    margin-bottom: 5px;
    *zoom: 1;
}

.dy-content-thumb-link.last-thumb {
    margin-right: 0px;
}

.dy-content-thumb-link img {
    margin: 3px !important;
}

/***********************
 Navigation & Page Tabs
***********************/
.page_tabs {
    width: 100%;
    clear: right;
    margin: 5px 0;
    border-style: solid;
    border-width: 0 0 1px;
    z-index: 1;
}

.page_tabs li,
.xg_module_body ul.page_tabs li {
    display: inline;
    list-style-type: none;
    margin: 0 0 -1px 5px;
    line-height: 140%;
    z-index: 2;
}

.page_tabs li.this {
    font-weight: bold;
}

/* JOHNQ - This more specific rule is necessary to override link settings for some themes*/
.page_tabs li.this a {
    font-weight: bold;
}

.page_tabs li a, .page_tabs li.this span.xg_tabs {
    padding: 2px 7px;
    text-decoration: none;
    z-index: 3;
    position: relative;
}

.page_tabs li.this a, .page_tabs li.this span.xg_tabs {
    border-style: solid;
    border-width: 1px 1px 0;
    padding: 1px 7px 2px;
}

.navigation {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.navigation li {
    float: left;
    list-style: none;
    margin-right: 15px;
}

.navigation .this {
    font-weight: bold;
}

.pagination {
    clear: both;
}

.pagination li {
    float: left;
    margin: 0 3px 3px 0;
    list-style: none;
}

.pagination li a, .pagination li span {
    display: block;
    font-weight: bold !important;
}

.pagination li a {
    border: 1px solid !important;
    text-decoration: none;
    padding: 5px 10px;
}

.pagination li span {
    padding: 6px 10px;
}

.xg_module_body ul.pagination li { /* override xg_module_body ul styling */
    list-style: none;
    margin-left: 0;
}

/***********************
 Ning & Announcement Bars
***********************/
#xn_bar, .xg_theme-ningbar-bc {
    background-color: #333; /* default -- theme should override */
}

#xn_bar {
    width: 100%;
    min-width: 780px;
    height: 28px;
    font: 12px/100% Arial, Helvetica, FreeSans, sans-serif;
}

#xn_bar li,
#xn_bar p,
#xn_bar ul,
#xn_bar fieldset {
    margin: 0;
    font-size: 1em;
}

#xn_bar a,
.xg_theme-ningbar-c {
    color: #eee;
}

#xn_bar a {
    font-weight: bold;
    text-decoration: none;
    background: url(../gfx/buttons-ningbar.png) no-repeat -500px -500px;
    cursor: pointer;
    height: 28px;
    line-height: 28px !important;
    overflow: hidden;
    display: block;
    float: left;
    padding: 0 8px;
}

#xn_bar #xn_username:hover {
    color: #fff !important;
    background: url(../gfx/buttons-ningbar.png) repeat-x 0 -60px;
}

#xn_bar input.text {
    margin-bottom: 3px;
    padding: 3px;
    border: 1px solid #ccc;
    border-top: 1px solid #666;
    font: 12px Arial, Helvetica, FreeSans, sans-serif !important;
    color: #666;
}

#xn_bar #xn_bar_menu {
    position: relative;
    height: 26px;
}

#xn_bar #xn_brand,
#xn_bar #xn_gyo_link,
#xn_bar #xn_bar_menu_branding {
    float: left;
}

#xn_bar #xn_bar_menu_tabs,
#xn_bar #xn_bar_menu_more {
    float: right;
}

#xn_bar #xn_bar_menu_more {
    _width: 240px;
}

#xn_bar #xn_bar_menu_tabs a {
    padding: 0 5px 0 6px;
}

#xn_bar #xn_bar_menu_tabs a#xn_username {
    padding: 0 8px;
}

#xn_bar #xn_bar_menu_tabs #xn_signout {
    font-size: 10px;
    font-weight: normal;
    margin: 0 5px 0 2px;
    padding: 0;
}

#xn_bar #xn_bar_menu_tabs #xn_signout:hover {
    background: none;
    text-decoration: underline;
}

.sponsorLogo {
    margin-bottom: -3px;
    margin-left: 2px;
}

#xn_bar p#xn_brand a {
    padding: 0;
}

#xn_bar li {
    float: left;
}

#xn_bar li img {
    float: left;
    margin: 4px 5px 0 -3px;
}

#xn_bar #xn_bar_menu_search {
    margin: 0 5px;
    float: left;
}

#xn_bar #xn_bar_menu_search_query {
    float: left;
    width: 183px;
    padding-bottom: 2px;
    margin-top: 3px;
    margin-right: 2px;
}

#xn_bar #xn_bar_menu_search_submit {
    width: 16px;
    height: 18px;
    margin: 4px 6px;
    padding: 0;
    background: url(../gfx/buttons-ningbar.png) no-repeat 0 -130px;
    text-indent: -9999px;
}

#xn_bar_menu_admin {
    display: none;
}

#xn_bar_menu_branding > a {
    display: block;
    float: left;
    margin: 0 4px;
    height: 24px;
    width: 24px;
    text-indent: -9999px;
    background: transparent url(../gfx/ningbar-manage-icons.png) no-repeat scroll 0 0;
    padding: 0 3px 0 0;
    position: relative;
}

#xn_bar p#xn_brand a span {
    display: block;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    overflow: hidden;
    margin-top: 1px;
    width: 85px;
    height: 27px;
    cursor: pointer;
    background: transparent url(../gfx/ningbar/ningbar-logo-grey.png) no-repeat 3px 0px;
}

#xn_bar_menu_branding .icon-manage:hover,
#xn_bar_menu_branding .icon-manage-active {
    background-position: -24px 0;
}

#xn_bar_menu_branding .icon-appearance,
#xn_bar_menu_branding .icon-appearance-loading {
    background-position: -48px 0;
}

#xn_bar_menu_branding .icon-appearance-loading:hover {
    cursor: default !important;
}

#xn_bar_menu_branding .icon-appearance:hover,
#xn_bar_menu_branding .icon-appearance-active {
    background-position: -72px 0;
}

.announcement_bar {
    background-color: #fff;
    color: #333;
    position: relative;
    min-height: 30px;
    border-width: 0 0 1px;
    padding: 10px 10px 12px;
    *padding-bottom: 5px;
}

.announcement_bar .right {
    float: none !important;
    position: relative;
    *margin-top: -5px;
}

.announcement_bar img {
    margin-right: 10px;
}

.announcement_bar p {
    margin-top: 5px;
    *padding-top: 5px;
}

.announcement_bar a.xg_theme-button-c {
    text-decoration: underline !important;
}

.announcement_bar a.xg_icon-close {
    background: url(../gfx/buttons-ningbar.png) no-repeat 0 -188px;
    height: 17px;
    padding: 0;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 17px;
    z-index: 1;
    text-decoration: none;
}

.poweredbylogo {
    margin-bottom: -3px;
    margin-left: 4px;
}

/***********************
 Dashboard - on Index page and pulldown from Ning bar
***********************/
.dashboard ul, .dashboard li,
.xg_module_body ul.dashboard li {
    list-style: none;
    margin-left: 0;
}

.dashboard ul {
    padding-left: 20px;
    font-size: .9em;
}

.dashboard ul li {
    margin-bottom: 0;
    clear: both;
}

/***********************
 Error, Success, Notification Messages
***********************/
.dy-error-msg, .dy-success-msg, .dy-warning-msg, .dy-ning-msg,
.errordesc, .success, .notification, .ningmsg {
    padding: 8px 12px 8px 40px !important;
    margin-bottom: 5px;
    clear: both;
    color: #5E5E5E !important;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif !important;
    font-size: 13px !important;
}

.dy-error-msg, .errordesc {
    background: #ffe4df url(../../index/gfx/msg/error.png) scroll no-repeat 8px center !important;
}

.dy-success-msg, .success {
    background: #e7f7d1 url(../../index/gfx/msg/success.png) scroll no-repeat 8px center !important;
}

.dy-warning-msg, .notification {
    background: #F7F5D6 url(../../index/gfx/msg/warning.png) scroll no-repeat 8px center !important;
}

tr.notification {
    /* Don't show the notification icon in table rows in the Blog Comments page.
       Use !important to override the !important .notification rule above. */
    background-image: none !important;
}

.dy-ning-msg, .dy-ning-msg {
    background: #e9f8fe url(../../index/gfx/msg/ning.png) scroll no-repeat 8px center !important;
}

.dy-error-msg p, .dy-success-msg p, .dy-warning-msg p, .dy-ning-msg p,
.dy-error-msg ul, .dy-success-msg ul, .dy-warning-msg ul, .dy-ning-msg ul,
.errordesc p, .success p, .notification p, .ningmsg p,
.errordesc ul, .success ul, notification ul, .ningmsg ul {
    padding: 0 !important;
    margin: 0 !important;
    color: #5E5E5E !important;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif !important;
    font-size: 13px !important;
    font-weight: normal !important;
}

.dy-error-msg a, .dy-success-msg a, .dy-warning-msg a, .dy-ning-msg a,
.errordesc a, .success a, .notification a, .ningmsg a {
    font-weight: bold !important;
    color: #5e5e5e !important;
    text-decoration: underline !important;
}

.dy-error-msg button, .dy-error-msg .button, .dy-success-msg button, .dy-success-msg .button, .dy-warning-msg button, .dy-warning-msg .button, .dy-ning-msg button, .dy-ning-msg .button,
.errordesc button, .errordesc .button, .success button, .success .button, .notification button, .notification .button, .ningmsg button, .ningmsg .button, button.icon {
    background: #e3e3e3 url(../gfx/buttons-ningbar.png) repeat-x scroll 0 0 !important;
    border: 1px solid #aaa !important;
    text-decoration: none !important;
    color: #5E5E5E !important;
}

button.icon {
    font-size: 9px !important;
    padding: .2em .5em 0 !important;
}

.birthday_msg {
    background: #f2fbff url(../gfx/msg/bday-msg.png) no-repeat scroll 13px 6px;
    padding-left: 40px !important;
    border: 1px solid #00a8ff;
}

.birthday_msg a {
    color: #00a8ff !important;
}

.dy-error label, .dy-counter-error, .dy-error-inline, .dy-modal .dy-error-inline,
.error label {
    color: #ff0000;
}

.dy-error input, .dy-error textarea, .dy-error select,
.error input.textfield, .error input.password, .error input.file, .error select, .error textarea, .swatch_error {
    background-color: #ffe4df;
}

.dy-modal .dy-error-msg p {
    margin: 0.2em !important;
}

/***********************
 Buttons
***********************/
a.button, button, input.button {
    display: inline-block;
    width: auto;
    border: 1px solid #aaa;
    background: #e3e3e3 url(../gfx/buttons-ningbar.png) repeat-x 0 0;
    font-size: 100%;
    text-decoration: none;
    color: #333;
    overflow: visible;
    white-space: nowrap;
    padding: .25em .5em .25em;
}

/***********************
 Forms
***********************/
.dy-label {
    font-size: 95%;
    font-weight: bold;
}

.dy-input-text, .textfield, .password, textarea, select {
    border: 1px solid #CCC;
    padding: 2px 3px;
    color: #666;
    font-size: 13px;
    font-family: arial, sans-serif;
    border-top-color: #bbb;
}

textarea,
textarea.dy-input-text {
    font-family: 'andale mono', 'courier new', monospace;
    font-size: 12px;
}

.dy-input-text:focus, .textfield:focus, .password:focus, textarea:focus, select:focus {
    background-color: #ffe;
}

.dy-input-single {
    width: 20px;
}

.dy-input-narrow {
    width: 60px;
}

.dy-input-search {
    width: 120px;
}

.dy-input-date {
    width: 100px;
    margin-right: 8px;
}

.dy-input-normal {
    width: 160px;
}

.dy-input-medium {
    width: 250px;
}

.dy-input-wide {
    width: 400px;
}

.dy-input-full {
    width: 97%;
    *width: 95%;
}

.dy-action-secondary, .action-secondary {
    margin-left: 15px;
    *display: inline-block;
    *padding-bottom: 6px;

}

.dy-counter {
    padding: 2px 3px;
    font-size: 80%;
    text-align: right;
    *position: absolute;
    *left: 0;
}

.dy-form-1, .dy-form-2, .dy-form-3 {
    margin-top: 10px;
}

.dy-form-1 dt, .dy-form-1 dd {
    display: block;
}

.dy-form-1 dl {
    margin-bottom: 10px;
}

.dy-form-1 dt {
    float: none;
    width: auto;
}

.dy-form-1 dd {
    padding-left: 0;
}

.dy-form-2 dt, .dy-form-3 dt {
    float: left;
    display: block;
    width: 100px;
}

.dy-form-2 dd, .dy-form-3 dd {
    margin-left: 110px;
    margin-bottom: 10px;
    position: relative;
}

.dy-form-1 dd {
    position: relative;
}

.dy-form-2 dt {
    text-align: right;
}

.dy-form-2 dl, .dy-form-3 dl {
    clear: left;
    margin-bottom: 5px;
    display: block;
}

.dy-form-options dt {
    width: 20px;
    position: relative;
    z-index: 2;
}

.dy-form-options dd {
    padding-left: 25px;
    padding-top: 2px;
    margin-left: 0;
}

.dy-mock-form dl, .dy-mock-form dd {
    margin-bottom: 0;
}

/*  Nested Forms */
.dy-subform {
    padding: 0 15px;
}

.dy-subform.xg_lightborder {
    padding: 15px;
    border-width: 1px;
    border-radius: 5px;
}

.dy-form-2 .dy-form-1 dt,
.dy-form-2 .dy-form-1 dt {
    /* override dy-form-2 when nesting */
    float: none;
    width: auto;
    text-align: left;
}

.dy-form-2 .dy-form-1 dd,
.dy-form-2 .dy-form-1 dd {
    /* override dy-form-2 when nesting */
    margin-left: 0;
    margin-bottom: 0;
}

.dy-form-2 .dy-form-3 dt {
    /* override dy-form-2 when nesting */
    text-align: left;
}

/* =fieldsets */
fieldset {
    margin: 0 0 0.8em;
    padding-top: 0;
}

/* legends */
fieldset legend {
    padding: 0 5px 0 0;
    font-size: 1.3em;
    line-height: 1.6em;
    font-weight: bold;
}

fieldset div.legend {
    padding: 0 5px 0 0;
    font-size: 1.3em;
    line-height: 1.6em;
    font-weight: bold;
}

legend span {
    display: block;
}

fieldset fieldset legend {
    font-size: 1.2em;
    font-weight: normal;
}

fieldset fieldset div.legend {
    font-size: 1.2em;
    font-weight: normal;
}

fieldset legend.label {
    font-weight: bold;
}

p.label {
    margin-bottom: 0;
}

fieldset fieldset p label {
    font-weight: normal !important;
}

.toggle {
    cursor: pointer;
}

a.toggle, .toggle a, a.toggle:hover, .toggle a:hover {
    text-decoration: none !important;
}

.toggle span {
    font-family: Times, "Times New Roman", serif !important;
    font-weight: normal;
    display: inline !important;
}

/* Form Layouts */
.xg_module_body label {
    margin-right: 10px;
}

.xg_module_body p label {
    font-weight: bold;
}

fieldset fieldset p label {
    font-weight: lighter;
}

fieldset dl {
    clear: left;
}

fieldset dd {
    margin-left: 0 !important;
}

fieldset dt {
    display: block;
    float: left;
    clear: left;
    width: 110px;
    line-height: 1.6em;
    font-weight: normal;
}

fieldset dt label {
    margin-right: 0 !important;
}

fieldset dd {
    padding-left: 120px;
    margin-bottom: .6em !important;
    line-height: 1.6em;
}

fieldset dt.after-clear, fieldset dd.after-clear {
    padding-top: 1em;
}

fieldset ul.options {
    margin-top: 0.25em;
}

fieldset dl ul.options {
    font-size: 1em;
}

fieldset ul.options li {
    margin-left: 0;
    list-style: none;
}

fieldset ul.options li ul li {
    list-style: none !important;
    margin-left: 1.5em;
}

fieldset ol.options li {
    margin-left: 2em;
}

fieldset.wide {
    width: auto;
}

fieldset.wide dt {
    width: 170px;
}

fieldset.wide dd {
    padding-left: 140px;
}

fieldset.wide .textfield {
    width: 290px;
}

.field-counter {
    display: block;
    width: 404px;
}

.field-counter-num {
    float: right;
}

.field-counter-error {
    color: #ff0000;
    background-color: #fff4f2;
    padding: 0 1px;
}

/*----------------------------------------------------------------------
    'Fieldset' - Dragabble fieldsets for question/categories
----------------------------------------------------------------------*/
fieldset.fieldset {
    display: block;
    width: 648px;
    margin: 0 0 1.25em 0 !important;
    padding: 0 0 0 10px;
    border: 1px solid #ddd;
    background: #eee;
    _display: inline;
}

fieldset.move {
    background: #eee url(../gfx/drag.gif) repeat-y 1px 1px;
    cursor: move;
}

fieldset.fieldset a {
    color: #06c !important;
}

fieldset.fieldset a.xg_sprite {
    background-image: url(../gfx/icons/xg_sprite-0066CC.png) !important;
}

fieldset.fieldset dl {
    margin: 0;
    color: #333;
}

fieldset.fieldset dl dt,
fieldset.fieldset dl dd {
    line-height: 1.8em;
}

fieldset.fieldset dl dt {
    width: 106px;
    padding: 7px;
    text-align: right;
    font-weight: bold;
}

fieldset.fieldset dl dd {
    margin: 0 !important;
    padding: 6px 0 6px 123px;
    border-top: 1px solid #f6f6f6;
    border-bottom: 1px solid #ddd;
}

fieldset.fieldset label {
    white-space: nowrap;
}

fieldset.fieldset dl dd input.checkbox,
fieldset.fieldset dl dd input.radio,
fieldset.fieldset dl dd input.textfield,
fieldset.fieldset dl dd select {
    vertical-align: baseline;
}

fieldset.fieldset dl dd input.textfield,
fieldset.fieldset dl dd textarea {
    width: 296px;
    margin-right: 10px;
}

fieldset.fieldset dl dd select {
    width: 300px;
    margin-right: 10px;
}

fieldset.fieldset dl dd .swatch_group {
    float: none;
}

fieldset.fieldset ul.actions {
    margin: 0;
    padding: 5px 10px 5px 110px;
    border-top: 1px solid #f6f6f6;
}

fieldset.fieldset ul.actions li {
    display: inline;
    margin-left: 10px;
    list-style: none;
}

.fieldset_drop_placeholder {
    border: 3px solid #6cf;
    width: 656px;
    height: 106px;
}

#category_container .fieldset_drop_placeholder {
    height: 223px;
}

/***********************
 Contextual Help Popups
***********************/
span.context_help_popup {
    display: block;
    position: absolute;
    left: -3px;
    top: 12px;
    width: 180px;
    padding-top: 5px;
    background: url(../gfx/context_help.gif) no-repeat left top;
    z-index: 10;
}

span.context_help_popup span.context_help_content {
    display: block;
    padding: 5px;
    border: 1px solid #abc;
    border-top: 0 none;
    background-color: #def;
    line-height: 120%;
    font-size: 11px;
    color: #666;
}

span.context_help_popup span.context_help_content a {
    color: #06c;
}

/* Styles assigned by the rich text editor. Keep this in sync with the same styles in content.css. [Jon Aquino 2010-09-15] */
img.align-left {
    margin: 5px 25px 10px 0 !important;
    float: left !important;
    display: inline !important;
}

img.align-right {
    margin: 5px 0 10px 25px !important;
    float: right !important;
    display: inline !important;
}

img.align-center {
    margin: 5px auto 10px auto !important;
    clear: both !important;
    display: block !important;
}

img.align-full {
    margin: 5px 0 10px 0 !important;
    clear: both !important;
    display: block !important;
}

.font-size-1 {
    font-size: 8pt !important;
    line-height: 1.2 !important;
}

.font-size-2 {
    font-size: 10pt !important;
    line-height: 1.2 !important;
}

.font-size-3 {
    font-size: 12pt !important;
    line-height: 1.2 !important;
}

.font-size-4 {
    font-size: 14pt !important;
    line-height: 1.2 !important;
}

.font-size-5 {
    font-size: 16pt !important;
    line-height: 1.2 !important;
}

.font-size-6 {
    font-size: 20pt !important;
    line-height: 1.2 !important;
}

.font-size-7 {
    font-size: 24pt !important;
    line-height: 1.2 !important;
}

#menu_body_body_fontsizeselect_menu span.mceText {
    line-height: 1.2; /* Font-size dropdown on TinyMCE editors with forEmail=TRUE [Jon Aquino 2010-12-21] */
}

.nofloat, div.nofloat {
    float: none;
}

.clear {
    clear: both;
}

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

.align-center {
    text-align: center;
}

.br {
    white-space: normal !important;
}

.nobr {
    white-space: nowrap;
}

.disabled, .dy-disabled,
input[disabled="disabled"], button[disabled="disabled"], select[disabled="disabled"],
optgroup[disabled="disabled"], option[disabled="disabled"] {
    color: #7f7f7f; /* static constant "graytext" in FF and IE */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    opacity: 0.4;
    cursor: default;
    *font-weight: normal !important;
    *filter: alpha(opacity=40);
    *zoom: 1;
}

.disabled a, .dy-disabled a {
    cursor: default;
}

.disabled .disabled {
    opacity: 1;
}

a.disabled, a.disabled:hover {
    text-decoration: none !important;
}

.last-child, tr.last-child td {
    margin-bottom: 0 !important;
    border-bottom: 0 !important;
}

.absright {
    position: absolute;
    right: 0;
}

ul.nobullets li {
    margin-left: 0 !important;
    list-style: none !important;
    line-height: 1.2em;
    overflow: hidden;
}

ul.nobullets li em {
    display: block;
    font-size: 0.95em;
    margin-top: 0.2em;
}

ul.indent, ul.indent ul {
    padding-left: 25px;
    margin-left: 0;
}

.wide {
    width: 98%;
}

.subdue {
    font-weight: normal !important;
}

.inline {
    display: inline;
}

.noborder {
    border-style: none !important;
    boreder-width: 0 !important;
}

/* IE8 only. Inserts ZWSP */
.wbr:after {
    content: "\200B";
}

/* FF and Safari. Undoes the above */
body:last-child .wbr:after {
    content: "";
}

.arrow {
    width: 0;
    height: 0;
    line-height: 0;
    _filter: chroma(color=pink) !important;
}

.left_arrow, .right_arrow {
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    border-style: solid !important;
    border-top-width: 5em !important;
    border-bottom-width: 5em !important;
    _border-top-color: pink !important;
    _border-bottom-color: pink !important;
}

.left_arrow {
    border-left: none !important;
    border-right-width: 2.5em !important;
}

.square_arrow {
    border-left-width: 8.7em !important;
    border-right-width: 6em !important;
}

.right_arrow {
    border-left-width: 2.5em !important;
    border-right: none !important;
}

/***********************
Members list view
***********************/
.members_list {
    padding: 10px 5px;
}

.list-view .member_item {
    width: auto;
    float: none;
    padding-bottom: 10px;
    height: auto;
    overflow: hidden;
}

.member_item {
    float: left;
    position: relative;
    width: 235px;
    height: 100px;
    margin: 0 0 15px;
    padding: 0 5px 0 0;
    border-bottom: 1px solid #ddd;
}

.member_item {
    *height: 115px;
}

.member_item.last-child {
    border-bottom: 1px solid #ddd !important;
}

.member_item .smalldelete {
    top: 0;
    width: 5px;
}

.member_item img.xg_lightborder,
.member_item span.dy-avatar {
    border: 1px solid;
    float: left;
    height: 64px;
    width: 64px;
}

.member_item h5 {
    font-size: 1.1em;
    top: -3px;
    padding: 0;
}

div.member_item_detail {
    font-size: .9em;
    line-height: 1.3em;
    padding: 0 0 0 72px;
}

div.member_item_detail p {
    margin: 0;
}

div.member_item_detail ul {
    margin-bottom: 0;
    padding: 0;
    overflow: hidden;
}

.xg_module_body div.member_item_detail ul li {
    margin: 0 10px 0 0;
    list-style-type: none;
    float: left;
    *display: inline;
    *padding: 0 10px 0 0;
}

/*----------------------------------------------------------------------
    Inline Editor
----------------------------------------------------------------------*/
.editable_hover,
.inplace_edit input.textfield {
    background-color: #fffcd1;
    cursor: text;
    color: #333 !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
}

.inplace_edit input.textfield {
    font: inherit;
    padding: inherit;
    margin: inherit;
}

/* BAZ-5903: removing clears from editable_hover to prevent jiggle
    BAZ-6571: keep clear for inplace_edit */
.inplace_edit {
    clear: both;
    margin-bottom: 0.5em;
    font: inherit;
}

.xg_module form.inplace_edit,
.inplace_edit p.buttongroup {
    clear: none;
}

.inplace_edit p.buttongroup {
    font-size: 13px;
    letter-spacing: 0;
}

.inplace_edit .texteditor {
    border: none;
    background-color: transparent;
    margin: 0;
}

/***********************
 Rich Text Editor, Swatches, Pickers TODO: Move into own texteditor.css/swatch picker.css files for pages that have them?
***********************/
.ultracompact-editor textarea, .compact-editor textarea, .full-editor textarea {
    resize: none; /* BAZ-25135 */
}

.texteditor {
    width: 98.9%;
    margin-top: 0;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    background-color: #fff;
    min-height: 180px;
    padding-top: 3px;
}

.texteditor .mce-edit-area iframe {
    width: 99.8% !important;
}

.texteditor p.texteditor_toolbar {
    margin: 0 !important;
    padding: 4px 3px 1px 3px;
    border-bottom: 1px solid #666;
    background: #E3E3E3 url(../gfx/buttons-ningbar.png) repeat-x 0 0;
}

/*BAZ-6407, 6299: Fixing awkward shift to right by ~80px for IE6/7, likely due to floats and negative left margins*/
.form_body {
    position: relative;
    height: 1%;
}

.texteditor p.texteditor_toolbar a {
    padding: 4px 3px 0 3px;
    margin: 1px;
}

.texteditor p.texteditor_toolbar a:hover {
    background-color: #fcfcfc;
    margin: 0;
    border: 1px solid;
    border-color: #bbb #ccc #ccc #bbb;
}

.texteditor p.texteditor_toolbar a.image img {
    margin-top: 6px;
}

.texteditor textarea {
    margin: 0;
    border: 0 none;
    border-top: 1px solid #ddd;
    background-image: none;
    width: 99%;
    overflow-y: auto;
}

.hint_textarea {
    display: block;
}

.swatch {
    float: left;
    display: block;
    width: 45px;
    height: 21px;
    *height: 19px;
    _height: 20px;
    padding: 0;
    border: 1px solid #bbb;
    border-right: 0 none;
    margin-right: -3px;
}

.swatch strong {
    display: block;
    padding: 0 3px 0 0;
    font-size: 0.8em;
    line-height: 21px;
    *line-height: 19px;
    _line-height: 20px;
    text-transform: uppercase;
    text-align: center;
}

.swatch_group {
    position: relative;
    margin: 0 10px 0 0;
    float: left;
    _padding-right: 4px;
    _zoom: 1;
}

p .swatch_group {
    font-size: .90%;
}

.swatch_group a {
    text-decoration: none;
}

.swatch_group img.photo {
    margin-right: 0;
}

.picker {
    position: absolute;
    left: 43px;
    top: 22px;
    padding: 5px 10px;
    width: 220px;
    border: 1px solid #ccc;
    background: #fff url(../gfx/bg-form.png) repeat-x left bottom;
}

iframe.picker {
    width: 218px;
    border: 0 none;
}

.picker h4 {
    color: #444;
    text-align: left !important;
    float: left;
}

.picker h5 {
    color: #444;
}

.picker a {
    float: right;
    margin-left: 7px;
    font-weight: bold;
    color: #06c;
}

.picker p, .picker li {
    margin-bottom: 0.5em !important;
    color: #666;
    font-size: 100%;
}

.picker input.button {
    font-weight: bold;
}

.picker select {
    margin-left: 1.4em;
}

iframe.color_picker {
    height: 202px;
    width: 222px;
}

.color_picker {
    font-size: .8323699em;
}

.color_picker .heading {
    border-bottom: 1px solid #cccccc;
    margin-bottom: .8em;
    padding-bottom: .3em;
}

.color_picker .right {
    margin-right: -4px;
}

.color_picker .heading a {
    float: none;
    margin: 0 4px;
    color: #00A8FF;
}

.xg_3col fieldset .color_picker div.right {
    width: auto !important;
}

.color_picker table {
    clear: left;
    border: 0 none;
    background-color: transparent !important;
    width: 100%;
}

.color_picker table input.textfield {
    width: 104px;
}

.color_picker table tbody td {
    margin: 0;
    padding: 0;
    border: 2px solid #fff;
}

.color_picker table tbody tr.transparent td {
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    cursor: hand;
    background-image: url(../gfx/transparent.gif);
    background-position: -1px -3px;
}

.color_picker table tbody tr.selected td {
    background-position: -1px 1px;
}

.color_picker table tbody tr.spacer td {
    height: 8px;
    line-height: 8px;
}

.color_picker table tbody tr.swatches td {
    width: 20px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    cursor: hand;
}

.image_picker {
    width: 250px;
    color: #000;
}

.image_picker li input.file, .image_picker li label.tile {
    margin: 0.3em 0 0.3em 18px;
}

.image_picker li input.file {
    margin-left: 0;
    white-space: normal;
    width: 250px;
    *width: 230px;
}

.xg_floating_module .image_picker li img,
#xg #xg_body .image_picker li img {
    margin: 0.5em 0 0 18px;
    border: 1px solid #ddd;
    max-width: 200px;
    max-height: 200px;
    height: auto;
}

/***********************
 Comments, vCard  TODO: Move into own comments module.css somehow?
***********************/
.online {
    text-indent: -9999px;
    display: inline-block !important;
    width: 17px;
    background: url(../gfx/icon/online-user.png) no-repeat 3px 50%;
}

.vcard span.dy-avatar {
    display: block;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: #fff;
}

.vcards {
    clear: left;
}

.vcards div.vcard {
    display: inline;
    width: 120px;
    margin: 0 7px 14px 7px;
    overflow: hidden;
}

.vcards div.vcard h4,
.vcards div.vcard p {
    margin-bottom: 0;
}

.vcards div.vcard p {
    font-size: 110%;
}

.vcards div.vcard ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}

dl.vcard {
    clear: both;
    margin-bottom: 7px;
}

.vcards dl.vcard {
    clear: none;
    width: 210px;
    margin: 8px 15px 6px 0;
    overflow: hidden;
}

dl.vcard dt {
    float: none;
    width: inherit;
}

dl.vcard dd {
    padding-left: 38px;
    margin: 0 !important;
    font-size: 90%;
    line-height: 120%;
    height: 1%; /*BAZ-6501: fix for textarea left offset issue in IE6/7*/
}

dl.vcard dd.online {
    padding-left: 10px !important;
}

.xg_widget_forum_user dl.vcard dd {
    *padding-left: 0;
}

.vcard-grid dl.vcard {
    margin-left: 6px;
    width: 100px;
    float: left;
    clear: none;
    margin-bottom: 12px;
    overflow: hidden;
}

.vcard-grid dl.begin-row, .vcard-grid dl.clear {
    clear: left;
    margin-left: 0;
}

.vcard-grid dl.vcard img.photo {
    float: none;
    display: block;
    margin-right: 0;
}

.vcard-grid dl.vcard dd, .profile dl.vcard dd {
    margin-left: 0;
    padding-left: 0;
}

.tiny dl.vcard {
    width: 32px;
    margin: 0 0 3px 3px !important;
}

.xg_2col .tiny dl.clear {
    margin-left: 0 !important;
}

.tiny dl.vcard img {
    border: none;
    margin: 0px;
}

.tiny dl.vcard dd {
    display: none;
}

.xg_module_friends dl.vcard {
    width: 207px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xg_module_friends dl.vcard img.photo {
    border: none;
    margin-right: 5px;
    float: left;
}

.xg_module_friends dl.vcard dd {
    float: left;
}

div.vcard-48grid {
    padding-left: 14px;
}

div.vcard-48grid .xg_avatar {
    float: left;
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 5px 5px 0;
    _display: inline;
}

div.vcard-48grid .fn {
    overflow: visible;
}

dl.comment {
    clear: both;
    position: relative;
    margin: 0 0 5px 0;
    padding-left: 42px;
    background: none;
    min-height: 48px;
    padding-bottom: 5px;
    border-width: 0 0 1px;
    border-style: solid;
}

dl.comment-new, dl.response, dl.comment-new dt, dl.comment-new dd {
    background: none;
}

dl.comment dd img {
    margin: 5px 0;
    vertical-align: middle;
}

dl.comment dd embed, dl.comment dd object {
    display: block;
    margin: 8px auto;
}

dl.comment span.dy-avatar {
    position: absolute;
    left: 0;
    right: auto;
    top: 0px;
    border: 0;
}

dl.comment dt {
    width: auto;
    margin: 0 35px 2px 10px;
    background: none;
    font-weight: normal;
    line-height: 120%;
}

dl.comment dd {
    margin: 0 0 0 10px !important;
    padding: 0px;
    font-size: 100%;
}

#comment_form fieldset.nolegend, #comment_form dl.comment, #comment_form dd, #xg_profiles_chatterwall_post fieldset.nolegend, #xg_profiles_chatterwall_post dl.comment, #xg_profiles_chatterwall_post dd {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}

#comment_form dl.comment ul.rating-small {
    margin-top: 0;
}

#comments dl.comment dd, #xg_profiles_chatterwall_list dl.comment dd {
    margin-right: 35px !important;
}

#xg_profiles_chatterwall_list dl.comment dd.item_approval {
    margin-right: 0 !important;
}

a.smalldelete, dl.comment a.delete, #discussionReplies dl.discussion dd.item_delete a.delete, .vcard a.delete {
    position: absolute;
    right: 2px;
    top: 2px;
    width: 8px;
    height: 8px;
    float: none;
    padding: 3px;
    line-height: 8px;
    text-indent: -9999px;
}

.xg_list_members a.smalldelete {
    float: right;
    top: auto;
    right: auto;
    position: static;
    display: block;
}

.body_invited a.delete {
    margin-left: 5px;
    width: 10px;
    height: 10px;
}

dl.comment dd.actions {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 90%;
    margin-bottom: 2px;
}

dl.comment small {
    display: block;
}

/***********************
 The Grid
 * xg_colgroup is deprecated
 * use xg_column instead
***********************/
.xg_colgroup {
    height: 1%;
    clear: left;
}

.xg_1col, .xg_2col, .xg_3col, .xg_4col {
    float: left;
    display: inline;
    margin-left: 5px;
}

.xg_colgroup .first-child {
    margin-left: 0;
}

.xg_1col {
    width: 183px;
}

.xg_3col .xg_1col {
    width: 230px;
}

.xg_3col .xg_2col {
    width: 512px;
}

.xg_widget_main_index_index .xg_3col .xg_2col {
    padding: 0 5px;
    width: 502px;
}

.xg_widget_profiles_profile_show .xg_3col .xg_2col, .xg_widget_profiles_profile_apps .xg_3col .xg_2col {
    padding: 0 5px;
    width: 549px;
}

.xg_widget_profiles_profile .xg_3col .xg_1col,
.xg_widget_profiles_like .xg_3col .xg_1col {
    width: 183px;
}

/* BAZ-6123 */

.xg_3col {
    width: 747px;
}

.xg_4col {
    width: 935px;
}

.xg_column {
    float: left;
    clear: none !important;
    margin-right: 5px;
}

.xg_last, .last-child {
    margin-right: 0;
}

.xg_span-1 {
    width: 42px;
}

.xg_span-2 {
    width: 89px;
}

.xg_span-3 {
    width: 136px;
}

.xg_span-4 {
    width: 183px;
}

.xg_span-5 {
    width: 230px;
}

.xg_span-6 {
    width: 277px;
}

.xg_span-7 {
    width: 324px;
}

.xg_span-8 {
    width: 371px;
}

.xg_span-9 {
    width: 418px;
}

.xg_span-10 {
    width: 465px;
}

.xg_span-11 {
    width: 512px;
}

.xg_span-12 {
    width: 559px;
}

.xg_span-13 {
    width: 606px;
}

.xg_span-14 {
    width: 653px;
}

.xg_span-15 {
    width: 700px;
}

.xg_span-16 {
    width: 747px;
}

.xg_span-17 {
    width: 794px;
}

.xg_span-18 {
    width: 841px;
}

.xg_span-19 {
    width: 888px;
}

.xg_span-20 {
    width: 935px;
}

.xg_span-21 {
    width: 982px;
    margin-right: 0;
}

.xg_span-20 img {
    max-width: 925px;
}

.xg_span-19 img {
    max-width: 878px;
}

.xg_span-18 img {
    max-width: 831px;
}

.xg_span-17 img {
    max-width: 784px;
}

.xg_span-16 img {
    max-width: 737px;
}

.xg_span-15 img {
    max-width: 690px;
}

.xg_span-14 img {
    max-width: 643px;
}

.xg_span-13 img {
    max-width: 596px;
}

.xg_span-12 img {
    max-width: 549px;
}

.xg_span-11 img {
    max-width: 502px;
}

.xg_3col .xg_2col img {
    max-width: 502px;
}

.xg_span-10 img {
    max-width: 455px;
}

.xg_2col img {
    max-width: 455px;
}

.xg_span-9 img {
    max-width: 408px;
}

.xg_span-8 img {
    max-width: 361px;
}

.xg_span-7 img {
    max-width: 314px;
}

.xg_span-6 img {
    max-width: 267px;
}

.xg_span-5 img {
    max-width: 220px;
}

.xg_3col .xg_1col img {
    max-width: 220px;
}

.xg_span-4 img {
    max-width: 173px;
}

.xg_widget_profiles_profile .xg_3col .xg_1col img,
.xg_widget_profiles_like .xg_3col .xg_1col img {
    max-width: 173px;
}

.xg_widget_profiles_profile .xg_3col .xg_1col img.photo {
    max-width: 100%;
}

.xg_1col img {
    max-width: 173px;
}

.xg_span-3 img {
    max-width: 126px;
}

.xg_span-20 .indented_content img {
    max-width: 885px;
}

.xg_span-19 .indented_content img {
    max-width: 838px;
}

.xg_span-18 .indented_content img {
    max-width: 791px;
}

.xg_span-17 .indented_content img {
    max-width: 744px;
}

.xg_span-16 .indented_content img {
    max-width: 697px;
}

.xg_span-15 .indented_content img {
    max-width: 650px;
}

.xg_span-14 .indented_content img {
    max-width: 603px;
}

.xg_span-13 .indented_content img {
    max-width: 556px;
}

.xg_span-12 .indented_content img {
    max-width: 509px;
}

.xg_span-11 .indented_content img {
    max-width: 462px;
}

.xg_3col .xg_2col .indented_content img {
    max-width: 462px;
}

.xg_span-10 .indented_content img {
    max-width: 415px;
}

.xg_2col .indented_content img {
    max-width: 415px;
}

.xg_span-9 .indented_content img {
    max-width: 368px;
}

.xg_span-8 .indented_content img {
    max-width: 321px;
}

.xg_span-7 .indented_content img {
    max-width: 274px;
}

.xg_span-6 .indented_content img {
    max-width: 227px;
}

.xg_span-5 .indented_content img {
    max-width: 180px;
}

.xg_3col .xg_1col .indented_content img {
    max-width: 180px;
}

.xg_span-4 .indented_content img {
    max-width: 133px;
}

.xg_widget_profiles_profile .xg_3col .xg_1col .indented_content img,
.xg_widget_profiles_like .xg_3col .xg_1col .indented_content img {
    max-width: 133px;
}

.xg_1col .indented_content img {
    max-width: 133px;
}

.xg_span-3 .indented_content img {
    max-width: 86px;
}

.xg_span-20 .pad img {
    max-width: 905px;
}

.xg_span-19 .pad img {
    max-width: 858px;
}

.xg_span-18 .pad img {
    max-width: 811px;
}

.xg_span-17 .pad img {
    max-width: 764px;
}

.xg_span-16 .pad img {
    max-width: 717px;
}

.xg_span-15 .pad img {
    max-width: 670px;
}

.xg_span-14 .pad img {
    max-width: 623px;
}

.xg_span-13 .pad img {
    max-width: 576px;
}

.xg_span-12 .pad img {
    max-width: 529px;
}

.xg_span-11 .pad img {
    max-width: 482px;
}

.xg_3col .xg_2col .pad img {
    max-width: 482px;
}

.xg_span-10 .pad img {
    max-width: 435px;
}

.xg_2col .pad img {
    max-width: 435px;
}

.xg_span-9 .pad img {
    max-width: 388px;
}

.xg_span-8 .pad img {
    max-width: 341px;
}

.xg_span-7 .pad img {
    max-width: 294px;
}

.xg_span-6 .pad img {
    max-width: 247px;
}

.xg_span-5 .pad img {
    max-width: 200px;
}

.xg_3col .xg_1col .pad img {
    max-width: 200;
}

.xg_span-4 .pad img {
    max-width: 153px;
}

.xg_1col .pad img {
    max-width: 153px;
}

.xg_span-3 .pad img {
    max-width: 106px;
}

.xg_span-20 .xg_reset img {
    max-width: 909px;
}

.xg_span-19 .xg_reset img {
    max-width: 862px;
}

.xg_span-18 .xg_reset img {
    max-width: 815px;
}

.xg_span-17 .xg_reset img {
    max-width: 768px;
}

.xg_span-16 .xg_reset img {
    max-width: 721px;
}

.xg_span-15 .xg_reset img {
    max-width: 674px;
}

.xg_span-14 .xg_reset img {
    max-width: 627px;
}

.xg_span-13 .xg_reset img {
    max-width: 580px;
}

.xg_span-12 .xg_reset img {
    max-width: 533px;
}

.xg_span-11 .xg_reset img {
    max-width: 486px;
}

.xg_3col .xg_2col .xg_reset img {
    max-width: 486px;
}

.xg_span-10 .xg_reset img {
    max-width: 439px;
}

.xg_2col .xg_reset img {
    max-width: 439px;
}

.xg_span-9 .xg_reset img {
    max-width: 392px;
}

.xg_span-8 .xg_reset img {
    max-width: 345px;
}

.xg_span-7 .xg_reset img {
    max-width: 298px;
}

.xg_span-6 .xg_reset img {
    max-width: 251px;
}

.xg_span-5 .xg_reset img {
    max-width: 204px;
}

.xg_3col .xg_1col .xg_reset img {
    max-width: 204px;
}

.xg_span-4 .xg_reset img {
    max-width: 157px;
}

.xg_1col .xg_reset img {
    max-width: 157px;
}

.xg_span-3 .xg_reset img {
    max-width: 110px;
}

.xg_widget_profiles_comment .xg_3col .comment img, .xg_span-16 .comment img, div#discussionReplies .i0 img {
    max-width: 644px;
}

.xg_span-15 .comment img {
    max-width: 597px;
}

.xg_span-14 .comment img {
    max-width: 550px;
}

.xg_span-13 .comment img {
    max-width: 503px;
}

.xg_span-12 .comment img {
    max-width: 456px;
}

.xg_span-11 .comment img {
    max-width: 409px;
}

.xg_3col .xg_2col .comment img {
    max-width: 362px;
}

.xg_span-10 .comment img {
    max-width: 362px;
}

.xg_2col .comment img {
    max-width: 362px;
}

div#discussionReplies .i1 img {
    max-width: 614px;
}

div#discussionReplies .i2 img {
    max-width: 584px;
}

div#discussionReplies .i3 img {
    max-width: 554px;
}

div#discussionReplies .i4 img {
    max-width: 524px;
}

div#discussionReplies .i5 img {
    max-width: 494px;
}

div#discussionReplies .i6 img {
    max-width: 464px;
}

div#discussionReplies .i7 img {
    max-width: 434px;
}

div#discussionReplies .i8 img {
    max-width: 404px;
}

div#discussionReplies .i9 img {
    max-width: 374px;
}

#xg_themebody > #xg img {
    height: auto;
    -ms-interpolation-mode: bicubic;
}

/* The above rule breaks max width in rich excerpts in ie8 - This is the fix*/
#xg_themebody > #xg #xg_canvas .indented_content .postbody img {
    max-width: 100%;
}

.xg_span-14 #xg_canvas {
    width: 653px !important;
}

.xg_widget_main_index .xg_span-14 .xg_3col,
.xg_widget_profiles_profile_show .xg_span-14 .xg_3col,
.xg_widget_profiles_profile_apps.xg_span-14 .xg_3col {
    width: 653px;
}

.xg_widget_main_index .xg_span-14 .xg_3col .xg_1col,
.xg_widget_profiles_profile_show .xg_span-14 .xg_3col .xg_1col,
.xg_widget_profiles_profile_apps .xg_span-14 .xg_3col .xg_1col {
    margin-right: 5px;
}

.xg_widget_main_index .xg_span-14 .xg_3col .xg_2col,
.xg_widget_profiles_profile_show .xg_span-14 .xg_3col .xg_2col,
.xg_widget_profiles_profile_apps .xg_span-14 .xg_3col .xg_2col {
    width: 465px;
    padding: 0;
    margin: 0;
}

/***********************
 Page Layout
***********************/
#xg {
}

#xg_body {
    width: 982px;
    margin: 0 auto;
    clear: both;
    float: none;
    z-index: 1; /*JOHNQ We still care about stacking context (IE7)*/
    position: relative;
}

#xg_head {
    clear: left;
    z-index: 2;
    *position: relative;
}

#xg_navigation {
    *word-wrap: normal;
    *white-space: nowrap;
}

#xg_navigation, #xg_navigation ul, #xg_navigation ul li a {
    display: block;
}

/***********************
 Modules
***********************/
.xg_module {
    clear: left;
    margin-bottom: 5px;
    position: relative;
}

.xg_module_with_dialog {
    *position: relative;
    z-index: 10;
}

.xg_module form { /* For pages like inbox and member moderation */
    clear: left;
}

.xg_module_head {
    margin-bottom: 1px;
    padding: 3px 5px;
    position: relative;
}

.xg_module_head h2 {
    float: left;
    margin: 0;
    line-height: 1.2em;
}

.xg_module_head h2 a {
    text-decoration: none;
}

.xg_module_head p.edit a.button {
    position: absolute;
    right: 1px;
    top: 3px;
    padding: 0px 6px 0px 0px !important;
    margin-right: 5px;
    display: inline-block;
    width: auto;
    border: none;
    background: transparent url(../gfx/button/edit-button.png) no-repeat right top;
    font-size: 12px;
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

.xg_module_head p.edit a.button span {
    padding: 1px 0px 1px 25px !important;
    display: inline-block;
    width: auto;
    border: none;
    background: transparent url(../gfx/button/edit-button.png) no-repeat left top;
    overflow: visible;
    white-space: nowrap;
    position: relative;
    color: #333;
    left: -1px;
}

.xg_module_head p.edit a:hover.button {
    background: transparent url(../gfx/button/edit-button-hover.png) no-repeat right top;
}

.xg_module_head p.edit a:hover.button span {
    background: transparent url(../gfx/button/edit-button-hover.png) no-repeat left top;
}

.xg_module_head p.edit a.close {
    bottom: -3px;
    padding-bottom: 5px !important;
    border-bottom: none !important;
}

.xg_module_options {
    border-top: 1px solid #999;
    border-bottom: 1px solid #ccc;
    background: #f3f3f3 url(../gfx/bg-form.png) repeat-x left top;
    color: #555;
    overflow: hidden;
}

.xg_module_options a {
    color: #06c !important;
}

.xg_module_options fieldset {
    margin: 0;
    padding: 7px;
    border-top: 1px solid #ddd;
}

.xg_1col .xg_module_options fieldset select,
.xg_1col .xg_module_options fieldset input.textfield,
.xg_1col .xg_module_options fieldset input.dy-input-text {
    max-width: 110px;
}

.xg_span-5 .xg_module_options fieldset select,
.xg_span-5 .xg_module_options fieldset input.textfield,
.xg_span-5 .xg_module_options fieldset input.dy-input-text {
    max-width: 130px;
}

.xg_module_options .dy-form-2 dt {
    width: 60px;
}

.xg_module_options .dy-form-2 dd {
    padding-left: 70px;
}

.xg_module_body {
    clear: left;
    margin-bottom: 1px;
    padding: 5px;
    position: relative;
    word-wrap: break-word;
}

.xg_module_body li {
    margin-left: 2.5em;
}

.xg_module_body ul li {
    list-style: square;
}

.xg_module_body #xg_membership_question_container ul li {
    list-style-type: none;
}

.xg_module_body ol li {
    list-style: decimal;
}

.xg_module_body.account-links ul li {
    margin-left: 0.2em;
    list-style: none;
}

.xg_module_body ol.steps li {
    list-style: none;
}

.pad {
    padding: 15px;
}

.pad5 {
    padding: 5px;
}

.nopad {
    padding: 0;
}

.xg_module_foot {
    padding: 3px 5px;
}

.xg_module_foot .left {
    float: left;
    margin-right: 8px;
    line-height: 1.65em;
}

.xg_module_foot .right {
    float: right;
    margin-left: 8px;
    line-height: 1.65em;
}

.xg_module_foot a.rss {
    padding-left: 17px;
}

#xg_overlay, .xg_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: 0.5;
    *filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    *zoom: 1;
    z-index: 1000;
}

#xg_overlay iframe, .xg_overlay iframe {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    filter: mask();
    height: 100% !important;
}

.xg_floating_module {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10020;
}

.xg_floating_container {
    position: relative;
    margin-top: -150px;
    margin-left: -125px;
    width: 250px;
    background-image: none !important;
    border-width: 3px !important;
    border-style: solid !important;
}

.xg_floating_container .xg_module_head {
    margin-bottom: 0;
}

.xg_floating_container .xg_module_head h2 {
    float: none;
}

.xg_floating_container .xg_module_body {
    padding: 7px;
}

.xg_floating_container_wide {
    margin-top: -250px;
    margin-left: -231px;
    width: 462px;
}

.xg_floating_container_very_wide {
    margin-top: -250px;
    margin-left: -375px;
    width: 750px;
}

.xg_floating_container_full {
    margin-top: -250px;
    margin-left: -360px;
    width: 750px;
}

.xg_floating_container_member_picker {
    width: 774px;
    margin-top: -150px;
    margin-left: -387px;
}

.xg_floating_container_member_picker .xg_module_body {
    padding: 0;
    margin: 0;
}

.xg_floating_container_member_picker .xg_module_body ul li {
    list-style: none;
    margin-left: 0;
}

.xg_floating_module .xg_module_head a.xg_icon-close {
    background: transparent url(../gfx/buttons-ningbar.png) no-repeat scroll 0 -188px !important;
    padding: 0;
    position: absolute;
    right: 1px;
    top: 2px;
    z-index: 2;
    background: transparent url(../gfx/buttons-ningbar.png) no-repeat scroll 0 -188px;
    height: 17px;
    width: 17px;
    display: block;
}

#confirm_iframe {
    position: absolute;
}

.module-plain {
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    background-image: none !important;
    background-color: none !important;
    background: none !important;
    border: none !important;
    border-color: transparent !important;
    border-width: 0 !important;
    border-style: none !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    text-align: left !important;
}

.module-plain .xg_module_head {
    height: 18px !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    background-image: none !important;
    background-color: none !important;
    background: none !important;
    border: none !important
    border-color: transparent !important;
    border-width: 0 !important;
    border-style: none !important;
    padding: 0 !important;
    content: "" !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    text-align: left !important;
}

.module-plain .xg_module_head h2 {
    display: none !important;
}

.module-plain .xg_module_body {
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    border: none !important;
    border-color: transparent !important;
    border-width: 0 !important;
    border-style: none !important;
    top: 0 !important;
    left: 0 !important;
    background-image: none !important;
    background-color: none !important;
    background: none !important;
}

.module-plain .xg_module_head input.textfield {
    display: none !important;
}

/*----------------------------------------------------------------------
    Invite/Share page
----------------------------------------------------------------------*/
#xg_body.invite_body {
    padding: 0;
    min-height: 0;
    _height: 0;
}

#xg_body.invite_body .xg_span-10 {
    border-width: 3px;
    margin: 0 auto 32px;
    border-style: solid;
}

#xg_body.invite_body .xg_module_head h2 {
    font-size: 20px;
}

.module_invite .indent {
    margin: 0 5px;
}

.module_invite .optional {
    font-size: .9em;
    font-weight: normal;
}

.module_invite small {
    font-size: .85em;
}

.module_invite p.small {
    font-size: 1em;
}

.module_invite fieldset.nolegend {
    margin-bottom: 15px;
}

.module_invite fieldset.nolegend .button {
    float: left !important;
}

.share_thumbnail {
    float: left;
    width: 110px;
    margin-right: 10px;
}

input#invite_subject, textarea#invite_text {
    width: 450px;
}

table.invitations input.textfield {
    width: 220px;
}

table.invitations th {
    padding: 0 3px;
}

table.invitations td {
    padding: .4em 3px 0 0;
}

table.invitations .addressbook_popup {
    left: 200px !important;
}

ol.share {
    font-weight: bold;
}

ol.share li {
    margin-bottom: 1em;
}

ol.share input {
    font-weight: normal;
}

.friend_list {
    clear: both;
    height: 200px;
    overflow: auto;
    border: 1px solid;
    border-color: #666 #ccc #ccc;
    color: #333 !important;
    width: 417px;
    white-space: nowrap;
    padding: 2px 0;
    margin-bottom: .3em;
}

.xg_floating_container .friend_list {
    height: 160px;
}

p.friendselect {
    border: none !important;
}

.friend_list {
    position: relative;
}

/* For IE. See "Overflow Auto and Position Relative", http://rowanw.com/bugs/overflow_relative.htm [Jon Aquino 2008-07-10] */
.friend_list div {
    position: relative;
}

.friend_list ul {
    position: absolute;
    top: 0;
    width: 100%;
}

.friend_list li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 5px;
    clear: left;
}

.friend_list li input {
    cursor: pointer;
}

.friend_list li label {
    display: block;
    padding: 4px 0;
    margin: 0;
    height: 24px;
    border-bottom: 1px solid #ccc;
}

.friend_list li label .name {
    overflow: hidden;
    margin-left: 2px
}

.friend_list img {
    vertical-align: middle;
    width: 24px;
    height: 24px;
}

.friend_list li.member { /* Switching to a float method to allow for multi-line text on the right side */
    background: #ccc;
}

.friend_list li.member input,
.friend_list li.member img,
.friend_list li.member span {
    float: left;
    opacity: .70;
    filter: alpha(opacity=70);
    margin-top: -6px;
}

.friend_list li.member span small {
    display: block;
    font-size: .84em;
    margin-top: -.2em;
}

.friend_list li.member input {
    margin-top: 7px
}

.friend_list li.member img {
    margin: 0 3px
}

.friendlist_options {
    overflow: auto;
    padding-bottom: .5em;
}

.xg_widget_profiles_message .friendlist_options {
    width: 387px;
}

.friendlist_options ul, .friendlist_options p {
    font-size: .88em;
}

.friendlist_options ul.pagination {
    float: right;
    clear: none;
    font-size: .75em;
}

.friendlist_options ul li {
    list-style: none;
    margin: 0;
}

.friendlist_options ul li.xg_lightborder {
    float: left;
    padding-right: .7em;
    border-width: 0 1px 0 0 !important;
    border-style: solid;
    margin-right: .7em;
}

.friendlist_options p {
    float: left;
    font-size: .87em;
}

.friendlist_search {
    padding-bottom: 0.5em;
}

.module_invite .friendlist_options p {
    font-size: 1.045em;
}

.friendlist_options p.count {
    float: right;
    text-align: right;
    white-space: nowrap;
}

#loading_message_container {
    margin: 1em 0 0 1em;
}

label.toggle {
    font-size: .95em;
    font-weight: normal !important;
}

label.toggle input {
    margin: 0 10px 0 5px;
}

div.tablescroll {
    height: 300px;
    overflow: auto;
    clear: both;
}

div.tablescroll table.members {
    width: 407px;
}

p.tablescrollpadding {
    padding-right: 17px;
}

p.tablescroll {
    border-bottom: 1px dotted;
    margin-right: 17px;
}

#invite_friends_container p {
    font-size: 1em;
}

.import-brands {
    background: transparent url(../gfx/import-brands.png) no-repeat top right;
    width: 132px;
    height: 23px;
    text-indent: -9999px;
    display: block;
}

.sharing_signed_out {
    padding-bottom: 40px;
}

.sharing_signed_out .sharing,
.sharing_signed_out .xg_span-9 {
    margin: 20px auto 0;
}

.sharing_signed_out .sharing .ib {
    float: left;
    margin-right: 20px;
}

#bulk_invitation_url_field {
    width: 60%;
}

#xj_regenBulkInvitationUrl {
    display: block;
    background: url("../gfx/invite-newBulkLink.png") no-repeat;
    min-height: 22px;
    padding-left: 25px;
}

.xg_widget_main_invitation_settings h3 + * {
    padding-bottom: 20px;
}

.xg_widget_main_invitation_new .xg_2col,
.xg_widget_main_invitation_create .xg_2col,
.xg_widget_main_invitation_new .xg_span-10,
.xg_widget_main_invitation_create .xg_span-10,
.xg_widget_groups_invitation_new .xg_span-10,
.xg_widget_groups_invitation_create .xg_span-10 {
    display: block;
    float: none;
    margin: 0 auto;
}

.invite-errors {
    margin-bottom: 1em !important;
}

.invite-link {
    padding: 10px;
    border-width: 1px;
    margin-bottom: 10px;
    text-align: center;
}

.invite-loading {
    background: transparent url(../gfx/icon/spinner.gif) no-repeat 170px 30px;
    padding: 30px 5px 20px 190px;
}

.invite-buttons {
    overflow: auto;
}

.invite-buttons li {
    list-style: none;
    float: left;
    display: block;
    width: 48px;
    height: 48px;
    margin: 5px;
    border-radius: 3px;
    border-width: 1px;
}

.invite-buttons li:hover,
.invite-buttons li.invite-active {
    border-width: 3px;
    margin: 3px;
}

.invite-buttons li > a,
.invite-buttons li > a:hover {
    color: transparent;
    text-decoration: none;
}

.invite-buttons li > a {
    background: transparent url(../gfx/invite-icons.png) no-repeat 0 0;
    text-indent: -9999px;
    display: block;
    width: 48px;
    height: 48px;
}

.invite-buttons .invite-facebook {
    background-position: 8px 8px;
}

.invite-buttons .invite-google {
    background-position: 8px -56px;
}

.invite-buttons .invite-yahoo {
    background-position: 8px -120px;
}

.invite-buttons .invite-enteremail {
    background-position: 8px -312px;
}

.invite-buttons .invite-addressbook {
    background-position: 8px -376px;
}

.invite-or {
    overflow: auto;
    margin: 2em 0;
}

.invite-or .middle {
    text-align: center;
    text-transform: uppercase;
    width: 10%;
    font-size: 0.9em;
}

.invite-or .left,
.invite-or .middle,
.invite-or .right {
    float: left;
}

.invite-or .left,
.invite-or .right {
    border-width: 1px 0 0 0;
    width: 25%;
    margin-top: 0.68em;
    margin-bottom: -0.68em;
}

.invite-or .left {
    margin-left: 20%;
}

.invite-or .right {
    margin-right: 20%;
}

.invite-form .table_container {
    max-height: 300px;
    overflow: auto;
}

.invite-search {
    padding: 15px 15px 0;
}

.invite-members {
    margin-bottom: 3em;
}

.invite-members .friendlist_options {
    padding-bottom: 0;
}

.invite-copy {
    padding-top: 5px;
}

/*----------------------------------------------------------------------
    Member Table
----------------------------------------------------------------------*/
table.members {
    clear: both;
    table-layout: fixed;
    width: 100%;
}

table.members th, table.members td {
    font-size: 12px;
}

table.members tr td, table.members tr th {
    padding: 5px;
}

table.members td {
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}

table.members thead th {
    text-align: left;
}

table.members img.photo {
    margin: 0 auto;
    float: none;
    display: block;
    max-width: 100%;
}

table.members div.member {
    padding-left: 15px;
    background: url(../gfx/icon/set_members.gif) no-repeat 0 0;
}

table.members div.admin {
    padding-left: 15px;
    background: url(../gfx/icon/set_members.gif) no-repeat 0 -50px;
}

table.members div.blocked {
    padding-left: 15px;
    background: url(../gfx/icon/set_members.gif) no-repeat 0 -100px;
}

table.members div.creator {
    padding-left: 15px;
    background: url(../gfx/icon/set_members.gif) no-repeat 0 -150px;
}

table.members div.invited {
    padding-left: 15px;
    background: url(../gfx/icon/set_members.gif) no-repeat 0 -200px;
}

table.members div.requested {
    padding-left: 15px;
    background: url(../gfx/icon/set_members.gif) no-repeat 0 -250px;
}

table.members.invite td.contact-avatar {
    width: 34px;
}

table.members.invite td.contact-avatar img {
    max-height: 32px;
    max-width: 32px;
}

table.members.invite td {
    vertical-align: middle;
}

/***********************
 Horizontal Steps (In events & group creation flow)
***********************/
.eventDetails .xg_module_body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.eventDetails .xg_module_body .xg_column:first-child {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
   
}
ol.steps {
    list-style: none;
    padding-bottom: 4px;
    border-bottom: 1px solid;
}

ol.steps li {
    margin: .3em 1em .3em 0;
    opacity: 0.6;
    filter: alpha(opacity=60);
    float: left;
    _filter: none;
    _font-weight: normal;
}

ol.steps li.current {
    opacity: 1;
    filter: alpha(opacity=100);
    _filter: none;
    _font-weight: bold;
}

/***********************
 Headlines & Titles
***********************/
a.nolink {
    text-decoration: none !important;
}

.xg_headline {
    word-wrap: break-word;
}

.xg_headline .ib {
    margin-top: 4px;
    float: left;
    width: 64px;
}

.xg_headline-img .tb {
    margin-left: 76px;
}

.xg_headline .tb ul.byline li.right {
    float: right;
    margin-right: 3px;
}

.module_searchbar input.textfield {
    width: 172px;
}

.xg_headline-leaderboards {
    clear: both;
}

/***********************
 Quickadd
***********************/
select.quickpost {
    width: 100%;
}

/*************************
 Quick share services
*************************/
.service-digg {
    background: url(../gfx/icon/set_services.png) no-repeat 0 0;
}

.service-delicious {
    background: url(../gfx/icon/set_services.png) no-repeat 0 -64px;
}

.service-livespaces {
    background: url(../gfx/icon/set_services.png) no-repeat 0 -128px;
}

.service-stumbleupon {
    background: url(../gfx/icon/set_services.png) no-repeat 0 -192px;
}

a.facebook, .service-facebook {
    background: url(../gfx/icon/set_services.png) no-repeat 0 -256px;
}

.service-myspace {
    background: url(../gfx/icon/set_services.png) no-repeat 0 -320px;
}

.service-twitter {
    background: url(../gfx/icon/set_services.png) no-repeat 0 -384px;
}

.service-other {
    background: url(../gfx/icon/set_services.png) no-repeat 0 -448px;
}

a.service-digg, a.service-delicious, a.service-livespaces, a.service-stumbleupon, a.service-facebook, a.service-myspace, a.service-twitter, a.service-other {
    padding-left: 21px;
}

/***********************
 Members Module - TODO: Move into its own module.css file?
***********************/
.module_members .clist {
    clear: both;
}

.xg_widget_main .xg_2col .module_members .body_small ul.clist {
    padding: 0 2px;
}

.module_members .xg_module_body li {
    display: block;
    float: left;
    margin: 3px;
    overflow: hidden;
}

.module_members .xg_module_body li a {
    font-weight: normal;
}

.module_members .body_small .clist li {
    width: 48px;
}

.xg_3col .xg_1col .module_members .body_large .clist li {
    margin: 0px 5px 0px 5px;
}

.xg_1col .module_members .body_large .clist li, .xg_span-4 .module_members .body_large .clist li {
    margin-left: 38px;
    _margin-left: 19px;
}

.xg_3col .xg_1col .module_members .body_small .clist {
    padding: 0 0 2px 1px;
}

.xg_3col .xg_2col .module_members .body_small .clist {
    padding: 0 3px;
}

.xg_widget_main .xg_2col .module_members .body_small .clist li {
    margin: 0 1px 6px;
}

.xg_1col .module_members .body_small .clist {
    padding: 0 1px 0 1px;
}

.xg_3col .xg_1col .module_members .body_small .clist li {
    margin: 3px 2px 3px 3px;
}

.xg_2col .module_members .body_large .clist li {
    margin: 0 0 0 2px;
    display: inline;
}

.module_members img {
    border: 0;
}

.module_members img, .module_members span {
    border: 0;
    display: block;
}

.module_members .body_large a.img {
    border-width: 1px;
    border-style: solid;
    display: block;
    width: 94px;
    height: 94px;
    background-position: -1px -1px;
}

.module_members .body_large li p {
    width: 88px;
    margin: 0 3px;
}

.module_members .body_large li {
    width: 96px;
    padding-bottom: .8em;
}

/***********************
 Bug Fixes
***********************/
.xg_widget_main_authorization_newProfile .xg_module_body {
    margin-bottom: 0px;
}

/* BAZ-7412 */
.xg_theme .xg_widget_main_authorization #xg_body {
    background-image: none !important;
}

/* BAZ-26295 */
.protect,
ul.clist li,
.fn,
.xg_module_head h2,
ul.videothumbs li span,
.module_feed .xg_module_body,
.activityitem,
.nolegend p.indent,
.comment-join h3,
.comment-join p,
.notes_body,
.note h3,
.note p,
div.description,
.topic_activity_item,
table.categories,
table.categories th,
table.categories td,
.discussion .topic h3,
dl.result,
.postbody,
.title_detail,
.account-links p,
.xg_signup p,
.xg_module_ning p,
.module_blog .blogpost,
.module_forum .topic p,
.xg_floating_container p,
p.message-body,
dl.comment dt,
dl.comment dd,
.xg_widget_events_event_show p,
.module_invite form#invite_friends_form,
.module_invite .share_description p,
blockquote,
.category .discussion .tb h3,
.category .discussion .tb p,
.topmsg,
.topmsg p,
.navigation .right,
.feature-list .feature,
.module_text .xg_module_head,
.module_text .xg_module_body,
.albuminfo p.album_description,
dl.approval_item,
.feed-story-status .current,
.gift_filters li,
.xg_widget_gifts_store_show .gift_filters li.this a.category_link,
.body_manage_gift .xg_span-8,
.module_about a.button,
.member_item h5 {
    text-overflow: ellipsis;
    overflow: hidden;
    *word-wrap: break-word;
}

/* BAZ-6650, BAZ-6707, BAZ-7003, BAZ-7004, BAZ-7006, BAZ-16807, BAZ-16142, BAZ-17073, BAZ-17059, BAZ-17086, BAZ-17357 */
.xg_widget_main_admin_appProfile dd img.left {
    padding-bottom: 5px;
    margin-right: 10px;
}

/* BAZ-7534 */
.indent /* BAZ-8237 */
#xg_masthead {
    overflow: hidden;
}

/* BAZ-31082 */
.module_notes div.xg_module_body {
    overflow: hidden;
}

/* BAZ-9173 */
.module_invite div.indent {
    margin-top: .2em;
}

.module_invite div#email.indent textarea, .module_invite div#friends.indent textarea, .module_invite div#members.indent textarea {
    width: 415px;
}

.module_invite textarea {
    height: 4em;
}

.module_invite textarea#inviteEmailAddresses {
    height: 2.5em;
}

.module_invite {
    margin-bottom: 0 !important;
}

.module_invite h3.toggle {
    margin-top: 0;
}

.invite_body .xg_headline {
    margin-bottom: 0;
    margin-left: 5px;
}

.module_invite #addressbook p.small {
    padding-top: .2em;
}

@media screen and (max-device-width: 480px) {
    input.button, button.button {
        -webkit-appearance: none;
    }
}

/* BAZ-11460 */
div.flash-area {
    z-index: 0;
}

/* BAZ-11477 */
.xg_widget_profiles_profile .online {
    display: block;
    width: 140px;
}

/* BAZ-20495 */
#post_container #post {
    height: 400px;
}

/* BAZ-20859 */
#post_container #post {
    width: 580px;
}

/* BAZ-20711 */
#xg_module_account .xg_handle {
    display: none !important
}

/* Moderation */

dl.approval_item img.left {
    margin-right: 10px;
}

/***********************
 Rating Stars
***********************/
.rating span {
    float: left;
}

ul.rating-small,
ul.rating-small a:hover,
ul.rating-small a:active,
ul.rating-small a:focus,
ul.rating-small .current {
    background: url(../gfx/rating/rate-small.gif) left -1000px repeat-x;
}

ul.rating-small {
    float: left;
    position: relative;
    width: 65px;
    height: 13px;
    overflow: hidden;
    list-style: none;
    margin: 3px 0 0 0;
    padding: 0;
    background-position: left top;
}

ul.rating-small li {
    display: inline;
}

ul.rating-small a,
ul.rating-small .current {
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    text-indent: -1000em;
    height: 13px;
    line-height: 13px;
    outline: none;
    overflow: hidden;
    border: none;
}

ul.rating-small a:hover {
    background-position: left bottom;
}

ul.rating-small a.stars1 {
    width: 13px;
    z-index: 6;
}

ul.rating-small a.stars2 {
    width: 26px;
    z-index: 5;
}

ul.rating-small a.stars3 {
    width: 39px;
    z-index: 4;
}

ul.rating-small a.stars4 {
    width: 52px;
    z-index: 3;
}

ul.rating-small a.stars5 {
    width: 65px;
    z-index: 2;
}

ul.rating-small .current {
    z-index: 1;
    background-position: left center;
}

/***********************
 No JS Error
***********************/
.noscript {
    border: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100px;
    z-index: 1000;
}

.noscript div {
    width: 925px;
    margin: 0 auto;
    padding: 1.5em 0;
}

/***********************
 Standard Listing Convention
***********************/
.clist {
    list-style: none;
    clear: both;
}

.clist li {
    float: left;
    list-style: none;
    margin-left: 0;
}

.xg_module_body ul.clist li {
    list-style: none;
    margin-left: 0;
}

.clist h3 {
    font-size: 100%;
}

.clist p {
    margin-bottom: 0;
    font-size: 90%;
}

.clist .item_added {
    display: block;
}

/***********************
 Modules
***********************/
.module_about .vcard {
    margin: 0 0 10px;
}

.module_about a.button {
    white-space: normal;
    width: 158px;
    text-align: center;
    margin: 0 0 5px;
}

.module_about a.button, x:-moz-any-link {
    display: block;
}

.module_blog .postbody img, .xg_blog .postbody img {
    margin: 4px 0;
}

/***********************
 Subtab styling
***********************/
#xg_navigation ul div.xg_subtab {
    width: 160px;
    font-size: 12px;
}

#xg_navigation ul div.xg_subtab ul {
    width: auto;
}

#xg_navigation ul div.xg_subtab, #xg_navigation ul div.xg_subtab ul, #xg_navigation ul div.xg_subtab ul li, #xg_navigation ul div.xg_subtab ul li a {
    padding: 0;
    margin: 0;
    border: 0;
    float: none;
    display: block;
}

div.xg_subtab ul, div.xg_subtab li {
    list-style: none !important;
}

#xg_navigation ul div.xg_subtab ul li a {
    padding: .3em .6em;
    line-height: 1.5em;
    width: 100%;
}

/***********************
 xg_list
***********************/
.xg_list ul {
    margin: 0;
    clear: both;
    font-size: 0;
    text-align: left;
}

.xg_list ul li {
    margin: 0;
    list-style: none;
    vertical-align: top;
    font-size: 13.1px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.xg_list ul li div.bd {
    position: relative;
    zoom: 1;
}

.xg_list ul li .ib a img {
    border-width: 1px;
    border-style: solid;
}

.xg_list ul li .ib a img.dy-badge-image {
    border: none;
}

.xg_list ul li .tb h3 {
    margin-top: 0;
    font-size: 100%;
    display: block;
}

.xg_list ul li .tb p {
    font-size: 100%;
    margin-bottom: 0;
}

.xg_list ul li .tb p span {
    display: block;
}

.xg_list ul li .desc {
    font-size: 100%;
}

.xg_list_video .item_description,
.xg_list ul li h3,
.xg_list ul li p {
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
}

.xg_list_members_feature ul {
    padding-left: 2px;
}

.xg_list_members_feature ul li {
    width: 102px;
    margin: 1px 2px 0 1px;
}

.xg_list_members_feature ul li.last-child {
    margin-right: 0;
}

.xg_list_members_main ul li {
    width: 237px;
    margin: 0 4px 10px;
    text-align: left;
}

.xg_list_members_main .ib {
    width: 96px;
    float: left;
}

.xg_list_members_main .tb {
    margin-left: 104px;
}

.xg_list_groups_feature ul li {
    width: 141px;
    margin: 0 3px 0 2px;
}

.xg_list_groups_main ul li {
    width: 354px;
    margin: 0 6px 10px;
    text-align: left;
}

.xg_list_groups_main .ib {
    width: 82px;
    float: left;
}

.xg_list_groups_main .tb {
    margin-left: 90px;
}

.xg_list_groups_main .item_quote {
    font-style: italic;
}

.xg_list_events_feature ul li {
    width: 141px;
    margin: 0 3px;
}

.xg_list_events_feature .item_status {
    font-weight: bold;
}

.body_aplist .clist li {
    float: none;
}

/***********************
 Popup Calendar - TODO: Only events and quickadd uses this. Perhaps move it to component.css somehow?
***********************/
table.ui-datepicker-calendar {
    border-collapse: collapse;
    width: 100%;
}

table.ui-datepicker-calendar th {
    font-weight: bold;
    padding: 3px 5px;
}

table.ui-datepicker-calendar td {
    padding: 3px 5px;
    text-align: center;
}

table.ui-datepicker-calendar td.ui-datepicker-today {
    font-weight: bold;
}

table.ui-datepicker-calendar td:hover, table.ui-datepicker-calendar td.dp-hover {
    text-decoration: underline;
}

table.ui-datepicker-calendar td.ui-state-disabled, table.ui-datepicker-calendar td.ui-state-disabled:hover {
    text-decoration: none;
}

div.ui-datepicker-title {
    font-size: 110%;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 1.4em;
}

div#ui-datepicker-div {
    margin-top: 0;
    margin-left: 0;
    -moz-box-shadow: 0 0 2px #FFFFFF;
    -webkit-box-shadow: 0 0 2px #FFFFFF;
    box-shadow: 0 0 0 2px #FFFFFF;
    font-size: 10px;
    padding: 2px;
    width: 199px;
    line-height: 1.2em;
    font-family: "Helvetica", "Arial", sans-serif;
    position: absolute;
    z-index: 199;
    border-width: 2px;
    background-color: white; /* unthemed background */
    display: none;
}

div#ui-datepicker-div h2 {
    font-size: 12px;
    text-align: center;
    margin: 2px 0;
    padding: 0;
}

div#ui-datepicker-div a {
    text-decoration: none;
    color: black;
}

div#ui-datepicker-div a.ui-datepicker-prev {
    float: left;
}

div#ui-datepicker-div a.ui-datepicker-prev, div#ui-datepicker-div a.ui-datepicker-next {
    cursor: pointer;
    font-weight: bold;
    padding: 1px 3px 3px;
}

div#ui-datepicker-div a.ui-datepicker-prev:hover, div#ui-datepicker-div a.ui-datepicker-next:hover {
    text-decoration: underline;
}

div#ui-datepicker-div a.ui-datepicker-prev.ui-state-disabled, div#ui-datepicker-div a.ui-datepicker-next.ui-state-disabled {
    cursor: default;
    text-decoration: none !important;
    color: #AAAAAA;
}

div#ui-datepicker-div a.ui-datepicker-next {
    float: right;
}

div#ui-datepicker-div td {
    cursor: pointer;
}

div#ui-datepicker-div td.ui-state-disabled {
    cursor: default;
    color: #AAAAAA;
}

img.ui-datepicker-trigger {
    float: left;
    padding: 0;
    margin: 3px 3px 0;
    display: block;
    overflow: hidden;
    cursor: pointer;
}

input.date-pick {
    width: 80px;
    float: left;
}

/***********************
 Bulk Uploader
***********************/
p.bulkupload {
    margin-left: 40px;
    margin-bottom: 2px;
}

.uploader_container {
    margin: 0 auto;
    width: 500px;
}

.bulk_uploader {
    margin-top: 1em;
    position: relative;
    margin-bottom: 10px;
}

.bulk_uploader .large_spinner {
    position: absolute;
    left: 229px;
    top: 129px;
}

.uploader {
    height: 300px;
    border-width: 1px;
    width: 500px;
    overflow: auto;
    position: relative;
    overflow-x: hidden;
    box-sizing: border-box;
}

.uploader_error {
    margin: 5px 0 !important;
}

.uploader_error h3 {
    margin-top: 0;
}

.uploader-nobottom {
    border-bottom-width: 0;
}

.uploader_headings {
    border-width: 1px 1px 0;
    min-height: 25px;
    padding: 8px 0 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    box-sizing: border-box;

}

.uploader_headings .xg_span-8 {
    padding-left: 5px;
}

.uploader h5 {
    font-size: 120%;
}

.flashObjectContainer {
    position: absolute;
    left: 169px;
    top: 79px;
    z-index: 5;
    text-align: center;
}

.uploader .file a.xg_sprite-delete {
    margin-top: -5px;
    *margin-top: 2px;
}

.uploader img.spinner {
    margin-top: 3px;
}

.uploader_actions {
    width: 100%;
    border-width: 1px;
    min-height: 25px;
    padding: 5px 0;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.uploader_actions .left_actions {
    margin-left: 4px;
    font-size: 110%;
    padding-top: 2px;
    float: left;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}

.uploader_actions .right_actions {
    margin-right: 5px;
    font-size: 120%;
    float: right;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 30;
    order: 3;
}

.uploader .file {
    border-width: 0 0 1px;
    min-height: 25px;
    padding: 5px 0 0 5px;
    z-index: 1;
    position: relative;
    font-size: 110%;
    overflow: hidden;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.uploader .file_list {
    overflow-x: hidden;
    box-sizing: border-box;
}

.uploader .upload_name {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 371px;
    -ms-flex: 1 1 371px;
    flex: 1 1 371px;
}

.uploader .upload_size {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 67px;
    -ms-flex: 1 1 67px;
    flex: 1 1 67px;
}

.uploader .upload_delete {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 22px;
    -ms-flex: 0 0 22px;
    flex: 0 0 22px;
}

.uploader .progress {
    height: 30px;
    top: -31px;
    z-index: 0;
    position: relative;
    margin-bottom: -30px;
    width: 1px;
    opacity: .25;
    filter: alpha(opacity=25);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
    zoom: 1;
}

.uploader .progress-error {
    background-color: #FFF4F2;
    color: #ff0000;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    zoom: 1;
}

.uploader_actions .upload_count {
    float: right;
    font-size: 100%;
    padding-top: 3px;
    margin-right: 15px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-left: auto;
}

.upload_icon {
    position: absolute;
    z-index: 4;
    width: 160px;
    height: 140px;
    left: 170px;
    top: 80px;
    overflow: hidden;
}

.upload_icon div {
    background-image: url(../gfx/icon/media_icons.png) !important;
    background-repeat: no-repeat !important;
    width: 160px;
    height: 140px;
    position: absolute;
    top: 0;
    left: 0;
}

.photo_icon div {
    background-position: 0 0 !important;
}

.video_icon div {
    background-position: -160px 0 !important;
    _left: -160px;
}

.music_icon div {
    background-position: -320px 0 !important;
    _left: -320px;
}

.upload_icon div a {
    font-weight: bold;
    display: block;
    font-size: 120%;
    text-align: center;
    position: absolute;
    bottom: 12px;
    margin: 0 10px;
    width: 140px;
}

.video_icon div a {
    _left: 160px;
}

.music_icon div a {
    _left: 320px;
}

.upload_options {
    padding: 15px 0 15px 15px;
}

.body_upload_simple {
    padding: 10px;
}

p.simpleupload {
    margin-left: 40px;
}

/***********************
 Virtual Gifts Common
***********************/
.gift_image {
    height: 64px;
    width: 64px;
    text-indent: -9999px;
    display: block;
}

.payment_disclaimer {
    font-size: 80%;
    line-height: 1.4em;
    text-align: left;
    width: 237px;
    float: left;
}

.paypal_waiting {
    position: absolute;
    z-index: 2;
    width: 300px;
    text-align: center;
    top: 50px;
    left: 68px;
    border-width: 1px !important;
    margin: 0 !important;
}

.gift_bonus {
    color: #990000;
}

.gift_credits_required {
    position: absolute;
    right: 12px;
    font-size: 100%;
}

/***********************
 Sprites & Icons
***********************/
.del {
    display: none;
    *display: inline;
    width: 0;
    font-size: 0;
    line-height: 0;
    margin-left: -1px;
}

.xg_sprite {
    background-repeat: no-repeat;
    background-color: transparent;
    padding-left: 20px;
    line-height: 1.65em;
    *line-height: 1.45em;
    *overflow-y: visible;
    zoom: 1;
}

ul.page_tabs li.right .xg_sprite {
    padding-left: 20px;
    line-height: 1em;
}

.xg_sprite-message-send, .xg_sprite-message-forward, .xg_sprite-message-reply, .xg_sprite-message-reply-all, .xg_sprite-message-add, .xg_sprite-message-remove,
.xg_sprite-folder-add, .xg_sprite-folder-remove {
    padding-left: 26px !important;
}

#xg_manage_status a.xg_sprite-close {
    padding-left: 20px;
    line-height: 1.4em;
}

.xg_icon {
    background-repeat: no-repeat;
    background-color: transparent;
    height: 17px;
    width: 17px;
    padding: 1px 2px 1px 0;
    _padding: 0;
    margin: 1px 0 1px 2px;
    _margin: 0;
    text-indent: -9999px;
    font-size: 0 !important; /* FF2 doesn't like the text-indent image replacement */
    vertical-align: middle;
    display: -moz-inline-stack; /*FF2 need this to simulate display:inline-block*/
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.xg_module_foot .xg_icon-rss {
    display: block;
}

.xg_sprite-add {
    background-position: left -40px;
}

.xg_module_foot .xg_sprite-add, .xg_sprite-add-small {
    background-position: left -73px;
}

.xg_sprite-about {
    background-position: left -106px;
}

.xg_sprite-application-add, .xg_sprite-application-alert, .xg_sprite-application-view {
    background-position: left -142px;
}

.xg_sprite-alert {
    background-position: left -186px;
}

.xg_sprite-back {
    background-position: left -221px;
}

.xg_sprite-ban, .xg_sprite-ban-member {
    background-position: left -256px;
}

.xg_sprite-caret-down {
    background-position: left -292px;
}

.xg_sprite-check {
    background-position: left -322px;
}

.xg_sprite-close {
    background-position: left -357px;
}

.xg_sprite-comment {
    background-position: left -401px;
}

.xg_sprite-delete {
    background-position: left -435px;
}

.xg_sprite-discussion {
    background-position: left -468px;
}

.xg_sprite-discussion-open {
    background-position: left -501px;
}

.xg_sprite-discussion-close {
    background-position: left -537px;
}

.xg_sprite-download {
    background-position: left -573px;
}

.xg_sprite-edit, .xg_icon-edit {
    background-position: left -608px;
}

.xg_sprite-embed {
    background-position: left -644px;
}

.xg_sprite-event {
    background-position: left -680px;
}

.xg_sprite-favorite-add {
    background-position: left -716px;
}

.xg_sprite-favorite-remove {
    background-position: left -752px;
}

.xg_sprite-feature {
    background-position: left -788px;
}

.xg_sprite-feature-add {
    background-position: left -822px;
}

.xg_sprite-feature-remove {
    background-position: left -856px;
}

.xg_sprite-flag {
    background-position: left -890px;
}

.xg_sprite-friend {
    background-position: left -926px;
}

.xg_sprite-friend-add {
    background-position: left -962px;
}

.xg_sprite-friend-pending, .xg_sprite-friend-request, .xg_sprite-friend-request-sent {
    background-position: left -998px;
}

.xg_sprite-friend-remove {
    background-position: left -1034px;
}

.xg_sprite-folder {
    background-position: left -1070px;
}

.xg_sprite-folder-add {
    background-position: left -1103px;
}

.xg_sprite-folder-remove {
    background-position: left -1138px;
}

.xg_sprite-gift {
    background-position: left -1173px;
}

.xg_sprite-gift-help {
    background-position: left -1227px;
}

.xg_sprite-gift-make-private {
    background-position: left -1282px;
}

.xg_sprite-gift-make-public {
    background-position: left -1337px;
}

.xg_sprite-gift-revenue {
    background-position: left -1390px;
}

.xg_sprite-gift-stats {
    background-position: left -1446px;
}

.xg_sprite-gift-update {
    background-position: left -1502px;
}

.xg_sprite-gift-upload {
    background-position: left -1558px;
}

.xg_sprite-group {
    background-position: left -1613px;
}

.xg_sprite-help {
    background-position: left -1649px;
}

.xg_sprite-inbox {
    background-position: left -1685px;
}

.xg_sprite-info-view {
    background-position: left -1718px;
}

.xg_sprite-leave {
    background-position: left -1759px;
}

.links a, .xg_sprite-link-bullet {
    background-position: left -1793px;
}

.xg_sprite-manage {
    background-position: left -1824px;
}

.xg_sprite-megaphone {
    background-position: left -1860px;
}

.xg_sprite-message {
    background-position: left -1912px;
}

.xg_sprite-message-add, .xg_sprite-follow-add {
    background-position: left -1945px;
}

.xg_sprite-message-block {
    background-position: left -1979px;
}

.xg_sprite-message-unblock {
    background-position: left -2013px;
}

.xg_sprite-message-forward {
    background-position: left -2050px;
}

.xg_sprite-message-new {
    background-position: left -2083px;
}

.xg_sprite-message-send {
    background-position: left -2113px;
}

.xg_sprite-message-remove, .xg_sprite-follow-remove {
    background-position: left -2143px;
}

.xg_sprite-message-reply {
    background-position: left -2177px;
}

.xg_sprite-message-reply-all {
    background-position: left -2212px;
}

.xg_sprite-network-friend-request {
    background-position: left -2247px;
}

.xg_sprite-network-invitation {
    background-position: left -2286px;
}

.xg_sprite-network-manage {
    background-position: left -2322px;
}

.xg_sprite-next {
    background-position: left -2360px;
}

.xg_sprite-permalink {
    background-position: left -2391px;
}

.xg_sprite-profile-photo-reset {
    background-position: left -2420px;
}

.xg_sprite-play {
    background-position: left -2454px;
}

.xg_sprite-previous {
    background-position: left -2489px;
}

.xg_sprite-private-network {
    background-position: left -2520px;
}

.xg_sprite-public-network {
    background-position: left -2560px;
}

.xg_sprite-refresh, .xg_icon-refresh {
    background-position: left -2600px;
}

.xg_sprite-rotate, .xg_icon-rotate {
    background-position: left -2653px;
}

.xg_sprite-repeat-playback {
    background-position: left -2689px;
}

.xg_sprite-rss {
    background-position: left -2722px;
}

.xg_sprite-search {
    background-position: left -2756px;
}

.xg_sprite-setting {
    background-position: left -2792px;
}

.xg_sprite-share {
    background-position: left -2828px;
}

.xg_sprite-sort-grid {
    background-position: left -2864px;
}

.xg_sprite-sort-list {
    background-position: left -2900px;
}

.xg_sprite-star {
    background-position: left -2936px;
}

.xg_sprite-view {
    background-position: left -2970px;
}

.xg_sprite-view-fullsize {
    background-position: left -3005px;
}

.xg_sprite-blog {
    background-position: left -3251px;
}

.xg_sprite-discussion {
    background-position: left -3287px;
}

.xg_sprite-event {
    background-position: left -3321px;
}

.xg_sprite-invite {
    background-position: left -3358px;
}

.xg_sprite-music {
    background-position: left -3394px;
}

.xg_sprite-note {
    background-position: left -3429px;
}

.xg_sprite-photo {
    background-position: left -3463px;
}

.xg_sprite-video {
    background-position: left -3497px;
}

/* old xg_icon */
.xg_icon-about18 {
    width: 18px;
    height: 18px;
    background-position: left -3532px;
}

.xg_icon-activityfeed18 {
    width: 18px;
    height: 18px;
    background-position: left -3580px;
}

.xg_icon-ad18 {
    width: 18px;
    height: 18px;
    background-position: left -3628px;
}

.xg_icon-badge18 {
    width: 18px;
    height: 18px;
    background-position: left -3676px;
}

.xg_icon-birthday {
    width: 16px;
    height: 16px;
    background-position: left -3724px;
}

.xg_icon-birthday18 {
    width: 18px;
    height: 18px;
    background-position: left -3770px;
}

.xg_icon-blog18 {
    width: 18px;
    height: 18px;
    background-position: left -3818px;
}

.xg_icon-chat18 {
    width: 18px;
    height: 18px;
    background-position: left -3866px;
}

.xg_icon-close, .xg_icon-delete, .delete, .smalldelete, .activity-delete, .recipient-delete, .activity-close {
    background-position: left -3914px;
}

.xg_icon-comment {
    background-position: left -3944px;
}

.xg_icon-discussion18 {
    width: 18px;
    height: 18px;
    background-position: left -3982px;
}

.xg_icon-event18 {
    width: 18px;
    height: 18px;
    background-position: left -4030px;
}

.xg_icon-group18 {
    width: 18px;
    height: 18px;
    background-position: left -4078px;
}

.xg_icon-help, .xg_icon-help-active {
    background-position: left -4126px;
}

.xg_icon-help {
    opacity: .25;
    _filter: alpha(opacity=25);
    zoom: 1;
}

.xg_icon-help18 {
    width: 18px;
    height: 18px;
    background-position: left -4162px;
}

.xg_icon-info {
    background-position: left -4210px;
}

.xg_icon-invitation-accept {
    background-position: left -4246px;
}

.xg_icon-member18 {
    width: 18px;
    height: 18px;
    background-position: left -4286px;
}

.xg_icon-message {
    background-position: left -4334px;
}

.xg_icon-miniplayer {
    height: 16px;
    width: 21px;
    background-position: left -4368px;
}

.xg_icon-music18 {
    width: 18px;
    height: 18px;
    background-position: left -4404px;
}

.xg_icon-music, .xg_icon-music-add {
    background-position: left -4452px;
}

.xg_icon-music-feature {
    background-position: left -4490px;
}

.xg_icon-network-description18 {
    width: 18px;
    height: 18px;
    background-position: left -4528px;
}

.xg_icon-network-join {
    background-position: left -4576px;
}

.xg_icon-announcement, .xg_icon-public-network {
    background-position: left -4614px;
}

.xg_icon-network {
    background-position: left -4654px;
}

.xg_icon-ningapps18 {
    width: 18px;
    height: 18px;
    background-position: left -4690px;
}

.xg_icon-note18 {
    width: 18px;
    height: 18px;
    background-position: left -4738px;
}

.xg_icon-permalink {
    background-position: left -4786px;
}

.xg_icon-photo18 {
    width: 18px;
    height: 18px;
    background-position: left -4819px;
}

.xg_icon-private {
    width: 16px;
    height: 16px;
    background-position: left -4867px;
}

.xg_icon-rss {
    width: 16px;
    height: 16px;
    background-position: left -4903px;
}

.xg_icon-rss18 {
    width: 18px;
    height: 18px;
    background-position: left -4939px;
}

.xg_icon-search {
    width: 16px;
    height: 16px;
    background-position: left -4987px;
}

.xg_icon-textbox {
    width: 16px;
    height: 16px;
    background-position: left -5023px;
}

.xg_icon-textbox18 {
    width: 18px;
    height: 18px;
    background-position: left -5059px;
}

.xg_icon-upload-music {
    height: 32px;
    width: 32px;
    background-position: left -5107px;
}

.xg_icon-upload-phone {
    height: 32px;
    width: 32px;
    background-position: left -5179px;
}

.xg_icon-upload-photo {
    height: 32px;
    width: 32px;
    background-position: left -5251px;
}

.xg_icon-upload-video {
    height: 32px;
    width: 32px;
    background-position: left -5323px;
}

.xg_icon-video18 {
    width: 18px;
    height: 18px;
    background-position: left -5395px;
}

.like-button-1 a,
.like-link-1 {
    background-position: left -5444px;
}

.likebox .like-button-1 a,
.likebox .like-link-1 {
    background-position: left -5442px;
}

.like-button-2 a,
.like-link-2 {
    background-position: left -5479px;
}

.likebox .like-button-2 a,
.likebox .like-link-2 {
    background-position: left -5477px;
}

.like-button-3 a,
.like-link-3 {
    background-position: left -5513px;
}

.like-button-1 a.liked:hover,
.like-button-2 a.liked:hover,
.like-button-3 a.liked:hover {
    background-position: left -5550px;
}

.xg_sprite-magic-wand {
    background-position: left -5587px;
}

.xg_sprite-event-add {
    background-position: left -5623px;
}

.xg_sprite-window-minimize {
    background-position: left -5656px;
}

.xg_sprite-window-popout {
    background-position: left -5692px;
}

.xg_sprite-config {
    background-position: left -5720px;
}

.xg_sprite-play-music {
    background-position: left -5768px;
}

.like-link-1, .like-link-2, .like-link-3 {
    padding-top: 2px;
    padding-left: 24px;
    padding-bottom: 3px;
}

.like-link-3 {
    padding-top: 3px;
}

.xg_icon-miniplayer {
    background: transparent url(../../music/gfx/miniplayer.gif) no-repeat center center !important;
}

.xg_icon-searchgray {
    background: url(../gfx/buttons-ningbar.png) no-repeat 0 -100px !important;
}

.story_box .force_hidden {
    visibility: hidden !important;
}

.post_to_facebook {
    background: url(../gfx/buttons-ningbar.png) no-repeat 0 -311px !important;
    padding: 0 0 0 20px;
    line-height: 1.65em;
}

.story_box .post_to_facebook {
    background-position: 0 -309px !important;
}

.story_box .char-limit {
    display: block;
}

object[type="application/x-shockwave-flash"] {
    -moz-user-focus: ignore;
}

.xg_floating_container .errordesc {
    margin-bottom: 10px !important;
    display: none !important;
}

div.framebusting-banner {
    border: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 150px;
    z-index: 2000;
    color: #666 !important;
    padding: 10px;
    background-color: #fbb;
    margin-bottom: 0 !important;
}

.share-links a {
    margin: 0 5px 0 0;
    float: none;
}

/* BAZ-21225 Adjust horizontal spacing of the action links on detail pages, so it's clear which sprite goes with which link */

/***********************
 Twitter Box
***********************/
.twitter-box .errors {
    color: #f00;
}

.twitter-box .hint_container {
    position: relative;
}

.twitter-box span.char-limit {
    color: #888;
}

.twitter-box span.char-limit.length-exceeded, .story_box span.char-limit.length-exceeded {
    color: #f00;
}

.twitter-box .busy_center {
    background: transparent url(../../index/gfx/spinner.gif) no-repeat center center;
}

/***********************
 Recaptcha
***********************/
.xg_recaptcha_popup {
    width: 320px;
    margin-left: -160px;
}

.xg_recaptcha_popup .xg_module_body {
    text-align: center;
}

/***********************
 Tooltips
***********************/
.dy-tooltip {
    position: absolute;
    min-height: 32px;
    z-index: 100000;
    *zoom: 1;
}

.dy-tooltip-right {
    top: -3px;
}

.dy-tooltip-top {
    top: 10px;
}

.dy-tooltip .dy-arrow {
    position: absolute;
    left: 0;
    background-image: url(../gfx/msg/tooltip-arrow.png);
    z-index: 50;
}

.dy-tooltip-right .dy-arrow {
    width: 12px;
    height: 16px;
    top: 6px;
    background-position: 0 0;
}

.dy-tooltip-top .dy-arrow {
    width: 16px;
    height: 12px;
    top: 0;
    background-position: -16px 0;
}

.dy-tooltip .dy-content {
    -moz-box-shadow: 0 0 10px #666;
    -webkit-box-shadow: 0 0 10px #666;
    border: 2px solid #e1e1e1;
    position: absolute;
    width: 180px;
    background-color: #FFF;
    color: #5E5E5E;
    padding: 5px;
    z-index: 10;
    min-height: 15px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 12px !important;
    text-align: left;
    font-family: 'Lucida Grande', Verdana, sans-serif !important;
}

.dy-tooltip .xg_sprite, .dy-tooltip .xg_icon {
    background-image: url(/xn_resources/widgets/index/gfx/icons/xg_sprite-0099CC.png);
}

.dy-tooltip-right .dy-content {
    top: 0;
    left: 10px;
}

.dy-tooltip-top .dy-content {
    bottom: 30px;
    left: -20px;
}

.dy-tooltip .dy-content h4 {
    color: #5e5e5e !important;
    font-family: 'Lucida Grande', Verdana, sans-serif !important;
    font-size: 12px !important;
    font-weight: bold !important;
    padding: 0 !important;
    margin: 0 0 5px !important;
    text-transform: none !important;
    text-decoration: none !important;
}

.dy-tooltip-error {
    color: #FF0000;
}

.dy-tooltip button, .dy-tooltip a.button {
    background: #ED7B09 url(../gfx/msg/ning-button.png) repeat-x scroll 0 0 !important;
    color: #FFFFFF !important;
    font-weight: bold !important;
    border: 1px solid #F2B77C !important;
    font-family: 'Lucida Grande', Verdana, sans-serif !important;
    font-size: 12px !important;
    padding: 4px 12px !important;
    margin-top: 10px !important;
}

.dy-tooltip a {
    color: #00B0D8 !important;
    font-weight: bold !important;
    text-decoration: none !important;
}

.dy-tooltip a.button {
    color: #fff !important;
}

.dashboard .dy-tooltip { /*JOHNQ dashboard lock tooltips should never appear under anything at all*/
    z-index: 9999 !important;
}

/***********************
Carousels
***********************/
.dy-carousel {
    width: 9999px;
    position: absolute;
    left: 0;
    top: 0;
}

.dy-carousel-outer {
    position: relative;
}

.dy-carousel-container {
    overflow: hidden;
    position: relative;
}

.dy-carousel-left {
    position: absolute;
    left: 0;
    font-size: 24px;
    font-weight: bold;
    z-index: 12;
}

.dy-carousel-left:hover, .dy-carousel-right:hover {
    text-decoration: none !important;
}

.dy-carousel-right {
    position: absolute;
    right: 0;
    font-size: 24px;
    font-weight: bold;
    z-index: 12;
}

/***********************
 Drag & Drop Fun
***********************/
.dy-draggable {
    cursor: move;
}

.dy-droppable-region {
    background: transparent url(../gfx/droppable-indicator.png) repeat scroll 0 0;
    border: 2px inset #AAA;
}

.dy-draggable-region {
    cursor: move;
    background: transparent url(../gfx/draggable-indicator.png) repeat-y scroll 0 0;
}

/***********************
 Modal Dialog from Pretzel (TODO: Remove?)
***********************/
.dy-modal {
    _text-align: left;
    position: fixed;
    _position: absolute;
    z-index: 1001;
    left: 50%;
    top: 50%;
    width: 500px;
    margin-left: -263px; /* (width + l/r padding + l/r border) / 2 */
    background: #fff !important; /*style*/
    border: 5px solid #e1e1e1; /*style - light secondary?*/
    padding: 10px 14px;
    box-shadow: 0 0 20px #111; /*experimental*/
    -webkit-box-shadow: 0 0 20px #111; /*experimental*/
    -moz-box-shadow: 0 0 20px #111; /*experimental*/
}

.xg_floating_container.dy-modal {
    background: #fff !important;
    border: 5px solid #e1e1e1 !important;
}

.xg_floating_container .dy-form-1 textarea {
    width: 98%;
}

.dy-modal-close {
    position: absolute;
    top: 6px;
    right: 6px;
}

.dy-modal-close .xg_close, .dy-modal-close .xg_icon-close {
    display: block;
    background: transparent url(../gfx/buttons-ningbar.png) no-repeat scroll 0 -188px !important;
    background-image: url(../gfx/buttons-ningbar.png) !important;
    text-indent: -9999px;
    height: 16px;
    width: 14px;
}

.dy-modal-wide {
    width: 700px;
    margin-left: -368px;
}

.dy-modal a.submit,
.dy-modal .form-actions a {
    color: #ED7B09;
    padding-left: 10px;
}

.dy-modal p {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
    text-transform: none;
    text-decoration: none;
    font-variant: normal;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: .4em;
    color: #5e5e5e;
}

.dy-modal h3 {
    margin: 0 10px .5em 0;
}

.dy-modal h3.after-logo {
    margin: .5em 0;
    font-size: 1.1667em;
}

.dy-modal h3 {
    font-family: 'Trebuchet MS', Arial, sans-serif !important;
    text-transform: uppercase !important;
    font-variant: normal !important;
    font-size: 20px !important;
    font-weight: normal !important;
    text-decoration: none !important;
    padding: 0;
    color: #5e5e5e !important;
}

.dy-modal .button:hover,
.xg_floating_container.dy-modal .button:hover,
.xg_floating_container.dy-modal .button,
.ningbutton,
.dy-modal .button {
    background: #ED7B09 url(../gfx/msg/ning-button.png) repeat-x scroll 0 0 !important;
}

.dy-modal .button,
.payment-button,
.ningbutton {
    border: 1px solid #F2B77C !important;
    color: #FFF !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    font-variant: normal !important;
    font-family: 'Trebuchet MS', Arial, sans-serif !important;
    font-weight: bold !important;
    font-size: 13px !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
}

.dy-modal .button:hover,
.payment-button:hover,
.ningbutton:hover {
    background: #ee7f0a;
    text-decoration: none !important;
}

.payment-button {
    font-size: 150%;
    padding: 6px 12px;
}

.dy-modal a {
    color: #00B0D8;
}

.dy-modal .form-actions a.button,
.dy-modal .button {
    color: #fff;
    font-size: 15px;
    padding: 6px 12px;
}

.ning-box {
    padding: 10px 20px;
    background: #e9e9e9;
    margin: 30px 5px 30px;
    border-radius: 5px 5px 5px 5px; /** Need to specify all 4 for MSIE9 :( */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 5px 8px #888;
    -webkit-box-shadow: 0 5px 8px #888;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#888888', Direction=135, Strength=5) progid:DXImageTransform.Microsoft.Shadow(color='#888888', Direction=225, Strength=5);
    width: 170px;
}

.ning-box .unlock-addon {
    background: transparent url(../gfx/paidaccess/paid-access-lock.png) no-repeat top left;
    width: 111px;
    height: 69px;
    position: relative;
    margin-top: -69px;
    margin-right: -60px;
    float: right;
}

.ning-box h2 {
    font-family: 'Trebuchet MS', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    color: #262626;
}

.ning-box .button-row {
    text-align: right;
    padding: 10px 0 5px;
}

.ning-box fieldset {
    margin: 0;
}

.ning-box-callout {
    font-weight: bold;
    padding: 3px 0 10px;
    width: 120px;
}

.dy-modal .ning-billing-period,
.ning-billing-period {
    color: #888;
}

.ning-price {
    font-size: 24px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #ff7b09;
}

.ning-upsell {
    text-align: center;
    background: #fff;
    padding: 5px 25px;
    border: 1px #d3d3cd solid;
}

/* ning extension oauth classes */
.extension-connect-module dl {
    font-size: 1em;
}

.extension-connect-module p {
    font-size: 1em;
}

.extension-connect-module p.xg_lightborder {
    border-style: solid none none none;
    border-width: 1px 0 0 0;
    margin-top: 10px;
    font-size: .85em;
}

.extension-connect-module ul {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1em;
}

.extension-connect-module .dy-label {
    font-size: 1em;
}

.extension-connect-left {
    border-style: none solid none none;
    border-width: 0 1px 0 0;
    float: left;
    width: 50%;
}

.extension-connect-right {
    float: left;
    left: -1px;
    position: relative;
    width: 49%;
    padding-top: 10px;
}

.narrow-border {
    border-width: 1px;
}

/***********************
 Default Ning branded styles
***********************/
.dy-modal, .dy-ning {
    color: #5e5e5e !important;
    font-family: 'Lucida Grande', Verdana, sans-serif !important;
    font-size: 12px !important;
}

.dy-modal p, .dy-ning p {
    margin: 0 0 10px !important;
    line-height: 16px !important;
}

.dy-modal a, .dy-ning a {
    color: #00B0D8 !important;
    text-decoration: none !important;
}

.dy-modal .xg_icon,
.dy-modal .xg_sprite,
.dy-ning .xg_icon,
.dy-ning .xg_sprite {
    background-image: url(../gfx/icons/xg_sprite-00CCCC.png) !important;
}

.dy-modal a:hover,
.dy-ning a:hover {
    text-decoration: underline !important;
}

.dy-modal h1, .dy-modal h2, .dy-modal h3, .dy-modal h4, .dy-modal h5, .dy-modal h6,
.dy-ning h1, .dy-ning h2, .dy-ning h3, .dy-ning h4, .dy-ning h5, .dy-ning h6 {
    font-family: 'Trebuchet MS', sans-serif !important;
    font-weight: normal !important;
    text-transform: uppercase !important;
    letter-spacing: 0 !important;
}

.dy-modal button, .dy-modal button:hover, .dy-modal button:active,
.dy-ning button, .dy-ning button:hover, .dy-ning button:active,
.dy-ning .button, .dy-ning .button:hover, .dy-ning .button:active {
    background: url(../gfx/msg/ning-button.png) repeat-x scroll 0 0 #ED7B09 !important;
    color: #FFFFFF !important;
    cursor: pointer !important;
    border: 1px solid #ED7D09 !important;
    font-family: 'Trebuchet MS', sans-serif !important;
    font-size: 110% !important;
    padding: 5px 10px !important;
    text-transform: uppercase !important;
    border-radius: 5px 5px 5px 5px !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    white-space: nowrap !important;
}

.dy-modal button:hover,
.dy-ning button:hover {
    background: #ee7f0a none !important;
}

.dy-modal .dy-action-secondary,
.dy-ning .dy-action-secondary {
    color: #ED7B09 !important;
    font-weight: bold !important;
    font-size: 12px !important;
}

.dy-modal .dy-dialog-normal,
.dy-ning .dy-dialog-normal {
    -moz-box-shadow: 0 0 8px #111 !important;
    -webkit-box-shadow: 0 0 8px #111 !important;
}

.dy-modal .dy-dialog .dy-module-head,
.dy-ning .dy-dialog .dy-module-head {
    border-bottom: 1px solid #e1e1e1 !important;
    padding: 0 !important;
    margin: 7px 10px 0 !important;
}

.dy-modal .dy-dialog .dy-module-body,
.dy-ning .dy-dialog .dy-module-body {
    padding: 10px !important;
}

.dy-modal .light,
.dy-ning .light {
    color: #959595 !important;
    font-size: 11px !important;
    line-height: 14px !important;
}

.dy-modal a.dy-disabled,
.dy-ning a.dy-disabled {
    color: #AAA !important;
}

.dy-ning.dy-network-styling {
    color: inherit !important; /* override .dy-ning */
}

a.dy-ning-cta {
    background: url("../gfx/button-bg-home.png") repeat-x scroll 0 0 #ED7B09 !important;
    border: 4px solid #E1E1E1 !important;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF !important;
    float: right;
    font-family: 'Trebuchet MS', Verdana, sans-serif;
    font-size: 150%;
    margin: 10px 11px 10px 0;
    padding: 13px 15px;
    text-align: center;
    text-transform: uppercase;
}

a.dy-ning-cta span {
    display: block;
    font-size: 12px;
    text-transform: none;
}

a.dy-ning-cta:hover {
    background: #EE7F0A !important;
    border-color: #D1D1D1;
    text-decoration: none;
}

/***********************
 Dropdown Lists, Toggle Buttons, Etc.
***********************/
.dy-dropdown,
.dy-toggle {
    cursor: pointer;
    position: relative;
    border: 1px solid #CCC;
    background-color: #EEE;
    display: inline-block;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    float: left;
    margin-right: 4px;
    *display: inline;
    *zoom: 1;
}

.dy-ning-trial-alert {
    color: #333;
    background: #ffc;
    padding: 10px 10px 5px;
    border: 1px #fc3 solid;
}

.dy-swatch {
    cursor: pointer;
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 4px;
}

.dy-swatch .dy-swatch-current {
    height: 22px;
    width: 30px;
    display: inline-block;
    float: left;
    border: 1px solid #CCC;
    margin-right: 3px;
}

.dy-toggle div, .dy-dropdown-current {
    height: 22px;
    overflow: hidden;
}

.dy-toggle a {
    margin: 4px;
    width: 18px;
    text-align: center;
}

.dy-toggle-active {
    border-color: #888 #CCC #CCC #888;
    background-color: #AAA;
}

.dy-dropdown-current a {
    margin: 4px;
    background: transparent url(../gfx/icon/icon_arrowdown.png) no-repeat scroll right center;
}

.dy-toggle a,
.dy-toggle a:hover,
.dy-dropdown a,
.dy-dropdown a:hover {
    color: #5e5e5e !important;
    text-decoration: none;
    display: block;
}

.dy-dropdown-list a {
    padding: 2px 4px 2px 6px;
}

.dy-dropdown-list a:hover {
    background-color: #caeef6;
}

.dy-dropdown-list {
    padding: 4px 0;
    margin-top: -1px;
    position: absolute;
    background-color: #EEE;
    border: 1px solid #CCC;
    left: -1px;
    -moz-box-shadow: 0 6px 6px #333;
    -webkit-box-shadow: 0 6px 6px #333;
    z-index: 100;
    border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
}

.dy-dropdown-list a.selected {
    background-image: url(../gfx/icon/icon_arrowright.png);
    background-repeat: no-repeat;
    background-position: 0 center;
}

/***********************
 Personal message when adding friends
***********************/

.add-friend-message {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/***********************
 Bug Fixes
***********************/
.texteditor table {
    clear: both; /*BAZ-24935*/
}

/***********************
 Ning Ads
***********************/
.glam-ad .xg_module_body {
    padding: 11px;
    text-align: center;
}

.glam-ad.xg_reset .xg_module_body img {
    margin: 0px;
}

/***********************
 Sign Up/Sign In
***********************/
.xg_signup {
    text-align: center;
    margin-bottom: 0;
    padding: 8px;
    border-width: 3px !important;
    border-style: solid !important;
}

.xg_external_signup {
    text-align: center;
    border-width: 1px 0 0;
    margin-top: 10px;
    margin-bottom: -7px;
    padding-top: 5px;
}

.xg_external_signup ul.providers {
    margin-bottom: 0;
}

.xg_external_signup ul.providers li {
    list-style: none !important;
    display: inline;
    margin: 0;
}

.xg_external_signup .mini-service {
    top: 0;
}

/* janrain integration signin changes */
/* Should this be moved into component.css? [YM, 11-9-10] */
.xg_theme #xg_themebody #xg.account {
    padding-top: 20px;
    padding-bottom: 80px;
}

.signin-module {
    margin-top: 20px;
    margin-bottom: 200px;
    border: 0 !important;
}

.signin-module h2.xg_lightborder {
    border-style: none none solid;
    border-width: 0 0 1px;
    margin-bottom: 10px;
}

.signin-module p.xg_lightborder {
    border-style: none none solid;
    border-width: 0 0 1px;
    margin-bottom: 10px;
}

.signin-about .thumbs {
    padding-top: 16px;
}

.signin-left {
    border-style: none solid none none;
    border-width: 0 1px 0 0;
    float: left;
    width: 350px;
}

.signin-left .dy-error-msg p {
    word-wrap: break-word;
}

/* BAZ-24732 */
.signin-right {
    border-width: 0 0 0 1px;
    float: left;
    left: -1px;
    padding-left: 15px;
    position: relative;
    width: 290px;
}

.signin-about .appatar {
    float: left;
    padding-right: 12px;
    padding-bottom: 12px;
}

.services {
    border-width: 0 0 1px;
    border-style: none none solid;
    padding-bottom: 40px;
}

.service {
    background: url(../gfx/providers-sprite.png) no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    font-size: 0;
    height: 40px;
    margin: 10px 10px 0 0;
    text-indent: -9999em;
    width: 120px;
}

.services p.dy-clear {
    padding-top: 10px;
}

.service-tw {
    background-position: 0 -40px;
}

.service-tw:hover {
    background-position: -120px -40px;
}

.service-fb {
    background-position: 0 0;
}

.service-fb:hover {
    background-position: -120px 0;
}

.service-yahoo {
    background-position: 0 -160px;
}

.service-yahoo:hover {
    background-position: -120px -160px;
}

.service-google {
    background-position: 0 -200px;
}

.service-google:hover {
    background-position: -120px -200px;
}

.service-windowslive {
    background-position: 0 -120px;
}

.service-windowslive:hover {
    background-position: -120px -120px;
}

.service-linkedin {
    background-position: 0 -400px;
}

.service-linkedin:hover {
    background-position: -120px -400px;
}

#xg.external-auth .dy-error-msg {
    margin-right: 15px;
}

.account p.dy-right {
    padding-left: 5em;
}

.mini-service {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 16px;
    width: 16px;
    background: transparent url(../gfx/admin/service-sprite.png) no-repeat scroll 0 0;
    /* text-indent:-9999px; Removing text-indent - it causes problems in IE7 (BAZ-24784) [Jon Aquino 2010-11-18] */
    position: relative;
    top: 6px;
    margin: 2px;
}

a .mini-service {
    cursor: pointer; /* For IE7 (BAZ-24784) [Jon Aquino 2010-11-18] */
}

.mini-service-twitter {
    background-position: -16px 0;
}

.mini-service-yahoo {
    background-position: -32px 0;
}

.mini-service-google {
    background-position: -48px 0;
}

.mini-service-windowslive {
    background-position: -64px 0;
}

.mini-service-linkedin {
    background-position: -80px 0;
}

/* Test Network Label Bar */
#test-network-label-bar {
    background: #fff;
    color: #000;
    height: 52px;
    border-bottom: 3px solid #5e5e5e;
    padding-left: 10px;
}

#test-network-label-bar #ning-logo {
    background: url(../gfx/test-network-label-logo.png) no-repeat scroll 0 0 transparent;
    display: block;
    height: 39px;
    width: 133px;
    text-indent: -9999em;
    float: left;
}

#test-network-label-title {
    float: left;
    width: 80%;
    text-align: center;
}

/* New Contact Importing */

.webmail-container p {
    margin: 5px 0 0 0;
}

.invite-button, .invite-button:visited {
    background: #fff no-repeat scroll 5px 5px;
    border-width: 0 1px 1px 1px;
    display: inline-block;
    outline: none;
    padding: 4px 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 5px;
    line-height: 0px;
    text-indent: -999em;
    width: 39px;
    height: 39px;
}

.invite-button:hover {
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.invite-button:active {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    top: 1px;
    background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#ffffff));
    background: -moz-linear-gradient(top, #eeeeee, #ffffff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff');
}

.invite-button-yahoo,
.invite-button-yahoo:visited,
.invite-button-yahoo:hover {
    background-image: url("../gfx/webmailContactLogos/logo_yahoo.png");
}

.invite-button-yahoo:active {
    background: url("../gfx/webmailContactLogos/logo_yahoo.png") no-repeat scroll 5px 5px, -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#ffffff));
    background: url("../gfx/webmailContactLogos/logo_yahoo.png") no-repeat scroll 5px 5px, -moz-linear-gradient(top, #eeeeee, #ffffff);
}

.invite-button-gmail,
.invite-button-gmail:visited,
.invite-button-gmail:hover {
    background-image: url("../gfx/webmailContactLogos/logo_gmail.png");
}

.invite-button-gmail:active {
    background: url("../gfx/webmailContactLogos/logo_gmail.png") no-repeat scroll 5px 5px, -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#ffffff));
    background: url("../gfx/webmailContactLogos/logo_gmail.png") no-repeat scroll 5px 5px, -moz-linear-gradient(top, #eeeeee, #ffffff);
}

.invite-button-hotmail,
.invite-button-hotmail:visited,
.invite-button-hotmail:hover {
    background-image: url("../gfx/webmailContactLogos/logo_msn.png");
}

.invite-button-hotmail:active {
    background: url("../gfx/webmailContactLogos/logo_msn.png") no-repeat scroll 5px 5px, -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#ffffff));
    background: url("../gfx/webmailContactLogos/logo_msn.png") no-repeat scroll 5px 5px, -moz-linear-gradient(top, #eeeeee, #ffffff);
}

.invite-button-aol,
.invite-button-aol:visited,
.invite-button-aol:hover {
    background-image: url("../gfx/webmailContactLogos/logo_aol.png");
}

.invite-button-aol:active {
    background: url("../gfx/webmailContactLogos/logo_aol.png") no-repeat scroll 5px 5px, -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#ffffff));
    background: url("../gfx/webmailContactLogos/logo_aol.png") no-repeat scroll 5px 5px, -moz-linear-gradient(top, #eeeeee, #ffffff);
}

.webmail-container {
    border-width: 1px;
    padding: 15px;
    position: relative;
}

.provider-container .provider {
    height: 26px;
    width: 26px;
    padding: 2px 2px 0 0;
    display: inline-block;
    background: transparent url(../gfx/email-providers-sm.png) no-repeat scroll 0 0;
    vertical-align: middle;
}

.provider-container .provider-gmail {
    background-position: -30px 0;
}

.provider-container .provider-hotmail {
    background-position: -60px 0;
}

.provider-container .provider-aol {
    background-position: -90px 0;
}

#photo_page_body .photo-spinner {
    background: transparent url(../gfx/spinner.gif) no-repeat center 60px;
    width: 100%;
}

#photo_page_body .photo-spinner img {
    visibility: hidden;
}

.comment div.description {
    font-size: 1em;
    margin-top: 0.7em !important;
    margin-bottom: 0.7em !important;
}

.texteditor-container {
    overflow: visible !important;
}

/*importing Facebook contacts changes*/
#xj_facebook .invite_button {
    visibility: hidden;
}

#xj_facebook .toggle {
    visibility: hidden;
}

#xj_facebook .members input {
    visibility: hidden;
}

#xj_facebook .clear {
    display: none;
}

/* LIKE BUTTON */

.ning-like {
    margin-right: 15px;
}

.likebox {
    float: left;
    margin-bottom: 20px;
    font-size: 1.1em;
    _zoom: 1;
}

.left-panel .likebox {
    margin-bottom: 4px;
}

.xg_widget_forum .likebox-ning:after, .left-panel .likebox-ning:after, .event_details .likebox-ning:after, .group_details .likebox-ning:after, .wpage .likebox-ning:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.xg_widget_forum .likebox-ning, .left-panel .likebox-ning, .event_details .likebox-ning, .group_details .likebox-ning, .wpage .likebox-ning {
    *zoom: 1;
    float: none;
}

.xg_widget_page .likebox .facebook-like, .xg_widget_forum .likebox .facebook-like, .left-panel .likebox .facebook-like, .event_details .likebox .facebook-like, .group_details .likebox .facebook-like, .wpage .likebox .facebook-like {
    padding-top: 5px;
}

.event_details .likebox, .group_details .likebox {
    margin-bottom: 6px;
}

.event_details .likebox .facebook-like, .group_details .likebox .facebook-like {
    display: inline;
}

.like-button {
    float: left;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-right: 3px;
    background: url(../gfx/like-grd.png) repeat-x scroll 0 0 transparent;
    border-width: 1px;
}

.like-button.liked {
    background: url(../gfx/like-flt.png) repeat scroll 0 7px transparent;
}

.like-button a {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    line-height: 146% !important;
    outline: none;
    padding: 2px 6px 3px 23px !important;
    text-decoration: none !important;
}

.like-button a:hover {
    background-color: #e1e1e1;
    background-color: rgba(96, 96, 96, .1);
}

/* LIKE COUNTER */
.like-count {
    float: left;
}

.like-count a {
    line-height: 140% !important;
    padding: 4px 0 0 4px;
    min-height: 25px;
}

.view-count {
    font-weight: bold;
}

.people_liked_list .member_item img.xg_lightborder {
    width: 45px;
    height: 45px;
}

.people_liked_list .member_item {
    width: 100%;
    height: 55px;
    margin: 0 0 9px;
}

.people_liked_list div.member_item_detail {
    padding: 0 0 0 60px;
}

.people_liked_list {
    height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}

/* MAIN PAGE CHANGES */
.module_blog .blogpost h3 {
    margin-bottom: 0;
}

.module_blog .postbody {
    margin-top: 1em;
}

.module_blog .blogpost {
    margin-bottom: 1.5em;
}

/** These lines hide the "comments"/"likes" text for all photos/videos, and for blogs in the side columns */
#xg_layout_column_1 .reactions .details,
.xg_column.xg_span-4.xg_last .reactions .details,
.module_video .reactions .details,
.module_groups .reactions .details,
.module_photo .reactions .details {
    display: none;
}

/* MAIN PAGE CSS FOR LIKE BUTTONS */

.reactions {
    display: block;
}

.reactions a.like-link {
    position: relative;
    text-decoration: none !important;
    outline: none;
}

.reactions a.like-link.hover .likes-number {
    visibility: hidden;
}

.reactions a.like-link .change {
    visibility: hidden;
    position: absolute;
    left: 20px;
    white-space: nowrap;
}

.reactions a.like-link.hover .change {
    visibility: visible;
}

.email_feature_fieldset {
    padding: 10px 15px 0px 10px;
    border: 1px solid #DDDDDD;
}

.beta_fieldset {
    padding: 0px 15px 0px 10px;
    border: 1px solid #DDDDDD;
}

.beta_icon {
    width: 105px;
    margin-right: 5px;
}

.beta_icon img {
    max-width: 105px;
}

.beta_fieldset dt, .beta_fieldset dl, .beta_fieldset dd {
    font-size: 1em !important;
}

.beta_fieldset dd {
    margin-bottom: 0px !important;
}

.xg_floating_container.dropdown_menu {
    margin: auto !important;
    width: auto !important;
    border: none !important;
}

.optionbox.xg_floating_container .xg_module_body {
    padding: 7px 5px 5px 7px !important;
}

.optionbox .xg_module {
    margin-bottom: 0 !important;
}

.optionbox {
    margin-top: 3px !important;
    -moz-box-shadow: 0px 5px 5px #888;
    -webkit-box-shadow: 0px 5px 5px #888;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#888888', Direction=135, Strength=5) progid:DXImageTransform.Microsoft.Shadow(color='#888888', Direction=225, Strength=5);
}

.adminbox ul.nobullets li,
.optionbox ul.nobullets li {
    white-space: nowrap;
}

.dropdown_link .downarrow {
    height: 12px;
    background-position: 4px -292px;
    border-width: 0 0 0 1px;
    margin: 0 0 0 9px;
    padding: 0 0 0 10px;
    display: inline-block;
    float: right;
    text-indent: -9999px;
    width: 3px;
    *zoom: 1;
    *display: inline;
    color: transparent;
}

.navbutton {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: url("../gfx/like-grd.png") repeat-x scroll 0 0 transparent;
    border-width: 1px;
    padding: 3px 6px 3px 6px;
    font-size: 0.9em;
    margin: 0 0 10px 10px !important;
}

.navbutton a {
    text-decoration: none !important;
    font-weight: normal !important;
    padding-bottom: 2px !important;
}

ul.actionlinks {
    float: left;
    list-style: none !important;
    width: 100%;
}

ul.actionlinks li a {
    text-decoration: none;
}

ul.actionlinks li {
    list-style: none !important;
    float: left;
    position: relative;
    margin: 0 1em 0 0;
}

.xg_ad {
    clear: both;
    margin: 0 auto;
    overflow: visible;
    width: 982px;
}

.xg_ad .xg_module,
.xg_ad .xg_module_head,
.xg_ad .xg_module_body {
    background-color: transparent;
    background-image: none;
    border: none;
}

.xg_ad .xg_module_head {
    height: 18px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.xg_ad_placeholder {
    text-align: center;
    padding: 45px;
    border: 4px dotted #ccc;
    background: #fff !important;
    color: #000 !important;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
}

.xg_ad .action-secondary {
    *padding-bottom: 13px;
}

/***
JOHNQ - Quick Add Fixes for 982  (removing dependency on xg_append
These very specific rule is intentional so we can isolate uses of old styles/classes and
eventually snuff them out entirely
***/
.quickadd .nolegend p span.xg_append-2 {
    padding-right: 94px;
}

.quickadd p label {
    font-weight: bold;
}

.quickadd label {
    margin-right: 10px;
}

.quickadd .wide {
    width: 98%;
}

.quickadd .buttongroup .more_options {
    width: 100%;
    margin-bottom: 1em;
}

/**************************
 JOHNQ - Adding latest common css changes in Bazel after master merge - this is for the dead network landing page, the beta page,
 and the pull down admin menu.  TODO: Refactor this to be less specialized.
***************************/

.beta_page li {
    padding: 5px;
    border-bottom: 1px solid #DDDDDD;
}

.beta_page .xg_module_body ul li.beta_section {
    list-style: none;
}

.dy-list .dy-list-img {
    float: left;
    padding-right: 10px;
}

.dy-list .dy-list-title {
    display: block;
}

.beta_page .dy-list-content {
    width: 350px;
}

.beta_page li .dy-list-content {
    float: left;
}

.beta_page li span {
    width: 100%;
    float: left;
    clear: left;
}

.beta_page li .dy-right span {
    text-align: right;
}

.beta_page .xg_module_body > fieldset {
    padding-left: 5px;
}

.beta_page span.beta-settings {
    padding: 5px 0;
    display: block;
}

.beta_page span.beta-settings a {
    padding-right: 16px;
}

.adminmenu .xg_module {
    border-bottom: 0 !important;
}

.adminmenu.optionbox.xg_floating_container .xg_module_body {
    padding-bottom: 0 !important;
}

.adminmenu .xg_column {
    margin: 0 !important;
}

.adminmenu .xg_span-4 {
    width: 158px !important;
}

.adminmenu .dashboard ul {
    padding-left: 10px;
    font-size: .95em;
}

.adminmenu .dashboard li {
    font-weight: bold;
}

.adminmenu .dashboard li ul li {
    font-weight: normal;
}

#xj_admin_menu_link .downarrow {
    border: 0 !important;
    color: #959595;
    position: absolute;
    top: 8px;
    font-size: 7px;
    background-image: none;
    text-indent: 0;
    display: block;
    *left: 0;
}

#xn_bar_menu_branding .xn_bar_icon {
    overflow: visible;
}

#xj_admin_menu_link:hover .downarrow,
#xj_admin_menu_link.xn_bar_icon-manage-active .downarrow {
    color: #0cf;
}

.contactnc {
    padding-right: 253px; /* reserve space for float, plus margins */
}

.contactnc .dy-input-medium,
.xg_floating_module .contactnc textarea.dy-input-medium {
    width: 310px !important;
}

.xg_floating_module .contactnc textarea.dy-input-medium {
    height: 4em;
}

.contactnc .promo p {
    font-size: 1.15em;
    line-height: 1.25em;
    margin: 1em 0 0 0;
    color: #5e5e5e;
}

.contactnc label.dy-label {
    font-size: 0.9em;
}

.contactnc .summary {
    margin: 20px;
}

.contactnc .summary p {
    margin-top: 1em;
}

.contactnc .dy-big {
    font-size: 133%; /* 16x/12px */
}

.contactnc fieldset {
    margin-top: 40px;
}

.contactnc .foot {
    font-size: 0.917em;
    padding-bottom: 2em;
}

.contactnc .promo .ningbutton {
    padding: 10px 5px;
    display: inline-block;
    text-decoration: none;
}

.contactnc .promo {
    float: right;
    text-align: center;
    border-width: 1px;
    width: 213px;
    margin: 0 -243px 20px 20px; /* 213px width + 2*10px padding + 10px left margin */
    padding: 20px 10px;
    background: #eee;
}

.contactnc .promoimg {
    border: 1px #ccc solid;
}

.contactnc .logoimg {
    border: 0;
    margin-left: -0.5em;
}

.contactnc .xj_top.errordesc, .contactnc .xj_top.dy-error-msg,
.contactnc .xj_top.success, .contactnc .xj_top.dy-success-msg {
    clear: none; /* override because we manage the float here */
    margin-top: 20px;
}

.xg_floating_container_wide.network-atrisk {
    width: 470px;
}

.network-atrisk .contactnc {
    padding-right: 7px;
}

.network-atrisk,
.migratelb {
    min-height: 475px;
}

.xg_floating_container.migratelb .network-atrisk,
.xg_floating_container.migratelb .xg_module_body {
    margin-bottom: 0 !important;
    margin: 0 !important;
    padding: 0 0 0 7px !important;
}

/************************************************************
 JOHNQ - p.buttongroup rules - Sadly, we need to add these for now.
 However, we should refactor all of the HTML that uses them and make these
 rules obsolete.  I did fix this to align the buttons on the left
 which should keep with our conventions moving forward.
 *************************************************************/
p.buttongroup {
    margin: 0.5em 0;
    padding-top: .7em;
    border-width: 1px 0 0;
    text-align: left;
    clear: both;
    overflow: visible !important;
}

.buttongroup .action-opposite {
    float: right;
    padding-top: .5em;
}

fieldset dl dd p.buttongroup { /* for Add Comment button */
    font-size: 1em;
}

.xg_module_options fieldset p.buttongroup {
    padding-top: 5px;
    margin: 0;
    border-color: #ddd;
    font-size: 1.2em;
}

.xg_3col .xg_1col .xg_module_options fieldset p.buttongroup {
    padding-left: 0;
}

.module_invite p.buttongroup {
    border: none;
    padding: 0;
}

/**********************************************************
 JOHNQ - Ning Apps specific pagination fixes.... may need to
 apply across the board
*********************************************************/
.body_aplist .pagination li.right span {
    padding: 0px !important;
}

.xg_widget_video_video_show .description,
.xg_widget_photo_photo_show .description {
    margin-bottom: 15px;
    padding-bottom: 0.4em;
    border-bottom: 1px solid #ccc;
}

div.left-panel {
    float: left;
    clear: left;
}

div.right-panel {
    float: right;
    clear: right;
}

.share-links {
    padding-top: 0;
    float: left;
}

.share-links a {
    margin: 0 5px 0 0; /* BAZ-21225 Adjust horizontal spacing of the action links on detail pages, so it's clear which sprite goes with which link */
    float: left;
}

.object-detail {
    float: right;
    width: 100px;
    word-wrap: break-word;
}

.xg_blog_detail .object-detail {
    width: 300px;
}

.vid_container .object-detail {
    width: 120px;
}

.xg_blog_detail .postbody {
    margin-bottom: 2em;
}

/* FACEBOOK LIKE */
.facebook-like {
    border: medium none;
    width: 100px;
    height: 21px;
    float: left;
    margin-left: 5px;
    margin-top: 0;
    *z-index: 1;
}

div.favorite-box {
    float: left;
    clear: left;
}

div.favorite-box a {
    float: left;
}

.xg_widget_main_sharelinks .dy-form-2 dd {
    margin-bottom: 0;
    margin-left: 25px;
    padding: 0;
}

.xg_widget_photo_album .xg_span-16 .xg_module_body .block {
    *width: 330px;
}

/* xg_reset for defaulting styles to normal for .module_feed and .html_module */
.xg_reset .xg_module_body {
    font-size: 1.1em;
}

.xg_reset .xg_module_body ul,
.xg_reset .xg_module_body ol,
.xg_reset .xg_module_body dt,
.xg_reset .xg_module_body dd,
.xg_reset .xg_module_body dl,
.xg_reset .xg_module_body td,
.xg_reset .xg_module_body th,
.xg_reset .xg_module_body li,
.xg_reset .xg_module_body p,
.xg_reset .xg_module_body textarea,
.xg_reset .xg_module_body input {
    font-size: 1em;
    line-height: inherit;
    margin-bottom: .4em;
}

.xg_reset .xg_module_body .dy-small {
    font-size: .84615em; /* 11px/13px */
}

.xg_reset .xg_module_body h1 {
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    font-weight: bold;
}

.xg_reset .xg_module_body h3 {
    font-size: 1.07692em;
}

/* 14px/13px */
.xg_reset .xg_module_body img {
    margin: 5px 8px;
    vertical-align: middle;
}

.xg_reset .xg_module_body .texteditor img {
    margin: 0;
    vertical-align: baseline;
}

.xg_reset blockquote, .xg_reset pre {
    margin: 1em;
}

.xg_reset .xg_module_body embed, .xg_reset .xg_module_body object {
    display: block;
    margin: .8em auto;
    *margin: 0 auto;
}

div.description {
    font-size: 1.2em;
}

div.description * {
    font-size: 1.0em;
}

/* Ustream XTND-27 */
#xg_ustream_tab {
    position: fixed;
    top: 25%;
    border: 1px solid #000;
    padding: 3px;
    cursor: pointer;
    background-color: #EFF1EE;
    width: 20px;
    z-index: 1000;
}

#xg_ustream_tab.xg_ustream_position_left {
    left: 0;
    margin-left: -1px;
}

#xg_ustream_tab.xg_ustream_position_right {
    right: 0;
    margin-right: -1px;
}

#xg_ustream_tab .xg_ustream_logo,
#xg_ustream_tab .xg_ustream_status {
    display: block;
    margin: 3px auto;
}

#xg_lightbox_ustreamChannel .xg_floating_container {
    margin-top: -250px;
    margin-left: -475px;
    width: 916px;
}

#xg_lightbox_ustreamChannel .xg_ustream_video,
#xg_lightbox_ustreamChannel .xg_ustream_chat {
    float: left;
    margin: 3px;
}

#xg_ustream_tab .xg_channel_online {
    background: url(../gfx/icon/online.png) no-repeat scroll 3px 50% transparent;
    text-indent: -9999px;
    width: 20px;
}

#xg_ustream_tab .xg_channel_offline {
    background: url(../gfx/icon/offline.png) no-repeat scroll 3px 50% transparent;
    text-indent: -9999px;
    width: 20px;
}

.xg_theme .xg_shaded {
    background: url(../gfx/table/bg_alt.png); /* fallback, i.e., IE<9 */
    background: rgba(200, 200, 200, 0.25);
}

.continue-link {
    display: block;
}

.profile_crop {
    overflow: hidden !important;
}

.profile_crop .preview {
    float: right;
    margin: 0 1px 0 10px;
}

.profile_crop #xj_avatar_preview {
    overflow: hidden;
    margin: 5px 5px 10px 0;
    border-width: 1px;
}

.profile_crop .crop_container {
    padding: 0 10px 5px 6px;
}

.profile_crop .crop_container p, .profile_crop .preview p {
    margin: 0 0 5px;
}

.profile_crop .xg_module_foot p.buttongroup {
    margin: 5px 0 3px;
    text-align: left;
}

.profile_crop .xg_module_foot p,
.profile_crop .xg_module_foot p button {
    font-size: 1.1em;
}

/** Jcrop Tool */
.jcrop-holder {
    text-align: left;
}

.jcrop-vline, .jcrop-hline {
    font-size: 0px;
    position: absolute;
    background: white url('../gfx/Jcrop.gif') top left repeat;
}

.jcrop-vline {
    height: 100%;
    width: 1px !important;
}

.jcrop-hline {
    width: 100%;
    height: 1px !important;
}

.jcrop-vline.right {
    right: 0px;
}

.jcrop-hline.bottom {
    bottom: 0px;
}

.jcrop-handle {
    font-size: 1px;
    width: 7px !important;
    height: 7px !important;
    border: 1px #eee solid;
    background-color: #333;
}

.jcrop-tracker {
    width: 100%;
    height: 100%;
}

.custom .jcrop-vline,
.custom .jcrop-hline {
    background: yellow;
}

.custom .jcrop-handle {
    border-color: black;
    background-color: #C7BB00;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.xg_combobox {
    -moz-box-shadow: 0 5px 8px #888;
    -webkit-box-shadow: 0 5px 8px #888;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#888888', Direction=135, Strength=5) progid:DXImageTransform.Microsoft.Shadow(color='#888888', Direction=225, Strength=5);
    z-index: 100000;
    display: block;
}

.xg_combobox_arrow {
    cursor: default;
    margin-left: -1.25em;
    margin-top: 0.6em;
    position: absolute;
    z-index: 100000;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

datalist select {
    display: none;
}

/* Remove the 5px of margin-top from user-generated paragraphs, to permit the NC to set
the paragraph spacing to 0. But the first user-generated paragraph should have
a bit of space above it, so we define margin-top:5px on its container (.xg_user_generated) */
.xg_theme .xg_user_generated {
    margin-top: 5px;
    margin-bottom: 5px;
}

.xg_theme .xg_user_generated p {
    min-height: 1em;
}

.xg_theme .xg_user_generated p,
.xg_theme .xg_user_generated ol,
.xg_theme .xg_user_generated ul,
.xg_theme .xg_user_generated dl {
    margin-top: 0px;
}

.xg_theme .xg_user_generated p:last-child,
.xg_theme .xg_user_generated ol:last-child,
.xg_theme .xg_user_generated ul:last-child,
.xg_theme .xg_user_generated dl:last-child,
.xg_theme .xg_user_generated blockquote:last-child,
.xg_theme .xg_user_generated table:last-child {
    margin-bottom: 0px;
}

.overdue-lb h3 {
    color: #c00 !important;
    letter-spacing: 0 !important; /* 982 themes commonly tighten up the tracking on h3, which makes longer strings like these hard to read */
}

.overdue-lb .headline {
    color: #c00;
    font-weight: bold !important;
}

.dy-admin-lb {
    top: 75%;
}

.xg_theme .xg_shaded2 {
    background: rgb(225, 225, 225); /* fallback, IE<9 */
    background: rgba(200, 200, 200, 0.50);
}

.feed-more {
    float: left;
}

.memberadmin-search-results {
    padding: 0.5em 0;
    clear: both;
}

/* Avatars with Badges */

.dy-avatar {
    display: inline-block;
    width: 48px;
    height: 48px;
    overflow: hidden; /* in case we get a larger image */
    font-size: 6px;
    line-height: 1;
    position: relative; /* positioning context for badge */
    text-align: left;
    max-width: 100%;
}

span.feed-avatar {
    top: .2em; /* half-leading of adjacent text */
    left: -60px;
    position: absolute;
    height: 48px;
    width: 48px;
}

/* avatar sizes */

.dy-avatar.dy-avatar-184 {
    width: 184px;
    height: 184px;
    font-size: 12px;
}

.dy-avatar.dy-avatar-96 {
    width: 96px;
    height: 96px;
    font-size: 12px;
}

.dy-avatar.dy-avatar-64 {
    width: 64px;
    height: 64px;
    font-size: 8px;
}

.dy-avatar.dy-avatar-48 {
    width: 48px;
    height: 48px;
    font-size: 6px;
}

.dy-avatar.dy-avatar-32 {
    width: 32px;
    height: 32px;
    font-size: 4px;
}

.dy-avatar.dy-avatar-full-width {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    font-size: 12px;
}

.dy-avatar img {
    width: 100%;
}

.dy-avatar > img.dy-badge-image {
    position: absolute; /* use with position classes (e.g., top-left) */
    width: 33%; /* default, but overridde later */
    height: 33%;
}

/* normalize badge sizes */

.dy-avatar.dy-avatar-184 > img.dy-badge-image {
    width: 64px;
    height: 64px;
}

.dy-avatar.dy-avatar-96 > img.dy-badge-image {
    width: 32px;
    height: 32px;
}

.dy-avatar.dy-avatar-64 > img.dy-badge-image {
    width: 24px;
    height: 24px;
}

.dy-avatar.dy-avatar-48 > img.dy-badge-image {
    width: 24px;
    height: 24px;
}

.dy-avatar.dy-avatar-32 > img.dy-badge-image {
    width: 16px;
    height: 16px;
}

/* positions of badges */

.dy-avatar .top-left {
    top: 0;
    left: 0;
}

.dy-avatar .bottom-right {
    bottom: 0;
    right: 0;
}

.dy-avatar .top-right {
    top: 0;
    right: 0;
}

.dy-avatar .bottom-left {
    bottom: 0;
    left: 0;
}

.dy-avatar .dy-badge-text.top-left,
.dy-avatar .dy-badge-text.top-right {
    top: 0;
    left: 0;
    bottom: auto;
}

.dy-avatar .dy-badge-text.bottom-left,
.dy-avatar .dy-badge-text.bottom-right {
    top: auto;
    left: 0;
    bottom: 0;
}

.dy-badge-text {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 50%;
    padding: .5em;
    text-align: center;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* default colors -- overidden on a per-category basis */
    color: white;
    background: transparent;
}

.dy-badge-text-label {
    position: relative;
}

.dy-badge-text-bg {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.noselect {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

/* Pop-up Help */

.dy-popup-help {
    display: inline; /* needs to be a div to contain a div, but gets inserted inline */
    position: relative; /* set up context for div */
}

.dy-popup-help > a {
    padding-right: 10px;
}

.dy-popup-help > .dy-content {
    position: absolute;
    top: -50px;
    /* don't set left -- position just right of <a> */
    display: inline-block;
    visibility: hidden; /* until the <a> is clicked */
    z-index: 1000;
    width: 250px;
    padding: 25px 15px;
    min-height: 25px;
    background: white;
    color: #454545;
    border: 1px solid #ccc;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .15);
}

.dy-popup-help > .dy-content:before {
    /* CSS triangle -- gray < to make the gray border */
    display: block;
    content: " ";
    position: absolute;
    height: 0;
    width: 0;
    top: 45px;
    left: -22px;
    border-style: solid;
    border-width: 11px;
    border-color: transparent #ccc transparent transparent;
}

.dy-popup-help > .dy-content:after {
    /* CSS triangle -- smaller white < to cover most of the gray one */
    display: block;
    content: " ";
    position: absolute;
    height: 0;
    width: 0;
    top: 46px;
    left: -19px;
    border-style: solid;
    border-width: 10px;
    border-color: transparent white transparent transparent;
}

.dy-popup-help > .dy-content h2 {
    color: #454545;
}

.dy-popup-help > .dy-content a {
    color: #3c78a7;
    border-bottom: none;
}

.dy-popup-help > .dy-content a:hover {
    color: #3c78a7;
    border-bottom: none;
}

.dy-popup-help > .dy-content button,
.dy-popup-help > .dy-content a.button,
.dy-popup-help > .dy-content input.button {
    background: #ffffff none repeat scroll 0 0;
    color: #3c78a7;
    border-width: 1px;
    border-style: solid;
    border-color: #e1e1e1 #cccccc #cccccc #e1e1e1;
}

.dy-popup-help .dy-popup-close {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 16px;
    width: 16px;
    background: transparent url(../gfx/buttons-ningbar.png) no-repeat scroll 0 -188px !important;
    text-indent: -9999px;
}

.tagit {
    padding: 0;
    margin: 0;
    display: inline-block;
    cursor: text;
    list-style-type: none;
}

.tagit-choice,
.tagit-new {
    list-style-type: none;
    display: inline-block;
    margin: 1px 0 1px 4px !important;
}

.tagit-choice {
    cursor: move;
    background-color: #e6e6e6;
    border: 1px solid #adadad;
    border-radius: 2px;
    color: #333;
    padding: 0 0 0 4px;
    white-space: nowrap !important;
}

.tagit-close {
    width: 12px;
    background-image: url(../gfx/icons/xg_sprite-999999.png) !important;
    _background-image: url(../gfx/icons/ie6/xg_sprite-999999.png) !important;
}

.tagit-choice.ui-sortable-placeholder {
    height: 1em !important;
}

.tagit-close {
    cursor: pointer;
    margin-left: 4px;
}

/*----------------------------------------------------------------------
    Link back to mobile view in bazel footer
----------------------------------------------------------------------*/
.mobileLink {
    text-align: center;
    font-size: 2.0em;
}

/*----------------------------------------------------------------------
    css for the image picker
----------------------------------------------------------------------*/
.image-picker-container {
    float: left;
    position: relative;
    z-index: 20;
    height: 28px;
}

.image-picker-container .image-state {
    background-color: white;
    height: 22px;
    width: 50px;
    border: 1px solid #CCCCCC;
    margin-right: 3px;
    float: left;
    cursor: pointer;
}

#xg_themebody > #xg img.if-have-image {
    height: inherit;
}

.image-picker-container .image-select {
    background-color: white;
    height: 22px;
    width: 30px;
    border: 1px solid #CCCCCC;
    margin-right: 3px;
    float: left;
    cursor: pointer;
}

.image-picker-container .image-select img {
    padding: 4px 7px;
}

.image-picker-container .image-popup {
    background-color: #EEE;
    border: 1px solid #CCC;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 9px #333;
    -webkit-box-shadow: 0 0 9px #333;
    width: 240px;
    position: absolute;
    top: 25px;
    left: 0px;
    z-index: 500;
    padding: 10px;
}

.image-picker-container .image-popup-dropdown a {
    z-index: 550;
}

.image-picker-container .image-popup p {
    color: #5e5e5e !important;
    font-size: 10px;
}

.image-picker-container .image-popup p.image-preview {
    clear: both; /* Make sure this is on a separate line */
}

.image-picker-container .image-popup .xg_icon-close {
    float: right;
    position: absolute;
    right: -5px;
    top: 0;
    background-image: url("../../index/gfx/icons/xg_sprite-333333.png");
}

.image-picker-container .image-popup .remove-image {
    padding-left: 10px;
}

.image-picker-container .image-popup .picker-spacer {
    width: 100%;
    height: 20px;
    clear: both;
}

.image-picker-container .image-popup .upload-placeholder {
    position: absolute;
    z-index: 99;
}

.image-picker-container .image-popup .upload-status {
    margin-top: 7px;
}

.image-picker-container .upload-status-spinner {
    margin-left: 5px;
}

.image-picker-container .image-helptext {
    float: left;
    margin-top: -10px;
    padding-left: 10px;
    width: 122px;
}

.image-picker-container .image-helptext p {
    color: #CCC;
}

.image-picker-container .repeat-dropdown,
.image-picker-container .repeat-dropdown .dy-dropdown-list {
    width: 160px;
}

.image-picker-container .repeat-dropdown {
    display: block;
}

div#livechat-compact-container {
    top: 34%;
    transform: translate(0, 50%) !important;
    bottom: auto !important;
}

div#livechat-full {
    top: 50%;
    transform: translateY(-50%) !important;
}

table.members .xg_avatar .table_img {
    display: block;
    height: 14px;
    width: 14px;
    overflow: hidden;
    position: relative;
}

table.members .xg_avatar  .table_img  >img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
 .xg_module_body ._avatar img {
     max-width: 32px;
}