.NoWrap
{
    white-space: nowrap;
}
.MyCalendar
{
    z-index: 10000;
}
.MyCalendar .ajax__calendar_container
{
    z-index: 10000;
    border: 1px solid #646464;
    background-color: #659800;
    color: #000000;
    width: 200px;
    height: 250px;
    padding: 0px;
    text-align: center;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day, .MyCalendar .ajax__calendar_other .ajax__calendar_year
{
    color: #cccccc;
    padding: 0px;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day, .MyCalendar .ajax__calendar_hover .ajax__calendar_month, .MyCalendar .ajax__calendar_hover .ajax__calendar_year
{
    color: #659800;
    padding: 0px;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day, .MyCalendar .ajax__calendar_active .ajax__calendar_month, .MyCalendar .ajax__calendar_active .ajax__calendar_year
{
    color: #659800;
    font-weight: bold;
    padding: 0px;
}
.MyCalendar .ajax__calendar_body
{
    width: 168px;
    height: 190px;
}
.MyCalendar table td
{
    border: 0px;
    background-color: White;
}

.clear
{
    clear: both;
}
a
{
    color: black;
    font-weight: bold;
    text-decoration: none;
}
a.notBold
{
    font-weight: normal;
    text-transform: none;
}
a.notBold:hover
{
    text-decoration: underline;
    font-weight: normal;
    text-transform: none;
}
a:hover
{
    color: black;
    font-weight: bold;
    text-decoration: underline;
}

img
{
    border: none;
}
html, body
{
    margin: 0;
    padding: 0;
    background: #FFFFFF;
    font: 12px Arial;
    color: black;
    font-weight: normal;
    background-color: white;
    height: 100%;
}
.whois
{
    width: 900px;
    text-align: right;
    font-size: 11px;
    color: orange;
    font-weight: bold;
    padding-top: 5px;
}
#header
{
    width: 100%;
    height: 98px;
    margin: 0;
    background-image: url(../Images/Header_Bkgd.gif);
    background-repeat: repeat-x;
    border: 0px;
    vertical-align: top;
}
#header .container
{
    width: 900px;
}

#logo
{
    width: 515px;
    height: 98px;
    float: left;
    vertical-align: top;
    text-align: left;
}
#header_RT
{
    width: 360px;
    height: 98px;
    float: right;
    text-align: right;
    vertical-align: middle;
    color: White;
    padding-right: 5px;
}
#header_RT a
{
    color: White;
    font-weight: normal;
    border-bottom: 0px;
}
#header_RT a:hover
{
    color: White;
    font-weight: normal;
    border-bottom: 0px;
}
#header_RT a.myInfo
{
    color: #FFFF99;
    font-weight: bold;
}
#header_RT a.myInfo:hover
{
    color: #FFFF99;
    font-weight: bold;
}
/* HOME Navigation */
#Main_Nav_Bar
{
    width: 100%;
    height: 42px;
    margin: 0;
    background-image: url(../Images/Main_Nav_Underline.gif);
    background-repeat: repeat-x;
    border: 0px;
    vertical-align: bottom;
    font-family: Century Gothic;
    font-size: 16px;
}
#Main_Nav_Bar .container
{
    width: 900px;
}
#Main_Nav_Bar_left
{
    width: 321px;
    float: left;
    vertical-align: middle;
    text-align: left;
    font-size: 10px;
    color: orange;
}
#Main_Nav_Bar_right
{
    background-image: url(../Images/Main_Nav_Bar.gif);
    width: 579px;
    height: 42px;
    background-repeat: no-repeat;
    background-position: bottom;
    text-align: center;
    float: right;
    vertical-align: bottom;
}
#Main_Nav_Bar_right .padding
{
    padding-top: 15px;
    padding-bottom: 5px;
}
a.Main_Nav_Bar1
{
    color: #ffffff;
    text-decoration: none;
}

a.Main_Nav_Bar1:hover
{
    color: White;
    background-color: #659800;
    text-decoration: none;
}
a.Main_Nav_Bar2
{
    color: #3399FF;
    text-decoration: none;
    margin-left: 22px;
}

a.Main_Nav_Bar2:hover
{
    color: #3399FF;
    background-color: White;
    text-decoration: none;
    margin-left: 22px;
}
a.Main_Nav_Bar3
{
    color: #FF9933;
    text-decoration: none;
    margin-left: 22px;
}

a.Main_Nav_Bar3:hover
{
    color: #FF9933;
    text-decoration: none;
    margin-left: 22px;
    background-color: White;
}
a.Main_Nav_Bar4
{
    color: #99CC33;
    text-decoration: none;
    margin-left: 22px;
}

a.Main_Nav_Bar4:hover
{
    color: #99CC33;
    text-decoration: none;
    margin-left: 22px;
    background-color: White;
}

/* Sub Page Navigation */
#nav_bar
{
    width: 100%;
    height: 25px;
    margin: 0;
    background-image: url(../Images/Nav_Underline.gif);
    background-repeat: repeat-x;
    border: 0px;
    vertical-align: bottom;
}
#nav_bar .container
{
    width: 900px;
}
#nav_bar_left
{
    width: 432px;
    float: left;
}
#nav_bar_right
{
    background-image: url(../Images/Title_Bar.gif);
    width: 448px;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 25px;
    text-align: center;
    float: right;
    vertical-align: bottom;
}
#nav_bar_right .padding
{
    padding-top: 6px;
}
#nav_bar a
{
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

#nav_bar a:hover
{
    color: White;
    text-decoration: underline;
}

/* Administration Sub Nav */

#subnav
{
    width: 100%;
    border: 1px solid black;
}
#subnav .container
{
    width: 900px;
    margin-bottom: 20px;
    border: 1px solid #cccccc;
    position: relative; /*added to fix IE6 z-index issues*/
    z-index: 1; /*added to fix IE6 z-index issues*/
}


#home_top
{
    width: 900px;
    padding: 2px;
    text-align: center;
    vertical-align: middle;
    padding-bottom: 0px;
}
#home_top .fill
{
    width: 100%;
    text-align: center;
}
#home_top .left
{
    float: left;
    width: 425px;
}
#home_top .right
{
    float: right;
    width: 425px;
    margin-top: 40px;
    padding-left: 0px;
}
.pga
{
    float: left;
}
.pga_text
{
    width: 275px;
    float: right;
    text-align: left;
    color: #000099;
    font-size: 14px;
    padding-left: 10px;
    padding-top: 20px;
}
a.pga_link
{
    color: #000099;
    font-weight: bold;
    text-decoration: none;
}
a.pga_link:hover
{
    font-weight: bold;
    color: #CCCC99;
}
#black_middle .fill
{
    background-color: Black;
    height: 278px;
    width: 100%;
    text-align: center;
}
#black_middle
{
    width: 900px;
    border: solid 1px #666666;
    padding: 2px;
    text-align: center;
    vertical-align: middle;
    height: 280px;
    margin-bottom: 10px;
}
#black_middle .left
{
    float: left;
    width: 386px;
    padding-left: 15px;
}
#black_middle .right
{
    float: right;
    width: 300px;
    padding-top: 10px;
    padding-right: 15px;
}
/* Homepage Lower Content */
#home_lower
{
    width: 900px;
}
/*Getting Started Content*/
.home_right_lower
{
    float: right;
    width: 400px;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 25px;
    text-align: left;
}
.indented
{
    padding-left: 10px;
    padding-top: 10px;
}

.h1_text_right
{
    width: 400px;
    height: 28px;
    text-align: right;
    margin-left: 25px;
    vertical-align: bottom;
}
.home_left_lower_list
{
    float: left;
    width: 370px;
    margin-top: 10px;
    margin-left: 15px;
    text-align: left;
}
.h1_text_left
{
    width: 370px;
    height: 28px;
    text-align: right;
    margin: 0;
    vertical-align: bottom;
}
.left
{
    width: 900px;
    text-align: left;
    margin-top: 10px;
}

.sectiontitle
{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    font-family: century gothic;
    letter-spacing: 2pt;
    margin-bottom: 20px;
}
.sectionSUBtitle
{
    font-size: 10px;
    font-family: arial;
    padding-top: 8px;
}
.subcontent
{
    vertical-align: middle;
    text-align: left;
    margin-bottom: 10px;
}

.buffer
{
    position: absolute;
    clear: both;
    height: 50px;
}
#footer
{
    clear: both;
    width: 100%;
    margin-top: 10px;
    background-image: url(../Images/Footer_Line.gif);
    background-repeat: repeat-x;
    background-position: top;
    text-align: center;
    padding-top: 15px;
    text-transform: none;
    position: relative;
    bottom: 0; /* stick to bottom */
    left: 0;
}


.input_black
{
    border: solid 1px #cccccc;
    background-color: black;
    text-transform: none;
    color: White;
    font-weight: bold;
}
input
{
    border: solid 1px #cccccc;
}
.textbox
{
    border: solid 1px #cccccc;
}

#grid .alternatingTR
{
    background-color: #FAFAFA;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
}
#grid
{
    width: 900px;
    margin-right: 8px;
    text-align: left;
}
#grid table
{
    text-align: -moz-center; /*FF*/
    border: solid 1px #cccccc;
    width: 900px;
}
#grid table.long
{
    width: 1000px;
}
#grid th
{
    text-align: left;
    color: #659800;
    font-weight: bold;
    font-size: 14px;
    text-transform: none;
    border-bottom: solid 2px #666666;
}
#login
{
    width: 300px;
    text-align: left;
}
#login td
{
    vertical-align: top;
}
#login table
{
    border: none;
}

#content
{
    width: 1000px;
    clear: left;
    margin-top: 15px;
    text-align: center;
    text-align: -moz-center;
    position: relative; /* needed for footer positioning*/
    padding-bottom: 1em 1em 5em; /* bottom padding for footer */
}
.middle
{
    width: 600px;
    min-height: 400px;
    text-align: left;
}
#content .photo
{
    width: 680px;
    text-align: center;
    text-align: -moz-center;
}
#content .photo_head
{
    width: 680px;
    text-align: left;
}

#content table
{
    width: 100%;
    text-align: left;
    font-size: 12px;
    text-transform: none; /*border:solid 1px #cccccc; */
    padding: 0px;
}
#content table.border
{
    border: solid 1px #cccccc;
}
#content td
{
    vertical-align: top;
    border-bottom: dashed 1px #cccccc;
    height: 25px;
}
#content .lastTD
{
    border-bottom: none;
}
#content th
{
    text-align: left;
    color: #659800;
    font-weight: bold;
    font-size: 14px;
    text-transform: none;
    border-bottom: solid 2px #666666;
}


#content h1
{
    color: #659800;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 8px;
    text-align: left;
    clear: both;
}
#content .left
{
    float: left;
}
#content .right
{
    float: right;
}
.note
{
    color: #666666;
    font-size: 13px;
    text-transform: none;
    padding: 5px;
    text-align: left;
}
#content .mediumContainer
{
    width: 400px;
    text-align: left;
}
#content .alternatingTR
{
    background-color: #FAFAFA;
}
#printscorecard
{
    text-align: left;
    width: 900px;
}
#printscorecard table
{
    border: none;
}
#printscorecard td
{
    border: none;
    height: 12px;
}
#printscorecard .card
{
    background-image: url(../Images/ScoreCardOverlay.jpg);
    width: 803px;
    height: 481px;
}
#rightside
{
/*    float: right; */
/*    width: 330px; */
    min-height: 500px;
}

#rightside_short
{
/*    float: right; */
/*    width: 330px; */
    min-height: 300px;
}
#rightside .fill
{
    padding-top: 10px;
    border-bottom: dashed 1px #cccccc;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    padding-bottom: 10px;
}
#rightside .fillPadding
{
    padding-top: 10px;
    border-bottom: dashed 1px #cccccc;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    padding-bottom: 10px;
    height: 330px;
}

#rightside_short .fill
{
    padding-top: 12px;
    border-bottom: dashed 1px #cccccc;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    padding-bottom: 10px;
}

#leftside
{
/*    float: left; */
/*    width: 600px; */
    padding-right: 20px;
    text-align: left;
    min-height: 500px;
}
#leftside .noborder
{
    border: 0px;
}
#leftside_short .noborder
{
    border: 0px;
}
#leftside_short
{
/*    float: left; */
/*    width: 540px; */
    padding-right: 20px;
    text-align: left;
    min-height: 300px;
}
#leftside .green_h2
{
    color: #659800;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 8px;
    margin-top: 8px;
    text-align: left;
    display: block;
}
#content table.printScorecard
{
    width: 800px;
    padding: 0px;
    border-collapse: collapse;
}
#content table.printScorecard td
{
    border: 1px solid black;
}
#content table.printScorecard td.noborder
{
    border: 0px;
}

#grid table.viewScorecard
{
    width: 900px;
    text-align: left;
    font-size: 12px;
    text-transform: none; /*border:solid 1px #cccccc; */
    padding: 0px;
    border-collapse: collapse;
    border: solid 1px #666666;
}
#grid table.viewScorecard td
{
    border: solid 1px #666666;
    height: 15px;
    vertical-align: middle;
}
#grid table.noborder
{
    width: 900px;
    border: 0px;
}
#grid table.viewScorecard td.teeName
{
    width: 235px;
    text-align: right;
    padding-right: 10px;
}
#grid table.viewScorecard td.rating
{
    width: 50px;
    text-align: left;
}
#grid table.viewScorecard td.slope
{
    width: 50px;
    text-align: left;
    border-right: solid 1px black;
}
#grid table.viewScorecard td.hole
{
    text-align: right;
    width: 55px;
}
#grid table.viewScorecard td.holeNum
{
    width: 30px;
    text-align: center;
}
#grid table.viewScorecard td.total1
{
    text-align: right;
    width: 50px;
}
#grid table.viewScorecard td.total2
{
    text-align: right;
    width: 75px;
    color: #3366CC;
    font-weight: bold;
}

#grid table.viewScorecard td.team
{
    text-align: left;
    width: 90px;
}
#grid table.viewScorecard td.player
{
    text-align: left;
    width: 150px;
}
#grid table.viewScorecard td.playerTee
{
    text-align: left;
    width: 75px;
}
#grid table.viewScorecard td.HCP
{
    text-align: left;
    width: 25px;
}
#grid table.viewScorecard td.right
{
    text-align: right;
}

#grid .F5F5F5
{
    background-color: #EAF4DE;
}
#grid .FAEBD7
{
    background-color: #EAF4DE;
}

#grid .FFFFE0
{
    background-color: #FFFFFF;
}
#grid .FAFAFA
{
    background-color: #FFFFFF;
}

.LineEven
{
    background-color: #EAF4DE;
}

.LineOdd
{
    background-color: #FFFFFF;
}
.CollapsePanelQuestion
{
    width: 100%;
    height: 30px;
    background-image: url(../Images/BlueBar.png);
    background-repeat: repeat-x;
    color: #FFF;
    font-weight: bold;
}
.CollapsePanelAnswer
{
    background-color: white;
    overflow: hidden;
}

