﻿ul.sg-tabs
{
    position: absolute;
    margin: 0px;
    padding: 0px;
    width: 582px;
    height: 30px;
    display: block;
}

ul.sg-tabs li
{
    float: left;
    list-style: none;
    display: inline;
}

ul.sg-tabs li a
{
    display: block;
    width: 114px;
    height: 24px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 6px;
    margin: 0 1px 0 0;
    background: url(/_common/img/spoty/sg-tabs.gif);
}

ul.sg-tabs li a.selected
{
    background: url(/_common/img/spoty/sg-tabs.gif) 0px -31px;
}

.sg
{
    width: 582px;
    /*border-left: solid 1px #C0C4C7;
    border-bottom: solid 1px #C0C4C7;*/
    /*margin: -16px 0 0;*/
    display: block;
    padding-top: 29px;
}

/*.sg .fl
{
    float: right;
    padding: 6px;
    font-weight: bold;
}

.sg .fl a.c
{
    display: block;
    float: right;
    width: 174px;
    height: 15px;
    padding-top: 2px;
    padding-left: 6px;
    background: url(/_common/img/spoty/sg-d.gif);
}

.sg .fl-c
{
    position: absolute;
    width: 175px;
    border: solid 1px #ccc;
    background: #fff;
    padding: 2px;
    display: none;
}

.sg .fl-c select
{
    padding: 0px;
    width: 128px;
}*/

.sg .tb
{
    width: 582px;
    border-collapse: collapse;
}

.sg .tb th
{
    background: #D5D6DA;
    text-align: center;
    /*border-top: solid 1px #BFC3C6;
    border-right: solid 1px #C4C3C8;*/
    border: solid 1px #C4C3C8;
    padding: 6px;
}

.sg .tb td
{
    /*border-right: solid 1px #C4C3C8;*/
    border: solid 1px #C4C3C8;
    padding: 6px;
    text-align: center;
}

/*.sg .tb tr.w1*/
.w1
{
    background: #FDAF67;
}

/*.sg .tb tr.w2*/
.w2
{
    background: #FDD566;
}

/*.sg .tb tr.w3*/
.w3
{
    background: #E5FC66;
}

.sg .tb tr.alt
{
    background: #EEEFF1;
}

.sg .tb .m
{
    width: 32px;
    height: 20px;
    margin: 0px auto;
    color: #fff;
    font-weight: bold;
    font-size: 1.3em;
    text-align: center;
    padding-top: 9px;
}

.sg .tb .m-up
{
    background: url(/_common/img/spoty/sg-m.gif);
    background-repeat: no-repeat;
}

.sg .tb .m-dn
{
    background: url(/_common/img/spoty/sg-m.gif) 0px -58px;
    background-repeat: no-repeat;
    padding-top: 4px;
    height: 25px;
}

.sg .tb .m-nm
{
    background: url(/_common/img/spoty/sg-m.gif) 0px -29px;
    background-repeat: no-repeat;
    font-size: 0.7em;
    font-weight: bold;
    padding-top: 4px;
    height: 25px;
    text-transform: uppercase;
}

.leftFeatures {
    width: 200px;
    position: absolute;
    top: 80px;
    left: -200px;
}

.archives {
    width: 200px;
    position: absolute;
    top: 80px;
    left: -200px;
    /*margin-bottom: 100px;*/
}

.archives a {
    font-size: 1.3em;
    text-decoration: underline;
}

.key {
    width: 200px;
    position: absolute;
    top: 265px;
    left: -200px;
}

.key .row {
    margin-bottom: 7px; 
}

.key .row .color {
    width: 23px;
    height: 23px;
    float: left;
}

.key .row .text {
    border: 1px solid #d8d8d8;
    font-weight: bold;
    padding: 4px;
    width: 164px;
    height: 13px;
    float: right;
    overflow: hidden;
}

table.average {
    width: 200px;
}

table.average th.value {
    background: #D5D6DA;
}

table.average th.value, table.average td.value {
    width: 65px;
    text-align: center;
    border-left: solid 1px #C4C3C8;
    padding: 5px 0;
}

table.average th.right, table.average td.right {
    border-right: solid 1px #C4C3C8;
}

table.average th.value, table.average td.total {
    border-top: solid 1px #C4C3C8;
    border-bottom: solid 1px #C4C3C8;
}

table.average td.total {
    font-weight: bold;
}

table.average td.bottom {
    border-bottom: solid 1px #C4C3C8;
}

table.average td.alt {
    background: #EEEFF1;
}


