div#hybrid-app {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	}
a.button {
   margin-top: 5px;
}

.gray, article{
   background-color: #fff;
   border-color: #fff;
}

header, footer, section.sidebar {
   background-color: #0172c2;
   border-color: #666;
}

section.sidebar {
   background-color: rgba(184, 221, 250, .5);
   border-left-width: 0px;
   border-left-style: solid;
}

section.sidebar a img {
   /*border: 1px solid #999;*/
   margin: auto;
}

section.sidebar a p {
   font-size: 12px;
   font-weight: bold;
   line-height: 14px;
   margin: 0;
   padding: 0;
}

section.sidebar .smallPrint {
   font-size: 11px;
   color: #999;
   font-weight: bold;
}

a, a:visited, a:hover, a:active {
   color: #000;
  cursor: pointer;
}
.toc-page-title-wrap, .toc-section-page-wrap, .section-page-articles-wrap
{
  cursor: pointer;
}

/*article {
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
	}*/

header {
   border-bottom-width: 1px;
   border-bottom-style: solid;
}

article p {
   font-size: 14px;
   line-height: 18px;
}

article header {
   text-align: left;
   background: #fff;
   border: none;
}

article header img {
   border: 1px solid #666;
}

article header h1 {
/*    margin-bottom: 10px;*/
   font-size: 18px;
   line-height: 22px;
}

header h1 {
   font-size: 36px;
   line-height: 48px;
   margin: 0px;
   padding: 0px;
}

ul li hgroup h1 {
   font-size: 24px;
   line-height: 30px;
/*   border-radius: 4px;*/
   border-color: #fff; /* #b8ddfa;*/
background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(.6, rgba(184,221,250,.3)),
    color-stop(0, rgba(184,221,250,1))
);
   border-width: 1px;
   border-style: solid;
   /* color: white; */
   padding-left: 5px;
}

#scroller ul {
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: #fff;
}

footer {
   border-top-width: 1px;
   border-top-style: solid;

}

footer nav {
   text-align: center;
}

footer nav a {
   color: #fff !important;
}

.ibutton{
   -webkit-border-radius: 4px;
   background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(0.16, #0172c2),
      color-stop(0.5, #b8ddfa)
      );
   font-weight: bold;
   padding: 2px;
}

.ibutton2{
   /*-webkit-border-radius: 4px;*/
  /* background-color: #fff; /* #b8ddfa; */
   font-weight: bold;
   padding: 2px;
}

.border-right-bottom {
   border: 1px solid black;
   border-top: none;
   border-left: none;
}

 .align-right { float:right; margin: 0 0 5px 0; }
 .align-left { float:left; margin: 0 8px 0 0; }
 
 img.container {
     max-width: 400px;
     /*width: expression(this.width > 400 ? 400: true);*/
 }

