/* Rogue Wave Reference Guides style additions */

body, table, div, p, dl {
    font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif;
    font-size: 12px;
}

.image {
    padding: 12px 0;
}

#projectlogo
{
    vertical-align: middle;
}

#projectname
{
    font: 150% Lucida Grande, Verdana, Geneva, Arial, sans-serif;
    font-weight: bold;
    margin: 0px;
    padding: 2px 0px;
    text-align: center;
}

div.qindex, div.navtab{
    background-color: #E8EEF2;
    border: 1px solid #84B0C7;
    margin: 2px;
    padding: 2px;
}

a {
    color: #2f6db5;
}

a:visited {
    color: #2f6db5;
}

a:hover {
    text-decoration: underline;
}

a:link {
    color: #2f6db5;
    text-decoration: none;
}

.contents a:visited {
    color: #2f6db5;
}

.contents a:hover {
    text-decoration: underline;
}

a.qindexHL {
    background-color: #6666CC;
    border: 1px double #9295C2;
}

a.code, a.code:visited {
    color: #164f6c;
}

a.codeRef, a.codeRef:visited {
    color: #164f6c;
}

pre.fragment {
    border: 1px solid #CCCCCC;
    background-color: #F5F5F5;
}

div.fragment {
    background-color: #F5F5F5;
    border: 1px solid #CCCCCC;
}

div.groupHeader {
    margin-bottom: 6px;
}

body {
    margin-right: 5px;
    margin-left: 5px;
}

td.indexkey {
    background-color: #E8EEF2;
    border: 1px solid #CCCCCC;
    /*white-space: nowrap;RW*/
    /*vertical-align: top;RW*/
}

td.indexvalue {
    background-color: #E8EEF2;
    border: 1px solid #CCCCCC;
}

tr.memlist {
    background-color: #F0F0F0;
}

blockquote {
    border-left: 2px solid #6666CC;
}

.dirtab {
    border: 1px solid #84B0C7;
}

th.dirtab {
    background: #E8EEF2;
}

hr {
    border-top: 1px solid #666;
}

.mdescLeft, .mdescRight,
.memItemLeft, .memItemRight,
.memTemplItemLeft, .memTemplItemRight, .memTemplParams {
    background-color: #FAFAFA;
}


.memItemLeft, .memTemplItemLeft {
    /*white-space: nowrap;RW*/
}

.memItemRight {
    width: 100%;
}

.memTemplParams {
    color: #606060;
}

.memtemplate {
    color: #606060;
    font-weight: normal;
    margin-left: 3px;
}

.memnav {
    background-color: #E8EEF2;
    border: 1px solid #84B0C7;

}

.memname {
    white-space: nowrap;
}

.memname td {
    vertical-align: bottom;
}

.memproto, dl.reflist dt {
    border-top: 1px solid #84B0C7;
    border-left: 1px solid #84B0C7;
    border-right: 1px solid #84B0C7;
    background-color: #D5E1E8;
}

.memdoc, dl.reflist dd {
    border-bottom: 1px solid #84B0C7;
    border-left: 1px solid #84B0C7;
    border-right: 1px solid #84B0C7;
    background-color: #F5F5F5;
}
span.mlabel {
    border-right:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
}

div.directory {
    border-top: 1px solid #84B0C7;
    border-bottom: 1px solid #84B0C7;
}

.directory .levels span {
    color: #153788;
}

address {
    color: #333;
}

table.doxtable {
    /*margin-top: 4px; RW*/
    /*margin-bottom: 4px; RW*/
}

table.doxtable td, table.doxtable th {
    border: 1px solid #153788;
}

table.doxtable th {
    background-color: #254798;
    text-align:left;
}

table.fieldtable {
    border: 1px solid #A8B8D9;
}

.fieldtable td.fieldtype, .fieldtable td.fieldname {
    border-right: 1px solid #A8B8D9;
    border-bottom: 1px solid #A8B8D9;
}

.fieldtable td.fielddoc {
    border-bottom: 1px solid #A8B8D9;
}

.fieldtable th {
    background-color: #D5E1E8;
    border-bottom: 1px solid #A8B8D9;
}

div.header
{
    padding:  15px 0px;
    background-color: #FAFAFA;
    border-bottom: 1px solid #CCCCCC;
}

div.toc h3 {
    color: #1B77C5;
}

table.markdownTable {
    margin-top: 15px;
    margin-bottom: 15px;
}

div.fragment {
    padding: 4px;
    margin-top: 5px;
    margin-bottom: 5px;
}

div.fragment div.line {
    line-height: 1.3;
}

/* Doxygen overall page styling */

div.header {
    padding-top: 0;
    padding-bottom: 0;
}

div.totop {
    text-align: right;
    padding-top: 20px;
}

div.totop a {
    font-style: italic;
}

table#page_table td.first {
    background-color: #1a1a1a;
    color: #ffffff;
}

table#page_table td.second {
    padding-left: 25px;
}

table#page_table td.second h1 {
    margin-top: 0;
}

#page_toc {
    width: 220px;
    padding: 5px 0;
}

#page_toc a {
    color: #ecedef;
    display: block;
    padding: 7px 10px;
}

#page_toc a:visited {
    color: #ecedef;
}

#page_toc a:hover {
    /*text-decoration: underline;*/
    text-decoration: none;
    color: #ffffff;
    background-color: #404040;
}

#page_toc ul li {
    border-bottom: 1px solid #303030;
}

#page_toc ul.page_toc_ul1 {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

#page_toc ul.page_toc_ul2 {
    list-style: none;
    padding-left: 20px;
    margin-top: 0;
    margin-bottom: 0;
}

#pageprevnext {
    padding-top: 25px;
}

.contents h1 {
    text-align: left;
    font-family: 'Open Sans';
    font-weight: 700;
    clear: both;
    margin-top: 18px;
    margin-bottom: 18px;
    background: inherit;
    line-height: normal;
    border-top: none 0px #000000;
    color: #ffffff;
    background-color: #2f6db5;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 22px;
    margin-right: 0;
    padding-right: 0;
}

.contents h2 {
    font-family: 'Open Sans';
    text-align: left;
    font-weight: 700;
    font-style: normal;
    clear: both;
    margin-bottom: 0.5em;
    line-height: normal;
    margin-top: 1.5em;
    color: #2f6db5;
    border-top: solid 2px #2f6db5;
    font-size: 20px;
    margin-right: 0;
    padding-right: 0;
}

.contents h3
{
	margin-top: .75em;
	line-height: normal;
	font-weight: 700;
	font-family: 'Open Sans';
	margin-bottom: .5em;
	padding-right: 5px;
	padding-left: 0px;
	color: #2f6db5;
	font-size: 18px;
	font-style: italic;
    margin-right: 0;
    padding-right: 0;
}

.contents h4
{
	page-break-before: avoid;
	font-weight: 700;
	line-height: normal;
	font-family: 'Open Sans';
	margin: .83em;
	margin-bottom: .5em;
	margin-left: 0;
	margin-right: 0;
	margin-top: .75em;
	mc-heading-level: 0;
	font-size: 13pt;
	color: #404040;
    margin-right: 0;
    padding-right: 0;
}

.contents h5
{
	page-break-before: avoid;
	margin-top: 18pt;
	line-height: 14pt;
	margin-bottom: 6pt;
	color: #5f6972;
	font-family: 'Open Sans';
	font-weight: bold;
	font-size: 12pt;
    margin-right: 0;
    padding-right: 0;
}

.contents h6
{
	page-break-before: avoid;
	margin-top: 18pt;
	line-height: 14pt;
	font-weight: bold;
	margin-bottom: 6pt;
	mc-hyphenate: never;
	mc-heading-level: 0;
	font-family: 'Open Sans';
	color: #2f6db5;
	font-size: 11pt;
    margin-right: 0;
    padding-right: 0;
}


#titlearea {
    border-bottom: none;
}

#header_table, #footer_table {
    background-color: #404040;
    color: #ecedef;
    padding: 15px 0px;
}

#footer_table {
    padding: 5px 15px;
}

#header_table a {
    color: #ecedef;
}

.sm-dox {
    background-image: none;
    text-shadow: none;
}

.sm-dox li {
    border-right: 1px solid #ecedef;
}

.sm-dox a {
    text-shadow: none;
    color: #ecedef;
    background-image: none;
    background-color: #1a1a1a;
}

.sm-dox a span.sub-arrow {
    border-color: #ecedef transparent transparent transparent;
}

.sm-dox a:hover {
    background-image: none;
    background-color: #404040;
    color: #ecedef;
}

.sm-dox ul a:hover {
    background-image: none;
    text-shadow: none;
    color: #404040;
}

.sm-dox a.highlighted {
    background-image: none;
    text-shadow: none;
    color: #ecedef;
}

#main-nav ul {
    background-image: none; 
    border-style: solid;
    border-width: 1px 0px;
    border-color: #1a1a1a transparent;
    border-radius: 0;
    background: #1a1a1a;
    color: #ecedef;
}

#main-nav ul li:last-child {
    border-right: none;
}
