/* Macromedia Dylan 65 screen selectors */
/* $Revision: $ */
/* following is for Mac IE only */
body {
	background-color: #e6e6dc;
	font: 75%/1.35em Arial, Helvetica, sans-serif;
	color: #333;
}

body.rnavbg {
	background: url(/images/stencil/bgd_wrnav_body_mac.gif) repeat-y center 200px;
	background-color: #e6e6dc;
}

body.whitebg {
	background: url(/images/stencil/bgd_white_body_mac.gif) repeat-y center 200px;
	background-color: #e6e6dc;
}

/* stencil specific selectors */
/* DUPLICATE:same selector located in dylan_layout.css with positioning */
#depthpath {
	font: 0.85em Verdana,Arial,Geneva,sans-serif;
	color: #666;
} 

div#depthpath a,
div#depthpath a:hover,
div#depthpath a:visited,
div#depthpath a:visited:hover { 
	background-color: transparent;
	text-decoration: none;
}

div#depthpath a,
div#depthpath a:visited { 
	color: #888878;
}

div#depthpath a:hover,
div#depthpath a:visited:hover {
	color: #004477;
} 

/* selector moved from dylan_layout.css, placed here for localization font control */
#rNav h3 {
	font: 13px Vonnes,Arial,Verdana,Helvetica,sans-serif;
	font-weight: medium;
}

/* DUPLICATE:same selector located in dylan_layout.css with positioning */
#pageheading {
	font: 28px/1em Arial,Helvetica,Geneva,Verdana,sans-serif;
}

img {
	border: 0px;
}

div.legalnotice {
	clear: both;
	font-size: 0.9em;
	color: #888878;
}

/* html popup dialogue classes */
body.popup {
	background: #ffffff;
}

div.popupheader {
	font: 14px/1em Arial,Helvetica,Geneva,Verdana,sans-serif;
	border-bottom: 1px solid #888878;
	vertical-align: top;
	padding: 12px 16px 4px 16px;
	height: 32px;
	margin: 0px;
	background: #ffffff;
}

div.popup {
	height: 100%;
	padding: 12px 16px 16px 16px;
	margin: 0px;
	background: #ffffff;
}

#closepopup {
	position: absolute;
	bottom: 16px;
	right: 16px;
}
/* END popup classes */

span.metalabel {
	text-transform: lowercase;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 1.2em;
}

/* psuedo-classes */
a.nohover:hover {background-color: transparent;}

a:hover .image {
	background-color: #fff;
}

a:hover .rNavimage {
	background-color: #eeeee6;
}

a:visited:hover .image {
	background-color: #fff;
}

a:visited:hover .rNavimage {
	background-color: #eeeee6;
}

a.helptextlink {
	 font-size: 0.9em;
	 padding-top: -6px;
}

a:link { 
	color: #006691;
	text-decoration: none;
}

a:visited {
	color: #b264b4; 
	text-decoration: none;
}

a:visited:hover {
	color: #b264b4;
	text-decoration: none;
	background-color: #def;
}
/* hiding from Mac IE 5 \*/
a:hover { 
	color: #006691;
	background-color: #def;
}

a.graphictext:link:hover img { 
	background-color: #def;
	border: 0px;
}
/* END psuedo-classes */

p  {
	line-height: 1.35em;
	margin-top: 0em;
	margin-bottom: 1.5em;
	clear: both;
}

h1 {
	clear: both;
	font: bold 1.33em/1em Arial, Helvetica, sans-serif;
	margin: 0em 0em 1em 0em;
	padding: 0em;
}

h2 {
	clear: both;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	margin: 0em 0em 1em 0em;
	padding: 0em;
}

h3 {
	clear: both;
	font: bold 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0em 0em 0.5em 0em;
}

h4 {
	clear: both;
	font: bold 1em Arial, Verdana, sans-serif; 
	margin: 2em 0px 2px 0px;
	color: #333;
}

/*headers without margins */
h1.nomargin {
	font: bold 1.33em/1em Arial, Helvetica, sans-serif; 
	margin: 0em;
	padding: 0px;
}

h2.nomargin {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	margin: 0em;
	padding: 0px;
}

h3.nomargin {
	font: bold 1.0em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0em;
}

pre {
	display: block;
	font: 11px/1em  "Courier New", Courier, monospace;
	color: #333333;
	padding: 8px 8px .75em 8px;
 	voice-family: "\"}\"";
	voice-family:inherit;
}

div.preWrapper {
	overflow: auto;
	width: 520px;
	margin-bottom: 2em;
	background-color: #F7F7F7;
}

div.preWrapperSmall {
	overflow: auto;
	width: 200px;
	margin-bottom: 2em;
	background-color: #F7F7F7;
}

code {
	font-family: "Courier New", Courier, monospace;
	color: #333333;
	font-size: 1.2em;  /* MacIE Hack \*/
	font-size: 1.1em;  /* end MacIE Hack */ 
	background-color: #F7F7F7;
	margin-bottom: 1em;
}

p code {
	font-size: 1.2em;  /* MacIE Hack \*/
	font-size: 1.1em;  /* end MacIE Hack */ 
}

xmp {
	font: "Courier New", monospace;
	color: #333333;
}

/* List Element Definitions */
li {
	margin: 0em 0em 1em 0em;
	padding: 0px;
}

li.nomarker {
	list-style-image: none;
	list-style-type: none;
}

dt {
	margin-top: 3em;
	font-weight: bold;
}

ul.fma {clear: both;
	list-style-type: disc;
	list-style-image:none;
	color: white; 
	line-height: inherit;
	padding: 0px 0px 1px 0px;
	margin: 0em 0em 1em 15px;
}

ul {
	clear: both;
	list-style:url(/images/shared/middot_pc_ie.gif) outside; 
	line-height: inherit;
	padding: 0px 0px 1px 0px;
	margin: 0em 0em 1em 15px;
}

ul ul {
	margin-top: 1em;
} 


ul.fma {
    clear: both;
	  line-height: inherit;
	  padding: 0px 0px 1px 0px;
	  margin: 0em 0em 1em 15px;
}

li.fma {
	color: #fff;
}


#rNav ul.rnav-static {
        text-align: left;
        list-style-image: none;
		list-style-type: none;		
        border-top: 1px solid #dbdbd1;
        margin: 0px 8px;
        padding: 0px;
}

ul.rnav-static li {
        clear: both;
        padding: 0.5em 4px 0.5em 15px;
        margin: 0px;
        border-bottom: 1px solid #dbdbd1;
        font-weight: bold;
        line-height: 1.4em;
}

#rNav ul.rnav-static li ul {
        font-size: 1em;
        list-style-image: none;
		list-style-type: none;		
        border-top: none;
        margin: 0px 0px 0px 1.5em;
}
ul.rnav-static  li ul li {
        border-bottom: none;
        padding: 0.4em 0px;
        font-weight: normal;
}

ul.rnav-static li p {
        margin-top: 0em;
        margin-bottom: 0.4em;
}

ul.rnav-static li img {
        float: left;
        margin-top: 0.1em;
        margin-left: -15px;
}

ol {
	margin: 3px 0px 1em 20px;
	padding: 0px 0px 0px 10px;
	line-height: 1.3em;
	list-style: decimal;
}

ol ol {
	margin: 2em 0em 2em 0em;
}

ol.searchResults {
	list-style: decimal outside none;
	line-height: 1.3em;
	padding: 1px 0px 1px 18px;
	margin: 0px 0px 0px 16px;
}

ol.searchResults li {
	text-align: top;
	vertical-align: top;
}

blockquote {
	width: 100%;
	padding: 0em;
	margin: 0em;
}

/* Table Style Classes */
/* 	Table Style A */
table.styleA {
	background-color: #d5d5ca;
}

table.styleA th {
	text-transform: lowercase;
	font-variant: small-caps;
	font-weight: bold;
	background-color: #EEEEE6;
	text-align: left;
	height: 32px;
	padding: 8px;
	font-size: small;
  voice-family: "\"}\"";
  voice-family: inherit;
	font-size: small;
	height: 16px;
}

html>table.styleA th {
	font-size: small;
	height: 16px;
}

table.styleA td {
	background-color: white;
	padding: 8px;
}

/* Special Classes */
div.blockOffsetLeft {
	clear: both;
	margin: 0px 0px 24px 32px;
	padding: 0px 0px 0px 0px;
}

.caption {
	margin-top: 1em;
	font-size: xx-small;
	color: Gray;
}

/* hr's */
hr {
	color: #e6e6dc;
	background: #e6e6dc;
	border: none;
	height: 1px;
	clear: both;
}

hr.wide {
	height: 1px;
	border: 0px;
	background: #d5d5ca;
}

/* separator hr class */
.dashed {
	color: #FFF;
	background: #FFF;
	border-top: 1px dashed #CCCCCC;
	border-right: none;
	border-bottom: none;
	border-left: none;
	height: 1px;
}

hr.bevel {
	height: 2px;
	color: #C4C4B8;
	border-bottom: 1px solid #fff;
}

/* DUPLICATE selector. See dylan_forms.css */
label.mmLabel {
	font-size: 1.2em; /* \*/
	font-size: 1.1em; /*  */
}

/* DUPLICATE selector. See dylan_forms.css */
/* DEPRECATED use label element above */
span.formLabel {
	font-size: 1.2em; /* \*/
	font-size: 1.1em; /*  */
}

/* DUPLICATE selector. this is also located in dylan_forms.css for other attributes */
#contentFooter {
	font: 0.85em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.35em;
}