BODY {
    font-family: Verdana, Arial, Helvetica;
    font-size: 12px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.top-menu {
   font-weight: bold;
   color: white;
   font-size: 10px;
}
.info {
    padding-top:10px;
   font-size: 10px;
}

#content {
    font-family: Verdana, Arial, Helvetica;
    font-size: 12px;
}

H1 {
    color: black;
    font-size: 20px
}

H2 {
    color: black;
    font-size: 14px
}

H3 {
   color: white;
   background-color: black;
   font-size: 14px;
   padding: 5px;
}

H4 {
   color: #0f2d5b;
}

TEXTAREA {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    width: 98%;
}

table.success-factor {
    border-collapse: collapse;
    border-width: 4px;
    border-style: solid;
    border-color: black;
}

table.success-factor td {
    border-width: 1px;
    border-style: solid;
    padding: 4px;
}
table.success-factor td td {
    border-width: 0px;
    border-style: solid;
    padding: 4px;
}

table.employee-list {
    border-collapse: collapse;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    width: 100%;
}

table.employee-list td {
    border-width: 1px;
    border-style: solid;
    padding: 4px;
}


td {
    font-size: 12px;
}

.bt {
    font-weight: bold;
}

.table-header {
    background-color: #ffffe0;
    color: black;
    font-weight: bold;
    text-align: center;
}

.goodFeedback {
    color: green;
    font-weight: bold
}

.badFeedback {
    color: red;
    font-weight: bold
}

A.aleftnav:link {
    color: white
}

A.aleftnav:visited {
    color: white
}

A.aleftnav:hover {
    color: white;
    text-decoration: none
}

A.leftnav:link {
    color: black
}

A.leftnav:visited {
    color: black
}

A.leftnav:hover {
    color: black
}

A.topnav:link {
    color: white;
    text-decoration: none
}

A.topnav:visited {
    color: white;
    text-decoration: none
}

A.topnav:hover {
    color: #efefe6;
    text-decoration: none
}

A.tabnav:link {
    color: black;
    text-decoration: underline;
    font-weight: normal
}

A.tabnav:visited {
    color: black;
    text-decoration: underline;
    font-weight: normal
}

A.tabnav:hover {
    color: #67735c;
    text-decoration: none;
    font-weight: normal
}

A:link {
    color: black
}

A:visited {
    color: black
}

A:hover {
    color: black;
    text-decoration: none
}

.errorTxt {
    color: #CC3333;
    font-size: 10px
}

.errorBox {
    background-color: #FFCC99 !important
}

.required {
    color: #FF6633;
    font-weight: bold
}

.report-event {
    visibility: visible;
    border-bottom: 2px black solid;
    padding: 20px 1px 5px;
}

.report-event * {
    margin: 3px 0px;
}

.report-event-title {
    width: 100%;
    border-bottom: 1px gray dotted;
    color: black;
    font-weight: bold;
    font-size: 14px;
}

.report-event-links {
    float: right;
    vertical-align: top;
}

.report-event-date {
    display: block;
    color: black;
    font-size: 12px
}

.report-event-participants {
    display: none;
    font-size: 12px;
    vertical-align: top;
}  /* Default to hidden */
.report-event-participants * {
    vertical-align: top;
}

.report-event-participants-hidden {
    display: block;
    font-size: 12px
}

.report-event-participants-list {
    margin-left: 20px;
    font-size: 12px;
    border: 1px gray dotted;
}

.report-event-participants-list td {
    padding: 0px 5px;
}

.report-event-participants-list-links {
    text-align: center;
}

.report-event-details {
    float: right;
    border: 1px gray dotted;
}

.report-event-store-title {
    text-indent: 10px;
}

.report-event-district-count {

}

.report-event-district-title {

}

.report-event-district-links {
    text-align: center;
}

.report-event-store-count {
    text-indent: 10px;
    font-style: italic;
}

.report-event-store-title {
    text-indent: 10px;
    font-style: italic;
}

.report-event-store-links {
    text-align: center;
}

.report-event-column-title {
    font-weight: bold;
    border-bottom: 1px solid black;
    vertical-align: bottom;
    text-align: center;
}

.report-main-event-data {
    display: block;
    padding: 10px 0px;
}

.report-main-event-data-title {
    vertical-align: bottom;
    font-size: 14px;
    font-weight: bold;
}

.report-main-event-data-text {
    vertical-align: top;
    font-size: 14px;
}

.report-main-event-data-text table {
    width: 100%;
}

.report-main-event-data-list {
    font-size: 12px;
    border: 1px gray dotted;
}

.report-main-event-data-list .report-event-district-count {
    padding-left: 20px;
}

.report-main-event-data-list .report-event-store-count {
    padding-left: 20px;
}

.report-main-event-data-list td {
    padding: 0px 5px;
}

.report-main-fields table {
    border: 1px black solid;
    padding: 5px 10px;
}

.report-main-fields table * {
    padding: 3px;
}

.report-main-fields-title {
    font-weight: bold;
    text-align: right;
}

.report-main-fields-spacer {
    width: 50px;
}

.report-main-fields-default {
    color: #b4c0aa;
    font-style: italic;
    font-weight: bold;
}

.report-main-fields-changed {
    color: #67735c;
    font-weight: bold;
}

.report-main-hr {
    height: 7px;
    border: 1px solid black;
    background: gray;
}

.report-external-label {
    color: #67735c;
    font-weight: normal;
}

#help-me-now {
    color: #cc3300;
    font-weight: bold;
    padding-bottom: 1em;
}

#help-me-now a {
    color: #cc3300;
    text-decoration: underline;
}

#help-me-now a:hover {
    color: #ffffff;
    background-color: #cc3300;
    text-decoration: none;
}

#hide-help-me-now {
    display: none;
}

#print_control {
    text-align: center;
}

/*
.tabScale {
    writing-mode: tb-rl;
    filter: flipv fliph;
}
*/

tr.row-approved {
   background: #E6EFC2;
}

tr.row-waiting-approval {
   background: #FFF6BF;
}

tr.row-disapproved {
   background: #FBE3E4;
}

.error,.notice,.success {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: .8em;
    margin-bottom: 1em;
    border: 2px solid #ddd;
}

.error {
    background: #FBE3E4;
    color: #8a1f11;
    border-color: #FBC2C4;
}

.notice {
    background: #FFF6BF;
    color: #514721;
    border-color: #FFD324;
}

.success {
    background: #E6EFC2;
    color: #264409;
    border-color: #C6D880;
}

.error a {
    color: #8a1f11;
}

.notice a {
    color: #514721;
}

.success a {
    color: #264409;
}

#message {
    font-size: 12px;
}

.goal-number {
    font-size: 1.5em;
    background-color: #f0f0f0;
    color: black;
    border: solid 1px #aaaaaa;
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-shadow: 2px 2px 5px rgba(150, 150, 150, 1);
    width: 1%;
}
.goal {
    width: 90%;
}

.focus {
    background-color: #ffffe0;
    color: #000000;
    border: solid 2px #73a6ff;
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.idle {
    background-color: #f0f0f0;
    color: black;
    border: solid 2px #777777;
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.weighted-payout,.totals {
    background-color: #f0f0f0;
    color: black;
    font-weight: bold;
    width: 40px;
}

.readonly {
    overflow: auto;
    padding: 5px;
    color: #666;
    border: solid 2px #e0e0e0;
    background-color: #f7f7f7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.readonly p {
   margin: 0;
}

.autosave_saving {
    color: #F34105;
    display: none;
    font-weight: bold;
    margin-left: 3px;
}

.richedit {
    background-color: #f0f0f0;
    color: black;
    border: solid 2px #777777;
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

   display: block;
   overflow: auto;
}
div.richedit p {
   margin: 0;
}
