/*
 *
 * Copyright 2013 by Avid Technology, Inc.
 *
 */

/* CSS for the Avid Audio Extensions SDK

	Original Doxygen CSS modified by RossCairns.com
	Updated Doxygen DSS modified by DSE at Avid Technology, Inc.
*/

/*****************************
 	DSE
 *****************************/
 
/* Centering images and dot captions */
img.centered {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Center images in 'mscgraph' divs */
div.mscgraph {
	text-align: center;
	margin: 2em;
	padding: 1.5em;
}

.mscgraph .caption {
	font-style: italic;
	font-size: 12px;
	text-align: center;	
	margin-top: 1.5em;
}

/* Center images in 'image' divs */
div.image {
	text-align: center;
}

.dotgraph {
	margin: 2em;
	padding: 1.5em;
}

.dotgraph .caption {
	font-style: italic;
	font-size: 12px;
	text-align: center;
/*	display: block;*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
}

caption {
	font-style: italic;
	font-size: 12px;
}

/* Custom class for code fragment captions */
.fragmentcaption {
	font-style: italic;
	font-size: 12px;
	
	/* to match fragment class */
	margin-left: 2em;
	padding-left: 1.5em;
	padding-bottom: 1.5em;
	padding-right: 1.5em;
}

/* Custom class for image captions */
.imagecaption {
	font-style: italic;
	font-size: 12px;
	text-align: center;
}

/* Use Arial for most fonts */
body, table, div, p, dl {
	/* font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif; */
	/* font-size: 12px; */
	font-family: Arial, sans-serif;
	font-size: 14px;
}

/* Formatting for code fragment lines */
div.line {
	font-family: monospace, fixed;
	font-size: 80%;
	white-space: pre;
}

/* Set a margin for the page contents */
div.contents {
	margin-right: 45px;
	margin-left: 45px;
}

/* Add a buffer above directory trees */
div.directory {
	margin-top: 2em;
}

/* Tighten spacing between member list elements */
td.memSeparator {
  height: 6px;
  font-size: 6px;
}

/* Align field cells (e.g. in an enum value table) to top */
td.fieldname {
  vertical-align: top;
  padding-top: 15px;
  border-right: medium inset;
  border-right-color: #f9f9f9;
  border-top: 4px hidden;
}

td.fielddoc {
  vertical-align: top;
  border-top: 4px hidden;
}

dl.section.note {
  color:#42657B;
  font-style: italic;
  font-size: 12px;
}


/* Custom div class for all text within a documentation section */
div.section {
  margin-left: 2em;
  padding-top: 0.375em;
  padding-bottom: 0.375em;
}

/* Extra spacing between list items in "section" divs */
div.section ul li, div.section ol li {
  padding-bottom: 0.375em;
}


/* Custom div class for sub-section headings */
div.SectionHead {
  font-weight: bold;
  padding-top: 10px;
}


/* Custom div classes for special indented text sections */
div.TextInd1 {
  margin-left: 2em;
}

div.TextInd2 {
  margin-left: 4em;
}

div.TextInd3 {
  margin-left: 6em;
}


/* Custom heading styles */
h4 {
  font-size: 14px;
  font-weight: bold;
  padding-top: 10px;
}

h5 {
  font-size: 14px;
  font-weight: bold;
}

h6 {
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
}


/* Custom unordered list with no bullets */
ul.paragraphs {
  list-style-type: none;
}


/* Custom EM */
em.Bold {
  font-style: inherit;
  font-weight: bold;
}

em.Italic {
  font-style: italic;
  font-weight: inherit;
}



/*****************************
 	RossCairns.com
 *****************************/

p, div, dl {
	color:#3E3E3E;
}

div.contents p {
	
/*	font-family:Monaco, courier;*/
	font-family: Arial, sans-serif;
	
}

/* @group Heading Levels */

h1 {
/*	margin-bottom: 10px;*/
/*	font-size: 30px;*/
	margin-top: 10px;
	margin-bottom: 6px;
	font-size: 26px;
/*	padding: 0px 0px 20px 0px ;*/
  padding: 20px 0px 4px 0px;
	
	border-bottom:1px dotted #E0E0E0;
}

h2 {
	padding-top: 30px;
	font-size: 17px;
	color:#42657B;
/*	font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif;*/
	font-family: Arial, sans-serif;
}

h3 {
	font-size: 17px;
/*	font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif;*/
	font-family: Arial, sans-serif;
}

dt {
	font-weight: bold;
}

div.multicol {
	-moz-column-gap: 1em;
	-webkit-column-gap: 1em;
	-moz-column-count: 3;
	-webkit-column-count: 3;
}

p.startli, p.startdd, p.starttd {
	margin-top: 2px;
}

p.endli {
	margin-bottom: 0px;
}

p.enddd {
	margin-bottom: 4px;
}

p.endtd {
	margin-bottom: 2px;
}

/* @end */

/* DSE - Caption style defined above */
/*
caption {
	font-weight: bold;
}
*/

span.legend {
        font-size: 70%;
        text-align: center;
}

h3.version {
        font-size: 90%;
		padding-bottom:10px;
		border-bottom:1px dotted #E0E0E0;
}

div.qindex, div.navtab{
	background-color: #e8eef2;
	border: 1px solid #84b0c7;
	text-align: center;
	margin: 2px;
	padding: 2px;
}

div.qindex, div.navpath {
	width: 100%;
	line-height: 140%;
}

div.navtab {
	margin-right: 15px;
}

/* @group Link Styling */

a {
	color: #153788;
	font-weight: normal;
	text-decoration: none;
}

.contents a:visited {
	color: #1b77c5;
}

a:hover {
	text-decoration: underline;
}

a.qindex {
	font-weight: bold;
}

a.qindexHL {
	font-weight: bold;
	background-color: #6666cc;
	color: #ffffff;
	border: 1px double #9295C2;
}

.contents a.qindexHL:visited {
        color: #ffffff;
}

a.el {
	font-weight: bold;
}

a.elRef {
}

a.code {
	color: #3030f0;
}

a.codeRef {
	color: #3030f0;
}

/* @end */

dl.el {
	margin-left: -1cm;
}

.fragment {
	font-family: monospace, fixed;
	font-size: 105%;
	margin-left: 2em; /* DSE */
	padding: 1.5em; /* DSE */
}

pre.fragment {
	border: 1px solid #CCCCCC;
	background-color: #f5f5f5;
	padding: 4px 6px;
	margin: 4px 8px 4px 2px;
	overflow: auto;
	word-wrap: break-word;
	font-size:  9pt;
	line-height: 125%;
}

div.ah {
	background-color: black;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 3px;
	margin-top: 3px
}

div.groupHeader {
/*	margin-left: 16px;*/
	margin-top: 12px;
	margin-bottom: 6px;
	font-weight: bold;
	
	/* DSE */
	font-size: 16px;
	border-bottom:1px dotted #E0E0E0;
}

div.groupText {
	margin-left: 16px;
	font-style: italic;
}

body {
	background: white;
	color: black;
	margin-right: 20px;
	margin-left: 20px;
}

td.indexkey {
	background-color: #F1F5F9;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	margin: 2px 0px 2px 0;
	padding: 2px 10px;
}

td.indexvalue {
	background-color: #F1F5F9;
	border: 1px solid #CCCCCC;
	padding: 2px 10px;
	margin: 2px 0px;
}

tr.memlist {
	background-color: #f0f0f0;
}

p.formulaDsp {
	text-align: center;
}

img.formulaDsp {
	
}

img.formulaInl {
	vertical-align: middle;
}

div.center {
	text-align: center;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0px;
}

div.center img {
	border: 0px;
}

img.footer {
	border: 0px;
	vertical-align: middle;
}

/* @group Code Colorization */

span.keyword {
	color: #008000
}

span.keywordtype {
	color: #604020
}

span.keywordflow {
	color: #e08000
}

span.comment {
	color: #800000
}

span.preprocessor {
	color: #806020
}

span.stringliteral {
	color: #002080
}

span.charliteral {
	color: #008080
}

span.vhdldigit { 
	color: #ff00ff 
}

span.vhdlchar { 
	color: #000000 
}

span.vhdlkeyword { 
	color: #700070 
}

span.vhdllogic { 
	color: #ff0000 
}

/* @end */

.search {
	color: #003399;
	font-weight: bold;
}

form.search {
	margin-bottom: 0px;
	margin-top: 0px;
}

input.search {
	font-size: 75%;
	color: #000080;
	font-weight: normal;
	background-color: #F1F5F9;
}

td.tiny {
	font-size: 75%;
}

.dirtab {
	padding: 4px;
	border-collapse: collapse;
	border: 1px solid #84b0c7;
}

th.dirtab {
	background: #F1F5F9;
	font-weight: bold;
}

hr {
	height: 0;
	border: none;
	border-top: 1px solid #666;
}

/* @group Member Descriptions */

.mdescLeft, .mdescRight,
.memItemLeft, .memItemRight,
.memTemplItemLeft, .memTemplItemRight, .memTemplParams {
/*	background-color: #FAFAFA; */ /* DSE */
	border: none;
	margin: 4px;
	padding: 1px 0 0 8px;
}

.mdescLeft, .mdescRight {
	padding: 0px 8px 4px 8px;
	color: #555;
}

/* DSE - Remove table shading and border from member descriptions */
/*
.memItemLeft, .memItemRight, .memTemplParams {
	border-top: 1px solid #ccc;
	background-color: #F9F9F9;
}
*/

.memItemLeft, .memTemplItemLeft {
        white-space: nowrap;
}

.memTemplParams {
	color: #606060;
        white-space: nowrap;
}

/* @end */

/* @group Member Details */

/* Styles for detailed member documentation */

.memtemplate {
	font-size: 80%;
	color: #606060;
	font-weight: normal;
	margin-left: 3px;
}

.memnav {
	background-color: #F1F5F9;
	border: 1px solid #84b0c7;
	text-align: center;
	margin: 2px;
	margin-right: 15px;
	padding: 2px;
}

.memitem {
	padding: 0;
	margin-bottom: 30px;
}

.memname {
	white-space: nowrap;
	font-weight: bold;
	color:#42657B;
	padding:3px 5px;
}

.memproto, .memdoc {
	border: 1px dotted #E0E0E0;
}

.memproto {
	padding: 0;
	background-color: #F9F9F9;
	font-weight: bold;
        -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;

}

.memdoc {
	padding: 2px 20px 20px;
/*	background-color: #FFFFFF;*/
  background-color: #FEFEFC;
	border-top-width: 0;
        -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
}

.paramkey {
	text-align: right;
}

.paramtype {
	white-space: nowrap;
}

.paramname {
	color: #885656;
	white-space: nowrap;
}
.paramname em {
	font-style: normal;
}

/* @end */

/* @group Directory (tree) */

/* for the tree view */

.ftvtree {
	font-family: sans-serif;
	margin: 0.5em;
}

/* these are for tree view when used as main index */

.directory {
	font-size: 9pt;
	font-weight: bold;
}

.directory h3 {
	margin: 0px;
	margin-top: 1em;
	font-size: 11pt;
}

/*
The following two styles can be used to replace the root node title
with an image of your choice.  Simply uncomment the next two styles,
specify the name of your image and be sure to set 'height' to the
proper pixel height of your image.
*/

/*
.directory h3.swap {
	height: 61px;
	background-repeat: no-repeat;
	background-image: url("yourimage.gif");
}
.directory h3.swap span {
	display: none;
}
*/

.directory > h3 {
	margin-top: 0;
}

.directory p {
	margin: 0px;
	white-space: nowrap;
}

.directory div {
	display: none;
	margin: 0px;
}

.directory img {
	vertical-align: -30%;
}

/* these are for tree view when not used as main index */

.directory-alt {
	font-size: 100%;
	font-weight: bold;
}

.directory-alt h3 {
	margin: 0px;
	margin-top: 1em;
	font-size: 11pt;
}

.directory-alt > h3 {
	margin-top: 0;
}

.directory-alt p {
	margin: 0px;
	white-space: nowrap;
}

.directory-alt div {
	display: none;
	margin: 0px;
}

.directory-alt img {
	vertical-align: -30%;
}

/* @end */

address {
	font-style: normal;
	color: #333;
}

/* DSE - Special formatting for in-dox tables */
table.doxtable {
	border-collapse:collapse;
    margin-left:5%; 
    margin-right:auto;
}

table.doxtable td, table.doxtable th {
	padding: 3px 7px 2px;
}

table.doxtable td {
/*	border: 0px solid #153788;*/
	border-style: none;
}

table.doxtable th {
	background-color: #254798;
	color: #FFFFFF;
	font-size: 110%;
	padding-bottom: 4px;
	padding-top: 5px;
	text-align:center;
	border-style: solid;
	border: 1px solid #FFFFFF;
}
/* ~DSE */

hr {
	border-top:1px dotted #E0E0E0;
	border-bottom:1px dotted #E0E0E0;
	margin-top:30px;
	padding-top:10px;
}

.contents {
	padding-top: 30px;
}

h1 {
	margin-top:0;
}
.contents .dynsection {
	margin-top:10px;
}
