/* This material copyright of the respective organisation. */
/* All rights reserved. Not to be reused without permission. */
/*  marslow & brinkthorpe markup

Yellow: ffda31
Purple: 9313a8
Light purple: ee8ffc
Light green background: f7fbe4
Light green background shadow: eff3dc
Light green background shadow darker: ecf0da
Light green background shadow darker 2: d6d9c6
Green (approx): 219902
Grey text: 969b7e
Grey text link: #839b7e
Grey text link visited: #7b9887

*/

a {
    text-decoration: underline;
    color: #1D2219;
    background: none;
    font-weight: bold;
}
a:visited { color: #404B37; font-weight: normal; }
a:active { color: #F1FFE2; }
a:hover { color: black; }

.maintitle {
    position: relative;
    -moz-border-radius: 7px;
    background-color: #ffda31;
    background-color: #eff3dc;
    padding: 2px 1em;
    font-variant: small-caps;
    line-height: 1.5em;
    color: #969b7e;
}
.maintitle, .maintitle a:visited {
    color: #969b7e;
}
.maintitle a {
    color: #969b7e;
}
.maintitle img {
    padding: 0px;
}
.nidiheaderbar {
}

.middlepart {
    z-index: 10;
    position: relative;
}

.resetpass {
    font-size: xx-small;
}

.datatable th {
    border: 1px solid #746b74;
    padding: 2px;
    margin: 2px;
}

.datatable td {
    border: 1px solid #746b74;
    padding: 2px;
    margin: 2px;
    text-align: right;
    font-family: monospace;
}

.catable {
    width: 100%;
    clear: both;
    color: #686882;
}

/* nididoc css */

.edittitle {
    border-bottom: 1px solid red;
    padding-bottom: 3px;
    display: none;
    padding-top: 1em;
}

.edittitletext {
    width: 98%;
}

.nididoc-menu {
    position: fixed;
    border: 1px solid #ffda31;
    background-color: #FFFEF3;
    color: #003300;
    display: none;
    top: 10px;
    left: 10px;
    z-index: 11;
    white-space: nowrap;
}
.nididoc-menu span {
    border: 1px solid #9313a8;
    padding: 2px;
    margin: 2px;
    display: block;
    background-color: #f7fbe4;
    -moz-border-radius: .7em;
}
.nididoc-menu span:hover {
    border: 1px solid #f7fbe4;
    color: #219902;
}
.nididoc-menu p {
    padding: 2px;
    margin: 2px;
}
.nididoc-menu img {
    margin: -4px 0 -4px -3px;
}
.nidisubmenu {
    margin-left: 2em;
    font-size: 85%;
}
.edml {
    float: left;
    clear: left;
}
.edmr {
    float: left;
}
.edmn {
    clear: left;
}

#edm_help {
    padding: 4px;
    width: 20em;
    -moz-border-radius: 1em;
    border: 3px double #ffda31;
    white-space: normal;
}

.nidi_info {
    font-size: x-small;
    font-weight: normal;
    color: #686882;
    text-align: right;
    clear: both;
}

.clear {
    clear: both;
}

.subdoc {
    border: 1px solid #746b74;
    -moz-border-radius: 1em;
    padding: .5em;
    margin: 3px;
}

.wholedoc {
    border: 0px solid white;
}
.wholedoc:hover {
    border: 0px solid #EBE9D9;
}
.wholedocbody {
    padding-top: 1px;
}
.wholedoc p {
    padding: 7px 2px 7px 2px;
    line-height: 1.5em;
    margin: 0;
}
.wholedoc p:hover {
    padding: 6px 1px 6px 1px;
    border: 1px solid #746b74;
}

.wholedoctitle {
}
.wholedoctitle:hover {
    background-color: #eff3dc;
}

.wholedocicon {
    position: relative;
    margin: 3px;
    float: right;
    z-index: 20;
}

.sidebardoc {
    font-size: small;
}

.ofnam {
    font-size: x-small;
    text-align: right;
}

.chooseicon {
    position: relative;
    margin: 5px;
    padding: 10px;
    border: 3px solid #746b74;
    background: white;
}
.chooseicon cimg {
    margin: 7px;
    float: left;
    text-align: center;
    border: 3px solid white;
}
.chooseicon cimg:hover {
    border-color: #EE1AB2;
}
.chooseicon h3 {
    color: #ffda31;
}
.chooseicon h4 {
    float: right;
    color: #ffda31;
}
.chooseicon cspan {
    display: block;
    font-size: x-small;
    padding: 10px;
    clear: left;
}

.choosething {
    position: relative;
    margin: 5px;
    padding: 10px;
    border: 3px solid #746b74;
    background: white;
    -moz-border-radius: .5em;
}
.choosecategory {
    position: relative;
    margin: 5px 0;
    padding: 5px;
    border-top: 1px solid #746b74;
    background: white;
}
.choosecategory h3 {
    float: right;
    color: #ffda31;
}
.choosenothing {
    display: block;
    color: #ffda31;
    font-weight: bold;
    text-align: center;
    padding: 3px;
    margin: 10px;
}
.cti {
    border: 3px solid white;
}
.cti:hover {
    border-color: #EE1AB2;
}

.remicon {
    float: left;
}
.remicon:hover {
    border-color: #EE1AB2;
}

/* discussion styles */

.qsumheader {
    text-align: right;
    font-style: italic;
    float: right;
    color: #d6d9c6;
    z-index: 20;
}

.qsum {
    position: relative;
    background-color: #eff3dc;
    border-bottom: 1px solid #d6d9c6;
    -moz-border-radius: 1em;
    margin: 5px;
    clear: both;
    color: #33333B;
}

.quippedimage {
    margin: 5px;
    float: left;
}

.qinfo {
    margin-top: -5px;
    float: right;
    font-size: x-small;
    color: #686882;
}
.qiinfo {
    font-size: x-small;
    font-weight: normal;
    color: #686882;
}

.quip {
    /* text-indent: 1em; */
}

.quip, .qim, .qil, .quipsidebar {
    position: relative;
    padding: 7px 2px 7px 2px;
    line-height: 1.5em;
    margin: 0;
    z-index: 10;
    overflow: auto;
}
.qim, .qil {
    float: left;
}
.quip, .quipsidebar {
    clear: left;
}
.qim:hover, .qil:hover, .quip:hover, .quipsidebar:hover {
    background: #eff3dc;
}
.quip span:hover, .quipsidebar span:hover {
    background: #FFFEF3;
}

.quipinvite, .quipnevermind, .quipinvite:visited {
    font-weight: bold;
    color: #ffda31;
}
.quipinvite {
    display: block;
    text-align: center;
    clear: both;
}

.quipbox {
    display: none;
}

.pltop, .plbottom, .pltop a:visited, .plbottom a:visited {
    font-weight: bold;
    color: #9797B2;
}
.pltop {
    text-align: left;
}
.plbottom {
    text-align: right;
}
.pltop a, .plbottom a {
    color: #93C2C8;
}

/* edit paragraph */

#edit_parag {
    display: inline;
    width: 100%;
    height: 15em;
    font: small sans-serif;
}

/* attribute edit widgets */

.aewWidget {
}
.aewWidget:hover {
	background: #eff3dc;
}

.aewDelete {
	width: 12px;
	height: 12px;
	background: url("/7115140.im/") no-repeat;
}

.aewAdd {
	color: green;
}

.aewNonEmptyAttrib {
    font-size: 80%;
    float: right;
    padding: 3px 5px;
    margin: 2px;
    line-height: 1.5em;
    border: 1px dotted #eff3dc;
}
.aewNonEmptyAttrib:hover {
    background: #eff3dc;
    padding: 5px 7px;
    margin: 0px;
}


.aewEmptyAttrib {
    font-size: 80%;
    float: right;
    line-height: 1.5em;
    padding: 6px 8px;
    opacity: 0.5;
}
.aewEmptyAttrib:hover {
    padding: 5px 7px;
    margin: 0;
    border: 1px solid #d6d9c6;
    background: #eff3dc;
}

.aewTable td {
	vertical-align: top;
}

.aewButton, .aewButton:hover {
	float: left;
	padding: 4px 6px;
	border: 1px solid white;
	-moz-border-radius: 3px;
    cursor: pointer;
}
.aewButton:hover {
	float: left;
	padding: 4px 6px;
	border: 1px outset;
	-moz-border-radius: 3px;
    cursor: pointer;
}

.aewSeeSelf {
	float: right;
}

.aewTitle {
    border-width: 0;
    /*
    padding-left: 4em;
    text-align: right;
    margin-bottom: -1em;
    */
}
.aewBody {
    padding-left: 4em;
}
.aewInsert {
    color: green;
}
.aewInsertButton {
    border: 1px solid darkgreen;
    background: lightgreen;
    cursor: pointer;
}
.aewMoreLink {
	margin-left: 2em;
	font-size: x-small;
	font-weight: normal;
}

.aewColourBox {
    width: 10px;
    height: 10px;
    margin: 1px;
    float: left;
}

.aewColourChooser div {
    width: 10px;
    height: 10px;
}

.Subaew {
    padding-left: 14px;
}

/* assisting page */

.nobr {
    white-space: nowrap;
}

.assistTable td {
	width: 2em;
    white-space: nowrap;
}

.asLink {
	width: 80%;
}

.assistsSection, .compSection, .preqSection {
    position: relative;
    margin-left: 1em;
    border-left: 1px dotted #746b74;
}
.compSection {
    border-color: #3E9BFE;
}
.preqSection {
    border-color: #DD653B;
}

.asper {
    font-size: 88%;
    text-align: left;
    float: left;
    width: 3em;
}

.plannable {
	border-bottom: 1px dotted #aaaaff;
}

.doable {
	border-bottom: 1px dotted #ff4444;
}

.doablesection {
	border: 1px dotted #77cc77;
	margin: 6px;
	padding: 3px;
}

.importantsection, .importanthighlight {
    background-color: white;
    border: 1px solid #ffeedd;
	margin: 4px;
	padding: 3px;
}

.importanthighlight {
    float: right;
}

/* forum display */

.discname {
    font-size: 80%;
    color: #4b4b5a;
}

.disctopic {
    font-size: 80%;
    color: #aaaacc;
}

.postcount {
    font-size: 90%;
    color: #404060;
}

.quipl, .quipl:hover, .quipl:visited {
    text-decoration: none;
    color: #003300;
}

.subforumtable {
	border: 1px solid #746b74;
	border-width: 0 0 1px 1px;
	margin: -1px 0 10px 0;
	width: 80%;
	clear: both;
	color: #686882;
}

.pflink, .pflink:visited {
	font-size: 80%;
	color: #8a74cc;
}

/* generic styles */

body {
	margin: 0;
	color: #746b74;
	background: white url('/7542023.im/') top left repeat-y;
}
.pagestamp {
	position: absolute;
	top: 0;
	right: 0;
	font-size: x-small;
	color: #686882;
	text-align: right;
	padding: 2px;
	z-index: 20;
}

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

.center {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.hidden {
	display: none;
}

img {
	border: none;
	vertical-align: baseline;
	padding: 2px;
}

p img {
	margin: 0;
}

table {
	border: none;
	padding: 0;
	margin: 0;
}

td {
	padding: 0;
	margin: 0;
}

table img {
	padding: 0;
	border: none;
}

ul {
	padding: 0 20px 0 20px;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	border: 0 solid #C0DFA2;
	border-top-width: 1px;
	margin: 3px 0;
	padding: 0;
}

.middlepart h1, .middlepart h2, .middlepart h3, .middlepart h4 {
	clear: both;
} 

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	vertical-align:text-top;
}

textarea {
	width: 98%;
}


















.header {
    background: url('/6333696.im/') repeat-x;
    height: 102px;
}

.header img {
    padding: 0px;
}

.sidebar {
    width: 162px;
}

.sidebar h1 {
    font-size: medium;
    font-weight: normal;
    padding-top: 4px;
}
.sidebar h3 {
    font-weight: normal;
    padding-top: 2px;
}

.sidebar h1, .sidebar h2, .sidebar h3 {
    text-align: center;
    -moz-border-radius: 7px;
    border: 0px dotted #748762;
    color: #404B37;
    padding-right: 3px;
    font-family: serif;
}

.sidebar p, .quipsidebar {
    white-space: normal;
    font-weight: normal;
    font-size: small;
}

.sidebar1, .sidebar2 {
    position: absolute;
    top: 95px;
    height: 100%;
}

.sidebar1 {
    padding: 0;
    left: 0;
    width: 209px;
}

.sidebar2 {
    padding: 0;
    left: 766px;
    width: 194px;
}

.sidebar1insert {
    background: url('/4841420.im/') top no-repeat;
    width: 209px;
    height: 100%;
    padding-top: 6px;
}

.sidebar1text {
    padding: 0px 10px 4px 18px;
}

.sideburnL {
    float: left;
    width: 10px;
    height: 160px;
}

.sideburnR {
    float: right;
    width: 12px;
    height: 140px;
}

.flushcorner {
    position: absolute;
    left: 0;
    top: 0;
}

.mainpart {
    position: absolute;
    top: 102px;
    left: 209px;
    width: 535px;
    padding: 8px 4px 80px 18px;
    background: url('/14224587.im/') top left no-repeat;
}

.siteswirl {
    position: absolute;
    top: 0;
    left: 0;
    background: url('/4332600.im/') top left no-repeat;
    width: 33px;
    height: 22px;
    z-index: 1;
}

#tradewindsbox {
	padding: 1em .5em;
	-moz-border-radius: 4em;
	background-color: #eff3dc;
	border: 1em double white;
}
#tradewindsbox li {
	margin: 0 -1em 0 -.5em;
}
#tradewindsbox h3 {
	margin-bottom: .5em;
	text-align: center;
	border: none;
	text-decoration: underline;
	font-variant: small-caps;
}
#tradewindsbox .headline {
	text-decoration: underline;
	font-variant: small-caps;
}

.imfright {
	float: right;
	margin: 4px;
}
.imfleft {
	float: left;
	margin: 4px;
}
.imfcentre {
	display: block;
	text-align: center;
	margin: 0 auto;
}

.imhalf {
	width: 16px;
}

.imthalf {
	width: 12px;
	height: auto;
	vertical-align: top;
	margin-bottom: -80px;
	margin-top: -2px;
	opacity: 0.8;
}
.imthalf:hover {
	width: 40px;
	height: auto;
	margin-left: -28px;
	opacity: 1;
}

.simpleterimptipcont {
	position: relative;
}

.simpleterimtip {
	display: none;
}

.simpleterimptipcont:hover .simpleterimtip {
	display: block;
	position: absolute;
	top: 2em;
	left: 1em;
	z-index: 10;
	background-color: #AECB93;
	border: 5px double #748762;
	padding: 5px;
	-moz-border-radius: 10px;
}

/* sidebar lobby */

#sidebarlobby {
	color: black;
	font-size: 110%;
	margin-left: 4px;
	margin-right: 11px;
}

.sblentry {
	border-radius: 5px;
}
.sblentry:hover {
	background: hsla(100,10%,95%,0.3);
	color: black;
}

.sblbrow {
	color: hsla(100,1%,1%,0.7);
}

.sdlbtn {
	cursor: pointer;
	padding: 0 2px;
	font-size: 90%;
}
.sblentry:hover .sdlbtn {
	color: black;
}

.sblgim {
	width: auto;
	height: 1em;
	vertical-align:top;
}

.sblgname {
	font-family: serif;
    font-style: italic;
}

.sblplrs {
	cursor: help;
}

/* prepage (website) */

#prepage {
	position: absolute;
	left: 10px;
	top: 10px;
	right: 10px;
	z-index: 100;
}
#prepage > div {
	margin: .5em;
	padding: 1em;
	border-radius: 5px;
	border: 3px solid #f7fbe4;
	background: white;
	box-shadow: black 0px 2px 12px 3px;
}
#prepage > button {
	float: right;
	margin: 1.5em;
	box-shadow: #900 0px 0px 3px 3px;
}

/* search (website) */
#searchbox {
	float: right;
	text-align: right;
}













































































/*
 *  File:         demo_table.css
 *  CVS:          $Id$
 *  Description:  CSS descriptions for DataTables demo pages
 *  Author:       Allan Jardine
 *  Created:      Tue May 12 06:47:22 BST 2009
 *  Modified:     $Date$ by $Author$
 *  Language:     CSS
 *  Project:      DataTables
 *
 *  Copyright 2009 Allan Jardine. All Rights Reserved.
 *
 * ***************************************************************************
 * DESCRIPTION
 *
 * The styles given here are suitable for the demos that are used with the standard DataTables
 * distribution (see www.datatables.net). You will most likely wish to modify these styles to
 * meet the layout requirements of your site.
 *
 * Common issues:
 *   'full_numbers' pagination - I use an extra selector on the body tag to ensure that there is
 *     no conflict between the two pagination types. If you want to use full_numbers pagination
 *     ensure that you either have "example_alt_pagination" as a body class name, or better yet,
 *     modify that selector.
 *   Note that the path used for Images is relative. All images are by default located in
 *     ../images/ - relative to this CSS file.
 */

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */

.dataTables_wrapper {
        position: relative;
        min-height: 302px;
        clear: both;
        _height: 302px;
        zoom: 1; /* Feeling sorry for IE */
}

.dataTables_processing {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 250px;
        height: 30px;
        margin-left: -125px;
        margin-top: -15px;
        padding: 14px 0 2px 0;
        border: 1px solid #ddd;
        text-align: center;
        color: #999;
        font-size: 14px;
        background-color: white;
}

.dataTables_length {
        width: 40%;
        float: left;
}

.dataTables_filter {
        width: 50%;
        float: right;
        text-align: right;
}

.dataTables_info {
        width: 60%;
        float: left;
}

.dataTables_paginate {
        /*
        width: 44px;
        * width: 50px;
        float: right;
        */
        text-align: right;
}

/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
        margin-left: 1em;
        opacity: 0.7;
        cursor: pointer;
        /*
        height: 19px;
        width: 19px;
        float: left;
        */
}
.paginate_disabled_previous, .paginate_disabled_next {
        opacity: 0.3;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
table.display {
        margin: 0 auto;
        clear: both;
        width: 100%;
        
        /* Note Firefox 3.5 and before have a bug with border-collapse
         * ( https://bugzilla.mozilla.org/show%5Fbug.cgi?id=155955 ) 
         * border-spacing: 0; is one possible option. Conditional-css.com is
         * useful for this kind of thing
         *
         * Further note IE 6/7 has problems when calculating widths with border width.
         * It subtracts one px relative to the other browsers from the first column, and
         * adds one to the end...
         *
         * If you want that effect I'd suggest setting a border-top/left on th/td's and 
         * then filling in the gaps with other borders.
         */
}

table.display thead th {
        padding: 3px 18px 3px 10px;
        border-bottom: 1px solid black;
        font-weight: bold;
        cursor: pointer;
        * cursor: hand;
}

table.display tfoot th {
        padding: 3px 18px 3px 10px;
        border-top: 1px solid black;
        font-weight: bold;
}

table.display tr.heading2 td {
        border-bottom: 1px solid #aaa;
}

table.display td {
        padding: 3px 10px;
}

table.display td.center {
        text-align: center;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables row classes
 */
table.display tr.odd.gradeA {
        background-color: #ddffdd;
}

table.display tr.even.gradeA {
        background-color: #eeffee;
}

table.display tr.odd.gradeC {
        background-color: #ddddff;
}

table.display tr.even.gradeC {
        background-color: #eeeeff;
}

table.display tr.odd.gradeX {
        background-color: #ffdddd;
}

table.display tr.even.gradeX {
        background-color: #ffeeee;
}

table.display tr.odd.gradeU {
        background-color: #ddd;
}

table.display tr.even.gradeU {
        background-color: #eee;
}


tr.odd {
        background-color: #E2E4FF;
}

tr.even {
        background-color: white;
}





/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */
.dataTables_scroll {
        clear: both;
}

.dataTables_scrollBody {
        *margin-top: -1px;
}

.top, .bottom {
        padding: 15px;
        background-color: #F5F5F5;
        border: 1px solid #CCCCCC;
}

.top .dataTables_info {
        float: none;
}

.clear {
        clear: both;
}

.dataTables_empty {
        text-align: center;
}

tfoot input {
        margin: 0.5em 0;
        width: 100%;
        color: #444;
}

tfoot input.search_init {
        color: #999;
}

td.group {
        background-color: #d1cfd0;
        border-bottom: 2px solid #A19B9E;
        border-top: 2px solid #A19B9E;
}

td.details {
        background-color: #d1cfd0;
        border: 2px solid #A19B9E;
}


.example_alt_pagination div.dataTables_info {
        width: 40%;
}

.paging_full_numbers {
        width: 400px;
        height: 22px;
        line-height: 22px;
}

.paging_full_numbers span.paginate_button,
        .paging_full_numbers span.paginate_active {
        border: 1px solid #aaa;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        padding: 2px 5px;
        margin: 0 3px;
        cursor: pointer;
        *cursor: hand;
}

.paging_full_numbers span.paginate_button {
        background-color: #ddd;
}

.paging_full_numbers span.paginate_button:hover {
        background-color: #ccc;
}

.paging_full_numbers span.paginate_active {
        background-color: #99B3FF;
}

table.display tr.even.row_selected td {
        background-color: #B0BED9;
}

table.display tr.odd.row_selected td {
        background-color: #9FAFD1;
}


/*
 * Sorting classes for columns
 */
/* For the standard odd/even */
tr.odd td.sorting_1 {
        background-color: #D3D6FF;
}

tr.odd td.sorting_2 {
        background-color: #DADCFF;
}

tr.odd td.sorting_3 {
        background-color: #E0E2FF;
}

tr.even td.sorting_1 {
        background-color: #EAEBFF;
}

tr.even td.sorting_2 {
        background-color: #F2F3FF;
}

tr.even td.sorting_3 {
        background-color: #F9F9FF;
}


/* For the Conditional-CSS grading rows */
/*
        Colour calculations (based off the main row colours)
  Level 1:
                dd > c4
                ee > d5
        Level 2:
          dd > d1
          ee > e2
 */
tr.odd.gradeA td.sorting_1 {
        background-color: #c4ffc4;
}

tr.odd.gradeA td.sorting_2 {
        background-color: #d1ffd1;
}

tr.odd.gradeA td.sorting_3 {
        background-color: #d1ffd1;
}

tr.even.gradeA td.sorting_1 {
        background-color: #d5ffd5;
}

tr.even.gradeA td.sorting_2 {
        background-color: #e2ffe2;
}

tr.even.gradeA td.sorting_3 {
        background-color: #e2ffe2;
}

tr.odd.gradeC td.sorting_1 {
        background-color: #c4c4ff;
}

tr.odd.gradeC td.sorting_2 {
        background-color: #d1d1ff;
}

tr.odd.gradeC td.sorting_3 {
        background-color: #d1d1ff;
}

tr.even.gradeC td.sorting_1 {
        background-color: #d5d5ff;
}

tr.even.gradeC td.sorting_2 {
        background-color: #e2e2ff;
}

tr.even.gradeC td.sorting_3 {
        background-color: #e2e2ff;
}

tr.odd.gradeX td.sorting_1 {
        background-color: #ffc4c4;
}

tr.odd.gradeX td.sorting_2 {
        background-color: #ffd1d1;
}

tr.odd.gradeX td.sorting_3 {
        background-color: #ffd1d1;
}

tr.even.gradeX td.sorting_1 {
        background-color: #ffd5d5;
}

tr.even.gradeX td.sorting_2 {
        background-color: #ffe2e2;
}

tr.even.gradeX td.sorting_3 {
        background-color: #ffe2e2;
}

tr.odd.gradeU td.sorting_1 {
        background-color: #c4c4c4;
}

tr.odd.gradeU td.sorting_2 {
        background-color: #d1d1d1;
}

tr.odd.gradeU td.sorting_3 {
        background-color: #d1d1d1;
}

tr.even.gradeU td.sorting_1 {
        background-color: #d5d5d5;
}

tr.even.gradeU td.sorting_2 {
        background-color: #e2e2e2;
}

tr.even.gradeU td.sorting_3 {
        background-color: #e2e2e2;
}


/*
 * Row highlighting example
 */
.ex_highlight #example tbody tr.even:hover, #example tbody tr.even td.highlighted {
        background-color: #ECFFB3;
}

.ex_highlight #example tbody tr.odd:hover, #example tbody tr.odd td.highlighted {
        background-color: #E6FF99;
}

.ex_highlight_row #example tr.even:hover {
        background-color: #ECFFB3;
}

.ex_highlight_row #example tr.even:hover td.sorting_1 {
        background-color: #DDFF75;
}

.ex_highlight_row #example tr.even:hover td.sorting_2 {
        background-color: #E7FF9E;
}

.ex_highlight_row #example tr.even:hover td.sorting_3 {
        background-color: #E2FF89;
}

.ex_highlight_row #example tr.odd:hover {
        background-color: #E6FF99;
}

.ex_highlight_row #example tr.odd:hover td.sorting_1 {
        background-color: #D6FF5C;
}

.ex_highlight_row #example tr.odd:hover td.sorting_2 {
        background-color: #E0FF84;
}

.ex_highlight_row #example tr.odd:hover td.sorting_3 {
        background-color: #DBFF70;
}


/*
 * KeyTable
 */
table.KeyTable td {
        border: 3px solid transparent;
}

table.KeyTable td.focus {
        border: 3px solid #3366FF;
}

table.display tr.gradeA {
        background-color: #eeffee;
}

table.display tr.gradeC {
        background-color: #ddddff;
}

table.display tr.gradeX {
        background-color: #ffdddd;
}

table.display tr.gradeU {
        background-color: #ddd;
}

div.box {
        height: 100px;
        padding: 10px;
        overflow: auto;
        border: 1px solid #8080FF;
        background-color: #E5E5FF;
}
