body { 
  color: #333;
  background-color: #d1d2d3;
  background-image: none;
  margin: 0;
}
a { color: #ff9c00; }

/* Header graphic */
div#header { background-image: url(../i/header.jpg); }

/* Content Container */
div#content-container { background-image: none; background-color: #eee; }
div#content { padding: 2.5em 0; background: #fff url(../i/top_content_bar.gif) no-repeat top left; }
div#content p { padding: 0 10px; }

/* Left Column menu.... */
div#left-col ul#main-menu { background-image: none; padding-top: 0; }
div#left-col ul#main-menu li { background-image: none; background-color: #dddddd; }
div#left-col ul#main-menu li a {  }

/* Login Box... */
div#left-col div#login-box { margin-top: 2em; background-image: url(../i/user_login_header.gif); }
div#left-col div#login-box input[type=submit] {
  background: #ccc; 
  border: 1px solid #000; 
  color: #333;
  font-weight: bold;
}


/* My Account Menu */
div#left-col div#my-account { background-image: url(../i/my_account_header.gif); }
div#left-col div#my-account li { border: 1px #999 solid; background-color: #ccc; }
div#left-col div#my-account li a { color: #000; }

/* Footer */
div#footer { background: url(../i/footer.gif); padding-top: 0; background-position: 0 0; }
div#footer ul li a {color: #fff;}

/* Re-send emails popup styling */
table.resend th { color: #fff; background-color: #51b924; border: 1px #ccc solid; }
table.resend td { background-color: #eeeeee; color: #000; }

/* Main content area */
div#content a { color: #51b924; }
div#content p { margin-bottom: 1em; }

/* Control Panel Styling */
div#content table.control_panel tr.bottom_border { border-bottom: 2px #ccc solid; }
div#content table.control_panel th { color: #fff; background-color: #51b924; }
div#content table.control_panel th.control_panel_right { background-color: #7f7f7f; }
div#content table.control_panel td { background-color: #ccc; color: #000; }
div#content table.control_panel td.control_panel_right { background-color: #424242; }
div#content table.control_panel td.control_panel_right a { color: #fff; } div#content table.control_panel td a { color: #000; }

/* Competency Chooser Table */
div#content table.competency_selector th { background-color: #51b924; color: #fff; }
div#content table.competency_selector td { background-color: #ccc; color: #000; }
div#content table.competency_selector a { color: #000; }

/* Actual Questionnaire */
div#content table.questionnaire {color:#fff;}
div#content table.question_answered td, div#content table.question_answered th { background-color: #636363 !important; }
div#content table.question_unanswered td, div#content table.question_unanswered th { background-color: #979797 !important; }

/* Score Chart include */
div#content table#score-chart { color: #fff; }
div#content table#score-chart td { background-color: #424242;  }
div#content table#score-chart th { background-color: #7f7f7f; }

/* Scoring bars on report */
div.progress-container {
  border: 1px solid #ccc;
  background: white;
}
div.progress-container div {
  background-color: #FF9C00; 
  color: #496B2E;
}