﻿/*
body, html
{
    margin: 0;
    padding: 0;
    background: #99CCFF;
    color: #000;
}
body
{
    min-width: 750px;
    color: #1F2223;
    font: 14px Arial;
}

a
{
    color: #9999CC;
    text-decoration: none;
}

#wrap
{
    background-color: #99CC99;
    margin: 0 auto;
    width: 750px;
}
#header
{
    background-color: White;
    background-image: url(Mainlogo.png);
    background-repeat: no-repeat;
    height: 75px;
}
#header h1
{
    padding: 5px;
    margin: 0;
}
#nav
{
    background-color: White;
    padding: 0px;
    margin: 0px;
}
#nav ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}
#nav li
{
    display: inline;
    margin: 0;
    padding: 0;
}
#nav li a
{
    color: #1F2223;
    float: left;
    display: block;
    text-decoration: none;
    border-right: 1px solid #fff;
    padding: .2em 1em;
}
#nav li a:hover
{
    background-color: #66CC66;
}
#nav li.selected a
{
    background-color: White;
}
#nav li a:visited
{
    color: #1F2223;
}

#main
{
    background-color: White;
    float: left;
    width: 510px;
    height: 600px;
    overflow: auto;
}
#mainContents
{
    padding: 0px 5px 0px 5px;
}
h3
{
    color: #9999CC;
    padding: 0 10px;
}
#main p
{
    padding: 0 10px;
}
h1
{
    color: #333399;
    text-align: center;
    padding: 0 10px;
}
h2
{
    color: #6666CC;
    padding: 0 10px;
}

#sidebar
{
    background-image: url(leftcolumnBG.png);
    background-repeat: repeat-y;
    float: right;
    width: 240px;
    height: 600px;
}
#sidebar ul
{
    margin-bottom: 0;
}
#sidebar h3, #sidebar p
{
    padding: 0 10px 0 0;
}
#sidebar hr
{
    width: 80%;
}
#sideBarContents
{
    padding: 0 10px;
}

#footer
{
    background-color: #99CC99;
    clear: both;
}
#footer p
{
    padding: 5px;
    margin: 0;
}

#footerNav
{
    padding: 5px;
}
#footerNav ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}
#footerNav li
{
    display: inline;
    margin: 0;
    padding: 0;
}

#footer a
{
    color: #333399;
}
#footer a:hover
{
    text-decoration: underline;
}

#wrapSecure
{
    background-color: ActiveBorder;
    margin: 0 auto;
    width: 100%;
}
#headerSecure
{
    background: white;
    height: 75px;
}
#headerSecure h1
{
    padding: 5px;
    margin: 0;
}
#mainSecure
{
    background-color: White;
    float: left;
    width: 100%;
    height: 100%;
    min-height: 450px;
}
#mainContentsSecure
{
    padding: 0px 5px 0px 5px;
}
#mainSecure h2, #mainSecure h3, #mainSecure p
{
    padding: 0 10px;
}

.scoreCardTitles
{
    background-color: #66CC99;
    text-align: center;
}
.divGraph
{
    margin: 5px;
}

.hidden
{
    display: none;
}
#wrapSKSideMenu
{
    background-color: white;
    margin: 0 auto;
    width: 100%;
}

#mainSKSideMenu
{
    background-image: url(sidecolumnBG.png);
    float: left;
    width: 150px;
    height: 100%;
    min-height: 500px;
    background-repeat: repeat-y;
}
#sidebarSKSideMenu
{
    background-color: white;
    float: left;
    overflow: auto;
    padding-left: 20px;
    min-height: 500px;
}



.colmask
{
    position: relative; 
    clear: both;
    float: left;
    width: 100%;
    overflow: hidden; 
}

.colright, .colmid, .colleft
{
    float: left;
    width: 100%; 
    position: relative;
}
.col1, .col2, .col3
{
    float: left;
    position: relative;
    padding: 0 0 0 0; 
    overflow: hidden;
}
.threecol
{
    background: white; 
}
.threecol .colmid
{
  
    background: white; 
}
.threecol .colleft
{
    background: white; 
}
.threecol .col1
{
    width: 10%;
}
.threecol .col2
{
    width: 80%;
}
.threecol .col3
{
    width: 10%;
}
.showMenu
{
    position: absolute;
    left: 50px;
    border-style: solid;
    border-width: thin;
    border-color: #9999CC;
    background-color: White;
    width: 350px;
    padding: 2px;
}
.hideMsg
{
    display: none;
}
#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;
}
.roundHolesBGLightGreen
{
    background-color: #CCFFCC;
}
.roundHolesBGTotal
{
    background-color: #99CC99;
    font-weight: bold;
}
.roundHolesEntryTitles
{
    background-color: #99cccc;
}
.roundHolesStrokes
{
    background-color: Yellow;
}

.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: 1228px;
    height: 583px;
    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: 754px;
    height: 621px;
    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: 809px;
    height: 527px;
    background-repeat: no-repeat;
    border-width: 1px;
    border-style: solid;
    display: block;
    text-align: center;
}
.errorText
{
    color: Red;
}

#tblDifferentials th
{
    text-align: left;
}

.leftCell
{
    border: solid 1px black;
    background-color: #99CC99;
}
.rightCell
{
    border: solid 1px black;
    background-color: White;
}

.leftCelltitle
{
    background-color: #9999CC;
    border: solid 1px black;
}

 .trAlt
{
    background-color: #99CC99;
}
 .trTitle
{
    background-color: #9999CC;
    font-weight:bold;
}


*/