/* CSS Document */

div.navheader { 
	display:none 
}

/*----- Dev Guide side nav ----- */
.gnav1 { 
	font-weight:bold; 
	line-height:1.9;
}
.gnav2 { 
	margin-left:10px; 
	line-height:1.4;
}

/*----- Table of Contents ----- */
dl dt .chapter { 
	padding-left: 0;
}

dl dl { 
	padding-left: 20px;
}
dl dl dl { 
	padding-left: 25px;
}
.subtitle {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 20px;
	color:#727272;
}
.pubdate {
	font-size: 10px;
	margin-bottom: 0px;
}

/*-----Content: titles, subtitles ----- */
.chapter h2 {
	font-size: 21px;
	margin-bottom: 10px;
}
.section {
	margin-left: 15px;
	padding-bottom: 10px;
}
.section h2 {
	font-size: 16px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
.section h3 {
	font-size: 14px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
h4 {
	font-size: 14px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
	font-weight: bold;
}
/*-----Content: tables, figures ----- */
table {
	margin-bottom: 10px;
}
.table td, .table th { 
	padding: 3px 5px;
}
.table th { 
	color: #FFFFFF;
	background: black;
}

a[name="a05_types"] + p + table tr td {
	width: 6em;
}
a[name="a05_types"] + p + table tr td+td+td {
	width: 15em;
}
a[name="a05_types"] + p + table tr td+td+td+td {
	width: 25em;
}

a[name="history"] + p + table tr td {
	width: 8em;
}
a[name="history"] + p + table tr td+td {
	width: 50em;
}
a[name="debug_window_options"] + p + table tr td {
	width: 10em;
}
a[name="debug_window_options"] + p + table tr td+td {
	width: 45em;
}

.figure {
	padding-bottom: 10px;
}
.figure p {
	margin-left: 10px;
	}
div.mediaobject {
	text-align:center;
	margin: 5px 0;
}
/*-----Content: javascript/xml/CSS/filenames ----- */


tt.filename, .guimenu, .guisubmenu, .guimenuitem, .guilabel, .guibutton, { 
	font-family: Helvetica,sans-serif;
	font-weight: bold;
}

tt.literal, .literal  {
	/* font-family:"Courier New", Courier, monospace;
	color:#000000; */
	font-weight: bold;
	font-family: Helvetica,sans-serif;
}

tt.literal a:hover, .literal a:hover {
	text-decoration: underline;
}
tt.literal a, .literal a {
	color: blue;
	text-decoration: none;
}


pre.programlisting {
    font-size:      9pt;
    padding:5px 10px;
	margin: 10px 0;
    border:1px solid #e8e8e8;
    background-color: #f8f8f8;
	color:#727272;
    line-height: 1.4em;
}

/*-----Content: notes, tips ----- */
div.note, div.important, div.example, div.informalexample, div.tip {
    margin:         1em;
    padding:        0.5em;
    border:         1px solid gray;
    background-color: #f8f8e0;
}
div.note {
	margin:20px 0px 20px 0px;
}

div.note table tr td p {
	padding-top: 5px;
}


div.important th, div.note th, div.tip th {
    text-align:     left;
    border-bottom:  solid 1px gray;
}
/*-----Content: lists ----- */
.itemizedlist li {
	list-style: disc outside;
	
}
.procedure li, .orderedlist li, .itemizedlist li {
	font-weight: normal;
	font-size: 1em;
	margin-left: 3em;
	color:#727272;
	margin-top: 0px;
	margin-bottom: 0px;
}

td p, td li p {
	margin: 0;
	padding: 0;
}

/*-----Content: text ----- */
.emphasis {
	font-style:italic;
}

/*---- Updated ----*/
sup {
	font-size: xx-small;
	vertical-align: top;
	font-weight: bolder;
	color: #33CC33;
	font-style: italic;
}

/*---- New ----*/
sup sup {
	font-size: xx-small;
	vertical-align: top;
	font-weight: bolder;
	color: #FF6600;
	font-style: italic;
}

