<!--

/*The club primary color (used for title, sub headings, borders, logo)*/

.topTitleCell { color:#656868; border-right-color:#656868; border-top-color :#656868; }
.rightTitleCell { border-right-color:#656868; }
.LRBorder { border-right-color:#656868; border-left-color:#656868; }
.LRBotBorder { border-right-color:#656868; border-left-color:#656868; border-bottom-color:#656868; }
h1 { color:#656868; }
.pageTitle{ color:#656868; }
.topNavCell a:link, .topNavCell a:visited {color:#656868;}
.bottomNavCell a:link { color:#656868; }
.bottomNavCell a:visited { color:#656868; }
.ListTitleBar th a:link { color:#656868 }
.ListTitleBar th a:visited { color:#656868 }
.ListRowText td a:link { color:#656868 }
.ListRowText td a:visited { color:#656868 }

/*The club accent color (used for thin lines)*/

.clubDivider { color:#6e76a6; background-color:#6e76a6; }
.topNavCell { border-top-color:#6e76a6; }
.bottomNavCell { border-bottom-color:#6e76a6; }
.contentLBorder { border-color:#6e76a6; }
.pageTitleBar { border-top:solid 1px #6e76a6; border-bottom:solid 1px #6e76a6}

/*The club link text link color*/

a:hover { color:#6e76a6; }
a:link { color:#6e76a6; }
a:visited { color:#6e76a6; }
.clubLeftListInfo a:link { color:#6e76a6; text-decoration:underline}
.clubLeftListInfo a:visited { color:#6e76a6; text-decoration:underline}
.clubLeftListInfo a:hover { color:#6e76a6; text-decoration:none; }
.topNavCell a:hover, .bottomNavCell a:hover { color:#6e76a6; }
.ListTitleBar th a:hover {color:#6e76a6; }
.ListRowText td a:hover { color:#6e76a6; }
.leftBordered { border-left:solid 1px #6e76a6; }


/*The background color for the form box*/

.formBox { background-color:#bdbdbd; border:solid 1px #8d8d8d;}

.borderFormBox { background-color:#bdbdbd; border:solid 1px #8d8d8d;}

.shadedDetailItem { background-color:#bdbdbd; }

/*The copyright line text color*/

.copyright { /*color:aqua;*/ }

#Menu1 { color:#656868;}

.formHeaderRow
{
  /* Set this value to override the default value in /ypdefault/default.css*/
  /*color:#000000; */
  /*background-color:#C0CEAA;*/
  font-family:Arial;
  font-size:10px;
}

.formFooterRow
{
  /* Set this value to override the default value in /ypdefault/default.css*/
  /*background-color:#C0CEAA;*/
  /*color:#000000; */
}

.formShadedRow
{
  /* Set this value to override the default value in /ypdefault/default.css*/
  /*background-color:#E0EECC;*/
  /*color:#000000; */
}

.formUnshadedRow
{
  /* Set this value to override the default value in /ypdefault/default.css*/
  /*color:#000000; */
  /*background-color:#ffffff; */
}

.formEditRow
{
  /* Set this value to override the default value in /ypdefault/default.css*/
  /*color:#000000; */
  /*background-color:#E0EECC;*/
}

/* Left Nav Buttons */
.LeftMenu td a:link { color:#656868; }  /* Primary Color button face with White letters*/
.LeftMenu td a:visited { color:#656868; } /*Primary Color*/
.LeftMenu td a:hover {color:#6e76a6;} /* White button with Primary color letters*/

-->