/*	
	Copyright (c) 2006 Adobe Systems Incorporated
	macromedia.com XHTML CSS Selectors 	
	
	$Revision: 1.50.2.7 $

	1. 
	
note: several 1px padding attributes have been added to these selectors to fix Opera 7.11 vanishing margin bugs

*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1em;
}

#pod {
	font: 0.85em/1.35em Verdana, Arial, helvetica, sans-serif;
}

/* Paragraphs */

p {
	font-size: 1em;
	line-height: 1.35em;
}

span.article-date {
	font-weight: normal;
}

span.text {
	font-size: 1em;
	line-height: 1.35em;
} /* legacy selector for font size corrections to be removed */

div#depthpath {
	font: 0.85em Verdana, Arial, Helvetica, sans-serif;
}

/* HEADERS */

h1 {
	font-size: 1.75em;
	line-height:1.1em;
	font-weight: normal;
}

h2 {
	font-size: 1.35em;
	line-height: 1.3em;
}


h3, h4 {
	font-size: 1em;
	line-height:1.3em;
}

/* PHRASE ELEMENTS */

blockquote {
	font-size: 1em;
	line-height: 1.5em;
}

blockquote address {
	font-size: 0.9em;
	font-style: normal;
}

address {
	font: normal 0.9em/1.35em Verdana, Arial, Helvetica, sans-serif;
}
acronym {
	font-size: 0.95em;
	font-weight: bold;
	font-style: normal;
}

/* LISTS */
ul.rnav-static {
	font-size: 0.9em;
	/* no line-height here, it's needed for layout */
}
ul.nav-pod li, ul.rnav-static li {
	font-weight: bold;
	/* no line-height here, it's needed for layout */
}

.legalnotice, 
.new, 
.caption {
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
}

div.new {
	font-weight: bold;
}

ul.rnav-static li ul li {
	font-weight: normal;
}

#util-article {
	font: 0.85em/1.35em Verdana, Arial, helvetica, sans-serif;
}

#util-article ol,
#util-article ul {
	font-size: 1em;
}

#util-article ul li {
	font-weight: bold;
	/* no line-height here, it's needed for layout */
}

dt {
	font-weight: bold;
	/* no line-height here, it's needed for layout */
}

div.popupheader {
	font: 14px/1em Arial,Helvetica,Geneva,Verdana,sans-serif;
	background: #ffffff;
}

span.metalabel {
	text-transform: lowercase;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 1.2em;
}

.portal-features h3, 
.portal-features h4 {
	font-size: 1.2em;
	line-height: 1.3em;
}

code, pre {
	font-size: 1.1em; 
	line-height:1.35em;
	font-family: "Courier New", Courier, monospace;
}

p code, pre code, li pre code {
	font-size: 1.1em;
}

.simple-chinese {
	font: 1em/1.35em Arial;
}
.traditional-chinese {
	font: 1em/1.35em Arial;
}
.japanese {
	font: 1em/1.35em Arial;
}
.korean {
	font: 1em/1.35em Arial;
}

p.caption {
	font-size: 0.95em;
}

#contentFooter { 
	font: 0.85em/1.5em Verdana, Geneva, Arial, Helvetica, sans-serif;
}



