<!--

/*The club primary color (used for title, sub headings, borders, logo)*/

.topTitleCell { color:#160867; border-right-color:#160867; border-top-color :#160867; }
.rightTitleCell { border-right-color:#160867; }
.LRBorder { border-right-color:#160867; border-left-color:#160867; }
.LRBotBorder { border-right-color:#160867; border-left-color:#160867; border-bottom-color:#160867; }
h1 { color:#160867; }
.pageTitle{ color:#160867; }
.topNavCell a:link, .topNavCell a:visited {color:#160867;}
.bottomNavCell a:link { color:#160867; }
.bottomNavCell a:visited { color:#160867; }
.ListTitleBar th a:link { color:#160867 }
.ListTitleBar th a:visited { color:#160867 }
.ListRowText td a:link { color:#160867 }
.ListRowText td a:visited { color:#160867 }

/*The club accent color (used for thin lines)*/

.clubDivider { color:#F90100; background-color:#F90100; }
.topNavCell { border-top-color:#F90100; }
.bottomNavCell { border-bottom-color:#F90100; }
.contentLBorder { border-color:#F90100; }
.pageTitleBar { border-top:solid 1px #F90100; border-bottom:solid 1px #F90100}


/*The club link text link color*/

a:hover { color:#F90100; }
a:link { color:#F90100; }
a:visited { color:#F90100; }
.clubLeftListInfo a:link { color:#F90100; text-decoration:underline}
.clubLeftListInfo a:visited { color:#F90100; text-decoration:underline}
.clubLeftListInfo a:hover { color:#F90100; text-decoration:none; }
.topNavCell a:hover, .bottomNavCell a:hover { color:#F90100; }
.ListTitleBar th a:hover {color:#F90100; }
.ListRowText td a:hover { color:#F90100; }
.leftBordered{  border-left:solid 1px #F90100;}



/*The background color for the form box*/

.formBox { background-color:#E0EECC; border:solid 1px #9ECA5E; }

.borderFormBox { background-color:#E0EECC; border:solid 1px #9ECA5E;}

.shadedDetailItem { background-color:#E0EECC; }

/*The copyright line text color*/

.copyright { /*color:aqua;*/ }

#Menu1 
{
    color:#160867;
}

.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:#160867; }  /* Primary Color button face with White letters*/
.LeftMenu td a:visited { color:#160867; } /*Primary Color*/
.LeftMenu td a:hover {color:#F90100;} /* White button with Secondary color letters*/

-->