/* --- Import Sitewide Styles
-------------------------------------------------------*/
@import url("master.css");



/* --- Primary Content
-------------------------------------------------------*/
#prim_cont {
	float: left;
    width: 636px;
	}

    #prim_cont table {
        float: left;
        width: 616px;
        border-collapse: collapse;
        }

        #cont #prim_cont table th {
            text-align: left;
            padding: 0 0 6px 13px;
            border-bottom: 1px solid #dfdfdd;
            background-position: 13px center;
            }

        #cont #prim_cont table th.avg {
            background-position: center center;
            }

        #cont #prim_cont table th h3 {
            margin: 0;
            }

        #prim_cont table td {
            text-align: left;
            padding: 6px 0 6px 13px;
            border-bottom: 1px solid #dfdfdd;
            }

    .mod_gr_fu table td.avg_up {
        padding-right: 11px;
        background: url(/_images/icons/graph_arrow_up.gif) no-repeat right 8px;
        }

        .mod_gr_fu table tr:hover td.avg_up {
            background: #ebeaea url(/_images/icons/graph_arrow_up.gif) no-repeat right 8px;
            }

    .mod_gr_fu table td.avg_dwn {
        padding-right: 11px;
        background: url(/_images/icons/graph_arrow_down.gif) no-repeat right 8px;
        }

        .mod_gr_fu table tr:hover td.avg_dwn {
            background: #ebeaea url(/_images/icons/graph_arrow_down.gif) no-repeat right 8px;
            }



/* --- Secondary Content
-------------------------------------------------------*/
#sec_cont {
	float: left;
	width: 300px;
	margin: 10px 0 0 20px;
	}

.inf {
    float: left;
    width: 229px;
    padding: 28px 28px 18px 28px;
    background: url(/_images/ctrs/info-bg.gif) no-repeat top left;
    }

    .inf p {
        margin-bottom: 1em;
        }

    .inf_b {
        float: left;
        font-size: 1px;
        line-height: 1px;
        width: 285px;
        height: 10px;
        margin-bottom: 20px;
        background: url(/_images/ctrs/info-btm.gif) no-repeat top left;
        }

