/* Our customizations to the Doxygen CSS */

body, table, div, p, dl {
	font: 12px "Lucida Grande", Verdana, Geneva, Arial, sans-serif;
}

body {
	background: black;
	color: white;
	margin: 0;
}

#nav-tree {
	background: black !important;
}

/* Make code fragments in doc text stand out */
code {
	font-weight: bold;
}

/* @group Heading Levels */

.title {
	font: 12px "Lucida Grande", Verdana, Geneva, Arial, sans-serif;
	font-size: 150%;
	font-weight: bold;
	margin: 10px 2px;
}

h2.groupheader {
	border-bottom: none;
	color: inherit;
	font-size: 120%;
	font-weight: bold;
	margin-top: 1.75em;
	padding-top: 8px;
	padding-bottom: 4px;
	width: auto;
}

h3 {
	font-size: 100%;
}

dt {
	font-weight: bold;
}

/* @group Heading Levels */

h3.groupheader {
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
	-webkit-transition: text-shadow 0.5s linear;
	-moz-transition: text-shadow 0.5s linear;
	-ms-transition: text-shadow 0.5s linear;
	-o-transition: text-shadow 0.5s linear;
	transition: text-shadow 0.5s linear;
	margin-right: 15px;
}

h1.glow, h2.glow, h3.glow, h4.glow, h5.glow, h6.glow {
	text-shadow: 0 0 15px cyan;
}

dt {
	font-weight: bold;
}

p.startli, p.startdd {
	margin-top: 2px;
}

p.starttd {
	margin-top: 0px;
}

p.endli {
	margin-bottom: 0px;
}

p.enddd {
	margin-bottom: 4px;
}

p.endtd {
	margin-bottom: 2px;
}

/* @end */

div.contents img {
	border: 2px solid #737b9c;
	margin: 10px 2px;
	background-color: white;
	width: auto;
}

div.contents iframe {
	border: 2px solid #737b9c;
	margin: 10px 2px;
	background-color: white;
}

div.qindex, div.navtab {
	background-color: #262833;
	border: 1px solid #4b5166;
}

/* @group Link Styling */

a {
	color: #aaaaff;
}

.contents a:visited {
	color: #aaaaff;
}

a.code {
	color: #4444cc;
	font-weight: bold;
}

a.code:visited {
	color: #444488;
	font-weight: bold;
}

a.codeRef {
	color: #6666ff;
	font-weight: bold;
}

/* @end */

.image
{
/*	background: white;
	border: 2px solid #737b9c;
	width: auto;
*/}

#projectlogo
{
	text-align: center;
	vertical-align: bottom;
	border-collapse: separate;
}

#projectlogo img
{
	border: 0px none;
}

#projectname
{
	font: 300% Tahoma, Arial,sans-serif;
	margin: 0px;
	padding: 2px 0px;
}

#projectbrief
{
	font: 120% Tahoma, Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

#projectnumber
{
	display:none;
	font: 50% Tahoma, Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

#titlearea
{
	padding: 0px;
	margin: 0px;
	width: 100%;
	border-bottom: 2px solid #bdcaff;
	background-color: #737b9c;
}

div.header
{
	background-image:none;
	background-repeat:none;
	background-color: #737b9c;
	margin:  0px;
	border-bottom: 2px solid #bdcaff;
}

div.headertitle
{
	padding: 5px 5px 5px 10px;
}

.fragment {
	font-family: monospace, fixed;
	font-size: 105%;
}

pre.fragment {
	border: 1px solid #737b9c;
	color: white;
	background-color: #4b5166;
	margin: 4px;
}

div.fragment {
	background-color: #262833;
	border: 1px solid #4b5166;
	border-top: 1px solid black;
	border-left: 1px solid black;
	margin: 4px;
}

/* @group Member Descriptions */

.memberdecls td.glow, .fieldtable tr.glow {
	background-color: cyan;
	box-shadow: 0 0 15px cyan;
}

.memSeparator {
	border: 0;
	line-height: normal;
}

.mdescLeft, .mdescRight,
.memItemLeft, .memItemRight,
.memTemplItemLeft, .memTemplItemRight, .memTemplParams {
	background-color: #262833;
}

.mdescLeft, .mdescRight {
	color: #ccc;
}

.memItemLeft, .memItemRight, .memTemplParams {
	border-top: 1px solid #bdcaff;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}

.memTemplParams {
	color: #465079;
}

/* @end */

/* @group Member Details */

/* Styles for detailed member documentation */

.memtemplate {
	color: #4b5166;
	margin-left: 3px;
}

.memnav {
	background-color: #bdcaff;
}

.memname {
/*        white-space: nowrap;*/
}

.memname a {
	color: #ccccff;
}

/*.memname td {
	vertical-align: bottom;
}*/

.memproto, dl.reflist dt {
	background-image:none;
	background-color: #737b9c;
	color: white;
	font-weight: bold;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.9);
	/* opera specific markup */
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	/* firefox specific markup */
	-moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	/* webkit specific markup */
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
}

.memdoc, dl.reflist dd {
	border-bottom: 1px solid #737b9c;
	border-left: 1px solid #737b9c;
	border-right: 1px solid #737b9c;
	padding: 2px 5px;
	background-color: #262833;
	background-image:none;
	/* opera specific markup */
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
	/* firefox specific markup */
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
	/* webkit specific markup */
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
}

dl.reflist dt {
	padding: 5px;
}

dl.reflist dd {
	margin: 0px 0px 10px 0px;
	padding: 5px;
}

.paramtype a {
	color: #ccccff;
}

.paramname {
	color: white;
}
.paramname em {
	font-style: italic;
}

.memproto .paramname {
	color: #406;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
}

.memproto .paramname a {
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.9);
}

.params, .retval, .exception, .tparams {
	border-spacing: 6px 2px;
}

/*
  "mlabels" are little things in the bottom right of some member blocks that
  say stuff like 'inline'
*/

table.mlabels {
	border-spacing: 0px;
}

td.mlabels-left {
	width: 100%;
	padding: 0px;
}

td.mlabels-right {
	vertical-align: bottom;
	padding: 0px;
	white-space: nowrap;
}

span.mlabels {
	margin-left: 8px;
}

span.mlabel {
	background-color: #737b9c;
	border-top:1px solid #4b5166;
	border-left:1px solid #4b5166;
	border-right:1px solid #bdcaff;
	border-bottom:1px solid #bdcaff;
	text-shadow: none;
	color: white;
	margin-right: 4px;
	padding: 2px 3px;
	border-radius: 4px;
	font-size: 7pt;
	white-space: nowrap;
	vertical-align: middle;
}

/* @end */

/* These are for the footer for each page */
.navpath ul
{
	background-image: none;
	background-color: #737b9c;

	color:#808BB5;
	border: 1px solid #bdcaff;
}

.navpath li.footer
{
	color: #4b5166;
}

/* @end */

/* these are for tree view inside a (index) page */

div.directory {
	border-top: 1px solid #737b9c;
	border-bottom: 0px;
}

.directory td.desc {
	border-left: 1px solid rgba(0,0,0,0.05);
}

/* get rid of the special formatting for even/odd lines */
.directory tr.even {
	background-color: inherit;
}

.directory .levels span {
	cursor: pointer;
	padding-left: 2px;
	padding-right: 2px;
	color: #4b5166;
}

.arrow {
    color: #737b9c;
    width: 16px;
    height: 16px;
}

.icon {
    height: auto;
    width: auto;
    background-color: #737b9c;
    color: white;
    border-radius: 4px;
    border-top: 1px solid #bdcaff;
    border-left: 1px solid #bdcaff;
    border-right: 1px solid #4b5166;
    border-bottom: 1px solid #4b5166;
    padding-left: 3px;
    padding-right: 3px;
}

table.directory {
    font: inherit;
}

/* @end */

/* these are for tables */
table.doxtable {
	border-collapse:collapse;
	margin-top: 4px;
	margin-bottom: 4px;
}

table.doxtable td, table.doxtable th {
	border: 1px solid #4b5166;
	padding: 3px 7px 2px;
}

table.doxtable th {
	background-color: #4b5166;
	color: white;
	font-size: 110%;
	padding-bottom: 4px;
	padding-top: 5px;
}

table.fieldtable {
	border: 1px solid #737b9c;
}

.fieldtable td.fieldtype, .fieldtable td.fieldname {
	border-right: 1px solid #737b9c;
	border-bottom: 1px solid #737b9c;
}

.fieldtable td.fielddoc {
	border-bottom: 1px solid #737b9c;
}

.fieldtable th {
	background-image:none;
	background-color: #737b9c;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.9);
	color: white;
	border-bottom: 2px solid #737b9c;
}

/* @end */

/* @group Code Colorization */

span.keyword {
	color: white;
	font-weight: bold;
}

span.keywordtype {
	color: #bdcaff;
	font-weight: bold;
}

span.keywordflow {
	color: #bdcaff;
	font-weight: bold;
}

span.comment {
	color: #444499;
	font-weight: bold;
	font-style: italic;
}

span.preprocessor {
	color: #448844;
}

span.stringliteral {
	color: #4040a0;
}

span.charliteral {
	color: #4040a0;
}

span.vhdldigit {
	color: #ff0000;
}

span.vhdlchar {
	color: #000000;
}

span.vhdlkeyword {
	color: #0000ff;
}

span.vhdllogic {
	color: #ff0000;
}

blockquote {
	background-color: #F6F6F9;
	border-left: 2px solid #939CC0;
	margin: 0 24px 0 4px;
	padding: 0 12px 0 16px;
}

/* @end */
