/* Cleaned CSS: */

.ContextualPopup, .icon-browser {
    background: #000000;
    color: #636363;
    }

.ContextualPopup a, .icon-browser a { color: #ffffff; }
.ContextualPopup a:visited { color: #ffffff; }
.ContextualPopup a:hover { color: #c2c2c2; }
.ContextualPopup a:active { color: ; }

H1, H2, H3 {
    margin: .25em 0;
    padding: .25em 0;
}

h1, h2, h3, h4, h5, h6 {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

img {
    border: none;
}

hr {
    display: none;
}
.entry-content hr,
.comment-content hr {
    display: block;
    margin: 1em 10%;
}

body {
    font-family: Arial, sans-serif; font-size: 100%;
    padding: 0;
    background: #636363;
    color: #ffffff;
background-color: #636363;

}

#canvas {
    margin-left: 5%;
    margin-right: 5%;
}

a { color: #c2c2c2;
 }
a:visited {  }
a:hover { color: #ffffff;
 }
a:active {  }

q { font-style: italic; }

/* #content layout */
#content { float: none; }
@media only screen and (min-width: 45em) {
    .two-columns-left #content,
    .three-columns-sides #content {
        border-left: 15em solid transparent;
    }
    .two-columns-right #content,
    .three-columns-sides #content {
        border-right: 15em solid transparent;
    }
    .three-columns-left #content {
        border-left: 30em solid transparent;
    }
    .three-columns-right #content {
        border-right: 30em solid transparent;
    }
    .column-right #content {
        min-width: 15em; /* prevents sidebar overlap of entry, when entry becomes narrower than sidebar */
    }
}

#content-footer {
    height: 0;
    font-size: 0; /*to make IE happy*/
    clear: both;
}

#header, #footer {
    margin: 0;
    clear: both;
    padding: .5em;
}

#header {
    background: #000000;
    color: #636363;

}

h1#title {
    font-family: Arial, sans-serif; font-size: 1.2em;
}

h2#subtitle,
h2#pagetitle {
    font-family: Arial, sans-serif; font-size: 1.2em;
}

#footer {
    background: #000000;
}

#footer a { color: #ffffff;
 }
#footer a:visited { color: #ffffff;
 }
#footer a:hover { color: #c2c2c2;
 }
#footer a:active {  }

#primary {
    width:100%;
    margin-right:-100%;
    margin-left: 0;
}

#primary > .inner:first-child, #secondary > .inner:first-child, #tertiary > .inner:first-child {
    padding: 1em;
}

/* modules layout */
#primary { float: none; }
#secondary, #tertiary { width: 100%; }

@media only screen and (min-width: 45em) {
    .multiple-columns #primary {
        float: left;
    }

    .two-columns-left #secondary,
    .three-columns-sides #secondary {
        float: left;
        width: 15em;
        margin-left: -15em;
    }
    .two-columns-right #secondary {
        float: right;
        width: 15em;
        margin-right: -15em;
    }
    .three-columns-left #secondary {
        float: left;
        width: 15em;
        margin-left: -30em;
    }
    .three-columns-right #secondary {
        float: right;
        width: 15em;
        margin-right: -15em;
    }

    .two-columns #tertiary {
        clear: both;
        width: auto;
    }
    .two-columns-left #tertiary { margin-left: -15em; }
    .two-columns-right #tertiary { margin-right: -15em; }
    .two-columns #tertiary .module {
        float: left;
        width: 15em;
    }
    .three-columns-left #tertiary {
        float: left;
        width: 15em;
        margin-left: -15em;
    }
    .three-columns-right #tertiary {
        float: right;
        width: 15em;
        margin-right: -30em;
        margin-left: 15em; /* so that #tertiary won't overlay #secondary in IE7 */
    }
    .three-columns-sides #tertiary {
        float: right;
        width: 15em;
        margin-right: -15em;
    }
}

.navigation ul {
    margin-left: 0;
    padding-left: 0;
}
.navigation li {
    display: inline;
    padding: 0 .5em;
}
.noentries {
    padding: 0 .5em;
}

/* entries */

.entry {
    background: #000000;
    color: #636363;
background-color: #000000;

}

.entry .entry-title {
    font-family: Arial, sans-serif; font-size: 1.2em;
}

.entry .entry-title, .entry .entry-title a {
    
}

.no-subject .entry .entry-title {
    background: none;
    border: none;
}

.entry .contents {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.entry a { color: #ffffff;
 }
.entry a:visited { color: #ffffff;
 }
.entry a:hover { color: #c2c2c2;
 }
.entry a:active {  }

/* ensure comment content stretches out horizontally so it's readable */
.comment-content:before {
    content: "";
    display: block;
    overflow: hidden;
    width: 10em;
}
.comment-content { border-top: 1px transparent solid; } /* for firefox */

/* Don't add space after last element in an entry/comment. Avoids extra gaps */
/* if there's paragraph tags (markdown) instead of text nodes (casual HTML). */
.entry-content > :last-child,
.comment-content > :last-child {
    margin-bottom: 0;
}

/* To prevent overlapping when icon's on the left */
/* and list is the first thing in content */
.entry-content li,
.comment-content li {
    list-style-position: inside;
    }

.metadata ul {
    display: inline;
    list-style: none;
    margin-left: .5em;
    padding-left: 0;
}
.metadata li {
    margin-bottom: .5em;
}
.metadata.top-metadata ul {
    margin: 0;
}
.metadata.top-metadata {
    margin-bottom: 1em;
}

.metadata-item, .poster-ip {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.tag ul {
    display: inline;
    margin-left: 0;
    padding-left: 0;
}

.tag ul li {
    display: inline;
} /* same for month view */

ul.entry-management-links {
    margin-left: 0;
    padding-left: 0;
}
ul.entry-management-links li {
    display: inline;
    padding: 0 .25em;
}

ul.entry-interaction-links {
    margin-left: 0;
    padding-left: 0;
    text-align: right;
}

.entry-interaction-links a, .entry-management-links a {  }
.entry-interaction-links a:visited, .entry-management-links a:visited {  }
.entry-interaction-links a:hover, .entry-management-links a:hover {  }
.entry-interaction-links a:active, .entry-management-links a:active {  }

ul.entry-interaction-links li {
    display: inline;
    padding: 0 .25em;
}

/* comments */

.comment-posted {font-weight:bold;}



.comment-wrapper {
    padding: .5em 0;
    min-width: 15em;
}

.comment .admin-poster {
    white-space: nowrap;
}

.comment .comment-title {
    font-family: Arial, sans-serif; font-size: 1em;
    margin: 0;
}

.comment .comment-title, .comment .comment-title a {
    color: #8f8f8f;

}

.no-subject .comment .comment-title {
    background: none;
    border: none;
}

.comment .contents {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

ul.comment-management-links {
    margin-left: 0;
    padding-left: 0;
    text-align: right;
}
ul.comment-management-links li {
    display: inline;
    padding: 0 .25em;
}

ul.comment-interaction-links {
    margin-left: 0;
    padding-left: 0;
}
ul.comment-interaction-links li {
    display: inline;
    padding: 0 .25em;
}

textarea#commenttext {
    width: 100%; /* fix for FF form width glitch */
}

/* archive */

table.month {
    margin: 0 auto;
    border-collapse: collapse;
}
table.month td {
    height: 3.25em;
}
table.month td,
table.month th {
    border: 1px solid; /* ? */
    padding: 3px;
}
table.month td p {
    margin: 0;
    padding: 3px;
}

.month dl dt {
    font-weight: bold;
}
.month dl .time {
    padding-right: .5em;
}
.month dl h3 {
    display: inline;
    font-size: medium;
}
.page-month .month .entry-poster {
    margin-right: .5em;
}
.month dl .tag ul {
    margin-top: 0;
}

/* icons */

.sorting-options ul {
    margin-left: 0;
}

.sorting-options ul li {
    display: inline;
}

.icon-keywords ul {
    display: inline;
    margin-left: 0;
    padding-left: 0;
}

.icon-keywords ul li {
    display: inline;
}

/* modules */

.module {
    background: #000000;
    color: #636363;
background-color: #000000;

}

.module a { color: #ffffff;
 }
.module a:visited { color: #ffffff;
 }
.module a:hover { color: #c2c2c2;
 }
.module a:active {  }

.module h2 {
    color: #636363;

    font-family: Arial, sans-serif; font-size: 1.2em;
}

.module-content {
    font-family: Arial, sans-serif; 
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.module-content ul {
    list-style: outside;
    margin-left: 1em;
    padding-left: 0;
}
.module-content li {
    margin: .5em 0;
}

ul.userlite-interaction-links.icon-links {
    margin-left: 0;
    padding-left: 0;
}

ul.userlite-interaction-links.icon-links li {
    display: inline;
    padding: 0 .20em;
}

ul.userlite-interaction-links.text-links {
    text-align: left;
}

.any-column .module-calendar table { margin: 0; }
.module-calendar .module-content { text-align: left; }
@media only screen and (min-width: 45em) {
    .multiple-columns .module-calendar .module-content {
        text-align: center;
    }

    .multiple-columns .module-calendar table {
        margin: 0 auto;
    }

    .multiple-columns .module-syndicate .module-content {
        text-align: center;
    }
}

.module-calendar td {
    padding: 1px;
}
.module-calendar td a {
    display: block;
    padding: 2px;
}

.search-box {
    margin: .2em auto;
    max-width: 100%;
}

.search-form .search-box-item,
.search-form .search-button-item {
    display: block
}

.search-form .comment_search_checkbox_item {
    display: inline
}

/* wrap long content, particularly openid usernames */
.module-pagesummary .ljuser {
    white-space: normal !important;
}
.module-pagesummary .module-content {
    word-wrap: break-word;
}

.module-credit .category-title {
    font-weight: bold;
}

.tags_cloud li, .module-tags_cloud li { display: inline; }

/* avoid Dramatic Woodchuck zoom effect on form fields (polls, search, etc.) */
@media (pointer: coarse) {
    input[type="text"], select {
        font-size: 16px;
    }
}


             .entry .userpic,
             .comment .userpic {
                 text-align: right;
                 }

             /* Don't add extra height at bottom of userpic box */
             .userpic a {
                display: block;
                line-height: 0;
                }
             

#header .module-wrapper {display: none;}
    

/* Snakes & Boxes
/* by pari
******************************/

/* Main
******************************/

body {
    margin: 0;
    }

hr {
    border: .1em solid;
    height: .1em;
}

a {
    text-decoration: none;
}

h1, h2, h3, h4 {
    font-size: 1em;
    font-weight: normal;
}

.ljuser a, .ljuser b {
    font-weight: normal;
}

.entry-content i, .entry-content em,
.entry-content u, .entry-content s,
.entry-content b, .entry-content strong,
.comment-content i, .comment-content em,
.comment-content u, .comment-content s,
.comment-content b, .comment-content strong {
    color: #8f8f8f;
}

.entry-content code, .entry-content pre,
.entry-content kbd, .entry-content tt,
.comment-content code, .comment-content pre,
.comment-content kbd, .comment-content tt {
    color: #8f8f8f;
}

/* Make sure content isn't bigger than container */
pre {
    white-space: pre-line;
    word-wrap: break-word;
}

blockquote {
    border: 1px dotted #8f8f8f;
    margin: 2em;
    padding: 1em 2em;
}

input, select, textarea {
    color: #636363;
background-color: #000000;
border: solid 1px #8f8f8f;

    padding: .5em;
}

input, select {
    padding: .1em;
}

.entry-content ul,
.entry-content ol {
    margin: 0 2em;
    padding: 0;
}

.entry-content ul li {
    list-style-type: circle;
}

/* Header
******************************/

#header {
    margin: 0 0 1em;
    padding: 1em;
}

h1#title a {
    color: #636363;
    }

h1#title,
h2#pagetitle,
h2#subtitle {
    margin: 0;
    padding: .5em 0;
}

h2#pagetitle,
h2#subtitle {
    color: #636363;
}

/* Containers
******************************/

#canvas {
    margin-bottom: 1em;
    margin-top: 1em;
}

#primary > .inner:first-child {
    padding: 0;
}

#secondary > .inner:first-child,
#tertiary > .inner:first-child {
    padding: 0;
}

@media only screen and (min-width: 45em) {
    .column-left #primary > .inner:first-child {
        padding-left: 1em;
    }

    .column-right #primary > .inner:first-child {
        padding-right: 1em;
    }

    .three-columns-left #secondary > .inner:first-child,
    .three-columns-right #secondary > .inner:first-child {
        padding-right: .5em;
    }

    .three-columns-left #tertiary > .inner:first-child,
    .three-columns-right #tertiary > .inner:first-child {
        padding-left: .5em;
    }
}

/* Navigation 
******************************/

.navigation {
    color: #636363;
background-color: #000000;

    font-family: Arial, sans-serif; font-size: 1.2em;
    padding: 1em;
}

.page-archive .navigation,
.page-month .navigation {
    margin: 0 0 1em;
}

.navigation a { color: #ffffff; }
.navigation a:visited { color: #ffffff; }
.navigation a:hover { color: #c2c2c2; }
.navigation a:active { color: ; }

.navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.page-archive .navigation ul,
.page-month .navigation ul {
    text-align: center;
}

.navigation li {
    padding: 0;
}

.navigation .page-back a:before,
.navigation .page-forward a:after {
    padding: .2em;
}

.navigation.empty,
li.page-separator {
    display: none;
}

/* Entries & Reply to Comment
******************************/

.entry-wrapper {
    margin: 0 0 1em;
}

.entry {
    background: none;
}

.entry .header,
.entry-content,
.metadata,
.entry .footer {
    background: #000000;
    color: #636363;
background-color: #000000;

}

.entry .header,
.page-reply .comment .header {
    margin-bottom: 1em;
}

.entry .header .inner,
.page-reply .comment .header .inner {
    padding: 1.5em 2em;
}

.entry .entry-title {
    margin: 0;
    padding: 0;
}

.entry .time,
.entry .date {
    display: inline-block;
    padding: .2em 0;
}

.has-userpic .entry .userpic,
.page-reply .has-userpic .comment .userpic {
    text-align: center;
}

.entry .userpic img,
.page-reply .comment .userpic img {
    border: 20px solid #000000;
    margin-bottom: 2px;
}

.entry .poster,
.page-reply .comment .poster {
    color: #ffffff;
    display: block;
    text-align: center;
}

.entry .poster span,
.page-reply .comment .poster span {
    display: block;
}

/* Force username to break */
.entry .poster a + a,
.page-reply .comment .poster a + a {
    color: #c2c2c2;
    white-space: pre-line;
    word-wrap: break-word;
}

.entry .poster a:visited, .page-reply .comment .poster a:visited { color: ; }
.entry .poster a:hover, .page-reply .comment .poster a:hover { color: #ffffff; }
.entry .poster a:active, .page-reply .comment .poster a:active { color: ; }

.entry .poster-empty {
    display: none;
}


    .navigation,
    #comments,
    #postform,
    h3.day-date {
        margin: 0 155px 1em 0;
    }

    .entry,
    .page-reply .comment {
        border-right: 155px solid transparent;
    }

    .entry .header,
    .page-reply .comment .header {
        float: left;
        margin-left: 0;
        margin-right:-100%;
        width: 100%;
    }

    .userpic-block {
        float: right;
        margin-right: -155px;
        width: 155px;
    }

    .has-userpic .entry .userpic,
    .entry .poster,
    .page-reply .has-userpic .comment .userpic,
    .page-reply .comment .poster {
        margin-left: 15px;
    }

    .entry-content,
    .top-metadata,
    .page-reply .comment-content {
        clear: left;
    }
    

.entry-content {
    padding: 1.5em 2em;
    text-align: justify;
}

.metadata {
    margin: 1em 0 0;
    padding: 1em 2em;
}

.metadata ul, .metadata li:last-child {
    margin: 0;
    padding: 0;
}

.entry .footer,
.page-reply .comment .footer {
    clear: both;
    margin-top: 1em;
    padding: 1em 2em;
}

.tag {
    margin: 0 0 .3em;
}

.tag ul { 
    margin: 0; 
    padding: 0; 
    }

.tag li {
    padding: 0;
}

ul.entry-management-links,
ul.entry-interaction-links {
    display: inline;
    margin: 0;
    padding: 0;
}

.entry .footer a {
    white-space: nowrap;
}

hr.above-entry-interaction-links,
hr.below-reply-container {
    display: none;
}

/* Comments
******************************/

.comment-wrapper {
    margin: 0 0 1em;
    padding: 0;
}

.comment {
    background: none;
}

.comment .header,
.page-entry .comment-poster,
.poster-ip,
.comment-content,
.comment .footer,
.partial {
    background: #000000;
    color: #636363;
background-color: #000000;

}

.partial {
    margin: 1em 0;
    padding: 1em 2em;
}

.comment a, .partial a { color: #ffffff; }
.comment a:visited, .partial a:visited { color: #ffffff; }
.comment a:hover, .partial a:hover { color: #c2c2c2; }
.comment a:active, .partial a:active { color: ; }

.comment .header,
.comment .poster,
.comment .poster-ip {
    color: #8f8f8f;
}

.page-entry .comment .header {
    padding: 1em 2em 0;
}

.comment .datetime {
    display: block;
    margin: 0;
}

.partial .comment-title,
.partial .comment-poster,
.partial .datetime {
     border: none;
     display: inline;
     margin: 0;
     padding: 0;
}

.partial .comment-poster::before {
     content: " - ";
}

.page-entry .has-userpic .comment .userpic {
    border: 1.3em solid #636363;
    float: right;
    clear: right;
    margin: 4.8em 1.5em 0;
}

.page-entry .full .comment-poster {
    display: block;
    margin-bottom: 1em;
    padding: 0 2em 1em;
}

.poster-ip {
    display: block;
    padding: 1em 2em 0;
}

.comment-content {
    padding: 1em 2em;
    text-align: justify;
}

.page-entry .has-userpic .comment-content {
    min-height: 9em;
}

.edittime {
     padding-top: 1em;
}

.comment .footer {
    padding: 0 2em 1em;
}

ul.comment-management-links,
ul.comment-interaction-links {
     display: inline;
     margin: 0;
     padding: 0;
}

.bottomcomment {
    background: #000000;
    color: #636363;
background-color: #000000;

    padding: 1em 2em;
}

.bottomcomment a { color: #ffffff; }
.bottomcomment a:visited { color: #ffffff; }
.bottomcomment a:hover { color: #c2c2c2; }
.bottomcomment a:active { color: ; }


.comment-pages.toppages {
    margin-bottom: 1em;
}

.comment-pages.bottompages {
    margin-top: 1em;
}

/* Reply Forms
******************************/

#qrform {
    padding: .5em 0 0;
}

#qrform table { 
    margin: 0 1.5em 0;
    padding: .5em 1em 1em;
}

#qrform td:first-child {
    padding: 0;
}

#qrform textarea.textbox {
    margin: .2em 0;
    width: 95% !important; /* !important needed */
}

#qrform #subject {
    width: 97.2%;
}

#postform {
    background: #000000;
    color: #636363;
background-color: #000000;

    padding: 1em 2em;
}

.postform a { color: #ffffff; }
.postform a:visited { color: #ffffff; }
.postform a:hover { color: #c2c2c2; }
.postform a:active { color: ; }

#postform div#userpics {
    padding: .7em 0 .3em;
}

#postform textarea.textbox {
    margin-bottom: .7em;
    width: 95%;
}

#postform #subject {
    width: 96.5%;
}

/* Other Pages
******************************/

.month-wrapper {
    margin: 0 0 1em;
}

.month {
    background: #000000;
    color: #636363;
background-color: #000000;

    padding: 1.5em 2em;
}

.month a { color: #ffffff; }
.month a:visited { color: #ffffff; }
.month a:hover { color: #c2c2c2; }
.month a:active { color: ; }

.month-wrapper h3 {
    font-family: Arial, sans-serif; font-size: 1.2em;
    padding: .5em 0 .7em;
    text-align: center;
}

table.month {
    border: .1em solid #8f8f8f;
    margin: 0 auto;
    min-width: 70%;
}

.month caption {
    display: none;
}

table.month th,
table.month td {
    border: .1em solid #8f8f8f;
    padding: .5em;
}

table.month th {
    font-weight: normal;
    text-align: center;
}

table.month td {
    height: auto;
    width: 14.285%;
}

table.month td p {
    display: inline;
    padding: 0 0 0 .5em;
    margin: 0;
}

.month .footer {
    font-family: Arial, sans-serif; font-size: 1.2em;
    margin: .7em 0 0;
    text-align: center;
}

.page-month .month dl {
    margin: 1em 0;
    padding: 0;
}

.page-month .month dt {
    font-family: Arial, sans-serif; font-size: 1.2em;
}

.page-month .month dt,
.page-month .month dd {
    font-weight: normal;
}

.page-month .month h3 {
    font-family: Arial, sans-serif; font-size: 1.2em;
}

.page-month .month span {
    display: inline;
}

.page-month .month .time {
    padding: 0;
}

.page-month .month .entry-poster {
    margin: 0 .5em;
}

.page-month .month .entry-title {
    display: inline;
    margin: 0 0 0 .5em;
    padding: 0;
}

h3.day-date {
    background: #000000;
    color: #636363;
background-color: #000000;

    font-family: Arial, sans-serif; font-size: 1.2em;
    padding: 1em;
}

.tags-container {
    background: #000000;
    color: #636363;
background-color: #000000;

    margin-bottom: 1em;
    padding: 1.5em 2em;
}

.tags-container a { color: #ffffff; }
.tags-container a:visited { color: #ffffff; }
.tags-container a:hover { color: #c2c2c2; }
.tags-container a:active { color: ; }

.tags-container h2 {
    font-family: Arial, sans-serif; font-size: 1.2em;
    margin: 0 0 1em;
    padding: 0;
}

.tags-container ul {
    list-style: none;
    margin: 0;
}

.tags-container ul:first-child {
    padding: 0;
}

.tags-container .manage-link {
    margin-top: 1em;
}

.icons-container {
    background: #000000;
    color: #636363;
background-color: #000000;

    margin-bottom: 1em;
    padding: 1.5em 2em;
}

.icons-container a { color: #ffffff; }
.icons-container a:visited { color: #ffffff; }
.icons-container a:hover { color: #c2c2c2; }
.icons-container a:active { color: ; }

.icons-container h2 {
    font-family: Arial, sans-serif; font-size: 1.2em;
    margin: 0 0 1em;
    padding: 0;
}

.sorting-options ul {
    padding-left: 0;
    }

.icons-container .icon {
    margin: 1em 0;
    }

.icon-image {
    float: left;
    clear: left;
    margin-bottom: .25em;
    min-width: 100px;
    padding-right: 1em;
    }

.icon-info {
    min-height: 100px;
    }

.icon-info span {
    font-weight: bold;
    }

.icon-info .default {
    text-decoration: underline;
    }

.icons-container .manage-link {
    margin-top: 1em;
}

/* Footer
******************************/

#footer {
    margin: 0;
    padding: 1em;
}

/* Modules
******************************/

.module {
    margin-bottom: 1em;
    padding: 1em;
}

@media only screen and (min-width: 45em) {
    .two-columns #tertiary .module {
        margin-right: 1em;
    }
}

.module ul {
    list-style: none;
    padding: 0;
}

.module li {
    margin: 0;
    padding: 0;
}

.module ul:first-child {
    margin: 0;
}

h2.module-header {
    margin: 0;
    padding: 0 0 .5em;
    text-align: center;
}

.module .manage-link {
    margin-top: 1em;
}

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

.module-userprofile ul {
    margin: .5em 0 0;
}

.journal-name {
    padding: .5em 0 0;
}

.module-navlinks {
    font-family: Arial, sans-serif; font-size: 1.2em;
}

.module-calendar table {
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.module-calendar th {
    border: .1em solid #8f8f8f;
    font-weight: normal;
    padding: .1em;
}

.module-calendar td {
    padding: .1em;
}

.module-calendar td.empty-day {
    border: .1em solid #8f8f8f;
}

.module-calendar td.entry-day {
    background-color: #636363;
    border: .1em solid transparent;
}

.module-calendar td.entry-day a {
    color: #ffffff;
}

/* Contextual Popups
******************************/

.ContextualPopup {
    background: #000000;
    border: 1px solid #636363;
    color: #636363; 
    font-size: 1em;
}

.ContextualPopup .Userpic {
    border: none;
}

.ContextualPopup .Relation {
    font-weight: normal;
}

.ContextualPopup a { color: #c2c2c2; }
.ContextualPopup a:visited { color: #ffffff; }
.ContextualPopup a:hover { color: ; }
.ContextualPopup a:active { color: ; }


