 /* ---------------------------------------------------------------------------

 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

------------------------------------------------------------------------------*/


/* =Layout Styles
------------------------------------------------------------------------------*/
body {
    background: url(../images/Ball_Pattern1.jpg);
    background-position: top left;
    }

.LayoutPad{
    margin: 0px;
    padding: 0px;
    }

#dMainContent, #NDLtvHeader {
    width: 802px;
    background-color: transparent;
    border: 3px solid black;
    }

#NDLtvHeader {
    height: 150px;
    margin-bottom: 0px;
    }

#NDLtvOverlay {
    width: 800px;
    margin-top: -150px;
    }

#dMainContentPad {
    width: 800px;
    background-color: black;
    background-repeat: repeat-y;
    }

#NDLtvHeader img, #dMainContentPad{
    border: 1px solid white;
    }

div.LayoutFloat {float: left;}

#dFooter {
    width: 806px;
    text-align: center;
    margin-bottom: 20px;
    }

#HomeTabBkgd {
    position: relative;
    background-image: url(Images/DWC-07-BKGD-Top.gif);
    background-repeat: repeat-x;
    background-position: top left;
    }

#HomeTab {
    position: relative;
    margin: 0px auto;
    width: 750px;
    text-align: right;
    }


/* =Copyright Block Styles
--------------------------------------------------------------------------------
Styles for the common Dodgeball 101 pages .
------------------------------------------------------------------------------*/

#CopyrightBlock {
	Padding: 10px 4px 10px 4px;
	text-align: center;
	}

#CopyrightBlock p{
    margin: 0px 0px 8px 0px;
    color: white;
	font-size: 85%;
    line-height: 110%;
	text-decoration: none;}

#CopyrightBlock p.BigContact{
    margin-top: 10px;}

#CopyrightBlock p.BigContact a {
    text-decoration: none;
    color: white;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    font-size: 130%;}

#CopyrightBlock p.BigContact a:hover   { text-decoration: none; background-color: white; color: #666;}
