html, body {
    margin: 0;
}

/* we should use this for certain pages only
body {
   background-image: url(/images/powered_by_bob_translucent.jpg);
   background-repeat: no-repeat;
   background-position: center;
   background-attachment: fixed;
}
*/

/* header stripe with description of page & location */
#pagebanner {
    position: absolute;
    margin: 0;
    padding-left: 1%;
    top: 24px;
    bottom: auto;
    left: 0;
    right: auto;
    width: 99%;
    font-family: geneva, verdana, arial, sans-serif;
    font-size: 18px;
    text-decoration: none;
    z-index: 200;
}

/* actual body content of page not including menu et al */
#content {
    position: absolute;
    margin: 1%;
    padding: 0;
    font-size: 9px;
    font-family: geneva, verdana, arial, sans-serif;
    color: black;
    top: 50px;
    width: 98%;
}

#content a, .link {
    color: #000099;
    cursor: default;
    text-decoration: none;
    padding: 1px 3px;
    margin-left: -1px;
    margin-right: -1px;
}

#content a:hover, .linkOver {
    margin-left: -1px;
    margin-right: -1px;
    padding: 0 2px;
    border: 1px solid InfoText;
    background-color: infobackground; /* color: #FFA800; */
    color: #990000;
    cursor: default;
    text-decoration: none;
}

.minortitle {
    font-size: 14px;
    text-decoration: none;
    color: black;
}

.majortitle {
    font-size: large;
    text-decoration: none;
    color: black;
}

.warnbtn {
    cursor: help;
    font-family: Verdana, "MS Sans Serif", Charcoal, Chicago, Arial;
    font-weight: normal;
    font-size: 9px;
    color: #ffffff;
    background-color: #7f0000;
}

.darkbtn {
/* same as warnbtn but no help cursor */
    font-family: Verdana, "MS Sans Serif", Charcoal, Chicago, Arial;
    font-weight: normal;
    font-size: 9px;
    color: #ffffff;
    background-color: #7f0000;
}

.helpicon {
    position: absolute;
    margin-top: 0;
    padding-top: 0;
    margin-left: 3px;
    border: none;
    visibility: visible;
}

.erroricon {
    position: absolute;
    margin-top: 0;
    padding-top: 0;
    border: solid red 1px;
    visibility: visible;
}

/**** BEGIN input widgets ****/

INPUT {
    margin: 0;
    padding: 0;
    color: black;
    border: solid black 1px;
    font-size: 9px;
}

INPUT:focus {
    border-style: dotted; /* border: 1px solid red; */
}

INPUT.numberfield {
    text-align: right;
}

INPUT.dollarfield {
    text-align: right;
}

INPUT.radio {
    margin: 0;
    padding: 0;
    color: black;
    border: none;
    font-size: 9px;
}

INPUT.check {
    margin: 0;
    padding: 0;
    color: black;
    border: none;
    font-size: 9px;
}

SELECT {
    margin: 0;
    padding: 0;
    color: black;
    border: black 1px solid;
    font-size: 9px
}

TEXTAREA {
    margin: 0;
    padding: 0;
    color: black;
    border: solid 1px;
    font-size: 9px
}

TEXTAREA:focus {
    border-style: dotted; /* border: 1px solid yellow; */
}

/**** END input widgets ****/

/**** BEGIN bubblehelp styles ****/

/* tooltip box structure */
TD.tiptd {
    border-bottom: 1px solid #333366;
    border-top: 1px solid #DDDDEE;
    border-left: 1px solid #DDDDEE;
    border-right: 1px solid #333366;
    padding: 2px;
    font-family: Helvetica, Arial, sans-serif;
}

/* tooltip title */
SPAN.ptt {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 9px;
    font-weight: bold;
    color: white;
    text-align: center;
}

/* tooltip text */
SPAN.pst {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 9px;
    font-weight: normal;
    color: black;
    text-align: left;
}

/* tooltip text-list */
UL.pst {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 9px;
    font-weight: normal;
    color: black;
    text-align: left;
}

/**** END bubblehelp styles ****/

/* for the title headings in cells, currently for the newbiz survey stuff */
.celltitle {
    font-size: 12px;
    font-family: geneva, verdana, arial, sans-serif;
    color: black;
    font-weight: bold;
}

/* for the content in cells, currently for the newbiz survey stuff */
.cellcontent {
    font-size: 9px;
    font-family: geneva, verdana, arial, sans-serif;
    color: #404040;
    text-decoration: none;
}

.UNASSIGNED {
    COLOR: RED;
}

.smallText {
    font-size: 10px;
    FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif
}

/* SUCCESS STYLES */
/* success icon for ext alert messages */
.ext-bob-successicon {
    background: url("/rev601f90d1be/images/accept.png") no-repeat scroll left top transparent;
    height: 48px !important;
    margin-left: -5px;
}

/* ERROR STYLES */

/* decoration for a form element that has errors */
.errorField {
    border-color: red;
}

/* style for the "main" page notification that there is an error */
.errorNotification {
    color: red;
}

/* style for the description of the error */
.errorInfo {
    color: red;
}

/* used on the error page and other places a large bold red font is appropriate */
.error {
    font-weight: bold;
    font-size: 10pt;
    color: RED;
}

/* used on listRewards page to hide inactive rewards */
.reward.inactive {
    display: none;
}

/** START PROFILE SUMMARY SORT **/
.app-header .x-panel-body {
    background-color: #99BBE8;
}

.app-header h1 {
    font-family: verdana, arial, sans-serif;
    font-size: 20px;
}

.survey-source {
    cursor: pointer;
    border: 1px solid #bbb;
    padding: 3px 3px 3px 3px;
    margin: 3px 3px 3px 3px;
}

.survey-view td {
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
}

td.survey-label {
    background-color: #ddd;
    border: 1px solid #bbb;
    font-weight: bold;
    text-align: right;
    width: 100px;
    padding: 0px 3px 0px 0px;
}

tr.survey-row {
    border-top: 1px solid #000;
    padding: 0px 3px 0px 0px;
}

td.survey-name {
    font-weight: bold;
}

.x-survey-hover {
    border-color: #3333ff;
    border-width:2px;
}

.x-survey-start-drag {
    color:#99BBE8;
}
/** END PROFILE SUMMARY SORT **/

/** START AUTHOR EMAIL **/
.tabButtons {
    margin-top: 10px;
}
.tabButtons .tabButton {
    background-color: #B6CBEB;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: inline;
    font-size: 14px;
    padding: 5px 10px 2px;
    cursor: pointer;
    user-select: none;
}
.tabButtons .tabButton.visible {
    background-color: #6699CC;
    border-color: #6699CC;
    border-style: solid;
    border-width: 2px;
    font-weight: bold;
}
.tabButtons .tabButton.disabled {
    display: none;
}
#textPreviewTab:before, #htmlPreviewTab:before {
    content: "Preview ";
}
#textPreviewTab.review:before, #htmlPreviewTab.review:before {
    content: "";
}
.tab {
    border: 2px solid #6699CC;
    display: none;
    margin-top: 2px;
    min-width: 600px;
    min-height: 400px;
}
.tab.visible {
    display: block;
}
.mceToolbar a, .mceToolbar a:hover {
    border: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
    text-decoration: none;
}
