/* CSS Document */

/***********************************************/
/*      HTML tag styles               */
/***********************************************/ 

/************* main structure styles **************/

#content {}

a:link { color: #000; text-decoration: none; }
a:visited { color: #000; text-decoration: none; }
a:active { color: #000; text-decoration: none; }
a:hover{ color: #000; text-decoration: none; }

.u a:link { color:#000; text-decoration:underline !important; }
.u a:active { color:#000; text-decoration:underline !important; }
.u a:visited { color:#000; text-decoration:underline !important; }
.u a:hover { color:#000; text-decoration:underline !important; }

#doc_footer {
	padding: 0.5em 0; }
	
/************* #violet heading styles **************/

#main_heading { 
	display: block;
	margin: 0 0 15px 0;
	padding: 0;
	vertical-align: middle;
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em; }
#main_heading h1 { 
	display: inline;
	margin: 0 0 0 0;
	padding: 3px 3px;
	font-size: 1em;
	font-weight: normal;
	vertical-align: middle; }

/************* Nav horiznotal lines **************/

#nav {
	display: none; }
	
#navline {
	display: none; }

#nav_links { }
#nav_links li { }
#nav_search { }
#nav_search input { }

/************* #doc_title styles **************/

#doc_title {
	padding: 1em 0 0;
	margin: 0 0 1em; }
#doc_title a {
	font-weight: bold; }
#doc_title h2 {
	margin: 0.2em 0;
	padding: 0.2em 0;
	color: #CE0000;
	font-size: 1.5em;
	line-height: 1em;
	font-weight: normal; }
.doc_date {
	color: #000;
	font-size: 0.75em; }
#doc_title p {
	padding: 0 0;
	margin: 0.5em 0; }
#doc_title a:link { color: #000; text-decoration: none; }
#doc_title a:visited { color: #000; text-decoration: none; }
#doc_title a:active { color: #000; text-decoration: none; }
#doc_title a:hover { color: #000; text-decoration: none; }

/* in-text title */
h2.doc_title2 {
	margin: 0.2em 0;
	padding: 0.2em 0;
	color: #CE0000;
	font-size: 1.5em;
	line-height: 1em;
	font-weight: normal; }

/************* #doc_source styles **************/

.doc_source {
	font-size: 1.2em;
	line-height: 1.1em; }

.authoraddress {}

.translatoraddress {}

/************* #sectionlinks styles **************/

.sectionlinks {
	list-style-type: none;	
	list-style-position: outside;
	margin: 0;
	padding: 0 1.5em 1em 1.5em;
	float: left; }
.sectionlinks ul {
	list-style-type: none;	
	list-style-position: outside;
	padding: 0 0 0 1.5em;
	margin: 0; }
	
.full {
	width: auto;
	float: none; }
	
.sectionlinks li {
	font-weight: bold;
	display: block; }
.sectionlinks li li {
	font-weight: normal;
	display: block; }
.sectionlinks li li li {
	font-weight: normal;
	font-style: italic;
	display: block; }

/************* inside the content styles **************/

/* Hierarchy */

#doc_content h3 {
	clear: left;
	font-size: 1.1em;
	padding: 0;
	margin: 0; }
#doc_content h4 {
	clear: left;
	font-size: 1em;
	padding: 0;
	margin: 0; }
#doc_content h5 {
	clear: left;
	font-size: 1em;
	font-weight: normal;
	text-decoration: underline;
	padding: 0;
	margin: 0; }
#doc_content h6 {
	clear: left;
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	padding: 0px;
	margin: 0px; }

/* Paragraphs */

#doc_content p {
	clear: left;
	margin: 0;
	padding: 0 0 1em; }

/* Definition lists */

#doc_content dl {
	clear: left;
	margin: 0;
	padding: 0 0 1em; }
#doc_content dt {
	float: left;
	padding: 0 0.1em 0 0;
	margin: 0;
	text-decoration: underline; }
#doc_content dd {
	margin: 0;
	padding: 0; }

/* Figures */
/* Modified apr 12.07 so that thumbnails can be any width */

.figure {
	padding: 0;
	margin: 0 0 10px; }
.figure:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden; }
.figure {height:1px;}
html>body  .figure{ height: auto; }
.figure {display:inline-block;}
/* Hide from IE Mac \*/
.figure {display:block;}
 /* End hide from IE Mac */

.figure img {
	float: left;
	margin: 0 8px 0 0;
	padding: 0; }
.figure p {
	margin: 0;
	padding: 0; 
	clear: none !important; }

/* video */

.video {
	padding: 0;
	margin: 0 0 10px; }
.video:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden; }
.video {height:1px;}
html>body  .video{ height: auto; }
.video {display:inline-block;}
/* Hide from IE Mac \*/
.video {display:block;}
 /* End hide from IE Mac */

.video img {
	float: left;
	margin: 0 8px 0 0;
	padding: 0; }
.video p {
	margin: 0;
	padding: 0; 
	clear: none !important; }

/* diverse styles */

.indent {
	padding-left: 4em !important;
	margin: auto; }

.u {
	text-decoration:underline; }

#doc_content strong {
	font-weight: bold; }

.latin {
	font-style: italic; }

/* product links styles */

a.prodlink:link { color:#000; }
a.prodlink:active { color:#000; }
a.prodlink:visited { color:#000; }
a.prodlink:hover { color:#000; }

/* reference links styles */

a.authorlink:link {}
a.authorlink:active {}
a.authorlink:visited {}
a.authorlink:hover {}

/* reference links styles */

a.reflink:link {}
a.reflink:active {}
a.reflink:visited {}
a.reflink:hover {}

/* internal links styles ?????? */


/* external links styles */

a.exlink:link {}
a.exlink:active {}
a.exlink:visited {}
a.exlink:hover {}

/************* Tables styles **************/

.datatable {
	clear: both;
	font-size: 1em;
	border-collapse: separate;
	empty-cells: show;
	border: 1px outset #999;
	margin: 10px 0 15px; }
.datatable caption {
	font-weight: bold; }
.datatable thead {
	}
.datatable tbody {
	}
.datatable tfoot * {
 }
.datatable td {
	empty-cells: show;
	padding: 3px 5px;
	border: 1px groove #999;}
.datatable th {
	empty-cells: show;
	padding: 3px 5px;
	border: 1px groove #999;}

/************* References styles **************/

#references {
	margin-bottom: 1em; }

#references h6 {
	padding: 0;
	margin: 0 0 10px;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	font-style: normal; }
#references h6:after {
	content: " "; }

#references ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-position: outside;}
#references li {
	list-style-type: none;
	padding: 0;
	margin: 10px 0 0; }

/************* options panel **************/

#options {
	display: none; }
	
/************* Sticker logo in docs **************/

#sticker { 
	display: none; }

/************* Fixed nav icons **************/

#fixed_nav {
	display: none; }

/************* Specific links styles *************/

a.authorlink:link { color: #000; text-decoration: none; }
a.authorlink:visited { color: #000; text-decoration: none; }
a.authorlink:active { color: #000; text-decoration: none; }
a.authorlink:hover { color: #000; text-decoration: none; }

a.langlink:link { color: #000; text-decoration: none; }
a.langlink:visited { color: #000; text-decoration: none; }
a.langlink:active { color: #000; text-decoration: none; }
a.langlink:hover { color: #000; text-decoration: none; }

a.translink:link { color: #000; text-decoration: none; }
a.translink:visited { color: #000; text-decoration: none; }
a.translink:active { color: #000; text-decoration: none; }
a.translink:hover { color: #000; text-decoration: none; }

