/* Theme Chart */

.Column {
    width: 600px;
}

table#ThemeChart {
    border-collapse: collapse;
}

table#ThemeChart caption {
    font-size: 16px;
    line-height: 18px;
    padding-top: 18px;
    font-weight: bold;    
}

/* Widths ~should~ add up to 960px */
table#ThemeChart col.Col1 { width: 208px; }
table#ThemeChart col.Col3 { width:  20px; }
table#ThemeChart col.Col4 { width:  50px; }
table#ThemeChart col.Col5 { width: 680px; }

table#ThemeChart td,
table#ThemeChart th {
    font-size: 11px;
    line-height: 18px;
    border-bottom: 1px solid #000;
    vertical-align: bottom;
}

table#ThemeChart th {
    font-weight: bold;
}

table#ThemeChart tbody th,
table#ThemeChart tbody td {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

table#ThemeChart th.LevelingBar {
    background: transparent url(images/theme-chart-header.png) no-repeat 0 0;
    height: 36px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

table#ThemeChart td.Col1,
table#ThemeChart th.Col1 {
    padding-left: 5px;
}

table#ThemeChart th.RLab,
table#ThemeChart th.Range,
table#ThemeChart td.Range {
    text-align: center;
}

table#ThemeChart td.check {
    text-indent: -9999px;
    background: transparent url(images/check.png) no-repeat 0 0;
}

table#ThemeChart td.Baskets img {
    padding: 0;
    border: 0;
    margin: 0;   
    width: 680px;
    height: 16px;
}

table#ThemeChart a {
    color: black;
    text-decoration: none;
}

table#ThemeChart a:hover {
    color: blue;
    text-decoration: underline;
}


/* Color the Subjects */

table#ThemeChart tbody.world-history th         { background-color: #61c467; }
table#ThemeChart tbody.world-history tr.odd td  { background-color: #d7f0d9; }
table#ThemeChart tbody.world-history tr.even td { background-color: #ecf8ec; }

table#ThemeChart tbody.american-history th         { background-color: #338ec9; }
table#ThemeChart tbody.american-history tr.odd td  { background-color: #cce3f2; }
table#ThemeChart tbody.american-history tr.even td { background-color: #e6f1f8; }

table#ThemeChart tbody.world-geography-and-cultures th         { background-color: #ff9933; }
table#ThemeChart tbody.world-geography-and-cultures tr.odd td  { background-color: #ffebd6; }
table#ThemeChart tbody.world-geography-and-cultures tr.even td { background-color: #fff5eb; }

table#ThemeChart tbody.life-science th         { background-color: #e50000; }
table#ThemeChart tbody.life-science tr.odd td  { background-color: #facccc; }
table#ThemeChart tbody.life-science tr.even td { background-color: #fce6e6; }

table#ThemeChart tbody.earth-and-space-science th         { background-color: #e50000; }
table#ThemeChart tbody.earth-and-space-science tr.odd td  { background-color: #facccc; }
table#ThemeChart tbody.earth-and-space-science tr.even td { background-color: #fce6e6; }

table#ThemeChart tbody.physical-science th         { background-color: #e50000; }
table#ThemeChart tbody.physical-science tr.odd td  { background-color: #facccc; }
table#ThemeChart tbody.physical-science tr.even td { background-color: #fce6e6; }

table#ThemeChart tbody.math th         { background-color: #e50000; }
table#ThemeChart tbody.math tr.odd td  { background-color: #facccc; }
table#ThemeChart tbody.math tr.even td { background-color: #fce6e6; }

table#ThemeChart tbody.genres th         { background-color: #663399; }
table#ThemeChart tbody.genres tr.odd td  { background-color: #e0d6eb; }
table#ThemeChart tbody.genres tr.even td { background-color: #f0ebf5; }

table#ThemeChart tbody.spanish-themes th         { background-color: #6eafff; }
table#ThemeChart tbody.spanish-themes tr.odd td  { background-color: #e2efff; }
table#ThemeChart tbody.spanish-themes tr.even td { background-color: #f1f7ff; }

#ProductButtons {
    position: relative;    
}

#ProductButtonsHeading {
    position: absolute;
    top: -30px;    
    padding-top: 0;
}

