/* doxygen.css */
body, table, div, p, dl {
	font-family: 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
	font-size: 13px;
	line-height: 22px;
	font-weight: normal;
}

.title {
	font-size: 250%;
	font-family: 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
	line-height: 32px;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
    transition: none;
    font-weight: normal;
    margin-right: 15px;
}

h1{
	font-size: 250%;	
}

h2{
	font-size: 175%;
}

h3{
	font-size: 150%;
}

h2.groupheader {
	font-size: 175%;
	color: #000000;
	border-bottom-style: none;
}

h1.glow, h2.glow, h3.glow, h4.glow, h5.glow, h6.glow {
	text-shadow: none;
}

/* these are for tree view inside a (index) page */

div.directory {
        margin: 10px 0px;
        border-top: 1px solid #bebebe;
        border-bottom: 1px solid #bebebe;
        width: 100%;
}

.directory td.desc {
	border-left: none;
}

.directory tr.even {
	background-color: #FFFFFF;
}

.directory .levels span {
	color: #00709f;
}

.arrow {
	font: 400 13px Roboto,sans-serif;
    color: #000000;
    font-size: 80%;
}

.icon {
    background-color: #444444;
    color: #FFFFFF;
}

table.directory {
	font-family: 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
	font-size: 13px;
	font-weight: normal;
}

.navpath ul
{
	background-image:none;
	background-color:#dddddd;
	border:none;
}

.navpath li {
	color:#000000;	
}

.navpath li.navelem a
{
	font-family: 'Segoe UI',Tahoma,Helvetica,Sans-Serif;
	color: #1570a6;
	text-shadow: none;	
}

.navpath li.navelem a:hover
{
	color:#1570a6;
}

.navpath li.footer
{
	color: #000000;
}

.navpath li.footer a
{
	color: #1570a6;
}

.navpath li.footer a:hover
{
	color:#1570a6;
}

#projectname
{
	font-family: 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
	font-size: 200%;
	color: #a0a0a0;
}
    
#projectbrief
{
	font-family: 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
	font-size: 120%;
	margin: 0px;
	padding: 0px;
}

#projectnumber
{
	font-family: 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
	font-size: 75%;
}

#projectlogo
{
	vertical-align: middle;
}

div.header
{
    background-image:none;
	background-color: #FFFFFF;
	margin:  0px;
	border-bottom: none;
}

div.toc li {
	font-family: 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
	font-size: 10px;
	line-height: 1.2;
}

div.toc h3 {
	font-family: 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 1.2;
	font-weight: bold;
}

div.qindex, div.navtab {
	background-color: #FFFFFF;
	border: none;
	text-align: center;
}

.navtab td.navtab, td.navtabHL 
{
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

.navtab td.navtabHL 
{
	background-color: #ebf8fe;
	border-left-color: #00a4ef;
}

div.ah, span.ah {
	background-color: #444444;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 3px;
	margin-top: 3px;
	padding: 0.2em;
	border: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	background-image: none;
	background-image: none;
}

#powerTip div {
	font-family: 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 16px;
}

#titlearea
{
	background-color: #000000;
	border-bottom-style: none;
}

dt {
	color: #000000;
	font-size: 175%;
	font-weight: normal;	
	margin-top: 1.75em;
	padding-top: 8px;
	padding-bottom: 4px;
	width: 100%;
	border-bottom-width: 0px;
	border-bottom-style: none;
}

a.qindex {
	font-weight: normal;
}

a.qindexHL {
	font-weight: normal;
	color: #00709f;
	background-color: #FFFFFF;
	border: 0px;
}

.contents a.qindexHL:visited {
        color: #00709f;
}

.navtabHL a.qindexHL {
	color: #00a4ef;
	background-color: #ebf8fe;
}

.navtabHL a.qindexHL:visited {
	color: #00a4ef;
}

a {
	color: #00709f;
	font-weight: normal;
	text-decoration: none;
}

a.el {
	font-weight: normal;
}

.contents a:visited {
	color: #00709f;
}

a:hover {
	color: #3390b1;
	text-decoration: none;
}

a.code, a.code:visited, a.line, a.line:visited {
	color: #00709f; 
}

a.codeRef, a.codeRef:visited, a.lineRef, a.lineRef:visited {
	color: #00709f; 
}

.inherit_header {
    font-weight: normal;
    color: #000000;
}

/* @group Code Colorization */

span.keyword {
	color: #0000FF
}

span.keywordtype {
	color: #0000FF
}

span.keywordflow {
	color: #0000FF
}

span.comment {
	color: #008000
}

span.preprocessor {
	color: #008080
}

span.stringliteral {
	color: #800000
}

span.charliteral {
	color: #800000
}

span.vhdldigit { 
	color: #ff00ff 
}

span.vhdlchar { 
	color: #000000 
}

span.vhdlkeyword { 
	color: #700070 
}

span.vhdllogic { 
	color: #ff0000 
}

blockquote {
        background-color: #FFFFFF;
        border-left: 2px solid #bbbbbb;
        margin: 0 24px 0 4px;
        padding: 0 12px 0 16px;
}

/* @end */

/* @group Member Details */

/* Styles for detailed member documentation */

.memberdecls td, .fieldtable tr {
	-webkit-transition-property: none;
	-webkit-transition-duration: 0s;
	-moz-transition-property: none;
	-moz-transition-duration: 0s;
	-ms-transition-property: none;
	-ms-transition-duration: 0s;
	-o-transition-property: none;
	-o-transition-duration: 0s;
	transition-property: none;
	transition-duration: 0s;
}

.memberdecls td.glow, .fieldtable tr.glow {
	background-color: #FFFFFF;
	box-shadow: none;
}

.mdescLeft, .mdescRight,
.memItemLeft, .memItemRight,
.memTemplItemLeft, .memTemplItemRight, .memTemplParams {
	background-color: #FFFFFF;
	border: none;
	margin: 4px;
	padding: 1px 0 0 8px;
}

.memItemRight {
	width: auto;
	vertical-align: top;
}

.memtemplate {
	font-size: 100%;
	color: #000000;
}

.memnav {
	background-color: #FFFFFF;
	border: 1px solid #939393;
	text-align: center;
	margin: 2px;
	margin-right: 15px;
	padding: 2px;
}

.mempage {
	width: 100%;
}

.memitem {
	padding: 0;
	margin-bottom: 10px;
	margin-right: 5px;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
        display: table !important;
        width: 100%;
}

.memitem.glow {
         box-shadow: none;
}

.memname {
        font-weight: normal;
        margin-left: 6px;
}

.memproto, dl.reflist dt {
	padding: 6px 0px 6px 0px;
	color: #000000;
	font-weight: normal;
	text-shadow: none;
	background-image: none;
	background-color: #FFFFFF;
	/* opera specific markup */
	box-shadow: none;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	/* firefox specific markup */
	-moz-box-shadow: none;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-topleft: 0px;
	/* webkit specific markup */
	-webkit-box-shadow: none;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	border: 1px solid #a2a2a2;
}

.memdoc, dl.reflist dd {
	padding: 6px 10px 2px 10px;
	border-top-width: 0;
	background-image: none;
	background-color: #FFFFFF;
	/* opera specific markup */
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	box-shadow: none;
	/* firefox specific markup */
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-box-shadow: none;
	/* webkit specific markup */
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-box-shadow: none;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.memSeparator {
        border-bottom: none;
        line-height: 1px;
        margin: 0px;
        padding: 0px;
}

.paramname {
	color: #000000;
	white-space: nowrap;
}

.params .paramname {
	font-weight: normal;
	vertical-align: top;
	font-style: italic;
	padding-right: 15px;
}

.params .paramtype {
        font-style: italic;
        vertical-align: top;
}

.retval .paramname {
	font-weight: normal;
	vertical-align: top;
	font-style: italic;
}

span.mlabel {
	font-family: Roboto,sans-serif;
	background-color: #444444;
	text-shadow: none;
	color: #FFFFFF;
	margin-right: 4px;
	padding: 2px 3px;
	border-radius: 3px;
	font-size: 7pt;
	white-space: nowrap;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* @end */

pre.fragment {
        border: 1px solid #000000;
        background-color: #bbbbbb;
}

div.fragment, div.fragment_code {
	background-color: #FFFFFF;
	border: 1px solid #bbbbbb;
}

div.fragment_section {
	background-color: #FFFFFF;
 }

.fragment_toolbar a.copy {
	color: #AA0000;
	font-weight: normal;
	background-color: #FFFFFF;
	border: 0px;
}

div.line.glow {
	background-color: #FFFFFF;
	box-shadow: none;
}

table.doxtable td, table.doxtable th {
	border: 1px solid #bbbbbb;
	padding: 3px 7px 2px;
}

table.doxtable th {
	background-color: #EDEDED;
	color: #000000;
	font-size: 100%;
	padding-bottom: 4px;
	padding-top: 5px;
}

table.fieldtable {
	/*width: 100%;*/
	margin-bottom: 10px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #bbbbbb;
	border-right-color: #bbbbbb;
	border-bottom-color: #bbbbbb;
	border-left-color: #bbbbbb;
}

.fieldtable td.fieldtype, .fieldtable td.fieldname {
        border-right: 1px solid #bbbbbb;
        border-bottom: 1px solid #bbbbbb;
}

.fieldtable td.fielddoc {
        border-bottom: 1px solid #bbbbbb;
        /*width: 100%;*/
}

.fieldtable th {
        background-image:none;
        background-color: #ededed;
        font-size: 100%;
        color: #000000;
        -moz-border-radius-topleft: 0px;
        -moz-border-radius-topright: 0px;
        -webkit-border-top-left-radius: 0px;
        -webkit-border-top-right-radius: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom: 1px solid #bbbbbb;
}


/* navtree.css */
#nav-tree {
  background-color: #FFFFFF; 
  background-image: none;
  font-size:100%;
}

#nav-tree a {
	color: #4c4c4c;
}

#nav-tree .label {
	font-family: 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
	font-size: 100%;
}

#nav-tree .selected {
	background-image: none;
	text-shadow: none;
	background-color: #ebf8fe;
}

#nav-tree .selected a {
  text-decoration:none;
  color:#00a4ef;
}

#nav-tree .item {
	margin: 0px;
	padding: 0px;
	color: #4c4c4c;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFFFFF;	
}

#nav-tree .item.selected {
	margin: 0px;
	padding: 0px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #00a4ef;
}

.ui-resizable-e {
	width: 5px;
}

.tabsearch {
	top: 0px;
	left: 0px;
	height: 32px;
	background-image: none;
	z-index: 101;
	overflow: hidden;
	font-size: 13px;
}


/* tabs.css */
.tabs, .tabs2, .tabs3 {
	font-family: 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
	font-size: 130%;	
	background-image: none;
	background-color: #232323;
}

.tablist li {
	float: left;
	display: table-cell;
	background-image: none;
	background-color: #232323;
	line-height: 36px;
	list-style: none;
}

.tablist a {
	display: block;
	padding: 0 20px;
	font-weight: normal;
	background-image: none;
	background-color: #232323;
	color: #bdbdbd;
	text-shadow: none;
	text-decoration: none;
	outline: none;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #232323;
}

.tablist a:hover {
	background-image: none;
	background-color: #232323;
	color: #fff;
	text-shadow: none;
	text-decoration: none;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #fff;	
}

.tablist li.current a {
	background-image: none;
	background-color: #232323;
	color: #bdbdbd;
	text-shadow: none;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #bdbdbd;
}

/* remove this line */
.memItemRight b, .entry b
{
	color: red;
}
