@import 'https://fonts.googleapis.com/css?family=Acme';

root { 
    display: block;
}

* {
    margin: 0;
    padding: 0;
    font-family: arial, sans-serif;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    /*font-family: monospace;*/
    -moz-box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #222;
}
a:hover {
    text-decoration: underline;
    color: #1e599f;
}

.section-container {
    
}
.section-container li {
    list-style-type: none;
}


#summary-results-container {
    clear: both;
}
.results-container {
    display: inline-block;
}
#students-results-container {
    clear: both;
    margin-top: 1em;
}
#main-content #students-results-container h2 {
    clear: none;
    margin-top: 0;
    padding-top: 0;
}
#main-content #students-results-container .results-table {
    clear: both;
}

#main-content h2 {
    clear: both;
    padding-top: 1em;
}

.data-table .grade-value:hover,
.data-table .notes-field:hover {
    cursor: pointer;
}
.data-table .grade-value.selected {
    background: #fefdc8;
}

#toggle-columns {
}
#toggle-columns div, #toggle-columns li {
    float: left;
    list-style-type: none;
    margin: .5em .5em .5em 0;
    padding: .1em .5em;
    border-radius: 4px;
}
#toggle-columns li {
    border: 1px solid #999;
    cursor: pointer;
}
#toggle-columns li.hidden {
    border-color: #CCC;
    color: #666;
}
#toggle-columns li:hover {
    border-color: #666;
    color: #000;
}


.results-table {
    margin: .5em;
    clear: both;
}
.results-table td, .results-table th {
}
.results-table .percentage-column {
    width: 15em;
    padding: .2em;
}
.results-table .percentage-column div {
    float: left;
    padding: .3em 1em;
    border: 1px solid #CCC;
}

.results-table tbody tr:hover > * {
    background-color: #EEE;
    cursor: pointer;
}

.results-f {
    color: #991c05;
    font-weight: bold;
    background: url("../images/results/fail.png") top right no-repeat;
}
.results-p,
.results-c,
.results-d {
}
.results-hd {
    /*background: url("../images/results/hd.png") top right no-repeat;*/
    
}
.results-none {
    background-color: #FFF;
}

.results-bar-f { background-color: #f7a495; border-color: #e15940 !important; }
.results-bar-p { background-color: #fddb7e; border-color: #e2a807 !important; }
.results-bar-c,
.results-bar-d,
.results-bar-hd { background-color: #baffa8; border-color: #33cc00 !important; }

.correct-answer { 
    background-color: #baffa8;
}
.data-table td.mcq-response { 
    padding: .2em;
}
.mcq-response div { 
    display: block;
    border: 1px solid transparent;
    padding: .3em .5em;
}
.mcq-response:hover div.update-page { 
    background-color: #EEE;
    border-color: #CCC;
    text-decoration: none;
    color: #222;
}
.correct-answer.mcq-response { 
    background-color: transparent;
}
.correct-answer.mcq-response div { 
    background-color: #baffa8;
    border-color: #33cc00;
}
.high-answer { 
    font-weight: bold;
}

.average-indicator {
    font-size: .7em;
    background-color: #fbfc7d;
    text-align: center;
}

#update-notes-container { 
    display: none;
    position: absolute;
    z-index: 11;
    border: 1px solid #999;
    width: 15em;
}
#update-container-underlay, #modal-underlay { 
    display: none;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#modal-underlay { 
    background: #000;
    opacity: .1em;
}
#update-notes-container div {
    text-align: center;
    background-color: #FFF
}
#update-notes-container div:last-of-type {
    background-color: #FEFEFE;
    border-top: 1px solid #999;
    padding: .5em;
}
#update-notes-container textarea {
    height: 4em;
    width: 100%;
    padding: .3em;
    border: 0;
}

#update-notes-container button {
    padding: .2em 0.5em;
    cursor: pointer;
}
/*
#update-notes-container button {
    background: #FFF center center no-repeat;
    height: 2.6em;
    width: 2.6em;
    color: transparent;
    border: 0;
    cursor: pointer;
}
#update-notes-container button:hover {
    background-color: #eee;
}
#update-notes-container button.save-note {
    background-image: url("../images/icons/apply.png");
}
#update-notes-container button.clear-note {
    background-image: url("../images/icons/delete.png");
}*/

.data-table tbody tr:nth-child(even) {
    background: #FEFEFE;
}

.body-links-table tbody tr:nth-child(even) td {
    /*background: #fcfcfc;*/
}
.body-links-table tbody tr:hover > * {
    cursor: pointer;
}


.item-info {margin-left: 1em;}
.item-info li { list-style-type: none; 
    display: inline-block; margin: 1em 1em 0 0;}
.item-info li span { font-weight: bold; }

.item-list {}
.item-list li { list-style-type: none; margin: .5em 1em; font-size: 1.2em;}

.action-icon.fi-check {
    color: darkgreen;
}
.action-icon.fi-x {
    color: #b81900;
}
.fi-info {
    color: darkgreen;
    font-size: 1.6em;
}
.fi-info:hover {
    color: orange;
}

.selection-set { float: left; margin-right: 3em; }
.selection-set li {
    list-style-type: none;
    float: left;
    margin: .5em 0 .5em .8em;
    font-size: 1.4em;
    color: #666;
    border: 1px solid #999;
    border-radius: 4px;
    padding: .2em .5em;
}
.selection-set li.selected {
    color: #b81900;
    border-color: #b81900;
}
.selection-set li:hover {
    cursor: pointer;
    color: #1e599f;
    border-color: #1e599f;
}
.selection-set .search-input {
    font-size: 1.4em;
    margin: .5em 1.4em;
    border: 1px solid #999;
    border-radius: 4px;
    padding: .2em .5em;
}
.selection-set select {
    font-size: 1.4em;
    margin: .5em ;
    border: 1px solid #999;
    border-radius: 4px;
    padding: .2em .5em;
}

.action-item-list {
    float: right;
}
.action-item-list li {
    float: left;
    margin: .5em;
}
.action-item-list li a {
    border: 1px solid #999;
    border-radius: 4px;
    padding: .2em .5em;
    text-decoration: none;
    font-size: 1.8em;
    margin-top: .5em;
    display: block;
    color: #666;
}
.action-item-list li a:hover {
    color: #000;
    border-color: #444;
}

.list-container {
    clear: both;
    padding: 1em;
}

.units-container h2 {
    padding-top: 1em;
}

.units-container li {
    list-style-type: none;
    float: left;
    font-size: 1.4em;
    margin: .5em 1em;
}



/* Utility classes */
.simple-value { text-align: center; }
.number-value { text-align: right; }
.score-value { text-align: right; }

.loading {
    background: url("../images/loader.gif") center center no-repeat;
    background-size: 40px 40px;
    width: 50px;
    height: 50px;
    float: left;
    clear: both;
}

/*
#back-to-top {
    display: none;
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 15px;
    right: 15px;
    padding: .3em .5em;
    background: #999 url("../images/backgrounds/back-to-top.png") center center no-repeat;
    border: 1px solid #666;
    border-radius: 30px;
    box-shadow: 3px 3px 10px #666;
    cursor: pointer;
}

#back-to-top:hover {
    background-color: #888;
}*/

.faux-link {
    border-bottom: 1px dashed #666;
    cursor: pointer;
}

#page-links {
  list-style-type: none;
  text-align: left;
}

#page-links li {
    padding: .5em 1em;
    color: #666;
    text-decoration: none;
    font-size: .9em;
}

#page-links li:hover {
    cursor: pointer;
    color: #222;
}

#page-links li a {
    color: #888;
}
#page-links li:hover  a{
    color: #222;
    text-decoration: none;
}

#page-links .page-options {
    float: left;
}

#page-links #internal-links {
    float: right;
}

#page-links #internal-links li {
    margin-left: 0;
    margin-right: .5em;
}

.page-settings {
    float: right;
}
.page-settings {
    position: fixed;
    right: 1em;
}
.page-settings h3 {
    background: #FFF 10px center no-repeat;
    color: #666;
    padding: .5em 1em;
    border: 1px solid #999;
    border-radius: 8px;
    box-shadow: 2px 2px 5px #666; 
    cursor: pointer;
}
.page-settings h3:hover {
    color: #222;
    border-color: #444;
}
.page-settings.selected h3 {
    border-radius: 8px 8px 0 0;
    border-bottom: 0;
    color: #222;
    border-color: #444;
    background-image: url("../images/close_icon.png");
    padding-left: 45px;
}

#grade-boundaries-container {
    padding: .5em;
    background: #FFF;
    color: #222;
}
#grade-boundaries-container.selected {
    display: block;
}

#grade-boundaries-container table {
    border-collapse: collapse;
    background-color: #FFF;
}
#grade-boundaries-container th {
    font-size: 1em;
    padding: .2em 1em;
}
#grade-boundaries-container th,
#grade-boundaries-container td {
    border: 1px solid #999;
}
#grade-boundaries-container td input {
    border: 0;
    font-size: 1.3em;
    text-align: center;
    padding: .3em;
    background: transparent;
}
.grade-boundary {
    width: 4em;
}

.save-button-container {
    margin: 1em;
    text-align: center;
}
#save-grade-boundaries {
    padding: .5em 1em;
    font-size: 1.2em;
}
.save-button-container .processing {
    display: none;
    font-size: 1.2em;
    background: url("../images/loader.gif") center bottom no-repeat;
    padding-bottom: 2em;
    background-size: 30px;
}

#grades {
    display: none;
    position: absolute;
    background: #FFF;
    border: 1px solid #999;
    z-index: 12;
    box-shadow: -3px -3px 5px #999;
}
#grades li {
    list-style-type: none;
    border-top: 1px solid #CCC;
    padding: .5em 1em;
    white-space: nowrap;
}
#grades li:first-of-type, #grades .semester-2:first-of-type {
    border-top: 0;
}
#grades li span {
    display: inline-block;
    width: 2em;
}
#grades li:hover {
    background: #fefdc8;
    font-weight: bold;
    cursor: pointer;
}

.format-instructions {
    padding: 0 1em;
    
}
.screenshot {
    border: 1px solid #666;
    padding: 5px;
}

.format-instructions h2 {
}
.format-instructions > div {
    margin: 1em 4em;
}
.format-instructions li {
    margin: .5em 3em;
    padding: 0 1em;
}
.format-instructions > ul > li {
    margin: .5em 4em;
    padding: 0 1em;
}

.format-instructions .highlight {
    font-weight: bold;
}
.format-instructions ol {
    list-style-type: upper-alpha;
}
.format-instructions ol .required {
    font-weight: bold;
}
.format-instructions .ellipsis {
    margin-left: 4.5em;
}
.format-instructions .excel-coord {
    font-weight: bold;
    border: 1px solid #999;
    background: #EEE;
    color: #333;
    padding: .1em .3em;
}

.no-data {
    color: #888;
}

#loader {
    height: 30px;
    width: 30px;
    margin: 10px;
}

.loading {
    height: 50px;
    min-width: 50px;
    background-image: url("../images/loader.gif") !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50px 50px;
}

.loading-button {
    color: transparent !important;
    background: url("../images/loader-sm.gif") center center no-repeat !important;
}

#header-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: #FFF;
    border-bottom: 1px solid #FAFAFA;
}

#header-section h1 {
    color: #991936;
    padding: .1em 2.4em;
    background: #FFF url("../images/logo.png") left .5em center no-repeat;
    font-size: 1.6em;
    font-family: "Acme", cursive;
}
#header-section h2 {
    color: #c4ddf5;
    font-size: .7em;
    float: left;
    display: none;
}

#footer-section {    
    border-top: 1px solid #FAFAFA;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #FFF;
}

#quick-search {
    float: right;
    display: none;
}

#navigation {
    position: absolute;
    right: 1em;
    top: 0;
}
#navigation .navigation li {
    list-style-type: none;
}
#navigation:hover .navigation > li ,
#navigation:hover .navigation > li > ul,
#footer-section li {
    display: inline-block;
}
.navigation ul, #navigation li, #navigation a {
    display: inline-block;
    clear: none;
    
}
#navigation a {
    padding: .6em;
    color: #666;
    text-decoration: none;
    font-size: 1em;
}
#navigation a:hover {
    color: #000;
}
#navigation ul.navigation ul li.active > a {
    background: #FAFAFA;
    color: #666;
}
#default-index-index #navigation li,
#admin-index-index #navigation li {
    display: none;
}
#default-index-index #navigation li:last-child,
#admin-index-index #navigation li:last-child
{
    display: inline-block;
}

#main-content {
    display: block;
    margin: 3em 0;
    padding: 1em 1em 2em;
}

#content-area {
    padding: 1em .5em;
}

#breadcrumbs {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 10px;
    font-size: 13px;
    clear: left;
    background: #FFF;
    border-top: 1px solid #999;
}
#breadcrumbs, #breadcrumbs a {
    color: #666;
} 
#breadcrumbs a {
    text-decoration: underline;
} 
#breadcrumbs a:hover {
    color: #000;
    text-decoration: underline;
}

#main-content h1 {
    font-size: 1.6em;
}
#main-content h2 {
    font-size: 1.2em;
}

#main-content .page-display-section li {
    padding: .3em 1em 0;
}
#main-content .page-display-section li:first-child {
    padding-top: .5em;
}

.page-options {
    float: right;
}

#main-content .page-options li {
    list-style-type: none;
    display: inline-block;
    line-height: normal;
    margin-left: 0;
}

.page-options li a, 
.buttons input, 
.page-navigation li,
.form-set-buttons input, 
.form-set-buttons button {
    display: inline-block;
    padding: .5em ;
    border: 1px solid #CCC;
    border-radius: 4px;
    margin: 0 5px 0 0;
    font-size: 13px;
/*    font-weight: bold;*/
    color: #666;
    background-color: #FAFAFA;
    text-decoration: none;
}
.page-options li a:hover, 
.buttons input:hover, 
.page-navigation li:hover,
.form-set-buttons input:hover, 
.form-set-buttons button:hover {
    color: #333;
    border-color: #999;
    cursor: pointer;
}

#main-content .page-options .page-option,
.form-set-buttons input, 
.form-set-buttons button,
.buttons input {
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left: 24px;
    
}
#main-content .page-options .page-option.manage {
    background-image: url("../images/icons/10.png");
}
#main-content .page-options .page-option.import,
.form-set-buttons #form-button-upload {
    background-image: url("../images/icons/9.png");
}
.form-set-buttons #export,
.buttons input#export,
#main-content .page-options .page-option.export {
    background-image: url("../images/icons/18.png");
}
#main-content .page-options .page-option.disable {
    background-image: url("../images/icons/7.png");
}
#main-content .page-options .page-option.enable {
    background-image: url("../images/icons/8.png");
}
#main-content .page-options .page-option.delete {
    background-image: url("../images/icons/1.png");
}
#main-content .page-options .page-option.reload {
    background-image: url("../images/icons/reload.png");
}
#main-content .page-options .page-option.add {
    background-image: url("../images/icons/17.png");
}
#main-content .page-options .page-option.edit {
    background-image: url("../images/icons/12.png");
    margin-left: 1em;
}
#main-content .page-options .page-option.back {
    background-image: url("../images/icons/4.png");
    margin-left: 1em;
}
.form-set-buttons #form-button-save,
.buttons input#save {
    background-image: url("../images/icons/save.png");
}
.form-set-buttons #form-button-filter {
    background-image: url("../images/icons/11.png");
}
.form-set-buttons #form-button-cancel,
.form-set-buttons #form-button-clear {
    background-image: url("../images/icons/15.png");
}

.buttons input#clear

#main-content .page-navigation li {
    margin: 3px 5px;
}

#main-content .text-data, .active-set p, .search-set p {
    padding: .5em 1em;
}

#main-content .page-display-section {
    margin-bottom: 1em;
}

#main-content .page-display-section-main {
    margin-bottom: 1em;
}

#main-content .page-display-section-main div {
    font-size: 1.1em;
}

#main-content .form-filter .form-set, 
#main-content .form-filter .form-set-buttons {
    margin: .1em .3em;
    font-size: 12px;
}
#main-content .form-filter .form-set-buttons {
    margin-left: 1em;
}

#main-content .form-filter .form-set label, 
#main-content .form-filter .form-set-buttons label {
    float: none;
}
#main-content .form-filter .form-set-buttons label {
    display: none;
}

#main-content .form-filter .form-set input[type="text"] {
    padding: .2em .5em;
} 
/*
#main-content .form-filter .form-set-buttons input, 
#main-content .form-filter .form-set-buttons button {
    font-size: 1em;
    padding: .4em 1em;
    background: transparent;
    color: #999;
}

#main-content .form-filter .form-set-buttons input:hover, 
#main-content .form-filter .form-set-buttons button:hover {
    color: #333;
}
*/
.form-widget {
    border-color: #1e599f;
}

#main-content .form-filter .token-input-list-facebook li {
    list-style-image: none;
    margin: 2px;
}


#main-content .filter-container {
    margin-bottom: 1em;
}
#main-content .filter-container-alt {
    float: right;
    width: calc(60% - 2em);
    border: 1px dashed #CCC;
    padding: 1em 1em 2em; 
}
#main-content .filter-container #form-filter {
    position: relative;
    background: none;
    border: 0;
    top: 0;
    min-height: 0;
    float: none;
    width: 100%;
    padding-left: 0;
}
#main-content .filter-container .form-filter {
    border: 0;
    padding: 5px;
    background: none;
    margin: 0;
    min-height: 0;
}

#main-content #form-filter .form-set, 
#main-content #form-filter .form-set-buttons  {
    float: left;
    clear: none;
}

.list-container {
    clear: left;
}

.list-navigator {
    text-align: center;
    position: fixed;
    bottom: 0em;
    z-index: 10;
    width: 100%;
    background: #FFF;
}

#main-content .list-navigator li {
    list-style-image: none;
    display: inline-block;
    margin: .3em .5em;
    font-weight: bold;
    color: #666;
}

.list-navigator .list-navigator-item {
    background: #EEE;
    border: 1px solid #CCC;
    border-radius: 4px;
    width: 3em;
    color: #666;
    cursor: pointer;
}

.list-navigator .list-navigator-item:hover {
    color: #333;
    border-color: #999;
}

.list-results-count { display: none; }

#main-content .ui-tabs .ui-tabs-nav li {
    list-style-image: none;
    padding: 0;
    margin: 1px .2em 0 0;
}
#main-content .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}

.target-topic a {
    font-weight: bold;
    font-size: 110%;
}

.search-set .list-navigator {
    position: relative;
    bottom: auto;
    font-size: .8em;
}

.search-set table,
.active-set table {
    border-collapse: collapse;
    width: 100%;
}
.search-set table thead th,
.search-set table thead th,
.active-set table thead th {
    font-size: 0.75em;
    padding: .5em .5em;
    background: #EEE;
    color: #666;
}
.search-set table td,
.active-set table td {
    vertical-align: top;
    font-size: 0.8em;
    padding: 1em;
}
.search-set table tbody tr:nth-child(odd),
.active-set table tbody tr:nth-child(odd) {
    background-color: #FAFAFA;
}
.search-set table tbody tr:hover,
.active-set table tbody tr:hover {
    background-color: #EEE;
}
.search-set table td a, 
.active-set table td a {
    text-decoration: none;
}

.active-set table td.result-set {
    width: auto;
    padding-left: 30px;
    padding-right: 0;
    border: 0;
}
.active-set table tbody tr:hover td {
    cursor: pointer;
}
.active-set table tbody tr:hover .result-set {
    background: #EEE url("../images/icons/15.png") 8px center no-repeat;
}

#load-container {
    display: none;
}

.subset-start {
    text-align: left;
    font-size: .7em;
    padding: .5em 1em;
    background: #EEE;
    color: #999;
}

.state-icon {
    width: 30px;
    background-position: center center;
    background-repeat: no-repeat;
}
.state-active .state-icon {
    background-image: url("../images/active.png"); 
}
.state-inactive .state-icon {
    background-image: url("../images/inactive.png"); 
}
.data-container .state-inactive td,
.data-container .state-inactive a {
    color: #999;
}

#main-content .form-filter .form-set, 
#main-content .form-filter .form-set-buttons {
    margin: .1em .3em;
    font-size: 12px;
}
#main-content .form-filter .form-set-buttons {
    margin-left: 1em;
}

#main-content .form-filter .form-set label, 
#main-content .form-filter .form-set-buttons label {
    float: none;
}
#main-content .form-filter .form-set-buttons label {
    display: none;
}

#main-content .form-filter .form-set input[type="text"] {
    padding: .2em .5em;
} 
.form-filter {
    margin-bottom: 10px;
}
.form-filter .form-set, .form-filter .form-set-buttons , 
.form-filter .form-set-buttons > div {
    display: inline-block;
}
.form-filter .form-set, .form-filter .form-set-buttons > div {
    padding-right: 5px;
}
.form-filter .form-set label, 
.form-set-buttons label, 
.form-widget .form-set label {
    font-size: 12px;
    font-weight: bold;
    color: #444;
    padding: 7px 0 0;
}
.form-set input, 
.form-set select,
.form-set textarea,
.form-widget .form-set input, 
.form-widget .form-set select, 
.form-widget .form-set textarea {
    margin: 3px;
    min-width: 8em;
    border: 1px solid #AAA;
    padding: 3px;
    font-size: 12px;
}
.form-filter .form-set input, 
.form-filter .form-set select, 
.form-filter .form-set textarea {
    padding: 0;
    margin: 0;
    border: 1px solid #8496ba;
    padding: .2em .5em;
}
.form-set textarea {
    padding: 5px;
    width: 50em;
    height: 5em;
}
.form-widget .form-set textarea {
    width: 36em;
    height: 8em;
}
.form-filter .form-set input.search-text,
ul.token-input-list-facebook,
div.token-input-dropdown-facebook {
    width: 300px !important;
}
.form-filter .form-set-buttons label {
    visibility: hidden;
}

.data-container {
    margin: 0;
    padding: 0 0 1em;
}
.data-container table {
    border-collapse: collapse;
    margin: 0 5px 5px 0;
}
.list-container table {
    width: 100%;
}

.data-container table thead td,
.data-container table tfoot td,
.data-container table tbody td {
    padding: 1em;
}
.data-container table thead td,
.data-container table tfoot td {
    text-align: left;
}
.data-container table thead th {
    /*text-align: left;*/
    background: #FEFEFE;
    color: #666;
    font-size: 11px;
    padding: 5px 15px;
    border-bottom: 1px solid #EEE;
    border: 1px solid #f6f6f6;
}
.data-container table thead th.higher {
    font-size: 1.0em;
}
.data-container table thead td {
    text-align: right;
}
.data-container table tbody td {
    border-top: 0;
    font-size: 1em;
    vertical-align: top;
}
.data-container table tbody tr:nth-child(odd) {
    background-color: #FAFAFA;
}
.data-container table tbody tr:nth-child(even) {
    background-color: #FFF;
}

.data-container table tbody tr:hover {
    background-color: #F3F3F3;
}

.data-container table .edit-row td.lookup-value {
    padding: 0;
}
.data-container table .edit-row td.lookup-value input {
    height: 100%;
/*    width: 100%;*/
    border: 0;
    padding: 8px 15px;
    display: block;
}

.data-container table .no-break-text {
    white-space: nowrap;
}

.data-container td a {
    display: block;
    color: #991936;
}

.form-container {
    clear: left;
    margin-top: 1em;
}
.form-container .form-set,
.form-container .form-set-buttons {
    clear: left;
    padding-bottom: .5em;
}
.form-container .form-set-buttons {
    margin-left: 12em;
}
.form-container .form-set > div, 
.form-container .form-set-buttons > div {
    display: inline-block;
}
.form-container .form-set > div:first-child {
    padding: .3em;
    width: 12em;
}


.data-table { 
    border: 1px solid #CCC;
    border-collapse: collapse; 
}
.data-table thead th { 
    background-color: #EEE;
    padding: .3em .5em;
    font-size: .8em;
    border: 1px solid #CCC;
    color: #666;
    font-weight: normal;
}
.data-table td, 
.data-table tbody th { 
    padding: .5em 1em;
    border-top: 1px solid #CCC;
    border-left: 1px solid #DDD;
}
.data-table tbody tr:odd { 
    background-color: #EEE;
}

.data-table .sort {
    cursor: pointer;
    background-image: url("../images/icons/sort.png");
    background-position: right 3px center;
    background-repeat: no-repeat;
    padding-right: 20px;
}
.data-table thead th.sorting {
    background-image: url("../images/icons/sort.png");
}
.data-table thead th.sorting-asc {
    background-image: url("../images/icons/sort-asc.png");
}
.data-table thead th.sorting-desc {
    background-image: url("../images/icons/sort-desc.png");
}

.data-table .grade-value:hover,
.data-table .notes-field:hover {
    cursor: pointer;
}
.data-table .grade-value.selected {
    background: #fefdc8;
}



#modal-underlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #CCC;
    opacity: .5;
    z-index: 1000;
}
#modal-window {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1001;
    background: #FFF;
    border: 1px solid #666;
    border-radius: 0 8px 8px 8px;
    box-shadow: 2px 2px 5px #666;
    padding: 10px;
}
#modal-window.no-close {
    border-radius: 8px;
}
#close-modal {
    position: absolute;
    background: #FFF url("../images/close_icon.png") center center no-repeat;
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin-left: -40px;
    border: 1px solid #666;
    border-right-color: #FFF;
    border-radius: 8px 0 0 8px;
    margin-top: -11px;
}

#modal-window img {
    border: 1px solid #666;
}

#loading-message {
    display: none;
}

#modal-window #loading-message {
    display: block;
    width: auto;
    padding-top: 70px;
    height: auto;
    background-position: center top;
    text-align: center;
}

#modal-window #loading-message > p {
    line-height: 1.6em;
}

#index-options {
    text-align: center;
    margin-top: 10%;
}
#index-options li {
    display: inline-block;
    margin: 1em;
}
#index-options li:nth-child(even) {
    clear: left;
}
#index-options li a {
    border: 1px solid #EEE;
    font-size: 2em;
    padding: .5em 1em;
    color: #888;
    font-family: "Acme", cursive;
}
#index-options li a:hover {
    color: #222;
    text-decoration: none;
    border-color: #999;
    box-shadow: 3px 3px 5px #999;
}