/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	transition-duration: .3s;
	color: #0067ac;
	text-decoration: none;
	cursor: pointer;
	padding-bottom: 1px;
}
a:hover {
	color: #06F;
}
body {
        font-family: Arial,Helvetica,sans-serif;
      	color: #5F5F5F;
  	font-size: 0.9rem;
  	line-height: 1.4rem;
}
input {
	color: #555;
	font: normal 1.1em Arial,Helvetica,sans-serif;
}
p,cite,ul {
      font-family: Arial,Helvetica,sans-serif;
      font-size: 0.8rem;
      line-height: 1.2rem;
      margin-bottom: 10px;
}
ul ul {
      font-family: Arial,Helvetica,sans-serif;
      font-size: 0.7rem;
      line-height: 1.0rem;
      padding-bottom: 0;
}
h1 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: black;
  padding: 20px 15px;
}
h2 {
  font-family: Arial,Helvetica,sans-serif;
	font-size: 0.9rem;
	line-height: 1.4rem;
  display: block;
    margin-bottom: 16px;
    color: #6c6c6c;    
}
h3 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.7rem;
	line-height: 1.0rem;
  display: block;
  margin-top: 18px;
    margin-bottom: 10px;
    color: #6c6c6c;    
}
code {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	display: block;
	font-family: "Lucida Sans Unicode",sans-serif;
	font-size: 0.8rem;
	line-height: 1.2rem;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
	overflow: hidden;
}
cite {
	background: url(img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.1em Arial,Helvetica,sans-serif;
	padding-left: 28px;
}

/* misc */
.clearer {
	clear: both;
}
.deprecated {
  color: red;
}
.errortext {
  color: red;
  padding: 6px 12px;
  font-variant:small-caps;
}

/* structure */
.container {
	padding-bottom: 6px;
	margin-bottom: 25px;
	overflow-y: hidden;
}
.header {
	background: url(img/header.gif) repeat-x;
}

/* main */
.main {
	clear: both;
	overflow-y: hidden;
}

.main-content {
	display: flex;
    overflow: hidden;
    height: 95%;
    position: relative;
    width: 100%;
    backface-visibility: hidden;
    will-change: overflow;
}

/* left and right panels */
.sidenav,
.content {
    overflow: auto;
    padding: .5rem;
    float: left;
}

.dummydiv {
	padding: 40px;
	margin: 20px;
}

.sidenav {
	#background: #EEE;
	width: 310px;
    height: 85%;
}

.content {
	#border: 5px solid white;
	#background: #EEE;
	width: 70%;
    height: 100%;
	vertical-align: top;
}

.sidenav h1,.sidenav ul {
	padding-left: 12px;
}

.sidenav h1 {
	color: #666;
	font-size: 1.1em;
	height: 10px;

	vertical-align: middle;
}
.sidenav ul {
	border-top: 1px solid #FAFAFA;
	background-image: url(img/bgul.gif);
    background-repeat: repeat-x;
    background-size: 100% 100%;
	margin: 0;
	padding: 0;
  	overflow: auto;
}
.sidenav li {
	border: 1px solid #FAFAFA;
	border-top: none;
	list-style: none;
	margin: 0;
}
.sidenav li a {
	color: #777;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 14px;
	text-decoration: none;
}

.sidenav li.selected a {
	#font-family: Arial,Helvetica,sans-serif;
	background-color: #3c9ac9;
	color: white;
}

.sidenav li.unselected a:hover {
	color: #111;
}

.content .item {
	padding: 6px 12px;
	border: 1px solid #E5E5E5;
	background: #EEE;
	margin-bottom: 25px;
}

.content .descr {
	color: #333;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
	margin-bottom: 5px;
}
.content table {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	/* border-left: 6px solid #39F; */
	color: #555;
	display: block;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	margin-bottom: 12px;
	padding: 8px 10px;
}
.content table tr td {
  vertical-align:top;
  text-align:left;
  padding: 3px 3px 3px 3px;
}
.headerTable tr td {
  vertical-align:top;
  color: #6c6c6c;    
  font-family: Arial,Helvetica,sans-serif;
  font-size: 0.8rem;
  line-height: 1.2rem;
  padding: 0px 0px 0px 0px;
}
.content table tr th {
  vertical-align:top;
  text-align:left;
  padding: 3px 3px 3px 3px;
}
.content h1 {
  color: #666;
  text-decoration:underline;
}
.content h1 a {
  color: #666;
}
.subcontent {
  background: url(img/bgcode.gif);
  border: 1px solid #F0F0F0;
  border-left: 6px solid #39F;
  color: #555;
  display: block;
  font: normal 1.0em Arial,Helvetica,sans-serif;
  margin-bottom: 12px;
  padding: 8px 10px;
}
.example

/* footer */
.footer {
	background: #FFF;
	border: 1px solid #EEE;
	color: #666;
	font-size: 1.1em;
	margin: 0 auto;
	text-align: center;
	padding: 6px;
	width: 720px;
}
.footer a {
	color: #36C;
	text-decoration: none;
}
.footer a:hover {
	color: #06F;
	text-decoration: underline;
}

/* widecontent (content with no sidenav) */
.widecontent {
	background: #FFF;
	border: 1px solid #EEE;
	color: #666;
	font-size: 1.1em;
	margin: 0 auto;
	padding: 6px;
	width: 720px;
}
.widecontent a {
	color: #36C;
	text-decoration: none;
}
.widecontent a:hover {
	color: #06F;
	text-decoration: underline;
}
.widecontent h1 {
  padding: 6px 12px;
  text-decoration:underline;
}
.widecontent form {
  padding: 6px 12px;
}

.left {
    float: left;
}
.topLogo{
	float: left;
	border: 5px solid white;
	top: 5px;
	width: 150px;
}
.topSearchBox{
    float: right;
	top: 5px;
	right:10px;
	width:165px;
}
.bottomLinks{
	bottom: 5px;
	text-align: center;
	font-weight: bold;
	width:100%;
}

.whiteHeader { 
	background: white repeat-x;
	height: 90px;
	width: 100%;
}

/* title */

.title h1 {
	font-family: Arial,Helvetica,sans-serif;
	text-align: center;
	font-size: 1.8rem;
	line-height: 2.7rem;
	color: black;
	padding: 22px 15px;
	width: 90%;
}

.smallfonttable,.smallfonttable td,.smallfonttable th {
	font-family: Arial,Helvetica,sans-serif;
	color: #5F5F5F;
	font-size: 0.8rem;
	line-height: 1.2rem;
        padding: 3px 3px;
        border-collapse:collapse;
}

.smallfonttable th {
	font-family: Arial,Helvetica,sans-serif;
	color: #5F5F5F;
	font-size: 0.9rem;
	line-height: 1.4rem;
}

.smallfonttable a {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.8rem;
	line-height: 1.2rem;
}

.tabs {
    width:100%;
    display:inline-block;
}
 
/*----- Tab Links -----*/
.tab-links:after {
    display:block;
    clear:both;
    content:'';
}
 
.tab-links li {
    margin:0px 5px;
    margin-bottom: -14px;
    box-shadow:  0 -1px 1px  rgba(0,0,0,0.6);
	-moz-box-shadow: 0 -1px 1px  rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 -1px 1px  rgba(0,0,0,0.6);
	-o-box-shadow: 0 -1px 1px  rgba(0,0,0,0.6);
    float:left;
    list-style:none;
}
 
.tab-links a {
    padding:7px 15px;
    display:inline-block;
    border-radius:3px 3px 0px 0px;
    background:#7FB5DA;
    text-decoration: none;
    font-size: 0.8rem;
    line-height: 1.2rem;
    font-weight:400;
    color:#4c4c4c;
    transition:all linear 0.15s;
}
 
.tab-links a:hover {
    background:#a7cce5;
    text-decoration:none;
}
 
li.active a, li.active a:hover {
    background:#fff;
    color:#4c4c4c;
}
 
/*----- Content of Tabs -----*/
.tab-content {
    padding:15px 15px 0 0;
    border-radius:3px;
    box-shadow:  0 0 1px  rgba(0,0,0,0.6);
	-moz-box-shadow: 0 0 1px  rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 0 1px  rgba(0,0,0,0.6);
	-o-box-shadow: 0 0 1px  rgba(0,0,0,0.6);
	margin-top:10px;
    background:#fff;
}
 
.tab {
    display:none;
}

.tab .code {
	padding:5px 0px;
	margin:0px;
}
 
.tab.active {
    display:block;
}
