body 
{
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    background-color: #899941;
    font-family: Arial;
	font-size: 12px;
	display: block;
}

a
{
    text-decoration: underline;
    color: #899941;
}
a:hover
{
    text-decoration: none;
    color: #899941;
}
a:visited
{
    text-decoration: underline;
    color: #899941;
}
.anounder
{
    text-decoration: none;
    color: #899941;
}
.anounder:hover
{
    text-decoration: none;
    color: #899941;
}
.anounder:visited
{
    text-decoration: none;
    color: #899941;
}

#master
{
    width: 100%;
    height: 100%;
    text-align: center;
}
#master2
{
    width: 100%;
    height: 100%;
    background-position: center;
    text-align: center;
}

#mainContainer
{
    width: 1000px;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-image: url(../images/bg_long_nologo.jpg);
    background-position: top;
    background-repeat: repeat-x;

}

#widthContainer
{
    width: 725px;
    margin-left: auto;
    margin-right: auto;
}


/* box border objects */
#topBar
{
    font-size: 0px;
    border: none;
    width: 705px;
    background-image: url(../images/boxBorders/top_bar.jpg);
    height: 6px;
    background-repeat: repeat-x;
    float: left;
    margin-bottom: 0px;
}
#topBarRight
{
    font-size: 0px;
    border: none;
    width: 10px;
    background-color: Black;
    height: 6px;
    background-image: url(../images/boxBorders/top_bar_right.jpg);
    background-repeat: no-repeat;
    float: left;
    clear: right;
    margin-bottom: 0px;
}
#topBarLeft
{
    font-size: 0px;
    border: none;
    width: 10px;
    background-color: white;
    height: 6px;
    background-image: url(../images/boxBorders/cBarLeft.jpg);
    background-repeat: no-repeat;
    float: left;
    clear: right;
    margin-bottom: 0px;
}
#cBarLeft
{
    font-size: 0px;
    border: none;
    width: 10px;
    background-image: url(../images/boxBorders/cBarLeft.jpg);
    background-repeat: repeat-y;
    float: left;
    background-color: White;
	height: 580px;
    margin-left: 0px;
}

#cBarRight
{
    font-size: 0px;
    border: none;
    width: 10px;
	height: 580px;
    background-image: url(../images/boxBorders/cBarRight.jpg);
    background-position: right;
    background-color: White;
    background-repeat: repeat-y;
    float: left;
    margin-left: 0px;
}

/* END box border objects */

/* header section */
#header
{
    margin-top: 0px;
	width: 725px;
	vertical-align: bottom;
	text-align: left;
}

    #header #buffer
    {
	    width: 700px;
	    clear: both;
    }

    #header #buttonBar
    {
        width: 700px;
        padding-left: 0px;
        margin-bottom: 0px;
    }

    /* button styles */

    #header .menuBut
    {
        position: relative;
        top: 3px;
        float: left;
	    margin-right: 3px;
	    background-color: #484B1C;
	    height: 23px;
    }
    
    #header .selMenuBut
    {
        position: relative;
        top: 3px;
	    float: left;
	    margin-right: 3px;
	    border: none;
	    background-color: White;
	    height: 25px;
    }
    
    #header .selMenuLeft
    {
        float: left;
        height: 25px;
        font-size: 0px;
        border: none;
        width: 7px;
        background-image: url(../images/boxBorders/selLeft.jpg);
        background-repeat: no-repeat;
        margin-bottom: 0px;
        
    }
    #header .selMenuRight
    {
        float: left;
        border: none;
        width: 2px;
        height: 25px;
        font-size: 0px;
        background-image: url(../images/boxBorders/selRight.jpg);
        background-repeat: repeat-x;
        margin-bottom: 0px;
    }
    #header .selMenuC
    {
        float: left;
        border: none;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0px;
        height: 25px;
        background-image: url(../images/boxBorders/selC.jpg);
        background-repeat: repeat-x;
        margin-bottom: 0px;
        text-align: center;
        color: #3B3C1D;
        font-weight: bold;
    }

    #header .menuLeft
    {
        float: left;
        height: 23px;
        font-size: 0px;
        border: none;
        width: 7px;
        background-image: url(../images/boxBorders/notSelLeft.jpg);
        background-repeat: no-repeat;
        background-color: #484B1C;
        margin-bottom: 0px;
        
    }
    #header .menuRight
    {
        float: left;
        border: none;
        width: 2px;
        height: 23px;
        font-size: 0px;
        background-image: url(../images/boxBorders/notSelRight.jpg);
        background-repeat: repeat-x;
        margin-bottom: 0px;
    }
    #header .menuC
    {
        float: left;
        border: none;
        padding-top: 0px;
        height: 23px;
        background-image: url(../images/boxBorders/notSelC.jpg);
        background-repeat: repeat-x;
        margin-bottom: 0px;
        text-align: center;
        color: #3B3C1D;
        font-weight: bold;
    }
    .headerSpace
    {
        float: left;
        width: auto;
        height: 4px;
        font-size: 0px;
        width: 60px;
        clear: both;
    }
    .headerClear
    {
        float: left;
        clear: both;
        padding-left: 10px;
        padding-right: 13px;
    }
    #header .menuLink
    {
        color: White;
        font-weight: bold;
        text-decoration: none;
        margin-top: 5px;
    }
    #header .menuLink:hover
    {
        color: White;
        font-weight: bold;
        text-decoration: none;
        margin-top: 5px;
    }
    #header .menuLink:visited
    {
        color: White;
        font-weight: bold;
        margin-top: 5px;
    }

    /* end of button styles */

/* end of header */


/* main section */
#mainSection
{
	background-color: White;
	background-image: url(../images/boxBorders/cBar.jpg);
	background-repeat: repeat-y;
	height: 100%;
	min-height: 510px;
	width: 725px;
	text-align: left;
	clear: none;
	float: left;
}

    #mainSection .hRule
    {
        font-size: 0px;
        float: left;
        clear: both;
        border: none;
        height: 1px;
        background-color: #899941;
        width: 100%;
    }

    #mainSection .pageBuffer
    {
        width: 100px;
        height: 50px;
        float: left;
        clear: both;
    }
    #mainSection .tBody
    {
        float: left;
        clear: both;
    }
    
    
    #mainSection #contentSection
    {
        padding-left: 2px;
        padding-right: 13px;
        color:  #3B3C1D;
    }
    
    
    
    
    
    
    /* start of Main Left Navigation */
    #mainSection #leftNav
    {
        float: left;
        padding-left: 13px;
        width: 170px;
        border: none;
        height: 100%;
        overflow: visible;
    }
    #mainSection #leftNav a
    {
        color: #3B3C1D;
        text-decoration: none;
        
    }
    #mainSection #leftNav a:hover
    {
        color: #3B3C1D;
        text-decoration: none;
    }
    #mainSection #leftNav a:visited
    {
        color: #3B3C1D;
        text-decoration: none;
    }
    #mainSection #leftNav .lMenuChannelOpen .lMenuChannelOpenCont a
    {
        color: #3B3C1D;
        text-decoration: none;
        font-weight: bold;
    }
    #mainSection #leftNav .lMenuChannelOpen .lMenuChannelOpenCont a:hover
    {
        color: #3B3C1D;
        text-decoration: none;
        font-weight: bold;
    }
    #mainSection #leftNav .lMenuChannelOpen .lMenuChannelOpenCont a:visited
    {
        color: #3B3C1D;
        text-decoration: none;
        font-weight: bold;
    }
    #mainSection #leftNav .lMenuPostingOpen .lMenuPostingOpenCont a
    {
        color: #3B3C1D;
        text-decoration: none;
        font-weight: bold;
    }
    #mainSection #leftNav .lMenuPostingOpen .lMenuPostingOpenCont a:hover
    {
        color: #3B3C1D;
        text-decoration: none;
        font-weight: bold;
    }
    #mainSection #leftNav .lMenuPostingOpen .lMenuPostingOpenCont a:visited
    {
        color: #3B3C1D;
        text-decoration: none;
        font-weight: bold;
    }
    
    
        #mainSection #leftNav #lMenu
        {
            float: left;
            clear: both;
            width: 170px;
            border-top: solid 2px #3B3C1D;
            border-bottom: solid 1px #3B3C1D;
            overflow: visible;
        }
    
        /* start of UNOPENED channel */
        #mainSection #leftNav .lMenuChannel
        {
            float: left;
            clear: both;
            width: 170px;
            height: 25px;
            overflow: visible;
            background-color: white;
            border-top: solid 1px #DCE7AB;
        }
        #mainSection #leftNav .lMenuChannelID
        {
            float: left;
            clear: left;
            height: 25px;
            width: 25px;
            background-image: url(../images/channel_entry.jpg);
            background-repeat: no-repeat;
        }
        #mainSection #leftNav .lMenuChannelCont
        {
            float: left;
            clear: right;
            width: 145px;
            margin-top: 5px;
        }
        /* end of UNOPENED channel */
        
        /* start of OPENED channel */
        #mainSection #leftNav .lMenuChannelOpen
        {
            float: left;
            clear: both;
            width: 170px;
            overflow: visible;
            color: White;
            padding-bottom: 3px;

        }
        #mainSection #leftNav .lMenuChannelOpenID
        {
            float: left;
            clear: left;
            height: 25px;
			background-color: #DCE7AB;
            width: 25px;
            background-image: url(../images/channel_entry_open.jpg);
            background-repeat: no-repeat;
            border-bottom: solid 1px #3B3C1D;
            border-top: solid 1px #3B3C1D;
        }
        #mainSection #leftNav .lMenuChannelOpenCont
        {
	        background-color: #DCE7AB;
            float: left;
            clear: right;
            padding-top: 5px;
            height: 20px;
            width: 145px;
            border-bottom: solid 1px #3B3C1D;
			border-top: solid 1px #3B3C1D;
        }
        /* end of UNOPENED channel */
        
        /* start of unread POSTING */
        #mainSection #leftNav .lMenuPosting
        {
            padding-left: 5px;
            float: left;
            clear: both;
            width: 160px;
            background-color: white;
            overflow: visible;
        }
        #mainSection #leftNav .lMenuPostingID
        {
            float: left;
            clear: left;
            height: 25px;
            width: 25px;
            background-image: url(../images/closedPosting.jpg);
            background-repeat: no-repeat;
            overflow: visible;
        }
        #mainSection #leftNav .lMenuPostingCont
        {
            float: left;
            clear: right;
            width: 135px;
            margin-top: 5px;
            overflow: visible;
        }
        /* end of Uunread POSTING  */
        
         /* start of current POSTING */
        #mainSection #leftNav .lMenuPostingOpen
        {
            padding-left: 5px;
            float: left;
            clear: both;
            width: 160px;
            background-color: white;
            overflow: visible;
        }
        #mainSection #leftNav .lMenuPostingOpenID
        {
            float: left;
            clear: left;
            height: 25px;
            width: 25px;
            background-image: url(../images/openPosting.jpg);
            background-repeat: no-repeat;
            overflow: visible;
        }
        #mainSection #leftNav .lMenuPostingOpenCont
        {
            float: left;
            clear: right;
            width: 135px;
            margin-top: 5px;
            overflow: visible;
        }
        /* end of Uunread POSTING  */
        
    
    /* end of Main Left Navigation */
    
    #mainSection #leftNav #ryderLogo
    {
        margin-top: 30px;
        float: left;
        clear: both;
        width: 170px;
        height: 150px;
        background-image: url(../images/ryder_cup_logo.jpg);
    }
    
    #mainSection #pageBody
    {
        float: left;
        width: 510px;
        height: 100%;
        margin-left: 15px;
    }
    #mainSection #pageTitle
    {
        margin-top: 18px;
        font-size: 27px;
        color: #899941;
        font-weight: bold;
    }
    #mainSection #hrRule
    {
        font-size: 0px;
        float: left;
        clear: both;
        border: none;
        height: 1px;
        margin-bottom: 10px;
        background-color: #3B3C1D;
        width: 480px;
    }

/* end of main section */


/* footer section */

#footer
{
	height: 50px;
	width: 725px;
	text-align: left;
	background-color: White;
	background-image: url(../images/boxBorders/cBar.jpg);
	background-repeat: repeat-y;
	float: left;
	font-size: 11px;	
}

    #footer #footerRule
    {
        width: 700px;
        height: 1px;
        font-size: 0px;
        border: 0px 0px 0px 0px;
        border-collapse: collapse;
        background-color: #899941;
        margin-top: 5px;
        margin-left: 12px;
        margin-bottom: 10px;
    }


    /* footer menu styles */
    #footer #footerMenu
    {
        padding-left: 12px;
        padding-right: 13px;
    }
    
        #footer #menu
        {
            float: left;
        }
        #footer .bottomMenu
        {
            float: left;
            padding-left: 13px;
            padding-right: 13px;
            border-left: solid 1px #899941;
            border-right: solid 1px #899941;
        }
        #footer .bottomMenuBookendLeft
        {
            float: left;
            padding-right: 13px;
            border-right: solid 1px #899941;
        }
        #footer .bottomMenuBookendRight
        {
            float: left;
            padding-left: 13px;
            padding-right: 13px;
            border-left: solid 1px #899941;
        }
        #footer a
        {
            color: #3B3C1D;
            text-decoration: none;
            font-weight: bold;
        }
        #footer a:hover
        {
            color: #3B3C1D;
            text-decoration: none;
            font-weight: bold;
        }
        #footer a:visited
        {
            color: #3B3C1D;
            text-decoration: none;
            font-weight: bold;
        }
    /* end of bottom menu */
    
    /* bottom credits */
    
    #footer #credits
    {
        float: right;
    }
    
    /* end of bottom credits */

/* end of footer section */



/* text styles */
    #contentClasper
    {
        width: 800px;
        height: 600px;
    }

    #exampleMaker
    {
        background-color: White;
        border: solid 1px black;
        margin: 20px;
        text-align: left;
    }

    
    
    h1
    {
        font-family: Arial;
        font-size: 23px;
        font-weight: bold;
        color: #3B3C1D;
    }
    h2
    {
        font-family: Arial;
        font-size: 18px;
        font-weight: bold;
        color: #3B3C1D;
    }
    h3
    {
        font-family: Arial;
        font-size: 16px;
        font-weight: bold;
        color: #3B3C1D;
    }
    
    .std
    {
        font-family: Arial;
        font-size: 12px;
        font-weight: normal;
        color: #3B3C1D;
    }
    .stdHilite
    {
        font-family: Arial;
        font-size: 12px;
        font-weight: bold;
        color: #3B3C1D;
        background-color: #F2F6DF;
    }
    .stdDark
    {
        font-family: Arial;
        font-size: 12px;
        font-weight: normal;
        color: #3B3C1D;
        background-color: #DCE7AB;
    }
    .stdDarkHeavy
    {
        font-family: Arial;
        font-size: 12px;
        font-weight: bold;
        color: #3B3C1D;
        background-color: #DCE7AB;
    }
    .marker
    {
        font-family: Arial;
        font-size: 12px;
        font-weight: normal;
        color: #3B3C1D;
        background-color: #DEF870;
    }
/* end of text styles */

/* table styles (to be be instantiated from above class!) */
    
    .boxed
    {
        width: 22px;
        height: 17px;
    }
   
    .tableOverlord
    {
        border-left: solid 1px #899941;
        border-bottom: solid 1px #899941;
    }

    .tStyle
    {
        font-size: 11px;
        text-align: center;
        vertical-align: middle;
        border-right: solid 1px #899941;
        border-top: solid 1px #899941;
    }
    .tLeft
    {
		text-align: left;
    }
    .tRight
    {
		text-align: right;
    }
    
    .eurowin
    {
        background-image: url(../images/euFlag.jpg);
    }
    .usawin
    {
        background-image: url(../images/usaFlag.jpg);
    }
    .marker
    {
        background-color: #DEF870;
    }

/* END table styles */


/* Start score styles */

#scoreTotalsPane
{
    width: 410px;
    height: 75px;
}

.scoreTotals
{
    width: 190px;
    height: 70px;
    border: solid 1px #899941;
    float: left;
    margin-right: 10px;
}

.flags
{
    width: 67px;
    height: 69px;
    float: left;
}

.euLarge
{
   background-image: url(../images/euFlag_Large.jpg); 
}
.usaLarge
{
   background-image: url(../images/usaFlag_Large.jpg); 
}

.score
{
    text-align: center;
    vertical-align: middle;
    height: 60px;
    width: 110px;
    float: left;
    font-size: 60px;
}


/* END score styles */

/* hole layouts */
#hrRule2
{
    font-size: 0px;
    float: left;
    clear: both;
    border: none;
    height: 1px;
    background-color: #DCE7AB;
    width: 480px;
    margin-bottom: 10px;
}

#holeTitle
{
    float: left;
    clear: both;
    margin-top: 18px;
    font-size: 20px;
    color: #3B3C1D;
}

#holeDescription
{
    float: left;
    clear: left;
    width: 135px;
}
#holeGraphic
{
    float: left;
    width: 300px;
    height: 430px;
    text-align: center;
    vertical-align: top;
}

/* END hole layouts */


#profileTitle
{
    float: left;
    clear: both;
    font-size: 20px;
    color: #3B3C1D;
}

#profileDescription
{
    float: left;
    clear: left;
    width: 235px;
}
#profileGraphic
{
    float: left;
    width: 200px;
    height: 268px;
    text-align: center;
    vertical-align: top;
}
#profileMain
{
    margin-top: 20px;
    float: left;
    clear: both;
    width: 475px;
}

#teamProfileGraphic
{
    float: left;
    width: 450px;
    clear: both;
    text-align: center;
    vertical-align: top;
}
#teamProfileBody
{
	float: left;
    width: 450px;
    clear: both;
    text-align: left;
    margin-top: 10px;
    vertical-align: top;
}
