/*** Version 1.1 ***/
/*** Overrides
------------------------------------------------------------------------------*/
#content-inner-columns {
    background: transparent none;
    }


/*** Custom Containers
------------------------------------------------------------------------------*/
body {
    padding: 0;
    }


/*** Custom Containers
------------------------------------------------------------------------------*/
table.obs-histogram {
    width: 710px;
    margin: 0;
    font: 85% Verdana,sans-serif;
    text-align: center;
    border-collapse: collapse;
    line-height: 200%;
    cursor: default;
    }
    
table.obs-histogram td {
    padding: 0;
    line-height: 160%;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    }

table.obs-histogram thead {
    color: #FFF;
    background-color: #36C;
    }

table.obs-histogram thead td {
    width: 33px;
    padding: 2px;
    }

table.obs-histogram tbody tr:hover {
    background: #FFFBBC none;
    }

table.obs-histogram tbody td:hover {
    background: #FC0 none;
    }

table.obs-histogram tbody td.sp:hover {
    background: transparent none;
    }

table.obs-histogram img {
    margin-right: 1px;
    xborder: 1px solid #FFF;
    border-left: none;
    }

table.obs-histogram .sp {
    width: 260px;
    height: 1em;
    padding: 2px 5px;
    overflow: hidden;
    text-align: left;
    }

table.obs-histogram .sp em {
    font-weight: normal;
    }

table.obs-histogram .a {
    float: left;
    margin-right: 5px;
    height: 1.6em;
    width: 16px;
    background: transparent url(a.gif) center center no-repeat;
    }

table.obs-histogram .o { background-color: #EFF5FE; }
table.obs-histogram .e { background-color: #FFF; }


/*** Miscellaneous
------------------------------------------------------------------------------*/
.b { font-weight: bold; }
