/* top bar */
.navbar-inners {
  height: 20px;
  margin: 0;
  width: 100%;
  background-color: #877AED;
  float: left;
}
.navbar-inverse {
  border: none;
}
.color0 {
    background-color: #FE739B;
    float: left;
    width: 5%;
}
.color1 {
    background-color: #00FFCF;
    float: left;
    width: 43.5%;
}
.color2 {
    background-color: #C7BA38;
    float: left;
    width: 3%;
}
.color3 {
    background-color: #E8FF00;
    float: left;
    width: 43.5%;
}
.color4 {
    width: 5%;
    float: left;
}

/* logo */
div#logo {
  position: absolute;
  max-width:300px;
  z-index: 6; 
  right: 1em;
  text-align: right;
}
div#logo a {
  border-bottom: none;
}
div#logo img {
  max-width:75%; 
}

/* top nav */
div#navbar {
  padding-left: 1em;
  margin-bottom: 2em;
}
div#navbar ul > li a {
  border-bottom: 3px solid;
  border-color:  #fff;
}
div#navbar ul > li a:hover {
  border-color: #E8FF00;
}
div#navbar ul > li.open a {
  border-color: #FF739C;
}
div#navbar ul > li > ul > li a{
  border: none;
}
ul.main-menu  {
    display: block;
    float: right;
    width: 80%;
    margin-right: 2em;
    list-style: none;
    list-style-type: none;
}
ul.main-menu li {
    width: 20%;
    display: block;
    float: left;
}
ul.main-menu li a {
    display: block;
}
ul.main-menu ul li {
    list-style: none;
    list-style-type: none;
    display: block;
}
ul.main-menu li ul {
    display: none;
}

.dropdown-menu {
  background-clip: padding-box;
  background-color: #00FFCF;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.176);
  font-size: 1em;
  list-style: none outside none;
  margin: 2px 0 0 ;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  right: 1em;
  top: 100%;
  z-index: 1000;
}

li.dropdown a,
li.dropdown a:visited,
li.static-nodrop a,
li.static-nodrop a:visited {
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
}
.nav-pills > li {
  float: none;
  width: 50%;
}

.promo {
    width: 100%;
    min-height: 10em;
    position: relative;
    z-index: 10;
    margin-top: -5.5em; 
}
.container {
    position: relative;
    top: -5em;
}
.contentcontainer {
  background: url('/images/black_tri.png') center top no-repeat;
  margin-right: auto;
  margin-left: auto;
  padding-top: 35px;
  position: relative;
}
.contentcontainer a:link {
  border-bottom: 3px solid #E8FF00;
  color: #4D4D4D;
  text-decoration: none;
  background: none;
  padding: 0;
  font-size: 12px;
  font-weight: bold;
}
.contentcontainer a:hover, .contentcontainer a:visited {
  border-bottom: 3px solid #FF739C;
  color: #4D4D4D;
  background: none;
}
.contentcontainer a.button {
    background: none repeat scroll 0 0 #00FFCF;
    border-radius: 10px 10px 10px 10px;
    margin-right: 10px;
    padding: 12px 20px;
    border-color: #fff;
}
.contentcontainer a.img {
  border: none;
}
.footer-wrapper {
  background: url('/images/white_tri.png') no-repeat center top #00FFCF;
  color: #000000;
}
.footer-wrapper .container {
  top: 0em;
}
div#slideshow {
  background: none repeat scroll 0 0 #000000;
  width: 100%;
  height: 7em;
}
div#slideshow .slideshow-inner {
  margin: auto;
  text-align: center;
  padding: .2em;
  color: #fff;
  font-size: 1.1em;
}
div#slideshow li, div#slideshow .noscript {
  width: 80%;
  margin: auto;
}
div#slideshow li a {
  color: #E8FF00;
  text-decoration: underline;
  border: none;
}
div#slideshow li a:hover {
  text-decoration: none;
}
div#slideshow ul.bjqs {
  overflow: visible;
}
div#slideshow ul.bjqs-controls {
  padding: 0;
  text-align: right;
  position: relative;
  bottom: 4em;
}
div#slideshow ul.bjqs-controls li {
  display: inline;
  margin: 0;
  padding: 0;
}
/*
div#slideshow li.bjqs-prev a, div#slideshow li.bjqs-next a {
    background: none repeat scroll 0 0 #00FFCF;
    border-radius: 10px 10px 10px 10px;
    margin: auto 1em auto 0;
    padding: 6px 10px;
    border-color: #000;
    font-size: 0.9em;
    font-weight: bold;
    color: #428BCA;
    text-decoration: none;
}
div#slideshow .bjqs-prev a:hover, div#slideshow .bjqs-next a:hover {
  color: #FE739B;
}
*/
div.pageheadings {
  float: right;
  min-height: 100px;
  background: none repeat scroll 0 0 #000000;
  padding: 35px 0 0 20px;
  position: relative;
  top: -7em;
  width: 64%;
}
div.pageheadings h1.pageheadings {
  color: #FFFFFF;
  text-align: left;
  font-size: 1.75em;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
div.pageheadings hr {
  background-color: #FF739C;
  max-width: 460px;
  height: 1px;
  margin:0;
  border:none;
  margin-left: 5em;
  position: relative;
  top: -1em;
  right: 5em;
}
.footer-wrapper {
  background: url('/images/white_tri.png') no-repeat scroll center top #00FFCF;
  color: #000000;
  padding: 20px 0;
  height: auto;
  margin: 2em 0 0 0;
}
.footer-wrapper ul.menu {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  width: 20%;
}
.footer-wrapper a:link,
.footer-wrapper a:visited {
  color: #000000;
  padding: 3px 2px 2px;
  text-decoration: none;
}
.footer-wrapper a:hover {
  color: #000000;
  text-decoration: none;
}
.left-third {
  width: 20%;
  min-width: 0px;
  float: left;
  margin: 4em 2em 0.3em;
}
.right-twothird {
  width: 53%;
  float: right;
  min-width: 0px;
  margin-top: 4em;
}
.right-twothird p {
  margin-left: 1.3em;
}
.right-twothird hr {
  color: #FE739B;
  height: 2px;
  width: 55%;
}
.right-third {
  width: 20%;
  min-width: 200px;
  float: right;
  margin: 1em;
}
.right-third a {
  line-height: 2em;
  text-decoration: underline;
}
.right-third a:hover,
.left-twothird a:hover {
  color: #000000;
  border-bottom: 3px solid #FF739C;
}
.left-twothird {
  width: 55%;
  min-width: 0px;
  float: left;
  margin: 1em;
}
.left-twothird h2 {
  margin-left: 0;
}

.left-twothird img {
    height: auto;
    width: 100%;
}
.blog-pubdata {
  margin-left: 1.3em;
}
.blog-teaser-title {

}
.blog-excerpt {

}


/* Warning label style */
.warning-label {
    border: 5px solid #000000;
    float: right;
    max-width: 40%;
    text-align: center;
    margin: 0 1em 1em;
}
.warning-label .warning-top {
    background-color: #E87600;
    border-bottom: 5px solid #000000;
}
.warning-label .warning-top h2 {
    background: url("/images/alert50.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    display: inline-block;
    margin-bottom: 0 !important;
    padding: 10px 0 0 55px;
    height: 60px;
}
.warning-label {
    text-align: center;
}
.warning-label .warning-bottom ul {
    text-align: left;
}
.warning-label .warning-bottom {
    padding-bottom: 10px;
}

div#downloads-nav {
    margin: 1em 0 3em; 
    text-align: center;
}
div#downloads-nav .tab {
    margin: 0 2em;
    padding: 0 0 3em 0;
}
div#downloads-nav .tab a {
    border: none;
    text-decotion:none;
}
div#downloads-nav .tab.active, div#downloads-nav .tab:hover {
  border-bottom: 6px solid #000;
}

div#download-button-block {
  text-align:center;
}
div#download-button-block .download-button {
  margin: 2em 0 2em 0;
}
div#download-button-block .download-button a.button {
  font-size: 1.5em;
}
/* Files Download Table */
.contentcontainer table.files {
    width: 960px;
    border: 1px #ccc solid;
}
.contentcontainer table.files thead th {
  background: #F7F7F7;
}
.contentcontainer table.files tr.even, .contentcontainer table.files tr.odd {
    background-color: #EEEEEE;
    border-bottom: 1px solid #CCCCCC;
/*     padding: 0.1em 0.6em; */
}
.contentcontainer table.files td {
    text-align: left;
    padding: .5em 5px;
    word-wrap: break-word;
}
.contentcontainer table.files tr.even td{
   background: #F1F5FA;
}
.contentcontainer table.files tr.odd td {
  background: #fff;
}

.contentcontainer table.files .signature {
    background: url("/images/seal.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    margin-left: 10px;
    padding: 5px 21px 5px 0;
}

.verifying-downloads-block {
  float:right;
  width: 25%;
  margin: 40px 0 20px 20px;
}
.RSS-icon {
  float: right;
}
#subsection-menu {
  background-color: #00FFCF;
}
#subsection-menu h3 {
  background-color: #00FFCF;
  color: #000000;
  font-family: AsapBold;
  font-size: 13px;
  margin: 0;
  padding: 0.5em;
  text-decoration: none;
  text-transform: uppercase;
}
#subsection-menu h3 a:link,
#subsection-menu h3 a:visited,
#subsection-menu h3 a:hover {
  border-bottom:none;
  color: #000000;
  background: none;
}
#subsection-menu ul,
#subsection-menu ul li {
  background-color: #00FFCF;
  list-style-type: none;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
#subsection-menu ul li.active {
  background-color: #E8FF00;
}
#subsection-menu ul ul.submenu li.active {
  background-color: #E8FF00;
}
#subsection-menu ul li a:link,
#subsection-menu ul li a:visited {
  color: #000000;
  display: block;
  padding-left: 0.5em;
  text-decoration: none;
  width: 100%;
  border-bottom: none;
  font-weight: normal;
}
#subsection-menu ul li a:hover {
  background-color: #E8FF00;
}
#subsection-menu ul.submenu {
  background: none repeat scroll 0 0 #CCCCCC;
  border-left: 0.3em solid #FF739C;
  padding-left: 0.5em;
}
#subsection-menu ul.submenu li {
  background: none repeat scroll 0 0 #CCCCCC;
}
#subsection-menu ul.submenu li a:link,
#subsection-menu ul.submenu li a:visited {

}
#subsection-menu ul.submenu li a:hover {

}
.blog-post-promo {
  background: #00FFCF;
  padding: .5em;
}
.blog-container {
  width: 100%;
}
.floatright {
  float: right;
}
.left-half {
  width: 45%;
  float: left;
  margin: .5em;
  min-width: 400px;
}
.right-half {
  width: 45%;
  float: left;
  margin: .5em;
  min-width: 400px;
}
/* Styles for CCK Module Pages */

.cck-content {
  background: #EAE8E8;
  margin: 0px;
}
.cck-content h2 {
  display: block;
  width: 100%;
  background: none repeat scroll 0 0 #333333;
  color: #FFFFFF;
  padding: .5em .5em; 
}
.cck-content h3 {
  border-left: 4px solid #FE739B;
  font-size: 2em;
  letter-spacing: 0;
  margin: 0 0 20px;
  padding: 0 0 0 13px;
}
.cck-content h4 {
    border-bottom: 1px solid #FE739B;
    display: inline-block;
    margin: 0 0 20px 15px;
    padding: 0;
    text-transform: none;
}
.cck-content p,
.cck-content dl {
  padding: 0 1em;
}
.cck-content section {
  border-bottom: 1px solid white;
  margin-bottom: 25px;
}
.cck-content .related-information,
.cck-content .external-resources {
  background-color: #4D4D4D;
  color: #FFFFFF;
  margin-bottom: 0;
  padding: 25px 0;
}
.cck-content .related-information a,
.cck-content .external-resources a {
  border: medium none !important;
  color: white !important;
  text-decoration: underline !important;
}
.cck-content table {
  width: 90%;
  margin: 0 1em 1em 1em;
}
.cck-content tr:hover, .cck-content td.active {
  background: none repeat scroll 0 0 white;
}
.cck-content tr {
  border-bottom: 1px dashed black;
}
.cck-content thead th {
  background: none repeat scroll 0 0 #F7F7F7;
}
.cck-content tfoot td {
  background: none repeat scroll 0 0 #333333;
  color: white;
  font-weight: bold;
}
.cck-content p.tip:before {
  content: "Tip:";
}
.cck-content p.tip:after {
  background: url("/images/CCK_tip_icon.png") no-repeat scroll 0 0 transparent;
  content: "";
  height: 32px;
  left: 15px;
  position: absolute;
  top: -13px;
  width: 32px;
}
.cck-content p.tip {
  border-bottom: 1px dashed #FE739B;
  border-top: 1px dashed #FE739B;
  font-style: italic;
  margin: 0 20px 25px 15px;
  padding: 30px 0 25px;
  position: relative;
}
.cck-section-page ul.submenu {
  list-style-type: none;
  margin: 20px 0;
  padding: 0;
}
.cck-section-page ul.submenu li {
  list-style-type: none;
  list-style-image: none;
}
.cck-section-page ul.submenu a:link,
.cck-section-page ul.submenu a:visited {
  color: #000000;
  margin-left: 1em;
  padding-left: 1em;
  border-bottom: none;
  font-size: 1.5em;
  text-decoration: none;
  display: block;
}
.cck-section-page ul.submenu a:hover {
  background: #CCCCCC;
  border-left: 2px solid #666666;
}
.cck-download-all {
  margin-top: 1em;
}
.cck-download {
  display: block;
  width: 222px;
  text-align: center;
  text-transform: uppercase;
  background: #000000; 
}
.cck-download a:link, 
.cck-download a:visited,
.cck-download-all a:link, 
.cck-download-all a:visited,
.cck-download-pdf a:link, 
.cck-download-pdf a:visited {
  color: #E8FF00;
  text-decoration: none;
  border-bottom: none;
}
.cck-download a:hover, 
.cck-download-pdf a:hover {
  color: #FFFFFF;
}
div.cck-download-pdf {
  margin-top: 1em;
  display: block;
}
.blog-index h3 {
  border-bottom: 3px solid;
  width: 50%;
}
.blog-index h4 {
  background: none repeat scroll 0 0 #FF7393;
  padding: 0.2em;
  width: 1.4em;
}
.blog-index a:link,
.blog-index a:visited {
  border-bottom: none;
  font-size: 1.1em;
}
.blog-index a:hover {
  border-bottom: 3px solid #FF739C;
}
