/***********************************************/
/* Youth style sheet                           */
/***********************************************/
body {
  background-color: #FFFFFF;
  margin-top: 6px;
  padding: 2px;
  font-family: "Comic Sans MS", "Minion Web", Helvetica;
  font-size: 14px;
  margin-left: auto; margin-right: auto; text-align: center;
  }
a:link, a:visited, a:hover {
  color: #0033CC;
  }
a:hover {
  color: #ff8800;
  }
h1 {
  font-size: 18px;
  font-weight: normal;
  color: #000066;
  margin-top: 6px;
  margin-bottom: 0;
  padding-bottom: 0;
  }
h2 {
  font-size: 18px;
  font-weight: bold;
  color: #6699CC;
  margin-top: 6px;
  margin-bottom: 0;
  padding-bottom: 0;
  }
dl dt {
  font-weight: bold;
  color: #000066;
  }
dl dd {
  margin-bottom: 10px;
}
/***********************************************/
/* Banner                                      */
/***********************************************/
.YouthBannerTop table {
  margin-left: auto; margin-right: auto;
  margin-top: 0;
  padding-top: 0;
  border: 0;
  }
.YouthBannerTop tr {
  margin-top: 0;
  padding-top: 0;
  }
div.YouthBanner1 {
  background-color: #FFFFFF;
  text-align: left;
  margin-top: 0; padding-top: 0;
  margin-left: auto; margin-right: auto;
  color: #6699CC;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
  }
div.YouthBanner2 {
  background-color: #FFFFFF;
  text-align: left;
  margin-bottom: 4px; padding-bottom: 4px;
  margin-left: auto; margin-right: auto;
  color: #6699CC;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 30px;
  text-decoration: none;
  }
.YouthBanner1 a {
  text-decoration: none;
  color: #6699CC;
  background-color: #FFFFFF;
  }
.YouthBanner1 a:link {
  text-decoration: none;
  color: #6699CC;
  background-color: #FFFFFF;
  }
.YouthBanner1 a:visited {
  text-decoration: none;
  color: #6699CC;
  background-color: #FFFFFF;
  }
.YouthBanner1 a:hover {
  text-decoration: underline;
  }
.YouthBanner2 a {
  text-decoration: none;
  color: #6699CC;
  background-color: #FFFFFF;
  }
.YouthBanner2 a:link {
  text-decoration: none;
  color: #6699CC;
  background-color: #FFFFFF;
  }
.YouthBanner2 a:visited {
  text-decoration: none;
  color: #6699CC;
  background-color: #FFFFFF;
  }
.YouthBanner2 a:hover {
  text-decoration: underline;
  }
.YouthBanner2Highlight {
  margin-left: 65px;
  color: #3366CC;
  }
/***********************************************/
/* Navigation ribbon                           */
/***********************************************/
div.YouthRibbon {
  background-color: #FFFFFF;
  margin-left: auto; margin-right: auto;
  font-weight: normal;
  }
.YouthRibbon a {
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 6px;
  padding-right: 6px;
  text-decoration: none;
  border-right: 3px solid #666666;
  border-bottom: 2px solid #666666;
  border-left: 1px solid #999999;
  border-top: 1px solid #999999;
  font-weight: normal;
  }
.YouthRibbon a:link, .YouthRibbon a:visited {
  color: #000066;
  background-image: url(../images-youth/youthButton.jpg);
  }
.YouthRibbon a:hover {
  color: #FF6600;
  background-color: #FFFFFF;
  background-image: none;
  }
.YouthRibbonOnTarget {
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0px;
  padding-right: 0px;
  text-decoration: none;
  border-right: 3px solid #666666;
  border-bottom: 2px solid #666666;
  border-left: 1px solid #999999;
  border-top: 1px solid #999999;
  color: #000066;
  background-color: #6699CC;
  background-image: none;
  }
/***********************************************/
/* Sub-navigation ribbon                           */
/***********************************************/
div.subnav {
  text-align: center;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-top: 1px;
  padding-bottom: 1px;
  color: #CCCCCC;
  font-family: Arial, Helvetica, sans-serif;
  }
.subnav a {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 8px;
  text-decoration: none;
  }
.subnav a:hover {
  text-decoration: underline;
  }
.subnav option, select, form {
  color: #0033CC;
  }
/***********************************************/
/* Page Title                                  */
/***********************************************/
.pgtitle {
  font-size: 18px;
  font-weight: normal;
  color: #000066;
  margin-top: 6px;
  margin-bottom: 0;
  padding-bottom: 0;
  }
/***********************************************/
/* Contents of Page                            */
/***********************************************/
.pgcontents {
  margin-left: auto; margin-right: auto;
  text-align: left;
  width: 90%;
  }
/***********************************************/
/* Styles                                      */
/***********************************************/
.mutedBold {
  font-weight: bold;
  color: #000066;
  }
.goldBold {
  font-weight: bold;
  color: #6699CC;
  }
.NoticeMe {
  font-weight: bold;
  color: #000066;
  background-color: #CCCCFF;
}
.Attention {
	color: #cc0000;
	font-weight: bold;
}
.LitText {
    color: #CC6600;
}
/***********************************************/
/* Youth Form                                  */
/***********************************************/
.youthForm {
  color: #000000;
  }
.youthForm table {
  border: 1px solid #6699CC;
  color: #000000;
  background-color: #ddeeff;
  }
.youthForm caption {
  text-align: left;
  color: #6699CC;
  font-weight: bold;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  }
.youthForm th {
  text-align: right;
  vertical-align: top;
  font-weight: normal;
  }
.youthForm td {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  padding-right: 10px;
  }
/***********************************************/
/* for Registration pages                      */
/***********************************************/
table.RegList {
border-collapse: collapse;
}
tr.RegListAlt {
background-color: #f0f8ff;

}
th.RegList {
border-top: 1px solid #999999;
border-bottom: 1px solid #999999;
border-left: 1px solid #999999;
padding: 3px;
color: #000066;
background-color: #FFFBF2;
}
th.RegListLastCol {
border: 1px solid #999999;
padding: 3px;
color: #000066;
background-color: #FFFBF2;
}
td.RegList {
border-top: 1px solid #999999;
border-bottom: 1px solid #999999;
border-left: 1px solid #999999;
padding: 3px;
}
td.RegListLastCol {
border: 1px solid #999999;
padding: 3px;
}
