/* ======================================================================== */
/*  Cascading Style Sheets    W3C Recommendation                            */
/*  http://www.w3.org/Style/CSS/                                            */
/*  CSS for draft NED5 documents.                                           */
/*                                                                          */
/*  MARS MRN: unr:mars:dn01158112:1:en:global:css:data:data                 */
/*  The stylesheet uses CSS1 proprties. The exceptions are marked with      */
/*  comments.                                                               */
/* ======================================================================== */

/* ------ font family ------------------------------------------------- */

html,body,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,div,blockquote,table,caption
		 {
		 font-family:arial,helvetica,sans-serif;
		 }
		 
tt,code,span.system,pre,span.command-sem,span.filename-sem,span.parameter-sem,
span.prog-code-sem,span.user-input-sem,span.command-code,span.parameter-code
		 {
		 font-family:"courier new",courier,monospace;
		 }	



/* ------ font size ------------------------------------------------- */		 

table.legend
		 {
		 font-size:10px;
		 }

span.alarm-sem, span.error-sem, span.feature-sem, span.message-sem, 
span.notice-sem, span.state-sem, span.command-sem, span.filename-sem, 
span.parameter-sem, span.prog-code-sem, span.user-input-sem,sub,sup
		{
		font-size: 11px;
		}
		
html,body,h5,h6,p,dl,dt,dd,div,blockquote,table,caption,pre.long
		 {
		 font-size:12px;
		 }
		 
tt,code,span.system,pre,code.command a,code.glossary a
		 {
		 font-size:14px;
		 }			 

h3,h4
		 {
		 font-size:15px;
		 }

h1,h2
		 {
		 font-size:19px;
		 }
		 


/* ------ font style ------------------------------------------------- */
		 
html,body,h1,h2,h2 span.block-title,h3,h4,h5,h6,tt,i,b,sub,sup,em,code,p,li,
li,dl,dt,dd,div,blockquote,table,caption,tr,th,td
		 {
		 font-style:normal;
		 }
		 
i
		 {
		 font-style:italic;
		 }		 



/* ------ font weight ------------------------------------------------- */

html,body,h1,h2,h3,h5,h6,tt,i,b,sub,sup,em,code,p,li,
dl,dt,dd,div,blockquote,table,caption,tr,td
		 {
		 font-weight:normal;
		 }
		 
h1,h3,h4,h5,b,em,code.command a,code.glossary a,
p.term,p.figure-caption,p.equation-caption,caption,th,th p,td.term,
div.action-in-short p,dt.note-caption,dt.caution-caption,dt.warning-caption,
p.title,span.gui-component-sem,span.menupath-sem, span.user-input-sem, 
span.see-pl-type-sem,span.see-pl-type-code,span.block-title,span.ExpColAll
		 {
		 font-weight:bold;
		 }		 


/* ------ font variant ------------------------------------------------- */

html,body,h1,h2,h3,h4,h5,h6,tt,i,b,sub,sup,em,code,p,img,li,th p,
li,dl,dt,dd,div,blockquote,table,table.legend,caption,tr,th,td
		 {
		 font-variant:normal;
		 }
		 
span.keys-sem
		{
		font-variant: small-caps;
		}		 

		 

/* ------ background properties --------------------------------------- */

html,body
		 {
		 background:#ffffff url(NED?action=retrieve&identifier=dn01158339&edition=1&language=en&coverage=global&encoding=jpeg&component=data&item=data) repeat scroll 0% 0%;
		 }		



/* ------ color properties -------------------------------------------- */

html,body,p,ul,ol,li,div.onestep,div.branch,div.text,div.content
		 {
		 color:#000000;
		 }

span.comment,span.faulty-alarm-code, span.faulty-error-code, 
span.faulty-feature-code,span.faulty-message-code,span.faulty-notice-code,
span.faulty-command-code,span.faulty-parameter-code,span.faulty-alarm-code a,
span.faulty-error-code a,span.faulty-feature-code a,span.faulty-message-code a, 
span.faulty-notice-code a,span.faulty-command-code a,span.faulty-parameter-code a
		{
		color: #ff0000;
		}

h1,h2,h3,h4,h5,h6,li.procedure,dt.note-caption,dt.caution-caption,.title,div.action-in-short p
		 {
		 color:#0033cc;
		 }
		 
dt.warning-caption
		 {
		 color:red;
		 }		 


/* ------ link colors --------------------------------- */
a
		 {
		 color:#000092;
		 }

/* the :visited pseudo-class applies once the link has been visited by the user */
a:visited
		 {
		 color:purple;
		 }

/* ------ CSS level 2 property ------------------------------- */
/* the :hover pseudo-class applies while the user designates an element
	 (with some pointing device), but does not activate it */
a:hover,a:focus
		 {
		 color:#009933;
		 }


/* ------ text properties ------------------------------------------------- */
html,body,table,table-def.list,td.def,th.term,td.term
		 {
		 text-align:left;
		 }
		 
img.Metainfo
		 {
		 text-align:right;
		 }		 

sub
		 {
		 vertical-align:sub;
		 }

sup
		 {
		 vertical-align:super;
		 }

table,table-def.list,td.def,th.term,td.term
		{
		vertical-align:text-top;
		}		

table 
		{
		empty-cells:show;
		}
		
span.ExpCollAll
		 {
		 text-decoration:underline;
		 }		

/* ------ box properties -------------------------------------------------- */
html,body
		 {
		 margin-top:12px;
		 }
		 
html,body
		 {
		 margin-right:20px;
		 }
		 
html,body
		 {
		 margin-bottom:12px;
		 }
		 
ul,ol
		 {
		 margin-bottom:15px;		 
		 }

li
		 {
		 margin-bottom:3px;
		 }		 
table
		 {
		 margin-bottom:1em;
		 }		 


html,body
		 {
		 margin-left:20px;
		 }		 		 		 

table.def-list	
		 {
		 margin-left:+5mm;
		 }	


dl.gui-comp,div.steps,div.onestep,div.branch,div.text,div.content,
div.or-steps,div.or-sequence,div.gui-comp
		 {
		 margin:5mm;
		 }

th.term
		 {
		 padding-right:2mm;
		 }		 
		 
th.term,td.def
		 {
		 padding-bottom:0.6em;
		 }		  

/* ------ classification properties --------------------------------------- */
html,body,h1,h2,h3,h4,h5,h6
		 {
		 display:block;
		 }
tt,i,b,sub,sup,em,code,a,img,code.command a,code.glossary a,span,
span.block-title,span.ExpCollAll
		 {
		 display:inline;
		 }
pre,pre.long
		 {
		 white-space:pre;
		 }
ol, div.steps ol, ol.type-odd
		 {
		 list-style-type: decimal;
		 }
div.steps div.steps ol, ol.type-even
		 {
		 list-style-type: lower-alpha;
		 }
img,img.Metainfo,img.ExpColl
		 {
		 border-style:none;
		 }



/* ------ cursor property ----------------------------------------------------- */
/* Note: This proprty is in CSS2 only.
   In the following definition we give first the correct value (pointer) for those 
   browser supporting it (e.g. Mozilla). The latter value (hand is for IE only. */

span.block-title,span.ExpCollAll
		 {
		 cursor:pointer;
		 cursor:hand;
		 }
		 
