body {
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  background: white url(img/bodyback.png) repeat-y center top;
}
body.bodyAd {
  background-image: none;
}
h1,
h2,
h3,
a {
  color: #444444;
}
h1 {
  text-shadow: 1px 1px 2px #cccccc;
}
h2 {
  margin-top: 20px;
  padding-top: 5px;
  border-top: dashed 1px #ccc;
}
#header {
  padding: 10px 0px 30px 0px;
  background: #ececec url(img/headback.png) no-repeat center bottom;
}
#header .headerkids {
  position: relative;
  margin-left: 55px;
}
.optBox {
  width: 250px;
  float: left;
  min-height: 150px;
  -moz-box-shadow: 0px 0px 4px #aaaaaa;
  -webkit-box-shadow: 0px 0px 4px #aaaaaa;
  box-shadow: 0px 0px 4px #aaaaaa;
  margin: 20px;
  margin-left: 0px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  padding: 10px;
  background-color: #f8f8f8;
  background: -moz-linear-gradient(top, #fcfcfc, #f4f4f4);
  background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#f4f4f4));
}
.optBox h3 {
  border-bottom: solid 1px #aaa;
  color: #ff9100;
}
.optBox p {
  background-repeat: no-repeat;
  background-position: left top;
  margin-top: 10px;
  color: #444444;
  min-height: 70px;
  padding-left: 75px;
}
.optBox p strong {
  font-style: italic;
  font-size: 120%;
  padding-right: 6px;
}
.optApprove p {
  background-image: url(img/hourglass.png);
}
.optUsers p {
  background-image: url(img/users.png);
}
.optMetadata p, .optSubmitted p {
  background-image: url(img/metadata.png);
}
.optTemplate p {
  background-image: url(img/email.png);
}
.optContent p {
  background-image: url(img/globe.png);
}
.optExpired p {
  background-image: url(img/Expired.png);
}
.optProfile p {
  background-image: url(img/lock.png);
}
.optOrgDetails p {
  background-image: url(img/org.png);
}
.optReports p {
  background-image: url(img/reports.png);
}
.optAddUrl p {
  background-image: url(img/globeLink.png);
}
.optAddWord p {
  background-image: url(img/MSWord.png);
}
.optSignOut p {
  background-image: url(img/logout.png);
}
.optChart p {
  background-image: url(img/chart.png);
}
.optQan p {
  background-image: url(img/cert.png);
}
.optBox:hover {
  -moz-box-shadow: 0px 0px 16px #aaaaaa;
  -webkit-box-shadow: 0px 0px 16px #aaaaaa;
  box-shadow: 0px 0px 16px #aaaaaa;
  background-color: #fffaa2;
  background: -moz-linear-gradient(top, #fffcaa, #fff799);
  background: -webkit-gradient(linear, left top, left bottom, from(#fffcaa), to(#fff799));
}
label {
  min-width: 8em;
  display: inline-block;
}
label,
input,
textarea,
select {
  font-size: 110%;
  margin-bottom: 5px;
  font-family: "trebuchet ms", arial, helvetica, sans-serif;
}
.dpButton {
  color: #444444;
  background-color: #8ed0ff;
  border: solid 1px #444444;
  margin-right: 4px;
  padding: 3px 6px;
  font-size: 110%;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  text-shadow: 0px 1px 0px #fff;
}
.dpButton:hover {
  color: #8ed0ff;
  background-color: #444444;
}
ul {
  list-style-type: none;
}
.pageContent ul {
  list-style-type: disc;
  margin-left: 40px;
}
.content li {
  margin: 5px 0px;
  padding: 6px 0px;
  border-bottom: dashed 1px #ddd;
}
.content li strong {
  font-style: italic;
  font-size: 120%;
  padding-right: 10px;
  color: #444444;
}
.content li a {
  color: #0091ff;
}
.users li {
  border: 1px solid Grey;
  display: block;
  float: left;
  height: 109px;
  margin: 5px;
  padding: 6px;
  width: 430px;
  background-color: #E8F5FF;
  position: relative;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.users li strong {
  font-style: italic;
  font-size: 120%;
  color: #444444;
  display: inline-block;
  overflow: hidden;
  width: 430px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.users li a {
  color: #0091ff;
}
.content li {
  padding-left: 36px;
  background-repeat: no-repeat;
  min-height: 32px;
  background-position: left 4px;
}
.content .cType1 {
  background-image: url(img/type1.png);
}
.content .cType2 {
  background-image: url(img/type2.png);
}
.content div.mdFlag {
  padding-left: 48px;
  background-repeat: no-repeat;
  background-position: left 4px;
}
.content div.hasMetadata {
  background-image: url(img/hasMetadata.png);
}
.users {
  margin-top: 20px;
  padding-top: 20px;
  border-top: solid 1px #aaa;
}
.back a {
  display: inline-block;
  margin-bottom: 20px;
  color: #444444;
  background-color: #8ed0ff;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 5px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.back a:hover {
  background-color: #444444;
  color: #8ed0ff;
}
.TextArrayCheckBoxList label, .RadioButtonList label {
  margin: 0px 12px 0px 6px;
}
.wiz li {
  float: left;
  display: block;
  width: 220px;
  height: 135px;
  background: transparent url(img/wiz.png) no-repeat left top;
  margin-right: 30px;
  padding-top: 30px;
  padding-left: 25px;
  font-weight: bold;
  text-shadow: 1px 1px 2px #cccccc;
}
.wiz li a {
  text-decoration: underline;
}
.wiz li.sel {
  background-image: url(img/wizSel.png);
}
.wiz p {
  font-weight: normal;
  text-shadow: none;
  font-size: 90%;
  margin-top: 4px;
  padding-right: 70px;
}
div.info, p.info {
  margin: 10px 0px 20px 0px;
  color: #a0a0a0;
  font-size: 120%;
  border: solid 1px #aaa;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #fffcaa;
  padding: 15px 15px 15px 50px;
  background-image: url("img/Info.png");
  background-position: 10px center;
  background-repeat: no-repeat;
}
div.info b, p.info b {
  color: #000;
}
.nextStep {
  font-size: 140%;
  font-style: italic;
  text-decoration: underline;
}
.preview {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0px 0px 16px #aaaaaa;
  -webkit-box-shadow: 0px 0px 16px #aaaaaa;
  box-shadow: 0px 0px 16px #aaaaaa;
  border: solid 1px #888;
  padding: 10px;
  padding-bottom: 20px;
  min-height: 300px;
  margin-bottom: 20px;
}
.dpMDiNew, .dpMDiSel {
  margin: 10px 0px;
}
#sbdArea #sbdMain {
  width: 620px;
  float: left;
}
#sbdArea #sbdsb {
  width: 290px;
  float: right;
}
#sbdArea #sbdsb h3 {
  margin-bottom: 4px;
  padding-top: 4px;
  border-top: dashed 1px #888;
}
#sbdArea #sbdsb ul.aboutAp li {
  margin: 5px 0px;
}
#sbdArea #sbdsb ul.aboutAp li a {
  color: #0091ff;
}
.dpWatermark {
  color: #aaa;
}
#searchWait {
  text-align: center;
  font-size: 150%;
  padding-top: 180px;
  background: transparent url(img/loading.gif) no-repeat center top;
  color: #888;
}
.ad, .externalUrl {
  background-color: #f6f6f6;
  background: -moz-linear-gradient(top, #fcfcfc, #f0f0f0);
  background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#f0f0f0));
  -moz-box-shadow: 0px 4px 20px #aaaaaa;
  -webkit-box-shadow: 0px 4px 20px #aaaaaa;
  box-shadow: 0px 4px 20px #aaaaaa;
  border: solid 1px #c0c0c0;
  padding: 20px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  width: 544px;
  margin-bottom: 40px;
  overflow: hidden;
}
.ad .img, .externalUrl .img {
  border: solid 1px #aaa;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-repeat: none;
  background-position: center center;
}
.ad .img img, .externalUrl .img img {
  visibility: hidden;
}
.ad p, .externalUrl p {
  text-align: right;
  margin-top: 10px;
  font-size: 110%;
  color: #333;
  text-shadow: 0px -1px 0px white;
  white-space: nowrap;
}
.ad {
  width: 244px;
  margin-bottom: 20px;
  margin-top: 10px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 10px;
  -moz-box-shadow: 0px 2px 10px #aaaaaa;
  -webkit-box-shadow: 0px 2px 10px #aaaaaa;
  box-shadow: 0px 2px 10px #aaaaaa;
}
.ad .img {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.ad p {
  margin-right: 2px;
}
#searchResults ul {
  overflow: hidden;
  padding-bottom: 10px;
}
#multipleDialog li, .thumbsTemplate li {
  display: block;
  margin: 10px;
  float: left;
  background-color: #F4F4F4;
  border: 1px solid #D0D0D0;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}
#multipleDialog li a, .thumbsTemplate li a {
  display: block;
}
#multipleDialog li h3, .thumbsTemplate li h3 {
  padding-top: 6px;
  font-weight: normal;
  font-size: 13px;
  width: 120px;
  height: 30px;
  padding-bottom: 5px;
  text-shadow: 0px -1px 0px white;
  text-align: center;
  overflow: hidden;
}
#multipleDialog li h3:first-child, .thumbsTemplate li h3:first-child {
  font-weight: bold;
  height: 45px;
}
#multipleDialog li img, .thumbsTemplate li img {
  border: solid 1px #c0c0c0;
  -moz-box-shadow: 0px 1px 2px #aaaaaa;
  -webkit-box-shadow: 0px 1px 2px #aaaaaa;
  box-shadow: 0px 1px 2px #aaaaaa;
  border-right-style: none;
  width: 120px;
  height: 90px;
  background-color: #fff;
}
#multipleDialog li a:hover img, .thumbsTemplate li a:hover img {
  -moz-box-shadow: 0px 2px 6px #aaaaaa;
  -webkit-box-shadow: 0px 2px 6px #aaaaaa;
  box-shadow: 0px 2px 6px #aaaaaa;
}
#multipleDialog li a:hover h3, .thumbsTemplate li a:hover h3 {
  color: #0091ff;
}
.thumbsTemplate li.bestMatch {
  background-color: #FCF5D1;
}
.thumbsTemplate li.bestMatch .bmImg {
  background-color: transparent;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
  width: auto;
  position: absolute;
  top: -10px;
  right: -10px;
}
.listTemplate li {
  display: block;
  margin-top: 5px;
  border-top: 1px dashed #999;
}
.listTemplate li a {
  display: block;
}
.listTemplate li h3 {
  padding-top: 6px;
  font-weight: normal;
  font-size: 13px;
  width: 220px;
  height: 30px;
  padding-bottom: 5px;
  overflow: hidden;
  float: left;
}
.listTemplate li img {
  border: solid 1px #c0c0c0;
  -moz-box-shadow: 0px 1px 2px #aaaaaa;
  -webkit-box-shadow: 0px 1px 2px #aaaaaa;
  box-shadow: 0px 1px 2px #aaaaaa;
  border-right-style: none;
  width: 20px;
  height: 20px;
  float: left;
  margin-top: 2px;
  margin-right: 10px;
}
.listTemplate li a:hover img {
  -moz-box-shadow: 0px 2px 6px #aaaaaa;
  -webkit-box-shadow: 0px 2px 6px #aaaaaa;
  box-shadow: 0px 2px 6px #aaaaaa;
}
.listTemplate li a:hover h3 {
  color: #0091ff;
}
#searchResultsMask {
  color: #0091ff;
}
#searchResultsMask label {
  min-width: 10em;
  color: #444444;
}
#searchResultsMask a {
  color: #0091ff;
  font-size: 90%;
}
#browse h3 {
  border-top: dashed 1px #555;
  margin: 12px 0px 4px 0px;
  padding-top: 8px;
}
#browse li {
  cursor: pointer;
  margin: 2px 6px 4px 0px;
  float: left;
  min-width: 290px;
  max-width: 290px;
  color: #0091ff;
}
#browse li.unsel {
  text-decoration: line-through;
  color: #aaa;
}
#browseSb li {
  cursor: pointer;
  color: #0091ff;
}
#browseSb li.unsel {
  text-decoration: line-through;
  color: #aaa;
}
#footerContent {
  background-color: #f0f0f0;
  background: -moz-linear-gradient(top, #f4f4f4, #ececec);
  background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#ececec));
  border-top: solid 1px #d0d0d0;
  width: 980px;
  margin: 0px auto;
  height: 49px;
  padding-top: 15px;
  font-size: 80%;
  text-align: center;
  color: #888;
  text-shadow: 0px 1px 0px #fff;
}
.abandon, .happy {
  padding: 10px;
}
.abandon .dpButton {
  color: #ff9100;
  background-color: #333333;
  border: solid 1px #ff9100;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  text-shadow: 0px 1px 0px #fff;
}
.abandon .dpButton:hover {
  color: #333333;
  background-color: #ff9100;
}
.modalBackground {
  background-color: Gray;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.modalPopup {
  background-color: #ffffdd;
  border-width: 3px;
  border-style: solid;
  border-color: Gray;
  padding: 3px;
  width: 300px;
}
.contentList {
  margin-top: 30px;
}
.contentList li {
  width: 400px;
  float: left;
  margin-bottom: 20px;
}
.contentList li .cSum {
  padding: 5px 20px 5px 5px;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.contentList li .cSum img {
  -moz-box-shadow: 0px 0px 4px #aaaaaa;
  -webkit-box-shadow: 0px 0px 4px #aaaaaa;
  box-shadow: 0px 0px 4px #aaaaaa;
  vertical-align: middle;
  border: solid 1px #aaa;
  margin: 4px 8px 4px 4px;
}
.contentList li .cSum small {
  font-size: 12px;
  font-weight: normal;
}
.contentList li .cSum .cSumMetrics {
  display: inline-block;
  vertical-align: middle;
}
.error {
  display: inline-block;
  color: Red;
  font-weight: bold;
  padding-left: 37px;
  padding-top: 11px;
  background: transparent url(img/Error.png) no-repeat left center;
  height: 33px;
}
.qanSearchResultTextBox input {
  width: 380px;
}
.qanSearchResult {
  min-height: 50px;
  border-top: dashed 2px White;
  width: 700px;
  padding: 3px;
}
.saved {
  background: #d4d2ff url(img/Tick.png) no-repeat right center;
}
.courseFound {
  background: #d1ffd1 url(img/Tick.png) no-repeat right center;
}
.courseNotFound {
  background: #ffd1d1 url(img/Cross.png) no-repeat right center;
}
.numericCell {
  text-align: right;
}
.report {
  width: 900px;
}
.report td {
  border: solid 1px #e0e0e0;
  vertical-align: top;
  padding: 3px 5px;
}
.report th {
  border: 1px solid #e0e0e0;
  background-color: #8ed0ff;
  color: #444444;
  font-weight: normal;
  padding: 0px 5px;
  vertical-align: top;
}
.report th a {
  color: #444444;
}
.report tr.altZebra {
  background-color: #f2f2f2;
}
.pageContent {
  margin-top: 10px;
}
#login {
  float: right;
  margin-right: 10px;
}
.headerLogo {
  float: left;
  display: block;
  width: 485px;
  height: 89px;
  background: #ececec url(img/aplogo1.png) no-repeat left top;
  margin-left: 30px;
}
#mainSearch {
  text-align: center;
}
#mainSearch label {
  padding: 4px;
  min-width: 5em;
}
#mainSearch input {
  border: none;
  border: 0;
  width: 450px;
  padding-top: 1px;
  float: left;
  height: 32px;
  font-size: 110%;
  outline: none;
}
#mainSearch #btnSearch {
  display: inline-block;
  height: 32px;
  width: 32px;
  margin-top: 2px;
  cursor: pointer;
  float: right;
}
#mainSearch #searchBox {
  width: 500px;
  height: 34px;
  border: 1px solid #C0C0C0;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}
.searching {
  background: url(img/searchProgress.gif) no-repeat left top;
}
.search {
  background: url(img/Search.png) no-repeat left top;
}
#happyTalk {
  background: url(img/StartHere.png) no-repeat left top;
  height: 43px;
  margin-left: auto;
  margin-right: auto;
  width: 482px;
}
.featuredContent {
  float: left;
  margin-right: 10px;
}
.featuredContent h3 {
  color: #646464;
}
#NewAndFeatured {
  padding-top: 50px;
  width: 828px;
  margin-left: auto;
  margin-right: auto;
}
.highlight {
  color: #0091FF;
}
.templateSelected {
  font-weight: bold;
}
#resultTemplates {
  background-color: #F4F4F4;
  border: 1px solid #D0D0D0;
  padding: 5px;
}
#resultTemplates span {
  cursor: pointer;
}
.footerBlock {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  width: 300px;
  height: 100px;
  border: 2px solid;
  float: left;
  margin-left: 11px;
  background-color: #D0D0D0;
}
.socialNetworks span {
  display: inline-block;
  left: 5px;
  position: relative;
  top: -10px;
}
.socialNetworks span :hover {
  color: #0091FF;
}
.otherContent {
  width: 270px;
}
.otherContent p {
  font-size: 80%;
  text-align: left;
}
.otherContent .featuredimg {
  width: 60px;
  height: 45px;
  float: left;
  margin-right: 5px;
  border-color: #AAAAAA #CCCCCC #CCCCCC #AAAAAA;
  border-style: solid;
  border-width: 1px;
}
.otherContent img {
  width: 60px;
  height: 45px;
  visibility: visible;
}
#cartLink {
  color: #0091FF;
}
.cartCourse {
  width: 600px;
  float: left;
  border: 1px solid #D5D5D5;
  margin: 5px;
  padding: 10px;
}
.cartCourse .image {
  border: 1px solid #999;
  width: 120px;
  height: 90px;
  float: left;
  margin-right: 10px;
}
.cartCourse a {
  color: #000;
}
.cartCourse span {
  display: block;
}
.cartCourse .cartContentTitle {
  font-weight: bold;
}
.cartCourse .remove {
  color: #0091FF;
  text-decoration: underline;
}
#timetable {
  width: 900px;
  border: 1px solid red;
}
#timetable .day {
  width: 178px;
  border-right: 1px solid green;
  border-left: 1px solid green;
  float: left;
}
#timetable .block {
  min-height: 100px;
  border: 1px solid #999;
}
#timetable .clash {
  color: Red;
}
.frontPage {
  height: 235px;
}
.frontPage p {
  white-space: normal;
  text-align: left;
  font-size: 100%;
}
.frontPage .titleContainer {
  height: 60px;
  overflow: hidden;
}
a {
  color: #0091FF;
}
#browse {
  border: 1px solid #C0C0C0;
  display: none;
  background-color: #ECECEC;
}
#browseHappyTalk {
  background: url(img/BrowseText.png) no-repeat left top;
  height: 43px;
  margin-left: auto;
  margin-right: auto;
  width: 616px;
  margin-top: 10px;
  cursor: pointer;
}
.qProv div {
  margin-top: 10px;
}
#providerAboutUs {
  height: 35px;
  overflow: hidden;
  margin-bottom: 10px;
  font-size: 80%;
}
#providerAddress {
  font-size: 80%;
}
#moreProviderInfo {
  font-size: 80%;
  float: right;
}
.socialNetworks {
  position: absolute;
  top: 150px;
  width: 290px;
}
.socialNetworks a {
  float: right;
  padding: 4px;
}
.socialNetworkHover {
  background-color: #BFE1FC;
}
#socialTitle {
  height: 24px;
  text-align: right;
  padding-right: 5px;
  padding-top: 2px;
}
.socialTitleHover {
  background-color: #BFE1FC;
}
.providerImage {
  float: left;
}
#intentBeingEmailed label {
  min-width: 60px;
}
#searchResultsHappyTalk {
  background-color: #FCF5D1;
  border: 1px solid #D0D0D0;
  margin-left: 10px;
  margin-right: 17px;
  margin-top: 10px;
  padding: 2px;
  text-align: center;
}
.contentFilters {
  border: 1px solid #D0D0D0;
  background-color: #FCF5D1;
  padding: 10px 10px 0px 10px;
}
#loadingProgress {
  text-align: center;
  margin-top: 20px;
}
.editContentValSumm {
  border: 1px solid Red;
  font-weight: bold;
  margin: 10px;
  padding: 10px;
}
.editContentValSumm ul {
  font-weight: normal;
  margin-left: 10px;
  margin-top: 10px;
}
.mapMarkerProviderImage {
  float: left;
  margin-right: 6px;
  border: 3px solid #0091FF;
}
.mapMarkerProviderName {
  max-width: 300px;
  font-weight: bold;
}
.mapMarkerProviderBlurb {
  max-width: 300px;
  font-size: 70%;
}
.searchResultsPleaseWait {
  background: url(img/searchProgress.gif) no-repeat center top;
}
.activities li {
  float: left;
  display: block;
  width: 220px;
  height: 170px;
  margin: 10px;
  border: 1px solid Grey;
  padding: 10px;
}
.backToAdmin {
  color: Red;
}
.suggestedLinks .suggestedLink {
  text-align: center;
  background-color: #FFFFFF;
  border: 1px solid Grey;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  padding: 3px;
  text-align: center;
  width: 200px;
}
.suggestedLinks .suggestedLink .linkText {
  font-size: 80%;
}
.userTypeFlash {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 75px;
  height: 75px;
}
.users .Admin {
  background: url(img/AdminFlash.png) no-repeat center center;
}
.users .Provider {
  background: url(img/ProviderFlash.png) no-repeat center center;
}
.users .SubAdmin {
  background: url(img/SubAdminFlash.png) no-repeat center center;
}
.users .userOptions {
  width: 78px;
  background-color: #fff;
  border: 1px solid #bbb;
  margin-top: 5px;
}
.users .userOptions a {
  display: block;
  width: 32px;
  height: 32px;
  margin: 3px;
  float: left;
}
.users .userOptions .impersonate {
  background: url(img/impersonate.png) no-repeat center center;
}
.users .userOptions .sendNewPassword {
  background: url(img/ResendEmail.png) no-repeat center center;
}
.users .userOptions .removeSubProvider {
  background: url(img/ArrowDown.png) no-repeat center center;
}
.users .userOptions .addSubProvider {
  background: url(img/ArrowUp.png) no-repeat center center;
}
.users .userOptions .removeSubProvider {
  background: url(img/ArrowDown.png) no-repeat center center;
}
.users .userOptions .addSubProvider {
  background: url(img/ArrowUp.png) no-repeat center center;
}
.users .userOptions .subAdminConfig {
  background: url(img/Config.png) no-repeat center center;
}
.users .SubAdminOptions {
  width: 120px;
}
.users .configOptions {
  width: 40px;
}
.youthSection label {
  min-width: 180px;
}
.youthSection tr {
  display: block;
  float: left;
}
.youthSection .dpCheckbox label {
  margin-left: 5px;
  min-width: 50px;
}
.apprenticeshipsLink {
  cursor: pointer;
}

