 /* ---------------------------------------------------------------------------

 Title: TeamName.css
 Version: 1.0
 Date: 11/01/2006

 Author:    James Stuart Johnson
 Email:     jjohnson@NationalDodgeball.com
 Website:   WWW.NationalDodgeball.COM

 Description: Provides team specific styles

 Colors:
 Burg #440F19;
 Gray:#6D6F72
 Lt. Gray: #B8B4BE;
 DK. Gray: #3B3C3E;
 Gold: #E8B414;


------------------------------------------------------------------------------*/

/* =Schedule Team Tinter
------------------------------------------------------------------------------*/


#ProSchedule a.confBTeam4 {
    Border: 2px solid #440f19;
    }




/* =Layout Styles
------------------------------------------------------------------------------*/
body {
    background: url(http://www.nationaldodgeball.com/Global-Includes/images/Ball_Pattern1.jpg)
    }

.LayoutPad{
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    }

#dMainContent, #dTeamHeader {
    width: 802px;
    background-color: transparent;
    border: 3px solid black;
    }

#dTeamHeader {
    height: 150px;
    margin-bottom: 0px;
    }

#dTeamHeaderOverlay {
    width: 800px;
    margin-top: -150px;
    }

#dMainContentPad {
    width: 800px;
    background-color: #440F19;
    background: url(images/Vendetta-Grad.jpg);
    background-repeat: repeat-y;
    }

#dTeamHeader img, #dMainContentPad{
    border: 1px solid white;
    }

div.LayoutFloat {float: left;}

#dTeamsLeftColumn {
    width: 150px;
    background-color: transparent;
    }

#dTeamsCenterColumn {
    width: 402px;
    background-color: white;
    border-right: 1px solid white;
    border-left: 1px solid white;
    }

#dTeamContent{ }

#dTeamContent, #dTeamTopContent{
    margin: 5px 10px 10px 10px;
    }

#dTeamCenterPad {
    width: 400px;
    margin: 0px;
    padding: 0px;
    border: 1px solid black;
    }

#dTeamsRightColumn {
    width: 246px;
    background-color:transparent;
    text-align: center;
    }

#dFooter {
    width: 806px;
    text-align: center;
    }

#ContentHeader {
    margin: 10px 0px 15px 0px;
    padding: 0px;
    }

#ContentHeader h2 {
    font-size: 220%;
    color: #440F19; 
    margin-bottom: 5px;
    text-transform: uppercase;
    }

#ContentHeader h3 {
    font-size: 140%;
    }

#FlashContent {
    width: 400px;
    height: 350px;
    background-position: left top;
    background-image: url(images/FlashRequired-Vendetta.jpg);
    background-repeat: no-repeat;
    }


#TeamGalleryFlashContent {
    width: 400px;
    height: 425px;
    background-position: left top;
    background-image: url(images/TeamFlashRequired-Vendetta.jpg);
    background-repeat: no-repeat;
    }

/* =CommonRightContent Styles
------------------------------------------------------------------------------*/
#CommonRightContent {
    margin: 10px 0px 10px 0px;
    }

#RightAd1 {}
#RightAd2 {}
#RightAd3 {}




/* =Navigational Styles
------------------------------------------------------------------------------*/

#TeamMainMenu{
    margin: 0px;
    padding: 0px;
    }

#TeamMainMenu li {
      list-style: none;
      margin: 0px;
      padding: 0px;
      background-color: #6D6F72;
      border-bottom: 2px solid #3B3C3E;
      color: black;
      }

#TeamMainMenu li.NavHeader {
    width: 150px;
    height: 50px;
    color: white;
    border: none;
    }

#TeamMainMenu li.NavItem a {
    background: transparent;
    text-decoration: none;
    padding: 8px 2px 8px 5px;
    font-weight: bold;
    font-size: 110%;
    display: block;
    color: black;
    }

#TeamMainMenu li.NavItem a:hover {
    color: black;
    background: #B8B4BE;
    }


/* =Roster Page Specific Styles
------------------------------------------------------------------------------*/

.RosterPlayerBlock * {
    margin: 0px;
    padding: 0px;
    }


.RosterPlayerBlock {
    width: 375px;
    float: left;
    margin: 20px 0px 5px 0px;
    }

.RosterImgBlock {
    float: left;
    width: 105px;
    }

.RosterImgShad {
    float: left;
    padding: 0px 0px 0px 0px;
    background-color: #555;
    }

.RosterImgShad img{
    display: block;
    border: 1px solid black;
    }

.RosterPlayerPosition,
.RosterPlayerStats,
.RosterStatsBlock,
.RosterMore,
.RosterPlayerName {
    width: 250px;
    }

.RosterPlayerPosition {
    margin-bottom: 2px;
    padding: 0px;
    }

.RosterPlayerName {
    font-size: 120%;
    padding-bottom: 3px;
    margin-bottom: 3px;
    border-bottom: 2px solid black;
    }

.RosterPlayerName  a{
    text-decoration: none;
    color: #5B141F;
    }

.RosterPlayerStats {
    float: left;
    padding: 0px;
    font-size: 90%;
    margin-bottom: 5px;
    }

.RosterStatsPad {
    margin: 0px 10px 0px 10px;
    }

.RosterPlayerStats dt{
    width: 110px;
    float: left;
    clear: right;
    }

.RosterPlayerStats dd{
    }

.RosterStatsBlock {
    float: left;
    }

.RosterMore {
    clear: both;
    font-size: 90%;
    font-weight: bold;
    padding: 5px 0px 2px 20px;
    margin: 0px;
    background-image: url(images/MoreIcon.gif);
    background-position: left;
    background-repeat: no-repeat
    }

/* =Bio Pop-up  Specific Styles
------------------------------------------------------------------------------*/

    #PlayerBioBkgd {
        background-color: #aaa;
        background-image: url(images/Vendetta-BioBkgd.gif);
        background-position: top left;
        background-repeat: repeat-y;
        margin: 10px 0px 0px 20px;
        padding: 0px;
        }

    .PlayerBioBlock * {
        margin: 0px;
        padding: 0px;
        }

    .PlayerBioBlock p {
        margin-bottom: 5px;
        }

     #BioPosition, #BioName,.BioSubHead {
        width: 320px;
        }

    .PlayerBioBlock {
        width: 450px;
        float: left;
        }

    #BioPosition {
        margin-bottom: 2px;
        font-size: 120%;
        }

    #BioName {
        color: #093B6E;
        font-size: 140%;
        padding-bottom: 3px;
        margin-bottom: 5px;
        border-bottom: 2px solid black;
        }

    #BioStats dt{
        width: 110px;
        margin-right: 5px;
        float: left;
        clear: right;
        }

    #BioStats dd{
        margin-bottom: 4px;
        }


    #BioImgBlock {
        float: left;
        margin-bottom: 10px;
        border: 1px solid black;
        margin-right: 10px;
        }

    .BioStatBlock {
        width: 278px;
        float: left;
        }

    .BioSubHead {
        background-color: #440F19;
        font-size: 110%;
        color: white;
        font-weight: bold;
        margin: 10px 0px 5px 0px;
        padding-left: 10px;
        }



