
/* CSS Document */

body
{
    font-family: Times New Roman;
    margin: 0;
    padding: 0; /*line-height: 1.5em;*/
    background-color: #F8F8F8;
    color: #404040;
    background-image: url(bacdkground.jpg);
    background-repeat: repeat-x;
}
p
{
    padding-left: 10px;
}
b
{
    font-size: 110%;
}
em
{
    color: red;
}

h1
{
    color: #404040;
    height: 40px;
    line-height: 40px;
    border-top: solid 1px gray;
    border-bottom: solid 1px gray;
    text-transform: uppercase;
    font-size: 24px;
    text-indent: 10px;
}

h2
{
    font-size: 16px;
    color: #0066CC; /*border-left:5px #697627 solid;*/
    padding-left: 0px;
}

h3
{
    color: #4d4d4d;
    font-size: 12px;
    font-weight: bold;
    padding-left: 10px;
    padding-bottom: 5px;
}

a
{
    text-decoration: none;
}

.bullets
{
    line-height: 1.5em; /*margin-top: -10px;*/
    padding-left: 15px;
    margin-left: 15px;
    list-style-position: outside;
    list-style-image: url(bullets.jpg);
    list-style-type: none;
    font-size: 12px;
    color: green;
}

.bullets a
{
    text-decoration: none;
    color: #7e8e2c;
}

.bullets a:hover
{
    text-decoration: none;
    color: #58641d;
}

#footer
{
    width: 100%;
    height: 60px; /*background: #DCDCBD;*/
    color: white;
    padding: 0; /*margin-left:200px;*/
    background-image: url(footer_grass.png);
    background-repeat: repeat-x; /*margin-top:-100px;*/
}

#footerbox
{
    background: #DCDCBD;
    width: 800px;
    height: 60px;
    margin-left: 150px;
    background-repeat: no-repeat;
}
#footerbox_login
{
    background: #DCDCBD;
    width: 900px;
    height: 60px;
    margin-left: 150px;
    background-image: url(images/footer_flag.gif);
    background-repeat: no-repeat;
}


#footerbox_login_members
{
    background: #DCDCBD;
    width: 840px;
    height: 60px;
    margin-left: 100px;
    background-image: url(images/footer_flag.gif);
    background-repeat: no-repeat;
}

#footertext
{
    padding-left: 70px;
    color: #333333;
    padding-top: 2px;
    font-size: 16px;
    line-height: 30px;
}
#footertext a
{
    color: #0066CC;
    text-decoration: none;
}
#footertext a:hover
{
    color: #000000;
    text-decoration: none;
}



.innertube
{
    border-top: solid 1px black;
    border-left: solid 1px black; /*margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/ /*margin-top: 10px;*/
    min-height: 400px;
    height: auto !important;
    padding: 10px;
}

.clear
{
    clear: both;
}

.imgCourseInfoThumb
{
    background-image: url(tourCourseThumb.png);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    border-width: 1px;
    border-style: solid;
    display: block;
    text-align: center;
}

.imgCourseInfo
{
    background-image: url(.png);
    background-repeat: no-repeat;
    border-width: 1px;
    border-style: solid;
    display: block;
    text-align: center;
}
.imgScoringThumb
{
    background-image: url(ScoreEntryThumb.png);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    border-width: 1px;
    border-style: solid;
    display: block;
    text-align: center;
}
.imgScoreing
{
    background-image: url(ScoreEntry.png);
    background-repeat: no-repeat;
    width: 838px;
    height: 654px;
    border-width: 1px;
    border-style: solid;
    display: block;
    text-align: center;
}

.imgClubThumb
{
    background-image: url(ClubManagerThumb.png);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    border-width: 1px;
    border-style: solid;
    display: block;
    text-align: center;
}
.imgClub
{
    background-image: url(ClubManager.png);
    width: 839px;
    height: 625px;
    background-repeat: no-repeat;
    border-width: 1px;
    border-style: solid;
    display: block;
    text-align: center;
}
.imgStatsGraphThumb
{
    background-image: url(StatsGraphThumb.png);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    border-width: 1px;
    border-style: solid;
    display: block;
    text-align: center;
}
.imgStatsGraph
{
    background-image: url(StatsGraph.png);
    width: 842px;
    height: 632px;
    background-repeat: no-repeat;
    border-width: 1px;
    border-style: solid;
    display: block;
    text-align: center;
}

.showMenu
{
    position: absolute;
    left: 50px;
    border-style: solid;
    border-width: thin;
    border-color: #9999CC;
    background-color: White;
    width: 350px;
    padding: 2px;
}
.hideMsg
{
    display: none;
}

.hidden
{
    display: none;
}

#tblDifferentials th
{
    text-align: left;
}

.leftCell
{
    border: solid 1px black;
    background-color: #e8e8e8;
}
.rightCell
{
    border: solid 1px black;
    background-color: White;
}

.leftCelltitle
{
    background-color: #9999CC;
    border: solid 1px black;
}


.trAlt
{
}

.tdDivide
{
    border-bottom: solid 1px #D0D0D0;
}
.tdTitle
{
    border-top: solid 1px #D0D0D0;
    border-bottom: solid 1px #D0D0D0;
    font-weight: bold;
}
#roundHoles td
{
    border-width: 1px;
    border-style: solid;
    margin: 0px;
    padding: 0px;
    height: 30px;
    border-color: Black;
    text-align: center;
}

.roundHolesBGGreen
{
    background-color: Lime;
    font-weight: bold;
    text-align: center;
}
.roundHolesBGLightGreen
{
    background-color: #CCFFCC;
    text-align: center;
}
.roundHolesBGTotal
{
    background-color: #99CC99;
    font-weight: bold;
    text-align: center;
}
.roundHolesEntryTitles
{
    background-color: #99cccc;
    text-align: center;
}
.roundHolesStrokes
{
    background-color: Yellow;
    text-align: center;
}
/* styles for sk graphs and stats menu page*/
.lblueHeaderLeft
{
    background-image: url(topLeftheader.gif);
    background-color: #9999CC;
    color: inherit;
    background-repeat: no-repeat;
    width: 12px;
    border-bottom: solid #ffffff 1px;
}
.lblueHeader2
{
    background-color: #9999CC;
    font-weight: bold;
    color: #003366;
    vertical-align: bottom;
    border-bottom: solid #ffffff 1px;
    width: 250px;
}
.summaryHeader
{
    text-align: center;
    padding: 2px 0px 2px 0px;
}
.summaryHeader a
{
    color: #003366;
}
.lblueHeaderRight
{
    background-color: #9999CC;
    color: inherit;
    background-image: url(topRightheader.gif);
    background-repeat: no-repeat;
    width: 12px;
    border-bottom: solid #ffffff 1px;
}
.tanrow
{
    background-color: #E2E1F1;
    color: inherit;
    font-weight: bold;
    height: 8px;
}
.tanHeader
{
    background-color: #E2E1F1;
    color: inherit;
    font-weight: bold;
    color: #003366;
    vertical-align: bottom;
}
.bodytext5sm
{
    font-size: 70%;
    padding: 5px 0px 5px 0px;
}
.divider
{
    height: 1px;
    font-size: 1px;
    background-image: url(spacer.gif);
    background-position: bottom left;
    background-repeat: repeat-x;
    margin-top: 20px;
    margin-bottom: 10px;
}

.helpQuestion
{
    text-indent: 25px;
    font-weight: bold;
}

.helpAnswer
{
    font-weight: bold;
    padding-left: 25px;
}
#helpAnswers p
{
    font-weight: normal;
    padding-left: 10px;
    padding-bottom: 5px;
}
#helpAnswers a
{
    color: Black;
}

#helpQuestions h2
{
    padding-top: 15px;
}

.helpTopLink
{
    color: #697627;
    clear: both;
    float: right;
}

.courseColumn
{
    width: 400px;
}


#courseRating th
{
    text-align: left;
}

#courseRating h3
{
    background-color: #f8f8f8;
    margin: 0px;
    padding: 2px 5px 2px 5px;
}

#courseRating .commentGrid
{
    padding-top: 10px;
}
#courseRating .commentWho
{
    background-color: #f8f8f8;
    height: 75px;
    width: 174px;
    text-align: left;
    border-bottom: solid 1px gray;
    border-left: solid 1px gray;
    padding-left: 0px;
    padding-top: 5px;
}
#courseRating .commentComment
{
    width: 600px;
    border-right: solid 1px gray;
    border-bottom: solid 1px gray;
    padding: 5px;
    background-image: url(commentBG.gif);
}

#courseRating .commentSpacer
{
    background-color: #697627;
    height: 25px;
    width: 585px;
}
#courseRating .commentSpacerLeft
{
    background-image: url(imgLeft.gif);
    background-repeat: no-repeat;
    padding-left: 5px;
}
#courseRating .commentSpacerRight
{
    background-image: url(imgRight.gif);
    background-repeat: no-repeat;
    width: 15px;
}
#courseRating .postBorder
{
    border: solid 1px gray;
    padding: 5px;
}
#courseRating .toomuch
{
    color: Red;
}
.courseFinderBox
{
    background-color: WhiteSmoke;
    border: solid 1px LightGrey;
}
.statGraphDesc
{
    background-image: url(commentBG.gif);
}


.topbar
{
    height: 87px;
    margin: 0;
    padding: 0;
}
.topBarImgBg
{
    background-color: #F8F8F8;
}
.emwelcome .emwelcome a
{
    font: 13px Arial;
    color: #7B7F82;
    text-decoration: none;
    text-align: right;
    padding: 4px;
    white-space: nowrap;
}
.userIndex
{
    width: 100px;
    text-align: center;
    white-space: nowrap;
    padding-bottom: 5px;
    margin-top: 2px;
    padding-left: 5px;
}

.UserOptions
{
    padding: 5px 5px 0px 5px;
    background-color: #F8F8F8;
}

#tabs
{
    background-image: url(tabsBg.PNG);
    background-repeat: repeat-x;
    width: 100%;
    float: left;
    border-bottom: solid 1px gray;
    padding: 8px 0 5px 25px;
}
#tabs ul
{
    text-decoration: none;
    display: inline;
}
#tabs li
{
    text-align: center;
    width: 145px;
    border: groove 2px gray;
    padding: 2px;
    margin-left: 5px;
    background-color: #f8f8f8;
    list-style: none;
    float: left;
}

#tabs a:hover
{
    color: #000000;
    font-weight: bold;
}

#tabs a
{
    color: #0066CC;
    font-size: 13px;
    text-decoration: none;
}


#tabs_Login
{
    background-image: url(tabsBg.PNG);
    background-repeat: repeat-x;
    width: 100%;
    float: left;
    border-bottom: solid 1px gray;
    padding: 8px 0 5px 25px;
}
#tabs_Login ul
{
    text-decoration: none;
    display: inline;
}
#tabs_Login li
{
    text-align: center;
    width: 110px;
    border: groove 1px gray;
    padding: 2px;
    margin-left: 2px;
    background-color: #f8f8f8;
    list-style: none;
    float: left;
}

#tabs_Login a:hover
{
    color: #000000;
    font-weight: bold;
}

#tabs_Login a
{
    color: #0066CC;
    font-size: 13px;
    text-decoration: none;
}


#tabs li.selected
{
    font-weight: bold;
    background-color: #DCDCBD;
}
#tabs_Login li.selected
{
    font-weight: bold;
    background-color: #DCDCBD;
}


.HeaderImg
{
    background-image: url(header3.gif);
    background-repeat: no-repeat;
 width:500px;
}
.LeftColumn
{
    padding-top: 25px;
    width: 150px;
}
.RightColumn
{
    width: 75px;
}


.LeftColumn_Login
{
    min-height: 350px;
    padding-top: 25px;
    width: 15px;
}


.index
{
    font-size: 30px;
    color: #666666;
    font-weight: bold;
}

.loginBG
{
    height: 450px;
    width: 600px;
    background-image: url(golf2.gif);
}

.sectionBox
{
    border: solid 1px LightGrey;
    padding: 10px;
    min-height: 250px;
    background-color: WhiteSmoke;
}
.sectionBoxNoHeight
{
    border: solid 1px LightGrey;
    padding: 10px;
    background-color: WhiteSmoke;
}

.sectionBoxShort
{
    border: solid 1px LightGrey;
    padding: 15px;
    min-height: 125px;
    background-color: WhiteSmoke;
}
 
#topnav ul
{
    float: left;
}
#topnav  li
{
    height: 40px;
    margin: 0px;
    padding:0px;
    list-style: none;
    float: left;
    background-image: url(tab_left.gif);
    background-position: left top;
    background-repeat: no-repeat;
}
#topnav a
{
    color: #fff;
    font-weight: bold;
    font: Arial;
    text-decoration: none;
}
#topnav li.selected
{
    background-image: url(tab_left_selected.gif);
}
#topnav li.selected div
{
    background-image: url(tab_right_selected.gif);
    padding: 12px 22px 4px 14px;
    float: left;
}
#topnav li.selected a
{
    font-weight: bold;
    color: #006699;
    font: bold Arial;
}
#topnav li a:hover, #topnav li a:active
{
    text-decoration: none;
    color: #387a9b;
}
#topnav div
{
    padding: 18px 22px 4px 14px;
    height: 40px;
    clear: none;
    float: left;
    background-image: url(tab_right.gif);
    background-position: right top;
    background-repeat: no-repeat;
}
.embanner
{
  
    background: url(black_dot.gif) repeat-x bottom;
}

.btn
{
    border:solid 1px darkgray;
    background:white;
    color:Olive;
    }