﻿#forums {
    font: 14px 'Open Sans', sans-serif;
    text-rendering: optimizeLegibility;
}

#forums > #container {
    margin: 20px auto;
    width: 980px;
    /*overflow: hidden;*/
}

#forums > .flexContainer {
    margin: 20px auto;
    min-width: 980px;
    max-width: 1200px;
    width: auto !important;
}
    
#forums > #top {
    height: 0;
    width: 0;
}

/*** general ***/
.left {
    float: left;
}

.right {
    float: right;
}
/*** end general ***/


/*** content column ***/
#forums #posts {
    /*position: relative;*/
}

#forums #content {
    float: left;
    margin-right: 20px;
    width: 660px;
}

#forums #flexContent {
    float: left;
    margin-right: -320px;
    width: 100%;
}

#forums #flexContentInner {
    margin-right: 320px;
}

#forums #wideContent {
    float: left;
    margin-right: 20px;
    width: 980px;
}

#forums #semiWideContent {
    float: left;
    margin-right: 20px;
    width: 800px;
}

#forums .selectStripe {
    border-left: solid 3px #5e0025;
}

#forums #current {
    color: #999;
    font-size: 11px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
}

#forums .emptyTopic {
    text-align: center;
    padding: 30px;
    background: #fff;
}

#forums #switchForums {
    cursor: pointer;
    float: left;
    height: 30px;
    margin: 10px 10px 0 0;
    position: relative;
    width: 30px;
}

#forums .forumsListBreak {
    height: 3px;
    background: #999;
}

#forums #forumTitle {
    color: #333;
    float: left;
    font-size: 19px;
    font-weight: bold;
    margin-right: 15px;
}

#forums #sponsorIntro {
    float: right;
}

#forums .sponsor {
    float: right;
    max-height: 50px;
    margin: 10px 0 0 10px;
    max-width: 200px;
}

#forums #header {
    background: #999;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
}

#forums #footer {
    height: 50px;
    line-height: 50px;
    position: relative;
}

#forums .maroonButton {
    color: #FFF;
    cursor: pointer;
    background: #5e0024;
    font-size: 16px;
    font-weight: 700;
    height: 44px;
    line-height: 44px; 
    padding: 0 30px;        
    position: relative;   
    text-align: center;
}

#forums .lockedNew {
    color: #FFF;
    cursor: default;
    background: #666;
    font-size: 16px;
    font-weight: 700;
    height: 44px;
    line-height: 44px; 
    padding: 0 30px;        
    position: relative;   
    text-align: center;
}

#forums .maroonButton:hover {
    background: #72002e;
}

#forums .wideLargeNew {
    width: 820px;
}

#forums .semiWideLargeNew {
    width: 640px;
}

/*
#forums .filterCheck {
    height: 18px;
    margin-left: 15px;
    position: relative;
    top: 5px;
    width: 18px;
}
*/

#forums .filterLabel {
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    padding-left: 5px;
    margin-right: 5px;
    cursor: pointer;
}

#forums .clickable {
    cursor: pointer !important;
}

#forums #header .pager {
    float: right;
    margin: 9px 10px 0 0;
}

    #forums #header .pager .pageButton {
        background-color: #c2c2c2;
        display: block;
        float: left;
        height: 26px;
        width: 26px;
    }

    #forums #header .pager .currentPage {
        background-color: #fff;
        color: #666;
        cursor: default;
        float: left;
        font-weight: 600;
        height: 26px;
        line-height: 26px;
        text-align: center;
        width: 90px;
    }

#forums #largePagerSelect {
    max-height: 250px;
    overflow: auto;
    width: 160px;
    margin: 0 50%;
}

#forums #smallPagerSelect {
    max-height: 275px;
    overflow: auto;
    width: 70px;
}

#forums .newTopics {
    background: #e5e5e5;
    color: #5e0025;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
}

#forums .newShort {
    height: 6px;
}

#forums .newTall {
    height: 30px;
}

#forums #topics {
    background: #fff;
}

#forums .topic {
    border-bottom: 1px solid #e8e8e8;
    height: 46px;
    position: relative;
}

#forums .stripes {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 5;
}

#forums .stripe {
    float: left;
    height: 100%;
    width: 3px;
}

#forums .unread {
    background: #59c38d;
}

#forums .newFlags {
    /*background: #ff0030;*/
    display: none;
}

#forums .clearedFlags {
    /*background: #ffadbc;*/
    display: none;
}

#forums .markers {
    font-size: 10px;
    font-weight: 600;
    position: absolute;
    z-index: 5;
}

#forums .oneMarker {
    top: 16px;
}

#forums .twoMarkers {
    top: 10px;
}

#forums .marker:hover {
    background: #666;
}

#forums .marker {
    background: #333;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    display: block;
    height: 13px;
    text-align: center;
    text-decoration: none;
    line-height: 13px;
    width: 11px;
}

#forums .topicIcon {
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    height: 20px;
    margin: 11px 10px 0 20px;
    width: 20px;
}

#forums .topicInfo {
    float: left;
    margin-top: 6px;
    position: relative;
}

#forums .wideTopics .topicInfo {
    width: 510px;
}

#forums .narrowTopics .topicInfo {
    width: 71%;
}

#forums .topicTitleLink:visited {
    color: #888;
}

#forums .topicTitleLink:link,
#forums .topicTitleLink:active,
#forums .topicTitleLink:hover {
    color: #000;
    display: block;
    float: left;
    text-decoration: none;
    max-width:95%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#forums .topicTitleLink:hover {
    text-decoration: underline;
}

#forums .topicTitleLink b {
    font-weight: 600;
}

#forums .topicTitleLink i {
    font-style: normal;
}

#forums .wideTopics .notOldTopic .topicTitleLink {
    margin-top: 6px;
}

#forums .topicAuthor {
    float: left;
    margin-right: 6px;
    white-space: nowrap;
    display: none;
}

#forums .narrowTopics .topicAuthor {
    color: #999;
    font-size: 10px;
    clear: left;
    display: block;
}

#forums .narrowTopics .topicAuthor .createdDate::before {
    content: '\2022';
}

#forums .narrowTopics .topicAuthor .createdDate {
    display: inline;
    font-size: 10px;
}

#forums .wideTopics .topicAuthor {
    position: absolute;
    left: 520px;
    margin-top: 0;
    font-size: 12px;
    color: #999;
    display: block;
    width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#forums .wideTopics .topicAuthor .createdDate {
    font-size: 10px;
}

#forums .topicStats {
    color: #999;
    font-size: 10px;
    font-weight: 600;
    padding-top: 11px;
    position: absolute;
    right: 70px;
    width: 70px;
}

#forums .topicReplies {
    display: block;
    font-size: 12px;
    font-weight: 700;
    height: 22px;
    line-height: 22px;
    text-align: center;
    text-decoration: none;
}

#forums .totalReplies {
    background: #e9e9e9;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    width: 40px;
    color: #666;
    position: absolute;
    left: 33px;
}

#forums .newReplies {
    background: #aaaaaa;
    color: #fff;
    width: 28px;
    position: absolute;
    left: 5px;
}

#forums .directReply {
    background: #40b6db;
    color: #fff;
    position: absolute;
    left: 7px;
    width: 26px;
}

#forums .staffReply {
    background: #67b889;
    color: #fff;
    position: absolute;
    left: 7px;
    width: 26px;
}

#forums .staffReply:hover {
    background: #88caa3;
}

#forums .replyToSelf:active,
#forums .replyToSelf:visited,
#forums .replyToSelf:link {
    background: #40b6db;
    color: #fff;
    border-radius: 3px;
    padding: 2px 6px 2px 6px;
}

#forums .replyToSelf:hover {
    text-decoration: none;
    background: #6ac4e1;
}

#forums .dateLink:link,
#forums .dateLink:visited,
#forums .dateLink:active,
#forums .replyToOther:visited,
#forums .replyToOther:active,
#forums .replyToOther:link {
    color: #999;
    font-size: 10px;
    font-weight: 600;
}

#forums .lastPostDate:active,
#forums .lastPostDate:visited,
#forums .lastPostDate:link,
#forums .lastPostDate {
    color: #999;
    display: block;
    position: absolute;
    top: 23px;
    right: -62px;
    width: 50px;
    text-decoration: none;
    white-space: nowrap;
}

#forums .lastPostDate:hover {
    text-decoration: underline;
}

#forums .pagerCarrot {
    font-size: 7px;
    position: relative;
    top: -2px;
}

#forums #toTop {
    cursor: pointer;
    height: 50px;
    width: 50px;
    position: absolute;
    right: 0;
}

#forums .noTopics {
    padding: 30px;
    text-align: center;
}

#forums .oldTopicDate {
    background: #fff;
    margin: 2px 0 0 0;
    float: left;
    width: 100px;
    height: 11px;
    background: url("https://pmtexags-a.akamaihd.net/web/themes/svg/clock-small-grey-9.svg") no-repeat left 1px;
    color: #aaa;
    font-size: 10px;
    line-height: 10px;
    padding-left: 13px;
}

#forums .wideTopics .oldTopicDate {
    clear: left;
}

#forums .inActiveTopic {
    background: #fff0f0;
}

#forums .lock {
    float: left;
    height: 12px;
    width: 9px;
    margin: 3px 0 0 6px;
    background: url("https://pmtexags-a.akamaihd.net/web/themes/svg/lock-small-grey-9.svg") no-repeat center center;
}

#forums .wideTopics .notOldTopic .lock {
    margin-top: 9px;
}


#forums #forumsList {
    background-color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    height: 450px;
    padding: 5px 0;
    position: absolute;
    overflow: auto;
    width: 225px;
    z-index: 10;
}

#forums .forumsListItem:visited,
#forums .forumsListItem:active,
#forums .forumsListItem:link,
#forums .forumsListItem {
    background-color: #fff;
    color: #666;
    display: block;
    padding: 3px 10px;
    text-decoration: none;
}

#forums .forumsListItem:hover {
    background-color: #5e0025;
    color: #fff;
}

#forums .aggieOnly {
    background: #eee;
    height: 15px;
    width: 20px;
}

#forums #topicTitle {
    width: 825px;
    overflow: visible;
    height: 26px;
    line-height: 1.2;
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 700;
    padding-left: 7px;
    word-break: break-all;
}

#forums h2 {
    font-size: 16px;
    font-weight: 700;
}

#forums #topicTitle.withEdit {
    width: 790px !important;
}

#forums #topicTitleContainer {
    background: #d7d7d7;
    color: #000;
    font-weight: 600;
    min-height: 26px;
    line-height: 26px;
    padding: 7px;
}

#forums #topicTitleContainer i {
    font-style: normal;
}

#forums #topicTitleText {
    padding: 5px;
    width: 78%;
    margin: 0;
    height: 13px;
}

#forums .posts {
    background: #fff;
    /*border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;*/
}

#forums .oldPost {
    border-bottom: 1px solid #fff;
    word-wrap: break-word;
}

#forums .selectedPost {
    border: 1px dashed #777 !important;
}

#forums .bluePost {
    background: #ddedfc;
}

#forums .staffPost {
    /*background: #ffffea;*/
    background: #e5fcef;
}

#forums .inActivePost {
    background: #fff0f0;
}

#forums .vanillaPost {
    background: #fff;
}

#forums .postDate {
    color: #999;
    float: left;
    font-size: 10px;
    font-weight: 600;
    margin-left: 8px;
    padding-top: 3px;
}

#forums .vanillaPost .userInfo {
    background: #f1f1f1;
}

#forums .bluePost .userInfo {
    background: #cbe1f9;
}

#forums .userInfo {    
    font-weight: 700;
    height: 32px;
    line-height: 32px;
    padding: 0px 15px 0 12px;
    border-top: 1px solid #cecece;
}

#forums .staffPost .userInfo {
    /*background: #f5f5d4;*/
    background: #d3ebdd;
}

#forums .inActivePost .userInfo {
    background: #f8dfdf;
}

#forums #last {
    height: 0;
    width: 0;
}

#forums .staffEdit {
    font-weight: 600;
    color: #ff0022;
}

#forums .postContent {
    box-sizing: border-box;
    color: #000;
    font-size: 14px;
    padding: 6px 15px 12px 42px;
}

#forums .postContentPreview {
    overflow: auto;
    max-height: 650px;
}

#forums .postBody img {
    max-width: 100%;
}

#forums .postBody .youtube-embed {
    width: 640px;
    height: 360px;
}

#forums .postBody .instagram-embed {
    width: 480px;
    height: 560px;
    background: #FFF;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);
    margin: 1px;
    padding: 0;
}

#forums .postBody embed {
    max-width: 100%;
}


#forums .upperPostActions {
    float: right;
    padding: 10px 10px 0 0;
}

#forums .newPostHeader {
    overflow: auto;
}

#forums .postIcon {
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    height: 20px;
    width: 20px;
    margin: 5px 10px 0 0;
}

/*
#forums .postFlag {
    cursor: pointer;
    float: right;
    height: 20px;
    margin: 10px 0 0 10px;
    position: relative;
    width: 20px;
}
*/

#forums .postGreyFlag {
    background: no-repeat center #ddd;
    height: 15px;
    width: 15px;
}

#forums .postRedFlag {
    background: no-repeat url();
    background-position: top center;
    color: #ff002f;
    font-weight: 600;
    font-size: 12px;
    height: 40px;
    padding-top: 15px;
    text-align: center;
    width: 30px;
}


#forums .postShare {
    background: no-repeat center #00a;
    margin-right: 3px;
    height: 15px;
    width: 15px;
}

/*.wysibb-text blockquote img,*/
#forums .post blockquote img {
    max-width: 150px;
}

#forums .post .signature img {
    max-height: 120px;
    max-width: 120px;
}

#modRecent blockquote,
#modUser blockquote,
#modDashboard blockquote,
/*.wysibb-text blockquote,*/
#forums .post blockquote {
    margin: 10px 0 10px 0;
    padding: 9px 20px 15px 20px;
    background-color: #f1f1f1;
    /*border-left: 2px solid #d5d5d5;*/
    border-radius: 6px;
    color: #333;
}

/*.wysibb-text blockquote blockquote,*/
#forums .post blockquote blockquote {
    border: 1px solid #d5d5d5;
}

#forums .bluePost blockquote {
    background-color: #cbe1f9;
    /*border-left: 2px solid #b4cadb;*/
}

#forums .staffPost blockquote {
    background-color: #d3ebdd;
    /*border-left: 2px solid #B9D1C3;*/
}

#forums .inActivePost blockquote {
    background-color: #edcdcd;
}

#modRecent blockquote hr,
#modUser blockquote hr,
#modDashboard blockquote hr,
#forums .post blockquote hr {
    display: none;
}

#modRecent blockquote font,
#modUser blockquote font,
#modDashboard blockquote font,
#forums .vanillaPost blockquote font {
    color: #999;
}

#forums .staffPost blockquote font {
    color: #999999;
}

#forums .bluePost blockquote font {
    color: #81919e;
}

#modRecent blockquote font,
#modUser blockquote font,
#modDashboard blockquote font,
#forums .post blockquote font {
    display: block;
    font-size: 11px !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 3px;
}

#forums .post blockquote font:first-letter {
    text-transform: capitalize;
}

#forums .newPostFooter {
    margin-top: 15px;
    overflow: visible;
    height: 16px;
}

#forums .postActions {
    float: left;
    height: 16px;
}

#forums .postAction {
    cursor: pointer;
    float: left;
}

#forums .nextStaff {

}

#forums .nextStaff:hover {
    background: #e2e2be;
    text-decoration: none;
}

#forums .postReply {
    background: #efefef;
}

#forums .postQuote {
    background: #efefef;
}

#forums .starCount {
    color: #3480c7;
    float: left;
}

#forums .postControls {
    float: right;
    overflow: visible;
}

#forums .postControl {
    background: #efefef;
    cursor: pointer;
    float: left;
}

#forums .postStaffMessage {
    height: 16px;
    width: 16px;
    background: url(https://pmtexags-a.akamaihd.net/web/themes/svg/message-small-pink.svg) no-repeat center;
}

#forums .postStaffMessageText {
    position: absolute;
    background: #fff;
    border: 1px solid #feb4c2;
    max-width: 300px;
    padding: 10px;
    border-radius: 3px;
}

#forums .edits {
    float: left;
    color: #999;
    font-size: 10px;
    font-weight: 600;
    line-height: 16px;
}

#forums .edits .editHistory,
#forums .edits .editHistory:link {
    color: #999;
}

#forums .postEdit {

}

#forums .postCheck {
    float: left;
    height: 17px;
    width: 17px;
}

#forums .postCheckContainer {
    float: left;
    height: 100%;
    width: 20px;
    min-height: 100%;
    margin: 0 10px 0 0;
}

#forums .topicActions {
    float: right;
    padding-top: 6px;
    height: 20px;
}

#forums .topicAction {
    cursor: pointer;
    float: left;
    height: 16px;
    margin: 0 8px 0 0;
    position: relative;
}

#forums #innerOverlay {
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 600;
    cursor: wait;
}

#forums #topicFlag {
    color: #ff0030;
    font-size: 9px;
    line-height: normal;
    text-align: center;
    padding-top: 15px;
    white-space: nowrap;
    overflow: visible;
}

#forums #editTopicTitle {
    padding: 0 10px 0 32px;
    background-image: url(https://pmtexags-a.akamaihd.net/web/themes/svg/pencil-small-grey-3.svg);
    background-position: 10px center;
    background-repeat: no-repeat;
}


#forums .modButton {
    display: block;
    cursor: pointer;
    float: left;
    font-weight: 600;
    height: 34px;
    line-height: 34px;
    text-align: right;
    width: auto;
    border-right: 2px solid #333;
    color: #fff;
}

#forums .modButtonUp {
    color: #fff;
}

#forums .modButtonUp:hover {
    background-color: #777;
}

#forums .modButtonDown {
    background-color: #777;
}

#forums .modButtonDown:hover {
    background-color: #484848;
}


#forums .modTools {
    background: #484848;
    height: 34px;
    overflow: visible;
    padding: 0 0 0 6px;
}

#forums .modButtonOld {
    border: 0px;
    display: block;
    border-radius: 2px;
    cursor: pointer;
    float: left;
    font-weight: 600;
    height: 26px;
    line-height: 26px;
    margin: 0 7px 0 0;
    text-align: right;
    width: auto;
}

#forums .modButtonUpOld {
    background-color: #fff;
    color: #333333
}

#forums .modButtonUpOld:hover {
    background-color: #eaeaea;
}

#forums .modButtonDownOld {
    background-color: #666;
    color: #eee;
}

#forums .modButtonDownOld:hover {
    background-color: #7a7a7a;
}

#forums .modToolsOld {
    background: #333;
    height: 26px;
    overflow: visible;
    padding: 7px 0 7px 8px;
}

#forums #cancelTitle, 
#forums #saveTitle {
    float: left;
    padding: 0 8px;
}

#forums #deletePosts,
#forums #deleteTopic {
    padding: 0 10px 0 30px;
}

#forums #lockTopic {
    padding: 0 10px 0 30px;
}

#forums #deletePosts.modButtonUp,
#forums #deleteTopic.modButtonUp {
    background-image: url(https://pmtexags-a.akamaihd.net/web/themes/svg/trash-small-white.svg);
    background-position: 10px center;
    background-repeat: no-repeat;
}

#forums #deletePosts.modButtonDown,
#forums #deleteTopic.modButtonDown {
    background-image: url(https://pmtexags-a.akamaihd.net/web/themes/svg/trash-small-white.svg);
    background-position: 10px center;
    background-repeat: no-repeat;
}

#forums #lockTopic.modButtonDown {
    background-image: url(https://pmtexags-a.akamaihd.net/web/themes/svg/lock-small-white.svg);
    background-position: 10px center;
    background-repeat: no-repeat;
}

#forums #lockTopic.modButtonUp {
    background-image: url(https://pmtexags-a.akamaihd.net/web/themes/svg/lock-small-white.svg);
    background-position: 10px center;
    background-repeat: no-repeat;
}

#forums #stickyTopic {
    padding: 0 10px 0 30px;
}

#forums #stickyTopic.modButtonUp {
    background-image: url(https://pmtexags-a.akamaihd.net/web/themes/svg/thumbtack-small-white.svg);
    background-position: 10px center;
    background-repeat: no-repeat;
}

#forums #stickyTopic.modButtonDown {
    background-image: url(https://pmtexags-a.akamaihd.net/web/themes/svg/thumbtack-small-white.svg);
    background-position: 10px center;
    background-repeat: no-repeat;
}

#forums #moveList {
    font: 13px 'Open Sans';
    float: left;
    height: 22px;
    margin: 6px 2px 0 7px;
    padding-left: 5px;
    min-width: 200px;
    max-width: 250px;
}

#forums #moveTopic {
    padding: 0 5px;
}

#forums #tagTopic {
    margin-right: 0;
    width: 30px;
    background-image: url(https://pmtexags-a.akamaihd.net/web/themes/svg/tag-small-grey-3.svg);
    background-position: center;
    background-repeat: no-repeat;
}

#forums .disabled {
    color: #666;
    cursor: default !important;
}

#forums .disabled:hover {
    background: #484848 !important;
}

#forums #flagMenu {
    line-height: normal;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.25);
}

#forums .squareClickMenu {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-top: 0 !important;
}

#forums .clickMenu {
    background: #fff;
    border-radius: 3px;
    box-sizing: border-box;
    position: absolute;
    font-weight: normal;
    line-height: normal;
    z-index: 500;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.25);
}

#forums #modFlagMenu {
    font-size: 13px;
    padding: 10px;
}

#forums .greyButton {
    background: #eee;
    border-radius: 3px;
    box-sizing: border-box;
    color: #666;
    cursor: pointer;
    display: inline-block;
    padding: 8px 10px;
    font-weight: 600;
    text-align: center;
}

#forums .pageMenuItem {
    color: #666;
    font-weight: 600;
    padding: 3px 10px;
    text-decoration: none;
    display: block;
}

#forums .stickyHour,
#forums .flagReason,
#forums .actionReason {
    color: #666;
    cursor: pointer;
    display: block;
    font-size: 12px;
    padding: 3px 10px;
    text-decoration: none;
}

#forums .flagReason:hover {
    background-color: #ff0030;
    color: #fff;
}

#forums .stickyHour:hover,
#forums .pageMenuItem:hover,
#forums .actionReason:hover {
    background-color: #5e0025;
    color: #fff;
}
/*** end content column ***/


/*** User Badges ***/
#forums .userLevel {
    height: 16px;
    width: 16px;
    position: relative;
    top: 2px;
}

.ul1 {
    background-image: url(https://pmtexags-a.akamaihd.net/web/themes/svg/status-rookie.svg)    
}

.ul4 {
    background-image: url(https://pmtexags-a.akamaihd.net/web/themes/svg/status-veteran.svg)    
}

.ul5 {
    background-image: url(https://pmtexags-a.akamaihd.net/web/themes/svg/status-pro.svg)    
}

.ul6 {
    background-image: url(https://pmtexags-a.akamaihd.net/web/themes/svg/status-allstar.svg)    
}

.ul7 {
    background-image: url(https://pmtexags-a.akamaihd.net/web/themes/svg/status-halloffamer.svg)    
}

.ul8 {
    background-image: url(https://pmtexags-a.akamaihd.net/web/themes/svg/status-legend.svg)    
}

.ub2 {
    background-image: url(https://pmtexags-a.akamaihd.net/web/forums/badges/bbqteam.gif)
}

.ub3 {
    background-image: url(https://pmtexags-a.akamaihd.net/web/forums/badges/fifthc.gif)
}

.ub4 {
    background-image: url(https://pmtexags-a.akamaihd.net/web/forums/badges/tamu.png)
}

.ub5 {
    background-image: url(https://pmtexags-a.akamaihd.net/web/forums/badges/goblet.gif)
}

.ub6 {
    background-image: url(https://pmtexags-a.akamaihd.net/web/forums/badges/coachtag.gif)
}

.ub7 {
    background-image: url(https://pmtexags-a.akamaihd.net/web/forums/badges/star-badge.svg);
    width: 16px !important;
}

#forums .userBadges {
    margin-top: 6px;
    float: left;
    font-size: 0;
}

#forums .postUsername:hover {
    text-decoration: underline;
}

#forums .postUsername:visited,
#forums .postUsername:active,
#forums .postUsername:link,
#forums .postUsername {
    color: #000;
    display: block;
    float: left;
    padding-right: 5px;
    font-size: 14px;
}

#forums .newPostDate {
    color: #999;
    font-size: 10px;
    font-weight: 600;
    float: right;
}

#forums .userBadge {
    background-repeat: no-repeat;
    background-position: center;
    height: 20px;
    float: left;
    width: 20px;
}

#forums .userTag {
    background-repeat: no-repeat;
    float: left;
    cursor: default;
    margin-right: 2px;
}

#forums .agTag {
    height: 14px;
    width: 21px;
    background-image: url(https://pmtexags-a.akamaihd.net/web/themes/svg/agtag.svg);
    margin-top: 3px;
}


#forums .ringTag {
    height: 15px;
    width: 18px;
    background-image: url(https://pmtexags-a.akamaihd.net/web/themes/svg/aggiering.svg);
    margin-top: 3px;
}

#forums .donorTag {
    height: 16px;
    width: 14px;
    background-image: url(https://pmtexags-a.akamaihd.net/web/themes/svg/12thman.svg);
    margin-top: 3px;
}

#forums .sponsorTag,
#forums .staffTag {
    height: 14px;
    /*
    width: 16px;
    background-image: url(https://pmtexags-a.akamaihd.net/web/themes/svg/status-staff.svg);
        */
    font-size: 10px;
    color: #fff;
    margin-top: 3px;
    background: #666;
    border-radius: 8px;
    padding: 0 6px;
    line-height: 14px;
    font-weight: 400;
    letter-spacing: 0.03em;
}


#forums .spiritTag {
    height: 16px;
    width: 16px;
    background-image: url(https://pmtexags-a.akamaihd.net/web/themes/svg/spirittag.svg);
    margin-top: 2px;
}

#forums #postsPage {
    /*border: 1px solid #ccc;*/
}

#forums .stars200 {
    height: 12px;
    width: 12px;
    background: url(https://pmtexags-a.akamaihd.net/web/themes/svg/stars-small-bronze.svg) no-repeat top left;
}

#forums .stars300 {
    height: 12px;
    width: 24px;
    background: url(https://pmtexags-a.akamaihd.net/web/themes/svg/stars-small-silver.svg) repeat-x top left;

}

#forums .stars400 {
    height: 12px;
    width: 36px;
    background: url(https://pmtexags-a.akamaihd.net/web/themes/svg/stars-small-gold.svg) repeat-x top left;
}

#forums .userStars {
    float: left;
    position: relative;
    top: 4px;
    margin-left: 1px;
}
/*** end User Badges ***/

/*** sideBar ***/
#forums #sideBar {
    float: right;
    width: 300px;
}

#forums #sideBarSlim {
    float: right;
    width: 160px;
}


#forums #premiumLogo {
    height: 50px;
    margin: 0 auto 20px auto;
    width: 200px;
}

#forums .sideModule {
    margin-top: 20px;
    width: 100%;
}

#potd {
    background: #fff;
    border-radius: 3px 3px 0 0;
    font-size: 14px;
}

#potd .header {
    background: #3480c7;
    border-radius: 3px 3px 0 0;
    color: #fff;
    overflow: auto;
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 600;
}

#potd #pastWinners:hover {
    text-decoration: underline;
}

#potd #pastWinners {
    color: #adc5df;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

#potd #nominees {
    background: #fff;
    max-height: 384px;
    
    border-top: 0;
}

#potd .nomineeRight {
    float: right;
    position: relative;
}

#potd .blackLink {
    color: #3480c7;
}

#potd .blueLink {
    color: #327cbb;
}

#postPreview .post .previewClose {
    float: right;
    position: relative;
    right: -5px;
    top: 5px;
    font-weight: 700;
    display: block;
    cursor: pointer;
    color: #666;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    height: 26px;
    width: 15px;
}

#postPreview .postFooter {
    padding-bottom: 10px;
}

#postPreview .post .previewClose:hover {
    color: #999;
}

#postPreview {
    background: #fff;
    position: fixed;
    min-height: 100px;
    max-height: 650px;
    width: 800px;    
    top: 50%;
    left: 50%;
    margin-left: -400px;
    border-radius: 3px;
    z-index: 1001;
    visibility: hidden;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.25);
}

#postPreviewOverlay {
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    cursor: pointer;
    position: fixed;
}

/*
#potd .tail {
    position: absolute;
    left: 660px;
    z-index: 11;
    top: 51px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 16px;
    border-color: transparent transparent transparent #fff;
}

#potd .tailBorder {
    position: absolute;
    left: 660px;
    z-index: 10;
    top: 50px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 18px;
    border-color: transparent transparent transparent #ccc;
}
*/

#potd .noScroll,
#potd .scroll {
    overflow: hidden;
}

#potd .scroll:hover {
    overflow-y: scroll;
}

#potd .nominee:hover {
    /*background: #ecfaff;*/
    background: #f9f9f9;
}

#potd .nominee {
    padding: 10px 0 10px 10px;
    overflow: hidden;
}

#potd .border {
    border-top: 1px solid #e8e8e8;
}

#potd .noNominees {
    padding: 15px;
}

#potd .nomineeSide {
    width: 30px;
    float: left;
    padding-top: 1px;
}

#potd .nomineeMagnify {
    height: 20px;
    width: 20px;
    background: url("https://pmtexags-a.akamaihd.net/web/themes/svg/magnify-small-grey-b.svg") no-repeat left center;
    cursor: pointer;
}

#potd .nomineeMagnify:hover {
    background: url("https://pmtexags-a.akamaihd.net/web/themes/svg/magnify-small-navy.svg") no-repeat left center;
}

#potd .nomineeName {
    display: inline-block;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
}

#potd .nomineeForum {
    font-size: 10px;
    font-weight: 600;
    color: #999;
}

#potd .nomineeTopic {
    font-size: 14px;
    font-weight: 600;
    padding: 2px 0;
    color: #333;
}

#potd .nomineeTopicLink {
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    display: block;
    width: 190px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#potd .greyLink {
    color: #333;
}

#potd .previewPost {
    border: 0 !important;
}

#potd .blueStar {
    height: 20px;
    position: absolute;   
    top: 0;
    right: 15px;
    background: url("https://pmtexags-a.akamaihd.net/web/themes/svg/star-small-blue.svg") no-repeat left center;
    width: 17px;
}

#potd .largeStarCount {
    position: absolute;   
    top: 0;
    right: 35px;
    color: #3480c7;
    font-size: 15px;
    font-weight: 700;
}

#potd .previewStarCount {
    color: #3480c7;
    float: left;
}
/*** end sideBar ***/


/*** new post ***/
#forumsNew {
    position: relative;
    border-radius: 3px;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.25);
    margin: 20px;
}

#forumsNew textarea,
#forumsNew input {
    font-family: 'Open Sans', sans-serif;
    resize: none;
}

#forumsNew #newHeader {
    background: #5e0025;
    color: #fff;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 3px 3px 0 0;
    position: relative;
}

#newTags {
    float: left;
    width: 210px;
    margin: 0 0 0 100px;
    position: relative;
    top: -3px;
}

#newTags select {
    margin: 0 0 5px 0;
}

#forumsNew #newError {
    color: #f00;
    font-weight: 600;
    margin-left: 100px;
    margin-bottom: 15px;
    clear: both;
}

#forumsNew .newMaxMin {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    position: absolute;
    right: 35px;
    top: 4px;
    display: inline-block;
    cursor: pointer;
    width: 30px;
    text-align: center;
}

#forumsNew .newClose {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    position: absolute;
    right: 10px;
    top: 4px;
    display: inline-block;
    cursor: pointer;
    width: 30px;
    text-align: center;
}

#forumsNew .newMaxMin:hover,
#forumsNew .newClose:hover {
    color: #aaa;
}

#forumsNew #newContent {
    padding: 20px;
    overflow: auto;
    background: #fff;
    border-radius: 0 0 3px 3px;
}

#forumsNew #newControls {
    height: 40px;
    width: 766px;
}

#forumsNew .labelField {
    overflow: auto;
    margin-bottom: 15px;
}

#forumsNew #newBody {
    overflow: visible !important;
}

#forumsNew .tallField {
    
}

#forumsNew .shortField {
    height: 250px;
}

#forumsNew .label {
    float: left;
    font-weight: 700;
    width: 13%;
}

#forumsNew .field {
    float: right;
    width: 87%;
    text-align: left;
}

#forumsNew .button {
    color: #fff;
    cursor: pointer;
    float: right;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 150px;
}

#forumsNew .disabledButton {
    background: #e9e9e9 !important;
    color: #ccc;
}

#forumsNew #cancel {
    background: #c0c0c0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

#forumsNew #submit:hover {
    background: #72002e;
}

#forumsNew #cancel:hover {
    background: #b6b6b6;
}

#forumsNew #submit {
    background: #5e0025;
    border: 0;
    border-radius: 0 3px 3px 0;
    font-size: 16px;
    padding: 0;
    -webkit-appearance: none;
}

#forumsNew .icon {
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    display: inline-block;
    height: 27px;
    width: 27px;
}

#forumsNew .fadedIcon {
    height: 100%;
    width: 100%;
    cursor: default;
    background-color: rgba(255, 255, 255, 0.8);
}

#forumsNew .activeIcon {
    border-radius: 3px;
}

#forumsNew .selected,
#forumsNew .activeIcon:hover {
    background-color: #dedede;
}

#forumsNew .newTitle {
    width: 99%;
}

#forumsNew .newBody {
    box-sizing: border-box;
    width: 666px;
    height: 300px;
    padding: 10px;
}

#forumsNew .shortBody {
    box-sizing: border-box;
    width: 99%;
    height: 200px;
    padding: 10px;
}

#forumsNew .staffMessage {
    box-sizing: border-box;
    width: 99%;
    height: 100px;
    padding: 10px;
}

#forumsNew #newOptions {
    margin-top: -10px;
    margin-left: 95px;
    float: left;
    position: relative;
}

#forumsNew .check {
    height: 16px;
    width: 16px;
    position: relative;
    top: 4px;
}

#forumsNew .checkLabel {
    font-size: 13px;
    font-weight: 600;
}

#forumsNew .input-validation-error {
    border: 1px solid #ff0000 !important;
    background-color: #ffeeee !important;
    color: #000 !important;
}

.no-close .ui-dialog-titlebar-close  {
    display: none;
}

#forumsDialog .ui-dialog-titlebar {
    display: none;
}

#forumsDialog .ui-dialog-content {
    position: relative;
    overflow: auto;
}

#forumsDialog .ui-resizable-handle {
    display: none;
}

.ui-widget-overlay {
    background: #000;
    opacity: .70;
    filter: Alpha(Opacity=70);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-dialog {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    outline: 0;
    border-radius: 3px;
}

.ui-front {
    z-index: 99999;
}


.ui-helper-clearfix {
    min-height: 0;
    /* support: IE7; */
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}






/*** Forum listing ***/
#forums .groupTitle {
    display: block;
    background: #333;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    padding: 0 15px 2px 15px;
    line-height: 50px;
}

#forums .groupContainer {
    overflow: auto;
    background: #fff;
    position: relative;
}

#forums .leftColumn {
    position: absolute;
    left: 0;
    width: 50%;
}

#forums .middleColumn {
    position: absolute;
    left: 50%;
    width: 32%;
    text-align: center;
}

#forums .rightColumn {
    float: right;
}

#forums .columnHeadings {
    background: #e8e8e8;
    color: #757575;
    box-sizing: border-box;
    font-size: 12px;
    overflow: auto;
}

#forums .columnHeading {
    padding: 10px 15px;
    box-sizing: border-box;
}

#forums .forumColumn {
    padding-left: 15px;
}

#forums .sponsorColumn {
}

#forums .sponsorLogoLink {
    display: block;
    height: 50px;
}

#forums .middle-outer {
    font: 0/0 a;
}

#forums .middle-inner {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    font-family: 'Open Sans', sans-serif;
}

#forums .middle-outer:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

#forums .sponsorLogo {
    max-width: 180px;
}

#forums .forumTitle:hover {
    text-decoration: underline !important;
}

#forums .editReturn {
    font-size: 15px;
    font-weight: 600;
    margin-top: 7px;    
    color: #292929;
}

#forums .forumTitle:visited,
#forums .forumTitle:active,
#forums .forumTitle:link,
#forums .forumTitle {
    float: left;
    font-size: 15px;
    font-weight: 600;
    margin-top: 7px;    
    color: #292929;
}

#forums .listingTotal {
    color: #adadad;
    font-size: 11px;
}

#forums .forumBadges {
    float: left;
    margin-top: 12px;
    margin-left: 6px;
}

#forums .forumAgTag {
    height: 14px;
    width: 21px;
    background-image: url(https://pmtexags-a.akamaihd.net/web/themes/svg/agtag.svg);
}

#forums .forumBadge {
    float: left;
    margin-right: 4px;
}

#forums .forumDescription {
    color: #adadad;
    font-size: 11px;
    width: 100%;
    margin-top: 28px;
    position: absolute;
}

#forums .forumRow {
    overflow: auto;
    border-bottom: 1px solid #eaeaea;
    height: 50px;
}

#forums .listingLast {
    color: #3e3e3e;
    font-size: 14px;
    margin-top: 8px;
}

#forums .infoColumn {
    text-align: right;
    padding-right: 15px;
}

#forums .listingContent {
    margin-top: 20px;
}

#forums #largeContainer {
    position: fixed;
    z-index: 1001;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background: rgba(0,0,0,0.6);
}

#forumslargeImage {
    max-width: 93%;
    max-height: 96%;
    position: relative;
    top: 50%;
    padding: 20px;
    background-color: #000;
    box-sizing: border-box;
}

.forumsBlockUI {
    background: #000;
    opacity: 0.7 !important;
}

#forums .blockedImage {
    background: #2a2a2a;
    cursor: pointer;
    color: #fff;
    text-align: center;
    height: 120px;
    width: 300px;
    padding-top: 80px;
}


#potdPage {
    width: 980px;
    margin: 0 auto;
    padding-top: 25px;
    font-size: 13px;
}

#watchlist .watchlistSwitch,
#potdPage .potdSwitch {
    margin-top: 0px !important;
}

#potdPage h1 {
    font-size: 22px;
    font-weight: 600;
    display: inline-block;
}

#potdPage #options {
    float: right;
    padding-top: 3px;
}

#potdPage #forumsSelect {
    float: left;
    padding: 5px;
    margin-right: 20px;
    height: 30px;
}

#potdPage #header {
    position: relative;
}

#watchlist .watchlistForumsList,
#potdPage .potdForumsList {
    left: 0 !important;
    top: 30px !important;
}

#potdPage #pager {
    float: right;
}

#potdPage #currentPage {
    float: left;
    background: #fff;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding: 0 10px;
}

#potdPage .pageButton:hover {
    background-color: #d1d1d1;
}

#potdPage .pageButton {
    display: block;
    background-color: #c1c1c1;
    float: left;
    height: 30px;
    width: 30px;
}

#potdPage #next {
    background-image: url("https://pmtexags-a.akamaihd.net/web/themes/svg/page-next-small-white.svg");
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 1px;
    border-radius: 0 3px 3px 0;
}

#potdPage #previous {
    background-image: url("https://pmtexags-a.akamaihd.net/web/themes/svg/page-previous-small-white.svg");
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 1px;
    border-radius: 3px 0 0 3px;
}

#potdPage .noNext {
}

#potdPage .noPrevious {

}

#potdPage #content {
    padding: 30px 0;
    clear: both;
}

#potdPage #listHeader {
    background: #327cbb;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    border-radius: 3px 3px 0 0;
}

#potdPage .columnHeader {
    float: left;
}

#potdPage #rankHeader {
    width: 70px;
    text-align: center;
    float: left;
}

#potdPage #forumHeader {
    width: 70px;
    text-align: center;
    float: left;
}

#potdPage .rankColumn {
    width: 70px;
    text-align: center;
    float: left;
    font-weight: bold;
    font-size: 20px;
    color: #333;
}

#potdPage .initials {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    margin: 0 auto;
}

#potdPage .initials {
    text-decoration: none;
}

#potdPage .blueInitials {
    background: #bdd2e5;
    color: #333;
}

#potdPage .whiteInitials {
    background: #e5e5e5;
    color: #333;
}

#potdPage .forumColumn {
    width: 70px;
    text-align: center;
    float: left;
    padding-top: 5px;
}

#potdPage #userHeader {
    width: 170px;
    text-align: left;
    float: left;
}

#potdPage .userColumn {
    width: 170px;
    text-align: left;
    float: left;
}

#potdPage #topicHeader {
    text-align: left;
    float: left;
}

#potdPage .topicColumn {
    text-align: left;
    float: left;
}

#potdPage #countHeader {
    width: 70px;
    text-align: right;
    float: right;
    padding-right: 20px;
}

#potdPage .countColumn {
    width: 70px;
    text-align: right;
    float: right;
    font-size: 16px;
    color: #357cbc;
}

#potdPage .row {
    height: 40px;
    line-height: 40px;
    position: relative;
}

#potdPage .blueRow {
    background: #ddedfc;
}

#potdPage .whiteRow {
    background: #fff;
    border-bottom: 1px solid #eee;
}

#potdPage #noPosts {
    text-align: center;
    line-height: 40px;
}

#potdPage .topThreeText {
    font-weight: 600;
}

#potdPage .topThreeStars {
    font-weight: 700;
}

#potdPage .blueStar {
    background: url("https://pmtexags-a.akamaihd.net/web/themes/svg/star-small-blue.svg") no-repeat left center;
    width: 17px;
    margin-right: 18px;
    margin-left: 5px;
    height: 40px;
    float: right;
}

#potdPage .icon {
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    height: 20px;
    width: 20px;
    margin: 10px 10px 0 5px;
}

#potdPage .hiddenExpand {
    float: left;
    height: 21px;
    width: 21px;
}

#potdPage .expand {
    float: left;
    height: 21px;
    width: 21px;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    position: relative;
    top: 9px;
    cursor: pointer;
}

#potdPage .blueExpand {
    border: 1px solid #bed3e6;
    background: #e9f6fe;
}

#potdPage .whiteExpand {
    border: 1px solid #e7e7e7;
}

#potdPage .expandVertical {
    border-left: 1px solid #cdcdcd;
    position: relative;
    width: 1px;
    left: 10px;
    height: 13px;
    top: 4px;
}

#potdPage .expandHorizontal {
    position: relative;
    border-bottom: 1px solid #cdcdcd;
    height: 1px;
    top: -4px;
    width: 13px;
    left: 4px;
}

#potdPage .post {
    padding: 5px 222px 15px 0;   
    border-bottom: 1px solid #eee;
}

#potdPage .post img {
    max-width: 780px;
}

#potdPage .bluePost {
    background: #ddedfc;
}

#potdPage .whitePost {
    background: #fff;
}


#potdPage #overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    cursor: wait;
    z-index: 50;
}

#potdPage .postContent {
    margin-left: 140px;
}

#potdPage .date {
    color: #999;
    font-size: 10px;
    font-weight: 600;
    padding-bottom: 20px;
}

#potdPage .postIcon {
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: 6px;
    left: -2px;
    display: inline-block;
    height: 20px;
    width: 20px;
}

#potdPage .topicTitle:hover {
    text-decoration: underline;
}

#potdPage .topicTitle {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#potdPage .postBody {
    padding-bottom: 8px;
    line-height: 1.5em;
    font-size: 14px;
}

#potdPage .postBlueStar {
    background: url("https://pmtexags-a.akamaihd.net/web/themes/svg/star-small-blue.svg") no-repeat left top;
}

#potdPage .postGreyStar {
    background: url("https://pmtexags-a.akamaihd.net/web/themes/svg/star-small-grey-d.svg") no-repeat left top;
}

#potdPage .postGreyStarFlat {
    cursor: default;
}

#potdPage .postStar {
    width: 17px;
    margin-right: 2px;
    display: inline-block;
    height: 16px;
    width: 16px;
    cursor: pointer;
    position: relative;
    top: 2px;
}

#potdPage .postStarCount {
    color: #3480c7;
}

#potdPage a.postGreyStar:hover,
#potdPage a.postBlueStar:hover {
    background: url("https://pmtexags-a.akamaihd.net/web/themes/svg/star-small-grey-b.svg") no-repeat left top;
}

#potdPage .post blockquote {
    margin: 10px 0 5px 0;
    padding: 15px 20px;
}


#potdPage .post blockquote hr {
    display: none;
}

#potdPage .whitePost blockquote {
    background: #eee;
}

#potdPage .whitePost blockquote font {
    color: #999;
}

#potdPage .bluePost blockquote {
    background-color: #a6c7e0;
}

#potdPage .bluePost blockquote font {
    color: #222;
}



#potdPage .post blockquote font {
    display: block;
    font-size: 11px !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 3px;
}

#potdPage .post blockquote font:first-letter {
    text-transform: capitalize;
}

#potdPage .postStars {
    padding-bottom: 15px;
}

#modUser .goTo,
#modDashboard .goToPost,
#forums .goToPost,
#modRecent .goToPost,
#potdPage .goToPost {
    border-radius: 3px;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

#potd .goToPost {
    margin-top: 10px;
}

#potdPage .bluePost .goToPost:hover {
    background: #f8f8f8;
}

#potdPage .bluePost .goToPost {
    background: #fff;
    color: #367cba;
    border: 1px solid #c5d8e7;
}

#modUser .goTo:hover,
#modRecent .goToPost:hover,
#modDashboard .goToPost:hover,
#postPreview .post .goToPost:hover,
#potdPage .whitePost .goToPost:hover {
    background: #efefef;
}

#modUser .goTo,
#modDashboard .goToPost,
#modRecent .goToPost,
#postPreview .post .goToPost,
#potdPage .whitePost .goToPost {
    background: #fdfdfd;
    color: #888;
    border: 1px solid #ccc;
}

#modUser #userSearch {
    float: right;
    padding: 5px 10px;
    font-family: 'Open Sans', sans-serif;
}

#modUser .emptyUserSearch {
    float: none !important;
    padding: 5px 10px;
    font-family: 'Open Sans', sans-serif;
    display: block;
    width: 500px;
}


/*** jgo ***/
#forums .roundedLeft {
    border-radius: 3px 0 0 3px;
}

#forums .roundedFull {
    border-radius: 3px;
}

#forums .roundedRight {
    border-radius: 0 3px 3px 0;
}


#forums .switchGrey {
    background-color: #999999;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("https://pmtexags-a.akamaihd.net/web/themes/svg/forums-switch-white.svg");
    border-radius: 3px;
}

#forums a.switchGrey:hover {
    background-color: #aaaaaa;
}


#forums .switchWhite {
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("https://pmtexags-a.akamaihd.net/web/themes/svg/forums-switch-grey-9.svg");
    border-radius: 3px 3px 0 0;
    z-index: 11;
}

#forums a.switchWhite:hover {
    background-color: #ffffff;
}

#forums #topics,
#forums #posts {
    border-radius: 3px;
}

#forums #topics #header .left,
#forums #posts #header .left {
    border-radius: 3px 0 0 0;
}

#forums #topics #header,
#forums #posts #header {
    border-radius: 3px 3px 0 0;
}

#forums #topics #footer,
#forums #posts #footer {
    border-radius: 0 0 3px 3px;
}

#forums #topics #footer #toTop,
#forums #posts #footer #toTop {
    border-radius: 0 0 3px 0;
}

#forums #forumsList {
    border-radius: 0 3px 3px 3px;
}

#forums #topics .topic {
    
}


#forums #forumsList {
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.25);
    top: 40px;
    left: 15px;
}

#forums #container {
    position: relative;
    padding: 0 15px;
}



#forums #topics,
#forums #posts {
    position: relative;
}

#forums #posts #header .pager a:hover,
#forums #topics #header a:hover {
    background-color: #d2d2d2;
}

#forums #header a.first {
    background: url("https://pmtexags-a.akamaihd.net/web/themes/svg/page-first-small-white.svg") no-repeat center 7px;
}

#forums #header a.last {
    background: url("https://pmtexags-a.akamaihd.net/web/themes/svg/page-last-small-white.svg") no-repeat center 7px;
}

#forums #header a.next {
    background: url("https://pmtexags-a.akamaihd.net/web/themes/svg/page-next-small-white.svg") no-repeat center 7px;
    margin-right: 1px;
}

#forums #header a.previous {
    background: url("https://pmtexags-a.akamaihd.net/web/themes/svg/page-previous-small-white.svg") no-repeat center 7px;
    margin-left: 1px;
}

#forums #header .currentFirst {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

#forums .notCached {
    color: #ff0030;
    font-weight: 700;
}

#forums #header .currentLast {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}


#forums #header a.next {
    border-radius: 0 3px 3px 0;
}

#forums #header a.previous {
    border-radius: 3px 0 0 3px;
}

#forums #header a.first {
    border-radius: 3px 0 0 3px;
}

#forums #header a.last {
    border-radius: 0 3px 3px 0;
}

#forums #header .customCheck {
    position: relative;
    float: left;
    margin-left: 10px;
}

#forums #header .checkBar {
    width: 30px;
    height: 16px;
    margin: 14px 0 0 10px;
    float: left;
    border-radius: 8px;
    position: relative;
    background: #d3d3d3;
    cursor: pointer;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bdbdbd), to(#d3d3d3));
    background: -webkit-linear-gradient(top, #bdbdbd, #d3d3d3);
    background: -moz-linear-gradient(top, #bdbdbd, #d3d3d3);
    background: -ms-linear-gradient(top, #bdbdbd, #d3d3d3);
    background: -o-linear-gradient(top, #bdbdbd, #d3d3d3);
}

#forums #header .filterCheck {
    position: absolute;
    visibility: hidden;
}

#forums #header input[type=checkbox]:checked ~ .checkBar {
    background-color: #5e0428;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#39141a), to(#5e0428));
    background: -webkit-linear-gradient(top, #39141a, #5e0428);
    background: -moz-linear-gradient(top, #39141a, #5e0428);
    background: -ms-linear-gradient(top, #39141a, #5e0428);
    background: -o-linear-gradient(top, #39141a, #5e0428);
}

#forums #header .customCheck label {
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-o-transition: all .1s ease;
	-ms-transition: all .1s ease;
	transition: all .1s ease;
	cursor: pointer;
	position: absolute;
	top: 16px;
	left: 12px;
	background: #f0f0f0;
    z-index: 2;
}

#forums #header .customCheck input[type=checkbox]:checked ~ label {
	left: 25px;
}

#forums #largePager a.previous:hover,
#forums #largePager a.next:hover  {
    background-color: #aaa;
}

#forums #largePager a.first:hover,
#forums #largePager a.last:hover  {
    background-color: #bbb;
}

#forums #largePager a.previous {
    background: url("https://pmtexags-a.akamaihd.net/web/themes/svg/page-previous-white.svg") no-repeat center center;
}

#forums #largePager a.next {
    background: url("https://pmtexags-a.akamaihd.net/web/themes/svg/page-next-white.svg") no-repeat center center;
}

#forums #largePager a.first {
    background: #999 url("https://pmtexags-a.akamaihd.net/web/themes/svg/page-first-white.svg") no-repeat center center;
}

#forums #largePager a.last {
    background: #999 url("https://pmtexags-a.akamaihd.net/web/themes/svg/page-last-white.svg") no-repeat center center;
}

#forums #toTop {
    background: #371117 url("https://pmtexags-a.akamaihd.net/web/themes/svg/page-top-small-white.svg") no-repeat center center;
    display: block;
    background-size: auto 14px;
}

#forums #toTop:hover {
    background-color: #482228;
}

#forums #largePager {
    background: #999;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    position: relative;    
    width: 100%;
}

#forums #largePager .currentPage {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 50px;
    left: 0;
    top: 0;
}

#forums #largePager .pageButton {
    background: #bbb;
    cursor: pointer;
    display: block;
    height: 50px;
    width: 50px;
}

#forums #largePager .previous,
 #forums #largePager .first {
    float: left;        
}

#forums #largePager .next,
#forums #largePager .last {
    float: right;
}

#forums #largePager .pagerButtons {
    position: absolute;
    width: 100%;
}

#forums #largePager #textPageHolder {
    margin: 0 50%;
    width: 300px;
    position: absolute;
    left: -150px;
}

#forums #currentPageHolder {
    background: #eee;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    color: #666;
    text-align: center;
    margin: 0 50%;
    width: 160px;
    position: absolute;
    left: -80px;
    top: 12px;
    line-height: normal;
    padding: 4px 0;
}


#forums .topicViews {
    padding: 0 0 0 18px;
    background: url("https://pmtexags-a.akamaihd.net/web/themes/svg/eyeball-grey-9.svg") no-repeat left 3px;
    left: 84px;
    position: absolute;
    top: 9px;
}

#forums .topic {
    overflow: hidden;
}

#forums .topic:hover {
    /*background: #fafafa;*/
}

#forums a.postAction {
    display: block;
    height: 18px;    
}

#forums .postGreyStarFlat {
    background: url("https://pmtexags-a.akamaihd.net/web/themes/svg/star-small-grey-d.svg") no-repeat left top;
    float: left;
    width: 17px;
    margin-right: 4px;
    width: 16px;
    height: 16px;    
}

#forums .postActions a.postReply {
    background: url("https://pmtexags-a.akamaihd.net/web/themes/svg/reply-small-grey-b.svg") no-repeat left 2px;
    width: 15px;
    margin-right: 11px;
}

#forums .postActions a.postQuote {
    background: url("https://pmtexags-a.akamaihd.net/web/themes/svg/quote-small-grey-b.svg") no-repeat left 2px;
    width: 14px;
    margin-right: 11px;
}

#forums .postActions a.nextStaff {
    background: url("https://pmtexags-a.akamaihd.net/web/themes/svg/staff-arrow-small-grey-b.svg") no-repeat left 2px;
    width: 19px;
    margin-right: 11px;
}

#forums .postActions a.postGreyStar {
    background: url("https://pmtexags-a.akamaihd.net/web/themes/svg/star-small-grey-b.svg") no-repeat left top;
    width: 17px;
    margin-right: 4px;
}


#forums .vanillaPost .postActions a.postReply {
    background: url("https://pmtexags-a.akamaihd.net/web/themes/svg/reply-small-grey-d.svg") no-repeat left 2px;
}

#forums .vanillaPost .postActions a.postQuote {
    background: url("https://pmtexags-a.akamaihd.net/web/themes/svg/quote-small-grey-d.svg") no-repeat left 2px;
}

#forums .vanillaPost .postActions a.postGreyStar {
    background: url("https://pmtexags-a.akamaihd.net/web/themes/svg/star-small-grey-d.svg") no-repeat left top;
}

#forums .postActions a.postBlueStar {
    background: url("https://pmtexags-a.akamaihd.net/web/themes/svg/star-small-blue.svg") no-repeat left top;
    width: 17px;
    margin-right: 4px;
}

#forums .postActions a.postReply:hover {
    background: url("https://pmtexags-a.akamaihd.net/web/themes/svg/reply-small-grey-b.svg") no-repeat left 2px;
}

#forums .postActions a.postQuote:hover {
    background: url("https://pmtexags-a.akamaihd.net/web/themes/svg/quote-small-grey-b.svg") no-repeat left 2px;
}

#forums .postActions a.postGreyStar:hover,
#forums .postActions a.postBlueStar:hover {
    background: url("https://pmtexags-a.akamaihd.net/web/themes/svg/star-small-grey-b.svg") no-repeat left top;
}

#forums .postControl {
    height: 16px;   
    margin-left: 8px;
}


#forums .postControls a.postEdit {
    background: url("https://pmtexags-a.akamaihd.net/web/themes/svg/pencil-small-grey-b.svg") no-repeat left top;
    width: 16px;
}

#forums .postControls a.postDelete {
    background: url("https://pmtexags-a.akamaihd.net/web/themes/svg/trash-small-grey-b.svg") no-repeat left top;
    width: 13px;
}

#forums .vanillaPost .postControls a.postEdit {
    background: url("https://pmtexags-a.akamaihd.net/web/themes/svg/pencil-small-grey-d.svg") no-repeat left top;
}

#forums .vanillaPost .postControls a.postDelete {
    background: url("https://pmtexags-a.akamaihd.net/web/themes/svg/trash-small-grey-d.svg") no-repeat left top;
}

#forums .postControls a.postEdit:hover {
    background: url("https://pmtexags-a.akamaihd.net/web/themes/svg/pencil-small-grey-b.svg") no-repeat left top;
}

#forums .postControls a.postDelete:hover {
    background: url("https://pmtexags-a.akamaihd.net/web/themes/svg/trash-small-grey-b.svg") no-repeat left top;
}

#forums #tagTopic {
    margin-right: 0;
}

#forums #watchlistToggle {
    
}

#forums a.watchlistRemove {
    background: url("https://pmtexags-a.akamaihd.net/web/themes/svg/watchlist-small-cyan.svg") no-repeat left top;
    width: 27px;
}

#forums a.watchlistRemove:hover {
    /*background: url("https://pmtexags-a.akamaihd.net/web/themes/svg/watchlist-small-grey-7.svg") no-repeat left top;*/
}

#forums a.watchlistAdd {
    background: url("https://pmtexags-a.akamaihd.net/web/themes/svg/watchlist-small-grey-9.svg") no-repeat left top;
    width: 27px;
}

#forums a.watchlistAdd:hover {
    background: url("https://pmtexags-a.akamaihd.net/web/themes/svg/watchlist-small-grey-7.svg") no-repeat left top; 
}

#forums #shareTopic {
    background: url("https://pmtexags-a.akamaihd.net/web/themes/svg/share-small-grey-9.svg") no-repeat left top;
    width: 19px;
}

#forums #shareTopic:hover {
    background: url("https://pmtexags-a.akamaihd.net/web/themes/svg/share-small-grey-7.svg") no-repeat left top;
}

#forums .topicActions .flag {
    background: url("https://pmtexags-a.akamaihd.net/web/themes/svg/flag-small-grey-9.svg") no-repeat left top;
    width: 14px;
}

#forums .topicActions a.flag:hover {
    background: url("https://pmtexags-a.akamaihd.net/web/themes/svg/flag-small-grey-7.svg") no-repeat left top;
}

#forums .topicActions .flagged {
    background: url("https://pmtexags-a.akamaihd.net/web/themes/svg/flag-small-red.svg") no-repeat left top;
    width: 14px;
}

#forums .post .flag {
    background: url("https://pmtexags-a.akamaihd.net/web/themes/svg/flag-small-grey-b.svg") no-repeat left top;
    width: 14px;
}

#forums .post a.flag:hover {
    background: url("https://pmtexags-a.akamaihd.net/web/themes/svg/flag-small-grey-b.svg") no-repeat left top;
}

#forums .vanillaPost a.flag {
    background: url("https://pmtexags-a.akamaihd.net/web/themes/svg/flag-small-grey-d.svg") no-repeat left top;
}

#forums .post .flagged {
    background: url("https://pmtexags-a.akamaihd.net/web/themes/svg/flag-small-red.svg") no-repeat left top;
    width: 14px;
}

#forums .postFlag {
    color: #ff0030;
    font-size: 9px;
    line-height: 42px;
    text-align: center;    
    white-space: nowrap;

}

#forums a.totalReplies:hover
 {
    background-color: #d8d8d8;
}

#forums .topicStats a.newReplies:hover {
    background-color: #999999;
}

#forums .topicStats .tail {
    background: url("https://pmtexags-a.akamaihd.net/web/themes/svg/tail-small-grey-e9.svg") no-repeat left top;
    width: 9px;
    height: 4px;
    position: absolute;
    top: 33px;
    left: 57px;
}

#forums #footer a.backToList {
    cursor: pointer;
    height: 50px;
    width: 50px;
    border-radius: 0 0 0 3px;
    background: #371117 url("https://pmtexags-a.akamaihd.net/web/themes/svg/list-small-white.svg") no-repeat center center;
    display: block;
    position: absolute;
    left: 0;
}

#forums #footer a.backToList:hover {
    background-color: #482228;
}

#forums .maroonbookSignature {
    border-top: 1px solid #ddd;
    padding: 10px 20px;
}

#forums .maroonbookSignature a {
    color: #aaa;
    float: left;
}

#forums .maroonbookSignature .maroonBookLogo {
    float: right;
    height: 17px;
    width: 117px;
    display: block;
    background: url(/content/themes/base/images/maroonbooklogo.png);
}

#forums .groupTitle:first-child
{
    border-radius: 3px 3px 0 0;
}

#forums .groupContainer:last-child {
    border-radius: 0 0 3px 3px;
}

#forums .userColumn {
    width: 195px;
    float: left;
    box-sizing: border-box;
    word-wrap: break-word;
}

#forums .shortUserColumn {
    padding: 0 0 0 15px;
    height: 35px;
    line-height: 35px;
}

#forums .tallUserColumn {
    padding: 10px 0 10px 15px;
    box-sizing: border-box;
}

#forums .post {
    word-wrap: break-word;
    box-sizing: border-box;
}

#forums .post.preview {
    overflow: hidden;
    border-radius: 3px;
}

#forums .oldPostContent {
    color: #333;
    font-size: 13px;
    box-sizing: border-box;
    float: left;
}

#forums .oldPostContent {
    color: #333;
    font-size: 13px;
    box-sizing: border-box;
}

#forums .postWideContent {
    width: 780px;
}

#forums .postSemiWideContent {
    width: 600px;
}

#forums .postBody {
    line-height: 1.5em;
    font-size: 14px;
    padding: 0 20px 10px 0;
}

#forums .oldPostIcon {
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    height: 20px;
    width: 20px;
}

#forums .postHeader {
    height: 35px;
    color: #999;
    font-size: 10px;
    font-weight: 400;
}

#forums .postFooter {
    overflow: visible;
    height: 20px;
}

#forums #largeNewPost,
#forums #largeNewTopic {
    position: absolute;
    height: 50px;
    line-height: 50px;
    left: 0;
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-radius: 0 0 3px 3px;
}

#watchlist {
    width: 980px;
    margin: 20px auto;
    font-size: 14px;
    position: relative;
}

#watchlist h1 {
    font-size: 22px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0;
}

#watchlist .heading {
    background: #40b6db;
    color: #fff;
    text-align: center;
    padding: 9px 0;
    font-weight: 700;
    font-size: 16px;
}

#watchlist .topHeading {
    border-radius: 3px 3px 0 0;
    margin-top: 20px;
}

#watchlist .lastRow {
    border-radius: 0 0 3px 3px;
}

#watchlist .subHeading {
    background: #e5e5e5;
    color: #666;
    font-size: 12px;
}

#watchlist .repliesColumn {
    width: 12%;
}

#watchlist .itemRow {
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    height: 50px;
    line-height: 50px;
}

#watchlist .itemRow .itemColumn {
    float: left;
}

#watchlist .itemRow .blueText {
    color: #40b6db;
}

#watchlist .itemRow .greyText {
    color: #999;
}

#watchlist .subHeading .subHeadingColumn {
    line-height: 30px;
}

#watchlist .itemRow .repliesColumn {
    font-size: 15px;
}

#watchlist .topicColumn {
    width: 53%;
}

#watchlist .itemRow .topicColumn {
    color: #333;
}

#watchlist .forumColumn {
    width: 7%;
    padding-left: 20px;
}

#watchlist .itemRow .forumColumn {
    color: #666;
}

#watchlist .clearColumn,
#watchlist .saveColumn {
    width: 5%;
    text-align: center;
}

#watchlist .subHeading .subHeadingColumn {
    float: left;
}

#watchlist .newButton {
    font-weight: 700;
    float: left;
    height: 32px;
    text-align: center;
    border-radius: 3px;
    line-height: 32px;
    width: 32px;
    top: 9px;
    position: relative;
    display: block;
    left: 18px
}

#watchlist .newPosts {
    background: #aaa;
    color: #fff;
}

#watchlist .newPosts:hover {
    text-decoration: none;
    background: #ccc;
}

#watchlist .newReplies {
    background: #40b6db;
    color: #fff;
}

#watchlist .newReplies:hover {
    text-decoration: none;
    background: #7ac5dd;
}

#watchlist .itemRow .lastPostDateLink {
    max-width: 91%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    height: 20px;
    line-height: 26px;
}

#watchlist .itemRow .lastPostUserLink {
    max-width: 91%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #aaa;
    font-size: 11px;
    line-height: 20px;
    clear: left;
}

#watchlist .itemRow .topicLink {
    max-width: 94%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    display: block;
    float: left;
}

#watchlist .lastPostColumn {
    width: 15%;
}

#watchlist .itemRow .lastPostLink {
    color: #666;
}

#watchlist .itemRow .lastPostLink:hover,
#watchlist .itemRow .topicLink:hover {
    text-decoration: underline;
}

#watchlist .itemRow .lastPostColumn {
    margin-top: 4px;
}

#watchlist .forumInitials {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #e6e6e6;
    text-align: center;
    color: #333;
    position: relative;
    top: 11px;
    float: left;
    margin-right: 10px;
    cursor: pointer;
    display: block;
    text-decoration: none;
}

#watchlist .forumInitials:hover {
    background: #ededed;
    text-decoration: none;
}

#watchlist .button {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #333;
    position: relative;
    margin: 0 auto;
    top: 5px;
    cursor: pointer;
}

#watchlist .unsavedButton {
    background: url("https://pmtexags-a.akamaihd.net/web/themes/svg/checkmark-small-grey-c.svg") no-repeat center #f2f2f2;
}

#watchlist .unsavedButton:hover {
    /*background-color: #eaeaea;*/
    background: url("https://pmtexags-a.akamaihd.net/web/themes/svg/checkmark-small-white.svg") no-repeat center #e2e2e2;
}

#watchlist .savedButton {
    background: url("https://pmtexags-a.akamaihd.net/web/themes/svg/checkmark-small-white.svg") no-repeat center #66cc66;
}

#watchlist .clearButton {
    background: #f2f2f2;
    color: #ccc;
    font-size: 32px;
    font-weight: 700;
}

#watchlist .clearButton:hover {
    background: #cd6767;
    color: #fff;
}

#watchlist .topicIcon {
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    height: 20px;
    margin: 13px 10px 0 0;
    width: 20px;
}

#watchlist .emptyRow {
    text-align: center;
}

#modRegistrations,
#modRecent {
    width: 980px;
    margin: 25px auto;
    font-size: 13px;
}

#modRegistrations h1,
#modRecent h1 {
    font-size: 26px;
    font-weight: 400;
    display: inline-block;
}

#modRegistrations #pager,
#modRecent #pager {
    float: right;
}

#modRegistrations .itemRow,
#modRecent .itemLogRow {
    background: #fff;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #e8e8e8;
}

#modRecent .itemLogRow .topicTitle {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 95%;
    min-height: 30px;
}

#modRecent .itemLogRow .topicTitle a {
    color: #666;
}

#modRecent .itemLogRow .topicTitle i {
    font-style: normal;
}

#modRecent .banHours {
    font-weight: 600;
}

#modRegistrations #currentPage,
#modRecent #currentPage {
    float: left;
    background: #fff;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding: 0 10px;
    cursor: default;
}

#modRegistrations .pageButton:hover,
#modRecent .pageButton:hover {
    background-color: #d1d1d1;
}

#modRegistrations .pageButton,
#modRecent .pageButton {
    display: block;
    background-color: #c1c1c1;
    float: left;
    height: 30px;
    width: 30px;
}

#modRegistrations #next,
#modRecent #next {
    background-image: url("https://pmtexags-a.akamaihd.net/web/themes/svg/page-next-small-white.svg");
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 1px;
    border-radius: 0 3px 3px 0;
}

#modRegistrations #previous,
#modRecent #previous {
    background-image: url("https://pmtexags-a.akamaihd.net/web/themes/svg/page-previous-small-white.svg");
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 1px;
    border-radius: 3px 0 0 3px;
}

#modRegistrations .listHeader,
#modRecent .listHeader {
    background: #FF0030;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    height: 30px;
    line-height: 30px;
    border-radius: 3px 3px 0 0;
    margin-top: 20px;
}

#modRecent .timeColumn {
    float: left;
    margin-left: 2%;
    width: 8%;
}

#modRecent .actionColumn {
    float: left;
    width: 15%;
}

#modRecent .moderatorColumn {
    float: left;
    width: 14%;
}

#modRecent .topicColumn {
    float: left;
    width: 45%;
}

#modRecent .userColumn {
    float: left;
    margin-right: 2%;
    width: 14%;
    height: 30px;
    overflow: hidden;
}

#modRecent .userColumn a {
    color: #000;
}

#modRegistrations .emptyRow,
#modRecent .emptyRow {
    text-align: center;
    background: #fff;
    padding: 30px;
}

#modRegistrations .userColumn {
    float: left;
    width: 19%;
}

#modRegistrations .emailColumn {
    float: left;
    width: 29%;
}

#modRegistrations .ipColumn {
    float: left;
    width: 14%;
}

#modRegistrations .dateColumn {
    float: left;
    width: 10%;
    padding-left: 2%;
}

#modRegistrations .emailValidColumn {
    float: left;
    width: 10%;
    text-align: center;
}

#modRegistrations .mobileValidColumn {
    float: left;
    width: 10%;
    text-align: center;
}

#modRegistrations .postsColumn {
    float: left;
    width: 6%;
    text-align: center;
}

#modRegistrations .invalid {
    font-size: 30px;
    color: #ff002e;
    font-weight: 700;
}

#modRegistrations .valid {
    background: url("https://pmtexags-a.akamaihd.net/web/themes/svg/checkmark-small-green.svg") no-repeat center;
    height: 30px;
    width: 100%;
}

#modRegistrations .userColumn a {
    color: #333;
}

#modUser {
    width: 980px;
    margin: 20px auto;
    font-size: 13px;
}

#modUser #stats table {
    border-spacing: 0px;
    width: 100%;
}

#modUser .currentBan {
    padding: 10px 0 25px 0;
    font-size: 14px;
}

#modUser #stats thead {
    background: #FF0030;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    height: 30px;
    border-radius: 3px 3px 0 0;
    margin-top: 20px;
}

#modUser #stats thead tr {
    height: 30px;
}

#modUser #stats th {
    font-weight: 600;
    text-align: left;
}

#modUser #stats .itemRow th {
    background: #fafafa;
    color: #666;
}

#modUser #stats .itemRow th,
#modUser #stats .itemRow td {
    border-bottom: 1px solid #e8e8e8;
}

#modUser #stats .bold {
    font-weight: 700;
}

#modUser #stats .topRight {
    border-radius: 0px 3px 0 0;
}

#modUser #stats .topLeft {
    border-radius: 3px 0px 0 0;
}

#modUser #stats .semibold {
    font-weight: 600;
}

#modUser #stats .itemRow td {
    background: #fff;
    padding: 6px 10px;
}

#modUser .reasonColumn {
    padding-left: 15px;
    width: 18%;
}

#modUser h1 {
    font-size: 26px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 15px;
}

#modUser #log {
    margin-top: 20px;
}

#modUser .headerRow {
    background: #FF0030;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    height: 30px;
    line-height: 30px;
    border-radius: 3px 3px 0 0;
}

#modUser .itemLogRow {
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    height: 30px;
    line-height: 30px;
}

#modUser .dateColumn {
    float: left;
    padding-left: 2%;
    width: 12%;
}

#modUser .goToTopic {
    margin: 10px 0 0 100px;
}

#modUser .moderatorColumn {
    float: left;
    width: 12%;
}

#modUser .topicColumn {
    float: left;
    width: 45%;
}

#modUser .actionColumn {
    float: left;
    width: 14%;
}

#modUser .reasonLogColumn {
    float: left;
    width: 15%;
    font-size: 12px;
}

#modRecent .noExpand,
#modUser .noExpand {
    width: 25px;
    float: left;
    height: 1px;
}

#modRecent .expand,
#modUser .expand {
    float: left;
    height: 19px;
    width: 19px;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    position: relative;
    top: 5px;
    cursor: pointer;
    border: 1px solid #e7e7e7;
    margin-right: 6px;
}

#modRecent .expandVertical,
#modUser .expandVertical {
    border-left: 1px solid #cdcdcd;
    position: relative;
    width: 1px;
    left: 9px;
    height: 12px;
    top: 4px;
}

#modUser .topicTitle:active,
#modUser .topicTitle:visited,
#modUser .topicTitle:link,
#modUser .topicTitle {
    width: 90%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    color: #333;
}

#modUser .topicTitle:hover {
    text-decoration: underline;
}

#modRecent .itemInfo {
    background: #fff;
    padding: 0px 40px 15px 25%;
    border-bottom: 1px solid #e8e8e8;
}

#modUser .itemInfo {
    background: #fff;
    padding: 0px 40px 15px 16%;
    border-bottom: 1px solid #e8e8e8;
}

#modUser .sideColumn {
    float: left;
    width: 10%;
    font-weight: 600;
    padding-top: 15px;
}

#modUser .infoColumn {
    margin-left: 100px;
    padding-top: 15px;
}

#modRecent .expandHorizontal,
#modUser .expandHorizontal {
    position: relative;
    border-bottom: 1px solid #cdcdcd;
    height: 1px;
    top: -4px;
    width: 12px;
    left: 4px;
}

#modUser .banBox {
    background: #fff;
    width: 49%;
    float: left;
    margin-right: 3%;
    margin-bottom: 25px;
}

#modUser .warnBox {
    background: #fff;
    width: 48%;
    float: left;
    margin-bottom: 25px;
}

#modUser .boxHeader {
    background: #FF0030;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    height: 30px;
    line-height: 30px;
    border-radius: 3px 3px 0 0;
    padding: 0 20px;
}

#modUser .boxContent {
    padding: 20px;
}

#modUser .label {
    width: 100px;
    line-height: 21px;
    font-size: 14px;
    float: left;
    clear: left;
}

#modUser .field {
    float: left;
}

#modUser .labelField {
    height: 30px;
}

#modUser .warnBody {
    width: 320px;
    height: 180px;
}

#modUser .comments {
    width: 320px;
    height: 150px;
}

#modUser .reinstate {
    cursor: pointer;
    font-size: 13px;
    margin-top: 15px;
}

#modUser .reinstateContent {
    font-size: 14px;
}

#modUser .reinstate,
#modUser .sendWarning,
#modUser .saveBan {
    cursor: pointer;
    margin: 10px 0 0 100px;
}

#modDashboard {
    width: 980px;
    margin: 20px auto;
    font-size: 13px;
}

#modDashboard h1 {
    font-size: 26px;
    font-weight: 400;
    display: inline-block;
}

#modDashboard h2 {
    font-size: 24px;
    margin: 20px 0 10px 0;
    font-weight: 400;
}

#modDashboard .empty {
    text-align: center;
    padding: 15px;
    background: #fff;
}

#modDashboard .forumHeading {
    background: #FF0030;
    padding: 8px 15px;
    font-weight: 600;
    color: #fff;
}

#modDashboard .subHeading {
    background: #e5e5e5;
    color: #666;
    font-size: 12px;
}

#modDashboard .itemRow {
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
}

#modDashboard .itemColumn {
    float: left;
}

#modDashboard .subHeading {
    line-height: 36px;
}

#modDashboard .links {
    margin: 10px 0;
}

#modDashboard .links a {
    color: #666;
    font-size: 14px;
}

#modDashboard .topicRow .clearColumn {
    padding-left: 15px;
    width: 5%;
}

#modDashboard .topicRow .userColumn {
    width: 15%;
}

#modDashboard .topicRow .topicColumn {
    width: 66%;
}

#modDashboard .topicRow .flagColumn {
    width: 7%;
    text-align: center;
}

#modDashboard .itemRow .flagColumn {
    color: #ff002e;
    line-height: 40px;
}

#modDashboard .itemRow .userColumn,
#modDashboard .itemRow .topicColumn {
    line-height: 40px;
}

#modDashboard .goToPost {
    margin-top: 10px;
}

#modDashboard .itemRow .replyColumn {
    padding: 10px 0 0 0;
    margin-bottom: 30px;
    width: 99%;
    word-wrap: break-word;
    max-height: 300px;
    overflow: hidden;
    font-size: 13px;
}

    #modDashboard .itemRow .replyColumn:hover {
        overflow-y: auto;
    }

#modDashboard .clearButton {
    background: #eaeaea;
    color: #ff002e;
    font-size: 26px;
    font-weight: 700;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: relative;
    top: 5px;
    cursor: pointer;
}

#modDashboard .clearButton:hover {
    background: #dadada;
}

#modDashboard .userLink,
#modDashboard a.topicLink,
#modDashboard .topicLink:active,
#modDashboard .topicLink:visited,
#modDashboard .topicLink:link,
#modDashboard .topicLink {
    max-width: 91%;
    overflow: hidden;
    line-height: 1.4em !important;
    padding-top: 11px;
    color: #333;
    text-decoration: none;
    display: block;
}

#modDashboard .userLink:hover,
#modDashboard .topicLink:hover {
    text-decoration: underline;
}

#modDashboard .postRow .clearColumn {
    padding-left: 15px;
    width: 5%;
}

#modDashboard .postRow .userColumn {
    width: 15%;
}

#modDashboard .postRow .topicColumn {
    width: 26%;
}

#modDashboard .postRow .replyColumn {
    width: 45%;
}

#modDashboard .postRow .flagColumn {
    width: 7%;
    text-align: center;
}

#modDashboard .topHeading {
    border-radius: 3px 3px 0 0;
}

#modDashboard .lastItem {
    border-radius: 0 0 3px 3px;
}


.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
    width: 96%;
    font-size: 13px;
    background: #fff;
    padding: 5px 0 5px 10px;
    border: 1px solid #e8e8e8;
    cursor: pointer;
}
.ui-menu .ui-menu-item:hover {
    background: #fafafa;
}

.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}