div.collapsible-container h3 {
  font-weight: normal;
  border-radius: 10px;
  color: #25559e;
  margin: 0px 0px 0.3em;
  padding: 0.3em 0.3em 0.3em 0.5em;
  cursor: pointer;
  border: 1px solid #7e9ac5;
  background: #c8dcf7; /* Old browsers */
  background: -moz-linear-gradient(top,  #c8dcf7 0%, #94aed6 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c8dcf7), color-stop(100%,#94aed6)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #c8dcf7 0%,#94aed6 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #c8dcf7 0%,#94aed6 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #c8dcf7 0%,#94aed6 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #c8dcf7 0%,#94aed6 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8dcf7', endColorstr='#94aed69',GradientType=0 ); /* IE6-9 */
}

#block-block-51 #cctmtoolkit .pane {
padding-top: 6px;
}

div.collapsible-container h3.cctmtoolkit1 + div.pane {
  border-radius: 12px;
//  border: 1px solid #ce9b9b;
//  background: #fdeeee;
}

div.collapsible-container h3.cctmtoolkit2 + div.pane {
  border-radius: 12px;
//  border: 1px solid #ce9b9b;
//  background: #fff6ea;
}

div.collapsible-container h3.cctmtoolkit3 + div.pane {
  border-radius: 12px;
//  border: 1px solid #a4d0ac;
//  background: #f7fef8;
}

div.collapsible-container h3.cctmtoolkit1 {
  margin-bottom: 0px;
  color: #a64444;
  border: 1px solid #ce9b9b;
  background: #fdeeee; /* Old browsers */
  background: -moz-linear-gradient(top,  #fdeeee 0%, #e4bebd 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdeeee), color-stop(100%,#e4bebd)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fdeeee 0%,#e4bebd 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fdeeee 0%,#e4bebd 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fdeeee 0%,#e4bebd 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #fdeeee 0%,#e4bebd 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdeeee', endColorstr='#e4bebd',GradientType=0 ); /* IE6-9 */
}

div.collapsible-container h3.cctmtoolkit1 a {
  color: #af3737;
  font-weight: bold;
}

div.collapsible-container h3.cctmtoolkit1.current {
  background: #bc3838;
}

div.collapsible-container h3.cctmtoolkit1.current a {
  color: #ffffff;
  font-weight: bold;
}

div.collapsible-container h3.cctmtoolkit2 {
  margin-bottom: 0px;
  margin-top: 6px;
  color: #a64444;
  border: 1px solid #ce9b9b;
  background: #fff6ea; /* Old browsers */
  background: -moz-linear-gradient(top,  #fff6ea 0%, #edd9bf 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff6ea), color-stop(100%,#edd9bf)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fff6ea 0%,#edd9bf 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fff6ea 0%,#edd9bf 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fff6ea 0%,#edd9bf 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #fff6ea 0%,#edd9bf 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff6ea', endColorstr='#edd9bf',GradientType=0 ); /* IE6-9 */
}

div.collapsible-container h3.cctmtoolkit2 a {
  color: #d57f01;
  font-weight: bold;
}

div.collapsible-container h3.cctmtoolkit2.current {
  background: #e08900;
}

div.collapsible-container h3.cctmtoolkit2.current a {
  color: #ffffff;
  font-weight: bold;
}

div.collapsible-container h3.cctmtoolkit3 {
  margin-bottom: 0px;
  margin-top: 6px;
  color: #1c6f1a;
  border: 1px solid #a4d0ac;
  background: #f7fef8; /* Old browsers */
  background: -moz-linear-gradient(top,  #f7fef8 0%, #cbeacf 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7fef8), color-stop(100%,#cbeacf)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f7fef8 0%,#cbeacf 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f7fef8 0%,#cbeacf 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f7fef8 0%,#cbeacf 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f7fef8 0%,#cbeacf 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fef8', endColorstr='#cbeacf',GradientType=0 ); /* IE6-9 */
}

div.collapsible-container h3.cctmtoolkit3 a {
  color: #1c6f1a;
  font-weight: bold;
}

div.collapsible-container h3.cctmtoolkit3.current {
  background: #1c6f1a;
}

div.collapsible-container h3.cctmtoolkit3.current a {
  color: #ffffff;
  font-weight: bold;
}

div.collapsible-container h3.current {
  border: 1px solid #3361a8;
  color:#FFFFFF;
  background: #4e7fc0; /* Old browsers */
  background: -moz-linear-gradient(top,  #4e7fc0 1%, #3866ae 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#4e7fc0), color-stop(100%,#3866ae)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #4e7fc0 1%,#3866ae 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #4e7fc0 1%,#3866ae 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #4e7fc0 1%,#3866ae 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #4e7fc0 1%,#3866ae 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e7fc0', endColorstr='#3866ae',GradientType=0 ); /* IE6-9 */
}

ul.tabs {border-bottom: 1px solid rgb(182, 182, 183);}


ul.tabs li a {
  background-color: #c8dcf7;
  border-width: 1px 1px 0px;
  border-style: solid;
  border-color: #7e9ac5;
  margin-right: 1px;
  padding: 5px 10px 3px;
  display: block;
  float: left;
  height: 1.5em;
  line-height: 1.5em;
  color: #25559e;
}


ul.tabs li a:hover {
  background-color: #9db5db;
  text-decoration: none;
}


ul.tabs li .current {
  border-color:#3361a8;
  border-bottom-width: 0px;
  color: #ffffff;
  background: #4e7fc0; /* Old browsers */
  background: -moz-linear-gradient(top,  #4e7fc0 1%, #3866ae 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#4e7fc0), color-stop(100%,#3866ae)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #4e7fc0 1%,#3866ae 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #4e7fc0 1%,#3866ae 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #4e7fc0 1%,#3866ae 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #4e7fc0 1%,#3866ae 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e7fc0', endColorstr='#3866ae',GradientType=0 ); /* IE6-9 */
}

div.collapsible-container h3 a, div.collapsible-container h3 a:hover {
  color: #25559e;
  text-decoration: none;
}

div.collapsible-container h3.current a, div.collapsible-container h3.current a:active, div.collapsible-container h3.current a:hover {
  color:#FFFFFF;
  text-decoration: none;
}