/* --- Import Sitewide Styles
-------------------------------------------------------*/
@import url("master.css");



/* --- Primary Content
-------------------------------------------------------*/
#prim_cont {
	float: left;
	width: 628px;
	}

#prim_cont h1.sub_title {
    width: auto;
    margin: 0 0 20px 10px;
    }



    /* --- | bio | --- */
	#bio {
		float: left;
		width: 625px;
		margin: 10px 0 20px 0;
		}



.mod_gr_fu {
    margin-bottom: 20px;
    }

    /* --- | league | --- */
    .mod_gr_fu table {
        background-image: none;
        margin-bottom: 25px;
        }

        .mod_gr_fu table tr.alt td {
            background: #fbfafa;
            }

        .mod_gr_fu table td {
            color: #006990;
            text-align: left;
            vertical-align: top;
            }

        .mod_gr_fu table th.title,
        .mod_gr_fu table th.last {
            font-size: 10px;
            color: #000100;
            text-align: left;
            padding: 0 7px 10px 7px;
            }

        .mod_gr_fu table td.title,
        .mod_gr_fu table th.title {
            width: 60%;
            padding-left: 15px;
            }



    /* --- | league_small | --- */
    .mod_gr_fu table.root {
        background: none;
        border: none;
        }

        .mod_gr_fu table.root td {
            border: none;
            padding: 0;
            }

        .mod_gr_fu table.root table {
            width: 195px;
            margin-bottom: 0;
            border-bottom: 1px solid #dfdfdd;
            }

            .mod_gr_fu table.root tr:hover td {
               background: none;
                }

                .mod_gr_fu table.root tr:hover td table tr.alt td {
                   background: #fbfafa;
                    }

                    .mod_gr_fu table.root tr:hover td table tr.alt:hover td {
                        background: #ebeaea;
                        }

                .mod_gr_fu table.root tr td table tr th {
                    font-size: 14px;
                    color: #006990;
                    text-align: left;
                    padding-left: 0;
                    }

                .mod_gr_fu table.root tr td table tr td {
                    padding: 8px 7px;
                    border: 1px solid #dfdfdd;
                    }

                    .mod_gr_fu table.root tr td table tr:hover td {
                        background: #ebeaea;
                        }



    /* --- | ncaa_2 | --- */
    #navigation_tabs {
        float: left;
        width: 625px;
        border-bottom: 1px solid #e2e2e2;
        margin-bottom: 10px;
        }

        /* --- | Navigation Tabs | --- */
        #navigation_tabs ul {
            float: left;
            height: 38px;
            margin-bottom: -1px;
            }

            #navigation_tabs ul li {
                float: left;
                display: inline;
                padding: 12px 15px 10px 15px;
                border: 1px solid #e2e2e2;
                border-left: none;
                background: #fff;
                }

            #navigation_tabs ul li.active {
                height: 18px;
                margin-top: -1px;
                padding: 9px 15px 11px 15px;
                border-bottom: none;
                }

                #navigation_tabs ul li.active a {
                    font-size: 14px;
                    color: #006990;
                    font-weight: bold;
                    }

            #navigation_tabs ul li.first {
                margin-left: 20px;
                border-left: 1px solid #e3e1dd;
                }

                #navigation_tabs ul li a {
                    font-size: 12px;
                    font-weight: normal;
                    text-decoration: none;
                    }



        /* --- | ncaa_2 table | --- */
        .mod_gr_fu table.ncaa_2 table {
            font-size: 10px;
            width: 298px;
            margin-right: 6px;
            }

            #prim_cont .mod_gr_fu table.ncaa_2 table th {
                width: 50%;
                padding-left: 4px;
                }

            .mod_gr_fu table.ncaa_2 table th.last {
                font-size: 10px;
                color: #000;
                }

            .mod_gr_fu table.ncaa_2 table td {
                width: 50%
                }

            #prim_cont .mod_gr_fu table.ncaa_2 tr td table tr td.title {
                border-right: none;
                }

            #prim_cont .mod_gr_fu table.ncaa_2 tr td table tr td.last {
                border-left: none;
                }



/* --- Secondary Content
-------------------------------------------------------*/
#sec_cont {
    float: left;
    width: 300px;
	margin: 0 0 0 12px;
	}
