.clearfix:after { content: "."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }		
/* hides clearfix from IE-mac \*/
* html .jq-clearfix { height:1%; }
.clearfix { display:block; }
/* end hide from IE-mac */
 
#doc-wrapper {
font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;
font-style: normal;
font-variant: normal;
font-weight: normal;
}

#doc-wrapper p{
  margin-top: 5px;
  margin-bottom: 5px;
}

#doc-wrapper h1, #doc-wrapper h2, #doc-wrapper h3, #doc-wrapper h4{
  margin-top: 10px;
  margin-bottom: 10px;
}

#docs-navigation {
float: left;
display: inline;
width: 210px;;
background: #fafafa;
border: 1px solid #ccc;
min-height: 500px;
-moz-border-radius: .5em; /* gecko */
  -webkit-border-radius: .5em; /* webkit */
  border-radius: .5em; /* w3 */
margin-left: 1px;
color: #000;
}

#docs-content {
position: relative;
float: right;
display: inline;
width: 590px;;
margin-right: 11px;
background: #fafafa;
border: 1px solid #aaa;
padding: 5px 15px 15px;
color: #222;
min-height: 500px;
-moz-border-radius: .5em; /* gecko */
  -webkit-border-radius: .5em; /* webkit */
  border-radius: .5em; /* w3 */
  overflow: visible;
}

.doc-nav-body {
	font-size: 95%;
	background-color: white;
	color: black;
	/*border-collapse: collapse;
	border: 1px solid #aaa;*/
	padding: 0 .8em .3em .5em;
}

.doc-nav-body ul {
	line-height: 1.5em;
	list-style-type: square;
	list-style-image: url(bullet.gif);
	font-size: 95%;
}

.doc-nav-body li {
	padding: 0;
	margin-left: 15px;
}

#docs-navigation  div.doc-heading {
background:#DDD;
color:#192839;
font-size:1.2em;
font-weight:bold;
padding-left: 10px;
padding-top: 5px;
padding-bottom: 0px;
/*text-transform:uppercase;*/
border-bottom: 1px solid #aaa;
width: 200px;
}


#docs-navigation  h5 {
background:#DDD;
color:#192839;
font-size:1.2em;
font-weight:bold;
padding-left: 10px;
text-transform:uppercase;
border-bottom: 1px solid #aaa;
}

#docs-navigation ul {
list-style-image: none;
list-style-position: outside;
list-style-type: none;
margin: 0;
padding-left: 1px;
}

#docs-navigation li {
  margin:0;
  padding: 0;
  padding-left: 0px;
}

#docs-navigation a, #docs-navigation a:active {
font-size: 1.2em;
line-height: 1.2em;
color: #0f67a1;
display: block;
padding:0.2em 5px;
margin: 0;
text-decoration: none;
position: relative;
border-bottom:1px solid #EEEEEE;
}
#docs-navigation a:hover {
background: #eee;
color: #192839;
border-bottom: 1px solid #ddd;
}

#docs-navigation  p a {
display: inline;
padding: 0;
text-decoration: underline;
font-size: 1.0em;
}

#docs-content li {
  margin-top: 3px;
  margin-left: 20px;	
  margin-bottom: 3px;
}

#docs-content ol, #docs-content ul {
  margin-top: 8px;
  margin-bottom: 8px;	
}

#doc-wrapper .firstHeading {
	margin-bottom: .1em;
}

#doc-wrapper code {
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #f9f9f9;
}

#doc-wrapper pre {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	color: #000;
	background-color: #DDD;
	border: 1px solid #CCC;
	line-height: 1.1em;
	overflow: auto;
}

/*
** Diff rendering
*/
#doc-wrapper table.diff, td.diff-otitle, td.diff-ntitle {
	background-color: white;
}
#doc-wrapper td.diff-addedline {
	background: #cfc;
	font-size: smaller;
}
#doc-wrapper td.diff-deletedline {
	background: #ffa;
	font-size: smaller;
}
#doc-wrapper td.diff-context {
	background: #eee;
	font-size: smaller;
}
#doc-wrapper span.diffchange {
	color: red;
	font-weight: bold;
}



#doc-wrapper table.doc_list {
  width: 100%;	
}

#doc-wrapper table.doc_list tr th {
  font-size: 125%;	
}
