@charset "UTF-8";
/*	SCREEN IMPORT
	$Revision: 1.15 $
*/
/*	GLOBAL NAV
	$Id: gnav.css,v 1.16.2.1 2010/03/05 22:06:21 dgasior Exp $
	@author btapley
	@edits mok, jisutton
*/

/*-------------------------------------------------------------------

			Nav Shell

-------------------------------------------------------------------*/

#globalnav-search {
	margin: 0;
	padding: 0;
}

#globalnav {
	position: relative; /*--- dont set this in #globalnav-search to prevent sub menu clipping in IE due to filters and layout mode ---*/
	top: 0;
	left: 0;
	z-index:100;
	display: block;
	_height: 1em;
	padding: 0 0 25px 4px;
	margin: 0;
	width: 998px;
}

#globalnav-noscript {
	display: none
}

#globalnav.checkout-nav {
	padding-bottom: 36px;
}

/*-------------------------------------------------------------------

			Logo

-------------------------------------------------------------------*/

#globalnav #adobe-logo {
	position: absolute;
	top: 0;
	left: 16px;
	z-index: 9;
	margin:0;
	padding:0;
	margin-left: 0;
}

#adobe-logo {
	width: 34px;
	height: 54px;
}

#adobe-logo-lq { display: block; }

#adobe-logo-hq { display: none; }

/*-------------------------------------------------------------------

			Cart

-------------------------------------------------------------------*/

#globalnav-cart .cart {
	background-image: url(https://waybackassets.bk21.net/20130427100438im_/http://wwwimages.adobe.com/www.adobe.com/lib/com.adobe/template/optimized/gnav/cart_dark.gif);
	background-position: center 0;
	display: inline; /*--- really old? ---*/
	display: inline-block; /*--- modern ---*/
	display: -moz-inline-box; /*--- mozilla ---*/
	_display: inline; /*--- IE doesnt support inline-block for natural block elements like <li> ---*/
	color: transparent;
	height: 11px;
	min-height: 11px;
}

#globalnav-cart > a.cart { 
	display: block; 
	text-indent: -9999px; 
}

#globalnav-cart .cart:hover {
	background-position: center -11px;
	color: transparent;
}

/*-------------------------------------------------------------------

			User Menu

-------------------------------------------------------------------*/

#user-menu {
	position: relative;
	top: 0;
	left: 0;
	padding: 0 0 0 60px;
	margin: 0;
	font-size: .917em;
}

#user-menu ul {
	color: #000;
	margin: 0;
	padding: 0;
	padding-top: 10px;
}

#user-menu li {
	padding: 3px 10px;
	margin: 0;
}

#user-menu a {
	color: #000;
	font-weight: bold;
	-moz-opacity:. 5;
	-khtml-opacity: .5;
	opacity: .5;
	_font-weight: normal;
	padding: 0;
	display: inline;
}

#user-menu a:hover {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 100%;
	color: #047;
	text-decoration: underline;
}

#user-menu [className~=pipe] a { font-weight: normal; }

/*-------------------------------------------------------------------

			Site Menu

-------------------------------------------------------------------*/
#site-menu {
	position: relative;
	z-index: 2;
	padding: 0;
	padding-top: 3px;
	margin: 0;
	width: 650px;
	left: 58px;
}

/*-------------------------------------------------------------------

			Site Menu . Dropdown

-------------------------------------------------------------------*/
#site-menu-dropdown {
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	z-index: 3;
	_behavior: url(https://waybackassets.bk21.net/20130427100438im_/http://wwwimages.adobe.com/lib/com.adobe/hover.htc);
}

#site-menu-dropdown li {
	position: relative;
	z-index: 4;
	margin: 0;
	padding:0;
}

#site-menu-dropdown li:hover,
#site-menu-dropdown li.hover { z-index: 5; }

/*-------------------------------------------------------------------

			Site Menu . Menu Title

-------------------------------------------------------------------*/

#site-menu-dropdown .dropdown-tab {
	position: relative;
	z-index: 6;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	padding: 5px 12px; /*--- only 2 pixels on the bottom to accomodate larger labels for cck ---*/
 	*white-space: nowrap;
	_white-space: nowrap;
}

#site-menu-dropdown > li:hover .dropdown-tab {
	color: #FFF;
	background-color: #222;
}

#site-menu li.hover .dropdown-tab,
#site-menu li.hover .dropdown-tab:hover { color: #FFF; }

#site-menu li.hover .dropdown-tab { background-color: #222; }

/*-------------------------------------------------------------------

			Site Menu . Dropdown . Sub menu

-------------------------------------------------------------------*/

#site-menu li .dropdown-pane { display: none; }

#site-menu-dropdown>li:hover .dropdown-pane { display: block; }

#site-menu li.hover .dropdown-pane { display: block; }

#site-menu-dropdown .dropdown-pane {
	z-index: 7; /*--- zero seems to be synonymous with auto in IE, using one instead ---*/
	top: 21px;
	_top: 24px; /*--- add padding for IE6 ---*/
	margin-left: -6px;
	font-size: .917em;
	margin-top: 12px;
	padding: 5px 16px 14px;
	_margin-top: 0;
	width: 140px;
	background-image: url(https://waybackassets.bk21.net/20130427100438im_/http://wwwimages.adobe.com/www.adobe.com/lib/com.adobe/template/optimized/gnav/dropdown_pane.png);
	_background-image: url(https://waybackassets.bk21.net/20130427100438im_/http://wwwimages.adobe.com/www.adobe.com/lib/com.adobe/template/optimized/gnav/dropdown_pane_8bit.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	border-top-style: none;
}

#site-menu-dropdown [className~=dropdown-pane] {
	margin-top: 4px;
	padding-top: 8px;
}

#site-menu-dropdown .dropdown-pane:before {
	display: block;
	margin-left: -16px;
	margin-top: -18px;
	content: url(https://waybackassets.bk21.net/20130427100438im_/http://wwwimages.adobe.com/www.adobe.com/lib/com.adobe/template/optimized/gnav/dropdown_pane_cap.png);
}

#site-menu-dropdown .dropdown-pane::before {
	display: block;
	margin-left: -16px;
	margin-top: -18px;
	content: url(https://waybackassets.bk21.net/20130427100438im_/http://wwwimages.adobe.com/www.adobe.com/lib/com.adobe/template/optimized/gnav/dropdown_pane_cap.png);
}

#site-menu-dropdown .dropdown-pane li,
#site-menu-dropdown .dropdown-pane dt,
#site-menu-dropdown .dropdown-pane dd {
	display: block;
	padding: 0;
	margin: 2px 0 6px;
}

#site-menu-dropdown .dropdown-pane dt {
	text-transform: uppercase;
	color:#000000;
}

#site-menu-dropdown .dropdown-pane .divide { padding-top: 8px; }

#site-menu-dropdown .dropdown-pane .last-title {
	font-weight: normal;
	text-transform: none;
}

#site-menu-dropdown .dropdown-pane a {
	display: block;
	_width: 100%;
	margin: 0;
	padding: 0;
	line-height: 14px;
	color: #333;
}

#site-menu-dropdown .dropdown-pane a:hover {
	color: #047;
	text-decoration: underline;
}

ul.dropdown-pane li { _list-style-position: outside; }

#site-search {
	left: 714px;
	*left: 698px;
	_left: 680px;
	padding: 0;
	position: absolute;
	top: 33px;
	_top: 35px;
	z-index: 8;
}

#search-input {
	-moz-box-sizing: content-box;
	border: 1px solid #CCC;
	color: #333;
	float: left; /*--- #76013 ---*/
	height: 14px;
	line-height: 1.1;
	padding: 1px 2px 1px 20px;
	*padding: 2px 18px 0 4px;
	_padding: 2px 18px 0 4px;
	width: 244px;
	_width: 262px;
}

#site-search .search {
	background-image: url(https://waybackassets.bk21.net/20130427100438im_/http://wwwimages.adobe.com/www.adobe.com/lib/com.adobe/template/optimized/gnav/search_button_18x18.png);
	top: 0;
	left: 0;
	position: absolute;
	width: 18px;
	height: 18px;
	cursor: text;
}

input {
font-family: inherit;
	font-size: 100%;
	line-height: inherit;
	/*\*/ vertical-align: middle; /**/
	
}


br.clear-both,
div.clear-both,
br.clear-left,
div.clear-left {
font: 1px/1px monospace;
display: block;
}
.clear-both { clear: both; }
.clear-left { clear: left; }
.clear-after:after {
content: "\0020";
display: block;
height: 0;
clear: both;
}
.clear-after::after {
content: "\0020";
display: block;
height: 0;
clear: both;
}
.clear-after {
/*\*//*/ display: inline-table; /*MacIE*/
_height: 1em;
min-height: 1px;
}


/*	COMPACT	$Revision: #1 $
float child elements, clear floats
*/
.compact>* { float: left; }
.compact:after {
content: "\0020";
display: block;
height: 0;
clear: both;
}
.compact::after {
content: "\0020";
display: block;
height: 0;
clear: both;
}
.compact {
/*\*//*/ display: inline-table; /*MacIE*/
_height: 1em;
min-height: 1px;
}
.compact {
 padding-bottom: 1px;
 _behavior: url(https://waybackassets.bk21.net/20130427100438im_/http://wwwimages.adobe.com/lib/com.adobe/remedy/compactWsFix.htc);
 }
.compact>p,
.compact>span {
margin-right: 1ex;
margin-bottom: 0;
padding: 0;
}
dl.compact>dd { margin-left: 0; }
ul.compact li,
ol.compact li,
dl.compact dd,
div.compact p { 
_display: inline;
_float: left;
}
dl.compact * dd ol.compact * li,
ul.compact * li,
div.compact * p { 
_display: block;
_float: none;
}
dl.compact dd { _margin-left: 0; }
div.compact p { 
_margin-right: 1ex;
_margin-bottom: 0;
_padding: 0;
}
h3.compact span,
h4.compact span {
_float: left;
_margin-right: 1ex;
}
h3.compact span span,
h4.compact span span {
_float: none;
_margin-right: 0;
}

/*	COMMON CSS
Shared Themes CSS
$Revision: #1 $
*/
html,
body {
padding: 0;
margin: 0;
}
body { 
font: 75%/1 Arial, Helvetica, sans-serif;
color: #333;
position: relative;
top: 0;
left: 0;
height: 100%;
width: 100%;
}
div[id="layoutLogic"] {
clear: both;
min-height: 1em;
}
body div,
body form {	_height: 1em; }
body * div { _height: auto; }
img { border: 0; }
/*	FLASH PIXEL
*/
#flash-pixel { display: none; }
#accesslink {
display: block;
position: absolute;
top: 0px;
left: -9999px;
overflow: hidden;
width: 1px;
height: 1px;
}
.replace-text {
text-indent: -1000%;
/*\*/
overflow: hidden;
/**/
display: block;
}
.camel-case { word-spacing: -.5ex; }
p {
font-size: 1.083em;
line-height: 1.462;
margin-top: 0;
padding-bottom: 1px;
margin-bottom: 1.2em;
}
h4 img,
p img {	vertical-align: middle; }
h1,
h2 { font-weight: normal; }
html[lang=ja] h1,
html[lang=ko] h1,
html[lang=zh] h1 { font-size: 22px; }
html.ja h1,
html.ko h1,
html.zh h1 { font-size: 22px; }
h2,
h3,
h4,
h5 { line-height: 1.31; }
h3 { 
font-size: 0.917em;
line-height: 1.455;
}
h4 {
font-size: 1.083em;
line-height: 1.31;
} 
h5 { font-size: 1em; }
h2 {
margin-top: 0;
margin-bottom: 0.5em;
font-size: 1.667em;
}
h4 { color: #111; }
h4,
h5 {
margin-top: 0;
margin-bottom: 0;
}
.txtleft { text-align: left; }
.txtright { text-align: right; }
.txtcenter { text-align: center; }
/*	ANCHORS
*/
a { 
color: #069;
text-decoration: none;
}
a:hover {
color: #246;
text-decoration: underline;
}
a.off,
a:visited { color: #627282; }
a.on,
a:hover,
a:visited:hover { color: #069; }
a.noHover:hover,
.noHover a:hover { text-decoration: none; }
a .mask-a,
a:hover .mask-a { color: #888; }
.user,
.user a, 
.author { color: #F60; }
.editable a {
background-color: #def;
padding: 2px;
margin-right: 3px;
}
a.search-term, 
a.search-term:visited,
a.search-term:hover {
background-color: #fff;
color: #000;
}
/*	NAV UP
*/
.nav-up {
position: relative;
top: 0;
left: 0;
height: 25px;
background-repeat: no-repeat;
background-position: top right;
}
/*	BORDER
*/
.border { border: 1px solid; }
img.border { border-color: #999; }
img.frame {
border-color: #424242;
outline-color: #CCC;
}
/*	PHRASE ELEMENTS
*/
code,
kbd,
pre,
samp { /*\*/ font-family: "Courier New", Courier, monospace;/*/
font-family: Courier, monospace;
/**/ }
html>body code,
html>body pre,
html>body samp,
html>body kbd {
font-size: 12px;
font-weight: inherit;
}
code:empty,
kbd:empty,
pre:empty,
samp:empty { font-family: Courier, monospace; }
abbr,
address,
acronym,
cite {
font-style: normal;
border-bottom-style: hidden;
}
acronym { font-size: 0.917em; }
code,
pre { color: #000; }
pre { line-height: 1.333; }
code { background-color: #E6F0FA; }
del { color: #000; }
blockquote { margin: 0 0 1.5em; }
blockquote,
address { line-height: 1.33; }
blockquote.pullquote {
color: #333;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
padding: 1.25em 0;
}
.indent { margin-left: 12.5% !important; }
blockquote.indent { margin-bottom: 1.5em; }
address { width: auto; }
abbr { cursor: help; }
sup { _margin-top: -.35em; }
*:first-child+html sup { display: inline-block; }
/*	CUSTOM PHRASE ELEMENTS
*/
.new {
color: #aa2222;
font-weight: bold;
font-size: .917em;
display: inline-block;
display: -moz-inline-box;
_display: inline;
_height: 1em;
position: relative;
top: -.5ex;
}
.caption {
color: #888;
margin-top: 0.8em;
font-size: 0.917em;
line-height: 1.3;
}
p.caption { margin-top: 0.5em; }
.required { color: #CC0001; }
.achtung { color: #aa2222 !important; }
.call-action,
.rating { font-weight: bold; }
.suggestion { font-weight: normal; }
.msg-promo,
.promoHeader { font-size: 1.58em; }
.byline {	font-size: 0.917em; }
.footnote,
.note,
.suggestion,
.stamp-fileinfo,
span.article-date,
.stamp-date { color: #888; }
.stamp-download { color: #6c6c6c; }
.tag { border-bottom: 1px solid #ddd; }
.strikeout { text-decoration: line-through; }
/*	POINTER
require "/lib/com.adobe/evaluateCss.htc"
require "/lib/com.adobe/remedy/evaluateCss.util.js"
*/
.link-more:after {
content: ' \203a';
}
.link-more::after {
content: ' \203a';
}
.link-back:before {
content: '\2039';
margin-right: 0.5ex;
}
.link-back::before {
content: '\2039';
margin-right: 0.5ex;
}
.link-more {
htc-method: "$addTextToNode[ ›,after]";
behavior: url("https://waybackassets.bk21.net/20130427100438im_/http://wwwimages.adobe.com/lib/com.adobe/evaluateCss.htc");
}
.link-back {
htc-method: "$addTextToNode[‹ ,before]"; 
behavior: url("https://waybackassets.bk21.net/20130427100438im_/http://wwwimages.adobe.com/lib/com.adobe/evaluateCss.htc");
}
/*	SWF ALTERNATIVE
*/
.static-messaging {
border: 1px solid #D3D3D3;
background: #f5f7f7;
padding: 5px 5px 10px;
margin: 0 auto 1em;
min-height: 1em;
_height: 1em;
text-align: center;
}
.static-messaging.p1 {	
border: none;
background-color: transparent;
padding: 0;
text-align: left;	
}
.p1.static-messaging .pod-body * { margin-bottom: 0; }
.p1.static-messaging .pod-body .icon { padding-left: 26px; }
/* CALLOUT BUTTON
*/
.button {
vertical-align: middle;
zoom: 100%;
}
button.callout-button, 
a.callout-button { 
background: url(https://waybackassets.bk21.net/20130427100438im_/http://wwwimages.adobe.com/lib/com.adobe/template/form/calloutbutton_bg.gif);
padding: .2em 1.5ex !important;
_padding: .2em 2ex !important;
}
.callout-button:hover, .callout-button:visited:hover {
background: url(https://waybackassets.bk21.net/20130427100438im_/http://wwwimages.adobe.com/lib/com.adobe/template/form/calloutbutton_bg.gif);
}
button.callout-prominent,
a.callout-prominent { 
padding: .35em 6.5ex !important; 
_padding: .35em 8ex !important; 
}
.callout-button:hover {
outline-width: 0;
}
/* DOWNLOAD BUTTON
*/
.download-button {
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
color: #2b333c;
background: url(https://waybackassets.bk21.net/20130427100438im_/http://wwwimages.adobe.com/www.adobe.com/lib/com.adobe/template/optimized/form/downloadbutton_bg.gif) repeat-x;
border: 1px solid;
border-color: #c4cccc #acb5b5 #6f7777 #acb5b5;
box-shadow: 0 1px 2px #AAA;
_width/**/:1px;
_white-space: nowrap;
overflow: visible; /* fix button width for IE 5.5 to 7 */
cursor: pointer;
_cursor: hand;
vertical-align: middle;
zoom: 1;
}
a.download-button {
padding: 9px 40px 9px 55px;
*padding: 8px 40px 7px 55px;
_padding: 7px 40px 8px 55px;
text-decoration: none;
}
button.download-button,
input.download-button {
padding: 9px 40px 8px 55px;
*padding: 9px 40px 9px 55px;
_padding: 9px 40px 8px 55px;
}
p button.download-button {
padding: 8px 35px 7px 55px;
*padding: 6px 35px 6px 55px;
_padding: 7px 35px 6px 55px;
}
.download-button:hover, 
.download-button:visited, 
.download-button:visited:hover {
background: url(https://waybackassets.bk21.net/20130427100438im_/http://wwwimages.adobe.com/www.adobe.com/lib/com.adobe/template/optimized/form/downloadbutton_bg.gif);
color: #2B333C;
text-decoration: none;
}
/* PRODUCTS/DOWNLOADS CLASSES
*/
#adobe-media-player-tip,
#shockwave-player-tip { 
position: relative; 
top: 0.5em;
font-size: 0.917em;
}
#content-pocket .adobemediaplayer,
#content-pocket .shockwave {
margin-top: -5px !important;
padding: 0 0 0 24px !important; 
min-height: 20px; 
_height: 20px;
display: block;
} 
#content-pocket .adobemediaplayer { background-image: url(https://waybackassets.bk21.net/20130427100438im_/http://wwwimages.adobe.com/www.adobe.com/lib/com.adobe/template/optimized/icon/adobe_media_player_20x20.png); } 
#content-pocket .shockwave { background-image: url(https://waybackassets.bk21.net/20130427100438im_/http://wwwimages.adobe.com/www.adobe.com/lib/com.adobe/template/optimized/icon/shockwave_player_20x20.png); } 

#depthpath {
padding-left: 0;
margin: 0;
min-height: 10px;
position: absolute;
top: -66px;
_top: -70px;
left:16px;
z-index: 1;
}
#depthpath li {
font-size: .917em;
}
html[lang=zh] #depthpath li {
font-size: 1em;
}
html.zh #depthpath li {
font-size: 1em;
}
#depthpath * {
line-height: 1.3;
}
#depthpath,
#depthpath a,
#depthpath a:visited {
color: #999;
text-decoration: none;
}
#depthpath a:hover { 
background-color: #000;
color: #ddd;
}
/*	LAYOUT CSS
	Portal Page Layout
	$Revision: 1.18 $
*/

body {
	background-color: #FFFFFF;
	background-color: #EAEAEA;
	background-image: url(https://waybackassets.bk21.net/20130427100438im_/http://wwwimages.adobe.com/www.adobe.com/lib/com.adobe/template/theme/silverswimmer.jpg);
	background-repeat: no-repeat;
}

#layoutLogic,
#content-header,
#content-marquee,
#marquee-body,
#content-layout,
#content-wrapper,
#content-body { position: relative; }

#content-wrapper { height: auto;  _zoom: 1;}

/*--- LAYOUT LOGIC ---*/
#layoutLogic { width: 1006px; _width: 999px }

/*--- CONTENT HEADER ---*/
#content-header { 
	background: url(https://waybackassets.bk21.net/20130427100438im_/http://wwwimages.adobe.com/www.adobe.com/lib/com.adobe/template/optimized/theme/contentHeader_topshadow.png) right 0px no-repeat;
	_background: #222;
	display: inline-block;
	display: -moz-inline-box;
	padding: 41px 24px 10px 0;
	margin: 0 0 -3px;
	_margin: 4px 0 0;
	min-height: 79px;
	min-width: 398px;
	max-width: 700px;
	width: auto;
	z-index: 5;
	_padding-top: 38px;
	_height: 82px;
	_width: 500px;
}

*:first-child+html #content-header { 
	zoom: 1;
	display: inline;
	min-height: 1px;
	padding-top: 36px;
}

/*--- OPERA 9 ---*/
@media all and (min-width:0px) {
#content-header { 
	display: block;
	min-height: 30px;
}
}

/* Safari 2 and 3 not adjusting height well */
body:last-child:not(:root:root) #content-header { min-height: 30px; }
body:first-of-type #content-header { min-height: 30px; }

.sIFR-hasFlash #content-header { 
	padding-top: 38px;
	padding-bottom: 9px;
}

/*--- CONTENT BACKGROUND IMAGES ---*/
#content-layout,
#layoutLogic.with-marquee #content-marquee,
#layoutLogic.wide-with-marquee #content-marquee { background: url(https://waybackassets.bk21.net/20130427100438im_/http://wwwimages.adobe.com/www.adobe.com/lib/com.adobe/template/optimized/theme/content-layout-top-shadow.png) 0 0 no-repeat; }

#layoutLogic.liquid #content-marquee,
#layoutLogic.liquid #content-layout { background: url(https://waybackassets.bk21.net/20130427100438im_/http://wwwimages.adobe.com/www.adobe.com/lib/com.adobe/template/optimized/theme/liquid-top-shadow.png) 0 0 repeat-x; }

#layoutLogic.with-wide-pocket #content-wrapper,
#layoutLogic.with-pocket #content-wrapper,
#layoutLogic.no-pocket #content-body,
#layoutLogic.with-marquee #marquee-body,
#layoutLogic.wide-with-marquee #marquee-body,
#layoutLogic.wide-with-marquee #content-layout  { background: url(https://waybackassets.bk21.net/20130427100438im_/http://wwwimages.adobe.com/www.adobe.com/lib/com.adobe/template/optimized/theme/content-body-shadow.png) 0 0 repeat-y; }

#layoutLogic.with-marquee #content-layout,
#layoutLogic.liquid #content-body,
#layoutLogic.wide-no-header #content-body,
#layoutLogic.with-wide-pocket #content-body,
#layoutLogic.wide-with-marquee #content-wrapper { background-image: none; }

#layoutLogic.liquid #content-body { background-color: #fff }

#layoutLogic.with-marquee #marquee-body,
#layoutLogic.wide-no-header,
#layoutLogic,
#content-layout,
#content-marquee,
#content-body { _background-image: none !important }

#content-marquee,
#content-layout { 
	_background-color: #fff !important; 
	_border-right: 1px solid #ccc;
}

/*--- CONTENT LAYOUT ---*/
#content-layout  {	
	position: relative;
	z-index: 4;
	_background-color: #fff;
	padding-top: 20px;
}

#layoutLogic.with-marquee #content-layout,
#layoutLogic.wide-with-marquee #content-layout,
#layoutLogic.liquid #content-layout { padding-top: 0; }

#layoutLogic.wide-no-header #content-layout { _padding-top: 0 }

#layoutLogic.with-marquee #content-body { padding-top: 20px; *padding-top: 17px; }

/*--- CONTENT MARQUEE ---*/

#layoutLogic.with-marquee #content-marquee { padding-top: 20px;  _padding-top: 0px; }
#layoutLogic.liquid #content-marquee { padding-top: 0; }

#layoutLogic.with-marquee #marquee-body>div img:first-child,
#layoutLogic.with-marquee #marquee-body>img:first-child,
#layoutLogic.with-marquee #marquee-body>div *:first-child { margin-top: -17px; }

*:first-child+html #layoutLogic.with-marquee #marquee-body>img  { margin-top: -17px; }
#layoutLogic.with-marquee #marquee-body .swfcontent { padding-top: 17px; _padding-top: 0; }

#layoutLogic.with-marquee #marquee-body .swfcontent *:first-child { margin-top: -34px }

#layoutLogic.with-marquee #marquee-body .static-messaging { 
	 margin-right: 8px;
	 _margin-right: 0;
	 margin-bottom: 0;
}
#layoutLogic.with-marquee #marquee-body>div .static-messaging *:first-child { margin-top: 0px; }

#layoutLogic.with-marquee #marquee-body img { _margin-bottom: -3px }

/*--- CONTENT BODY ---*/
#content-body {
	position: relative;
	min-height: 600px;
	_height: 600px;
	padding-left: 16px;
	padding-bottom: 20px;
}

#layoutLogic.with-marquee #content-body,
#layoutLogic.no-pocket #content-body { margin-top: 0; }

/*--- CONTENT POCKET ---*/
#content-pocket,
#content-pocket-2 {
	position: relative;
	background: #ededed;
	border-left: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	padding: 17px 12px 20px 11px;
	float: right;
	right: 8px;
	_right: 0;
	top: -17px;
	_top: -20px;
}

#layoutLogic.with-marquee #content-pocket { top: 0; *top: 0; _top: 0; }

/*--- H1 sIFR Replacement  ---*/
h1 {
	position: relative;
	color: #fff;
	font-weight: normal;
	font-size: 2.300em;
	line-height: normal;
	padding: 0 0 0 16px;
	margin: 0;
	min-width: 102px;
	max-width: 684px;
}

/*--- No Header ---*/
#content-body h1 { 
	color: #333;
	padding-left: 0;
	margin-bottom: 0.5em;
}

.sIFR-hasFlash #content-header h1 { 
	color: #222; 
	font-weight: bold;
	line-height: 1em !important;
	font-size: 2.8em;
	_font-size: 2.75em;
}

.sIFR-replaced,
.sIFR-flash {	visibility: visible !important; }

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-hasFlash h1,
.sIFR-hasFlash h1 {
	width: auto;
	max-width: 504px;
}

/*--- Depthpath ---*/
#depthpath {
	position: absolute;
	z-index: 5;
	top: 15px;
	_left: 16px;
	_height: 40px;
	_padding-left: 0 !important;
	display: inline-block;
	display: -moz-inline-block;
}


hr {
	clear: both;
	background: #cbcbcb;
	color: #cbcbcb;
	border: none;
	height: 1px;
	margin: 0 0 1.35em;
	_margin: 0 0 1em;
	width: 100%;
}

/* WIDE POCKET COLUMNS */
.columns-2-AB-A,
.columns-2-AB-B { width: 48.948%; }
li .columns-2-AB-A,
li .columns-2-AB-B { _width: 40% !important; }
.columns-2-Abb-A,
.columns-2-aaB-B { width: 65.615%;  }
.columns-2-Abb-bb,
.columns-2-aaB-aa,
.columns-3-ABC-A,
.columns-3-ABC-B,
.columns-3-ABC-C { width: 31.93%; }
.columns-3-aaBC-aa,
.columns-3-ABcc-cc,
.columns-3-aaBcc-aa,
.columns-3-aaBcc-cc { width: 24.915% }
.columns-3-aaBC-B,
.columns-3-aaBC-C,
.columns-3-ABcc-A,
.columns-3-ABcc-B { width: 35.44% }
.columns-3-aaBcc-B { width: 45.97% }
.columns-4-ABCD-A,
.columns-4-ABCD-B,
.columns-4-ABCD-C,
.columns-4-ABCD-D { width: 23.345%; }
.columns-3-ABcc-B, 
.columns-3-aaBC-B, 
.columns-3-aaBcc-B,
.columns-3-ABC-B,
.columns-4-ABCD-B,
.columns-4-ABCD-C { margin-left: 2.105% }


.with-wide-pocket #content-body {
	width: 570px;
	_width: 598px;
	_padding-right: 12px;
	float: left;
	height: auto;
}

.with-wide-pocket #content-pocket {
	width: 376px;	 
	_width: 400px;
	position: relative;
}

ul,
ol,
dl {
word-spacing: -2ex;
letter-spacing: -2ex;
line-height: 0;
}
dt,
dd,
li {
word-spacing: normal;
letter-spacing: normal;
line-height: 1.25;
}
ul li {
_list-style-position: inside;
}
ol,
li,
li ol,
li ul { font-size: 1em; }
ul {
list-style-type: disc;
margin-left: 1ex;
}
ul,
ol {
padding-left: 2.5ex;
margin-top: 1em;
margin-bottom: 1.35em;
}
li {
line-height: 1.25em;
padding-bottom: 0.5em;
}
ol {
list-style-type: decimal;
overflow: visible;
margin-left: 3ex;
_padding-left: 6ex; 
}
ol ol {
list-style-type: lower-alpha;
margin-left: .5ex;
_margin-left: 1.5ex; 
}
ol ol ol { list-style-type: lower-roman; }
li ol,
li ul {
margin-top: 0;
margin-bottom: .3ex;
}
li p { margin-bottom: 0.5em; }
dt,
dd { line-height: 1.5em; }
dt {
font-weight: bold;
margin-bottom: 1em;
margin-top: 0.5em;
}
dl,
dd { margin-bottom: 1.5em; }
dd { margin-left: 16px; }

.link-list {
text-align: left;
list-style: none;
margin: 0 0 1em;
padding: 0;
}
.link-list>* {
margin: 1px 1.5ex 1px 0;
line-height: 1.333em;
}
.link-list>li,
.link-list>dt { padding: 2px 0; }
.link-list>dd { padding-left: 1.25ex; }
.link-list li,
.link-list dt { _padding: 0.15em 0 0.2em;  }
.link-list dd { _padding-left: 1.25ex;  }
.link-list li,
.link-list dt,
.link-list dd {
_margin: 1px 1.5ex 1px 0;
_line-height: 1.35em; 
}
ul.link-list li { _list-style-position: outside;  }

/*	MENU CSS $Revision: #1 $
*/
.menu {
display: block;
margin-left: 0;
margin-right: 0;
margin-bottom: 1em;
zoom: 1;
_height: 1em;
}
.menu {
word-spacing: -1ex;
letter-spacing: -1ex;
line-height: 0;
}
.menu * {
word-spacing: normal;
letter-spacing: normal;
line-height: 1.25;
}
.menu>*,
.menu>* a {
display: inline;
display: inline-block;
display: -moz-inline-box;
zoom: 1;
}
 
[className~=menu]>*, 
[className~=menu]>* a {
 display: inline; 
}
/* Safari 3.0 not wrapping pipe menu items if it goes past the page width */
body:first-of-type .menu.pipe>* { 
display: block; 
float: left;	
}
.pipe:after { 
content:"\0020";
clear: both;
display: block;
height:0;
}
.pipe::after { 
content:"\0020";
clear: both;
display: block;
height:0;
}	
.menu li,
.menu dt,
.menu dd,
.menu li a,
.menu dd a,
.menu dt a {
_display: inline;
_zoom: 1;
}
.menu * li,
.menu * dd,
.menu * dt,
.menu * li a,
.menu * dd a,
.menu * dt a { _display: inline-block; }
.menu li,
.menu dd,
.menu dt {
padding-bottom: 0; /* unfortunately <LI> is globally redefined to have padding bottom. I need to override that here */
_display: inline;
}
.menu li a,
.menu dd a,
.menu dt a { vertical-align: /*\*/ bottom /*/ baseline /**/; }
.menu .selected {
padding: .1em 0.8ex;
margin-left: 0;
}
.menu .first { padding-left: 0; }
.boxed {
background: #ebebeb url(https://waybackassets.bk21.net/20130427100438im_/http://wwwimages.adobe.com/www.adobe.com/lib/com.adobe/template/optimized/menu/boxshadow.gif) repeat-x bottom left;
border-top: 1px solid #b1b1b1;
margin: 0 -16px 0 -16px;
padding: 0 0 4px !important;
position: relative;
list-style-type: none;
_zoom: 1;
}
.boxed li {
background-color: #efefef;
border-left: 1px solid #fff;
border-right: 1px solid #b1b1b1;
}
.boxed li a,
.boxed dd,
.boxed dt {
padding: 6px 16px;
color: #000;
}
.boxed li a:hover {
background-color: #def;
color: #000;
text-decoration: none;
}
.boxed li.on { background-color: #f9f9f9; }
.boxed li a:visited { color: #000; }
dl.boxed {
background-image: none;
border-top: none;
border-bottom: 1px solid #b1b1b1;
padding-bottom: 1px;
margin: 0 -8px 1em;
}
.boxed dd,
.boxed dt {
padding: 2px 6px 1px 8px;
margin-top: 0;
margin-bottom: 0;
}
.boxed dt {
_display: inline;
_float: left
}
.boxed dd {
float: right !important;
}
.page {
text-align: right;
margin: 0 0 1em;
padding: 0;
}
.page ul {
list-style-type: none;
margin: 0 0 0 10px;
padding: 0;
}
.page ul li a { padding: .1em 0.7ex; }
.page dt,
.page dd {
font-size: 0.917em;
text-align: left;
line-height: 1.36;
margin: 0;
padding: 0;
vertical-align: middle;
}
.page .button {
padding: .2ex 1ex .3ex;
margin-left: 2px;
margin-right: 2px;
background-repeat: repeat-y;
background-position: 0 0;
}
.page .pipe .selected {
font-weight: bold;
}
.page dd.next {
background-image: url(https://waybackassets.bk21.net/20130427100438im_/http://wwwimages.adobe.com/www.adobe.com/lib/com.adobe/template/optimized/menu/next_null.gif);
margin-left: -1px;
}
.page dd.prev {
margin-left: 10px;
background-image: url(https://waybackassets.bk21.net/20130427100438im_/http://wwwimages.adobe.com/www.adobe.com/lib/com.adobe/template/optimized/menu/prev_null.gif);
}
.page dd.next a { background-image: url(https://waybackassets.bk21.net/20130427100438im_/http://wwwimages.adobe.com/www.adobe.com/lib/com.adobe/template/optimized/menu/next.gif); }
.page dd.prev a { background-image: url(https://waybackassets.bk21.net/20130427100438im_/http://wwwimages.adobe.com/www.adobe.com/lib/com.adobe/template/optimized/menu/prev.gif); }
.page .prev a,
.page .prev,
.page .next a,
.page .next {
width: 17px;
height: 17px;
background-repeat: no-repeat;
background-position: 0 0;
/*\*/ overflow: hidden; /**/
word-spacing: -3ex;
letter-spacing: -3ex;
}
.page .prev,
.page .next { font-size: 0; margin-left: 2px; margin-right: 2px;  }
.page dd.prev a:hover,
.page dd.prev a:focus {
background-color: transparent;
background-image: url(https://waybackassets.bk21.net/20130427100438im_/http://wwwimages.adobe.com/www.adobe.com/lib/com.adobe/template/optimized/menu/prev_hover.gif);
}
.page dd.next a:hover,
.page dd.next a:focus {
background-color: transparent;
background-image: url(https://waybackassets.bk21.net/20130427100438im_/http://wwwimages.adobe.com/www.adobe.com/lib/com.adobe/template/optimized/menu/next_hover.gif);
}
.button[class~=selected] { 
color: #000; 
background-image: url(https://waybackassets.bk21.net/20130427100438im_/http://wwwimages.adobe.com/www.adobe.com/lib/com.adobe/template/optimized/form/element_selected_bg.gif);
cursor: default;
margin-top: -1px;
padding-bottom: 0.25em;
padding-right: 1.7exem
}
.button.selected { 
background-image: url(https://waybackassets.bk21.net/20130427100438im_/http://wwwimages.adobe.com/www.adobe.com/lib/com.adobe/template/optimized/form/element_selected_bg.gif); 
background-color: #eee; 
}
.page .etc { vertical-align: bottom; }
.page .selected:hover,
.page .selected a:hover { outline: none; }
ol.path { list-style-type: none; }
.path:after {
content:"\0020";
clear: both;
display: block;
height:0;
}
.path::after {
content:"\0020";
clear: both;
display: block;
height:0;
}
.path>li {
display: inline;
float: left;
_float: none;
}
[className~=path]>li {
float: none;
}
.path>li:after {
content: "/";
color: #AAA;
font-weight: normal;
margin-right: 1ex;
}
.path>li::after {
content: "/";
color: #AAA;
font-weight: normal;
margin-right: 1ex;
}
ol.path li a {
htc-method: "$addTextToNode[ /,after,fontWeight normal]"; 
behavior:url(https://waybackassets.bk21.net/20130427100438im_/http://wwwimages.adobe.com/lib/com.adobe/evaluateCss.htc);
}
.path li a { padding: 0.1em 1ex .1em 0; }
/*	PIPE
@author btapley
*/
ul.pipe { list-style-type: none; }
.pipe>li+li {
background-image: url(https://waybackassets.bk21.net/20130427100438im_/http://wwwimages.adobe.com/www.adobe.com/lib/com.adobe/template/optimized/theme/pipe.gif);
padding-left: 1px;
}
.pipe li {
background-repeat: no-repeat;
background-position: left center;
}
.pipe li a {
padding: 0.1em 1ex;
vertical-align: baseline; /* mostly for Opera */
}
ul.pipe {
htc-method: "$getDirectChild >$getAdjacent >$addClassToNode[pipe-adjacent]"; 
_behavior: url(https://waybackassets.bk21.net/20130427100438im_/http://wwwimages.adobe.com/lib/com.adobe/evaluateCss.htc); }
.pipe-adjacent {
background-image: url(https://waybackassets.bk21.net/20130427100438im_/http://wwwimages.adobe.com/www.adobe.com/lib/com.adobe/template/optimized/theme/pipe.gif);
padding-left: 1px;
}
/* 	COMMA
@author mok	
*/
html:not([lang*=""])*.comma>li:after { /* Netscape 6 - 7 */
content: ",";
margin-right: 1ex;
}
.comma  li+li:after, 
.comma  dd:after {
content: ",";
margin-right: 1ex;
}
.comma dd:last-child:after,
.comma li:last-child:after { content: "";  }
.comma li+li { margin-right: 0 }
.comma dt,
.comma dd {	margin: 0; }
.comma dd,
.comma li { display: inline;  }
.comma dt { margin-right: 1em; _float: left; }
.comma a:hover { _color: #cc0000 !important; }
.comma li a,
.comma dd a  {
htc-method: "$addTextToNode[\u201a ,after]"; 
behavior: url(https://waybackassets.bk21.net/20130427100438im_/http://wwwimages.adobe.com/lib/com.adobe/evaluateCss.htc);
_padding-right: 0.5ex;
_zoom: 0;
}
*:first-child+html .comma li a,
*:first-child+html .comma dd a  {
htc-method: "$addTextToNode[\\u201a ,after]"; 
padding-right: 0.5ex;
}
.comma  {
/* compensate for last comma (remove it with margin) */
htc-method: "$getLastChild >$getDirectChild >$addStyleToNode[marginRight -1.5ex,runtime]"; 
behavior: url(https://waybackassets.bk21.net/20130427100438im_/http://wwwimages.adobe.com/lib/com.adobe/evaluateCss.htc);
}
/* DASH */
.dash  {
padding-left: 0;
margin-top: 0;
}
html:not([lang*=""])*.dash>li:after { /* Netscape 6 - 7 */
content: "-";
margin-right: 1ex;
}
body:-moz-last-node .dash li,
body:-moz-last-node .dash dd {display: inline; }
.dash dt { margin-bottom: 0; _margin-right: 0.5ex; }
.dash dd { padding: 0; margin: 0; }
.dash  li+li:before, 
.dash  dd:before {
content: "-";	
margin-left: 1ex;
padding-right: 1ex;
}
.dash {
htc-method: "$getDirectChild >$getAdjacent >$addTextToNode[-  ,before]"; 
behavior: url(https://waybackassets.bk21.net/20130427100438im_/http://wwwimages.adobe.com/lib/com.adobe/evaluateCss.htc);
}
.dash li{ _padding-left:0ex ; _padding-right:1ex; }
.dash dd { _padding-left:0.5ex ; _padding-right:0 }
*:first-child+html .dash li { padding-left: 0; padding-right: 1ex; }
*:first-child+html .dash dd { padding-left: 0.75ex; padding-right: 0; }


/*	GLUE CSS
Resolve differences between independant selectors when combined
$Revision: #1 $
*/
li.icon { padding-left: 20px; }
.pullout-left .icon-replace { _background-position: top left; }
.pipe li .icon-replace { _vertical-align: bottom; }
[className~=pipe]>li>.icon-replace {
 vertical-align: bottom;
}
.pipe li a.icon {
padding-left: 25px;
background-position: 5px center;
}
.tabChiclet a.icon,
.boxed a.icon {
padding-left: 30px;
background-position: 10px center;
}
td.icon {
padding-left: 33px;
background-position: 13px center;
}
 body:-moz-last-node .menu li a.icon {
 vertical-align: baseline;
}
#L1C1 .columns-2-Abb-bb .p1 .pod-body li.icon { _position: relative; }
::root .L3 embed {
 margin-top: -8px;
}
.side-menu {
font-size: .917em;
margin: 0;
padding: 0;
}
html[lang=ja] .side-menu {
font-size: 1em;
}
html.ja .side-menu {
font-size: 1em;
}
.side-menu dt {
margin: 10px 0 4px;
line-height: 1.25;
text-transform: uppercase;
padding-top: 4px;
border-top: 1px solid #CBCBCB;
color: #111111;
}
.side-menu dd 
{ 
margin: 4px 0; 
text-transform: none; 
}
.side-menu dl.treelist dt { 
border-top: none; 
padding-top: 1px;
}
#layoutLogic.L3 h1 {
position: static;
top: 0;
padding: 0;
margin: 1em 0 0.5em;
font-size: 2em;
line-height: auto;
color: #000;
background: none;
display: block;
height: auto;
}
.p0 h3,
#content-body h3,
#iframeContent h3 {
color: #222222;
margin: 0 0 0.85em;
padding: 4px 0;
min-height: 1em; 
border-bottom: 3px solid #CBCBCB;
text-transform: uppercase;
font-size: .917em;
}
html[lang=ja] .p0 h3,
html[lang=zh] .p0 h3,
html[lang=ja] #iframeContent h3,
html[lang=zh] .p0 h3,
html[lang=zh] #iframeContent h3,
html[lang=ko] .p0 h3,
html[lang=ko] #iframeContent h3 {
font-size: 1em;
text-transform: none;
}
html.ja .p0 h3,
html.ja #iframeContent h3,
html.zh .p0 h3,
html.zh #iframeContent h3
html.ko .p0 h3,
html.ko #iframeContent h3 {
font-size: 1em;
text-transform: none;
}
.p0 h3 a {
margin: -4px 0;
padding: 4px 0;
display: block;
}
.p0 h3 a:hover {
text-decoration: none;
background-color: #EEEEEE;
}
.p1 h3,
.frame h3 { border-bottom-style: none; }
#iframeContent .p1-top .p1-first-child,
.p1-top h3.p1-first-child {
left: 0;
margin: 0 -9px;
padding: 0.2em 9px;
background-color: #777;
color: #fff;
}
#iframeContent .p1-top .pod-body>*:first-child {
margin-left: -9px;
margin-right: -9px;
padding-left: 9px;
padding-right: 9px;
background-color: #777;
color: #fff;
}
.p0 .portal-features h3,
.p0 .portal-features h4 {
background-color: transparent;
font-size: 1.2em;
}
.p2 h3 {
color: #111111;
}
blockquote.pullquote p {
font-size: 1.4em;
margin-bottom: .5em;
}
blockquote address,
blockquote cite {
margin-top: 0.25em;
font-size: 0.917em;
line-height: 1.35;
}
blockquote.pullquote cite,
blockquote cite { font-weight: bold; }
blockquote.pullquote cite {
font-size: 0.917em;
color: #999;
display: block;
margin-left: 1em;
}
blockquote.pullquote span.author {
color: #333333;
margin-left: -1em;
}
.page dt { font-weight: normal; }
.tags li a {
font-weight: bold;
font-size: 1.15em;
}
.tags li a.disabled { font-size: 1em; }
.ratings a { font-weight: bold; }
.rating .note { font-weight: normal; }
#fma h2 { font-size: 1.55em; }
#static-messaging h2 {
font-weight: bold;
font-size: 1.2em;
}
.nav-up a {
display: block;
width: 16px;
height: 16px;
text-indent: -1999px;
/*\*/	
overflow: hidden;
position: absolute;
top: 0;
right: 0;/**/
}
.nav-up a:hover { background-color: transparent; }
.meta dt,
.meta dd {
margin: 0;
float: left;
}
.meta dt {
clear: both;
width: 30%;
}
.meta dd {
width: 68%;
white-space: normal;
}
div.h-nav p {
float: right;
margin: 0 0 0 2ex;
margin: 0;
}
div.h-nav h3 {
float: left;
margin: 0;
padding: 0;
display: inline-block;
line-height: 1.35;
border-bottom-style: none;
}
.h-nav .menu {
float: right;
width: auto;
margin: 0 0 0 2ex;
padding: 0;
}
form.pod-body { margin-bottom: 0; }
/* PULLOUT WRAP AND LISTS */
.left-wrap li { list-style-position: inside; }
.left-wrap .link-list li { list-style-position: outside; }
.error .caption { color: #CC0001; }
h1.clip-bottom {
htc-method:"$next >$addStyleToNode[marginTop -10px]";
_behavior: url(https://waybackassets.bk21.net/20130427100438im_/http://wwwimages.adobe.com/lib/com.adobe/evaluateCss.htc);
}
h1.clip-bottom+* { margin-top: -10px; }
.p2 .hr { height: 1px; }
/*	GLUE CSS
Resolve differences between independant selectors when combined
$Revision: #1 $
*/
#content-body .clip-top { 
margin-top: -17px !important; 
_margin-top: -20px !important;
_position: relative;
}
#content-body .clip-top img { _position: static; }	
.with-marquee #content-body .clip-top { 
margin-top: -20px !important;
*margin-top: -17px !important; 
_margin-top: -17px !important;
}
#content-body .clip-sides { margin-right: -12px; }
#content-pocket h3 { text-transform: uppercase; margin-top: 0; margin-bottom:1em; }
#content-body .p1-top > *:first-child, 
#content-body .p2-top > *:first-child {
color:#111111;
font-size:0.917em;
font-weight:bold;
line-height:normal;
margin:0pt -8px 0.5em;
padding:6px 8px;
text-transform:uppercase;
}
#content-body div.frame>*:first-child {
margin: 0 -8px .5em;
padding: 6px 8px;
font-size: .917em;
font-weight: bold;
line-height: normal;
text-transform: uppercase;
color: #111111;
}
#content-body .p1-top h3.p1-first-child {
left: 0;
margin: 0 -9px;
padding: 0.2em 9px;
background-color: #777;
color: #fff;
}
.with-pocket #content-body .formBlock { width: 84%; }
.no-pocket #content-body .formBlock,
.liquid #content-body .formBlock { width: 66%; }
#content-pocket .nextsteps {
margin: -17px -12px 0 -11px;
padding: 12px;
background-color: #ddd;
}
#content-pocket dl dt { padding-top: 8px; }
#content-pocket dl dt.no-border { border-top: none; }
#content-pocket ol {
margin-left: 0.4em;
_padding-left: 0;
_margin-left: 24px;
}
#content-pocket ol li {
font-size: 109%;
}
#content-pocket .pullquote { _display: inline-block; }
.side-menu .here {
background: transparent url(https://waybackassets.bk21.net/20130427100438im_/http://wwwimages.adobe.com/www.adobe.com/lib/com.adobe/template/optimized/glue/here_left_arrow.png) no-repeat left center;
position: relative;
left: -10px;
margin-right: -10px;
color: #FFF;
padding: 2px 3px 2px 12px;
display: -moz-inline-block;
display: inline-block;
}
.side-menu .here,
.side-menu .here:link,
.side-menu .here:visited,
.side-menu .here:hover,
.side-menu .here:visited:hover {
color: #FFF;	
}

/*\*//*/pcie/**/*\5 .icon {
	height: 1em;
}
a.icon { zoom: 100%; /*---Icons tend to disappear when negative margin is invovled. This fix has the unfortunate consequence of creating a 'pullout' appearence in some elements---*/
}

a.icon:not([className~=icon]) {
	display: inline-block;
	vertical-align: bottom;
}


[className~=icon-replace] {
	font: 1px/0 monospace !important;
	word-spacing: -2px;
	letter-spacing: -2px;
}

a.icon-replace {
	vertical-align: bottom;
}

button.icon-replace {	
	-moz-outline: none;
	padding: 0;
	border-style: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
}

button.icon-replace,
th.icon-replace,
td.icon-replace {
	_color: #FFF;
}

button[className~=icon-replace],
th[className~=icon-replace],
td[className~=icon-replace] {
	color: #FFF;
}


.icon-replace {
	background-repeat: no-repeat;
	background-position: center center;
	display: inline; /*--- really old? ---*/
	display: inline-block; /*--- modern ---*/
	display: -moz-inline-box; /*--- mozilla ---*/
	_display: inline; /*--- IE doesnt support inline-block for natural block elements like <li> ---*/
	zoom: 100%; /*--- turn on IE Layout Mode ---*/
	width: 24px; /*--- set a default ---*/
	padding: 0 !important; /*--- padding changes width in some browsers ---*/
	overflow: hidden; /*--- make a viewport ---*/
	white-space: nowrap; /*--- make text one long string ---*/
	text-align: left; /*--- align text to one edge of our viewport ---*/
	word-spacing: -2ex; /*--- collapse text, To-do: can words be spaced wider than 2 'X's ? ---*/
	letter-spacing: -2ex; /*--- collapse text, To-do: are there any letters wider than 2 'X's ? ---*/
	min-height: 16px; /*--- in case we inherit some funky line-height, make sure our window is tall enough to fit our icon ---*/
	_height: 16px; /*--- min-height for IE below 7 ---*/
	color: transparent !important; /*--- insurance ---*/
	/*--- oh well, Nothing ever works right in IE ---*/
	_font: 1px/0 monospace; 
	_word-spacing: -2px;
	_letter-spacing: -2px;
}

p.pullout-item img { margin-right: 0; }

.pullout-left,
.pullout-right { _height: 1em; /*---IE sub7---*/ }

[className~=pullout-left] {
 margin-left: 0;
 display: inline-block;
}

.pullout-item {
	overflow: hidden;
	_overflow: visible;
	_height: 100%;/*---IE sub7---*/
}

.pullout-left .pullout-item {
	float: left;
	margin-left: 0 !important;
	_margin-right: 6px; /*---TODO: supposed to be 10px, where's the extra coming from? ---*/
}

.pullout-right .pullout-item {
	float: right;
	margin-right: 0 !important;
	_margin-left: 6px; /*---TODO: supposed to be 10px, where's the extra coming from? ---*/
}

*.pullout-left span,
*.pullout-left *.pullout-left span { _display: block; }

*.pullout-left *.pullout-left * span,
*.pullout-left * span { _display: inline; }

.left-50 .pullout-item { width: 50px; }
.left-50>* { margin-left: 60px !important; }

.right-125 .pullout-item { width: 125px; }
.right-125>* { margin-right: 135px !important; }


/*	GLOBAL FOOTER
$Id: //depot/projects/dylan/releases/rc_13_5/docroot/lib/com.adobe/template/shell/gfooter.css#1 $
@author btapley
*/
#globalfooter {
position: relative;
z-index: 1;
zoom: 1;
top:0;
left:0;
border: 0;
margin: 0;
font-size: 0.833em;
padding: 10px 22px 10px 16px;
color:#999;
width: 970px;
_width: 1006px;
background-image: url(https://waybackassets.bk21.net/20130427100438im_/http://wwwimages.adobe.com/www.adobe.com/lib/com.adobe/template/optimized/theme/contentFooter_dropshadow.png);
_background-image: url(https://waybackassets.bk21.net/20130427100438im_/http://wwwimages.adobe.com/www.adobe.com/lib/com.adobe/template/optimized/theme/contentFooter_dropshadow_8bit.png);
background-repeat: repeat-y;
_margin-bottom: -15px; /* IE scrollbar */
}
#privacy,
#copyright,
#terms,
#searchengine { line-height: 1.3; }
#privacy,
#terms { margin-bottom: .5em; }
#terms { margin-top: 0; }
#copyright { margin-bottom: 0; }
#globalfooter .menu {
margin: 0 0 10px;
padding: 0;
}
#globalfooter .menu li,
#globalfooter .menu a {
line-height: 1.3;
font-weight: bold;
}
#globalfooter .menu a {	padding: 4px 8px; }
.googlelogo {
width: 37px;
height: 12px;
background-image:url(https://waybackassets.bk21.net/20130427100438im_/http://wwwimages.adobe.com/www.adobe.com/lib/com.adobe/template/gnav/google.gif);
position: relative;
top:.5ex;
}
#globalfooter a,
#globalfooter a:hover,
#globalfooter a:visited {
color: #BBB;
text-decoration: none;
}
#globalfooter a:hover,
#globalfooter a:visited:hover {
background-color: #000000;
color: #DDD !important;
}
/*	
SEARCH RESULTS CSS 
$Id: //depot/projects/dylan/releases/rc_13_5/docroot/lib/com.adobe/template/search/search_results.css#1 $
*/
#search-filter dt { text-transform: uppercase }
#search-filter dd { line-height: 1.15em; margin-bottom: 1em; }
#search-filter .inputBlock p { line-height: 1.8em; margin-bottom: -0.3em; } 
#search-filter .inputBlock p.pullout-item { _height: 1.667em; } 
.pipe font > li + li {
background-image: url(https://waybackassets.bk21.net/20130427100438im_/http://wwwimages.adobe.com/www.adobe.com/lib/com.adobe/template/theme/pipe.gif);
padding-left: 1px;
}
.menu font li { display: -moz-inline-box; }
#search-results dt.pullout-item { _height: 5.5em}
#search-results dd { _height: 4em; }
#search-results dd p { _line-height: 1.35em; }
#search-results .pullout-item img { vertical-align: middle }
#search-refine h3 { border: none; font-size: 1.1em; line-height: auto; margin-bottom: 0; padding: 0; }
#search-in { display: none }
#search-results dt { 
margin-top: 0; 
margin-bottom: 0; 
font-size: 1.124em
}
#search-results dt .article-date { font-weight: normal; color: inherit; font-size: 0.917em }
#search-results dl { 
margin-bottom: 0;
margin-top: 0 !important;
}
#search-spell a { font-weight: bold; font-style: italic; }
#search-results dd { margin-left: 0; }
#search-results dd p,
#search-results dd ul { 
margin-top: 0.25em; 
margin-bottom: 0; 
}
#search-modifier ul { _margin-bottom: 0.5em !important; }
body:last-child:not(:root:root) #search-modifier ul  { padding-bottom: 0.45em !important; }
#search-modifier p.pullout-item { padding-top: 0.35em; }
#search-modifier span { display: inline  }
#search-modifier span, x:-moz-any-link  { display: block;   }	
#search-modifier span, x:-moz-any-link, x:default { display: inline  }
#search-modifier #searching-within { padding-left: 0; padding-top: 2px; *margin-top: 0em; margin-left: 85px !important; *margin-left: 90px !important; }
#search-modifier #searching-within li,
#search-modifier #searching-within li.selected { padding: 0 !important; _background-color: transparent; }
#search-modifier #searching-within #support-search.nonLinked { cursor: auto; background-color: transparent; color: #000 }
#search-modifier #searching-within a {
font-size: 1.5em;
color: #333; 
margin: 0 0.25em;
padding: 0.1em 0.5ex;
cursor: pointer;
-moz-outline: none;
}
#search-modifier #searching-within li a:hover {
background-color: #999;	
color: #fff;
text-decoration: none;
}
#search-modifier #searching-within li.selected a {
background-color: #666;
font-weight: normal;
color: #fff;
}
#search-modifier #searching-within li.selected span a,
#search-modifier #searching-within span a,
#search-modifier #search-narrow li a { font-size: 1em; color: #666; background: none; cursor: pointer !important; }
#search-modifier #searching-within span a:hover,
#search-modifier #search-narrow li a:hover { background-color: transparent; color: #047; }
#search-modifier #search-narrow li a.here { font-weight: bold; color: #047;  }
#google-logo { 
background: url(https://waybackassets.bk21.net/20130427100438im_/http://wwwimages.adobe.com/www.adobe.com/lib/com.adobe/template/optimized/theme/google_powered_99x16.jpg) no-repeat;
position: absolute;
bottom: 8px;
*bottom: 9px;
right: 12px;
_right: 14px;
height: 24px;
z-index: 3;
width: 99px;
}
#keymatch {
border: 1px solid #ccc;
padding: 20px 20px 10px;
margin-bottom: 1em;
display: block;
}
#keymatch .left-50 .columns-2-AB-A,
#keymatch .left-90 .columns-2-AB-A,
#keymatch .left-50 .columns-2-AB-A,
#keymatch .left-90 .columns-2-AB-B { 
margin-left: 10px !important;
_margin-left: 3px !important;
width: auto;	
}
#keymatch .columns-2-AB-B { float: left; }
#keymatch.single-match .columns-2-AB-A,
#keymatch.single-match .columns-2-AB-B { 
_margin-right: 16px;
min-width: 10%;
}
#keymatch.double-match .columns-2-AB-A,
#keymatch.double-match .columns-2-AB-B { 
_width: 30%;
min-width: 20%;
}
#keymatch .pullout-item { min-height: 110px; _height: 110px; } 
#keymatch.triple-match .columns-2-AB-A,
#keymatch.triple-match .columns-2-AB-B { width: 33%; _width: 30%; }
#keymatch.triple-match .pullout-item { *margin-bottom: 2em; }
#keymatch.triple-match .columns-2-AB-A { _margin-left: 0 !important;  }
#keymatch.triple-match .columns-2-AB-B { margin-left: 0 !important; }
#keymatch.double-match .pullout-left,
#keymatch.triple-match .pullout-left { float: left; }
#keymatch.double-match .pullout-left { width: 48%; margin-right: 1%; }
#keymatch.triple-match .pullout-left { width: 33% }
#keymatch h4,
#search-related h4 { font-size: 1.333em; font-weight: normal; }
#keymatch.triple-match h4 { font-size: 1.167em; }
#keymatch.triple-match p { font-size: 1em; }
#keymatch p,
#keymatch ul { margin-bottom: 0.5em }
#keymatch li { line-height: 1em; font-size: 0.917em; }
#search-related { margin: 5em 0 2em; }
#search-related.no-results { margin-top: 1em; }
#search-related #search-related-list div { width: auto; float: left; }
#search-related #search-related-list .columns-3-ABC-B { margin-left: 5%; margin-right: 5% }
#search-pagination { text-align: right; _position: relative; }
body:first-of-type #search-results { position: relative; padding-bottom: 20px; }
body:first-of-type #search-pagination { position: absolute; right: 0px; bottom: 0px; }
#search-pagination li { font-size: 0.917em; _background-color: transparent; }
#search-pagination li:first-child+li { background-image: none; }
#search-pagination .selected,
#search-pagination .pagelabel { font-weight: bold }
#search-pagination .pagelabel {
_background-color: #fff;
_position: relative;
_top: -1px;
_left: 2px;
_padding-right: 3px;	
}
.here-right .link-list .here  {	background: transparent url(https://waybackassets.bk21.net/20130427100438im_/http://wwwimages.adobe.com/www.adobe.com/lib/com.adobe/template/optimized/theme/here_left_arrow.png) no-repeat left center; }
.here-left .link-list .here  {	background: transparent url(https://waybackassets.bk21.net/20130427100438im_/http://wwwimages.adobe.com/www.adobe.com/lib/com.adobe/template/optimized/theme/here_right_arrow.png) no-repeat right center; _margin-right: 0; }
.pipe .here { font-weight: bold; }
#content-body .link-list .here {
position: relative;
left: -10px;
margin-right: -10px;
padding: 2px 3px 2px 12px;
display: -moz-inline-block;
display: block
}
#content-body .link-list .here,
#content-body .link-list .here:visited { color: #FFF; font-weight: bold; }

.tooltip { 
top: 225px !important; 
*top: 221px !important; 
_top: 229px !important;
}
.tooltipBody .tipDesc { line-height: 1.5em !important; padding: 0.8em 0.5em 0.7em 1.1em !important;  }
.tooltip .pointer { 
top: 11px !important;
*top: 10px !important;
left: 0 !important; 
_left: 1px !important;
}
span.version {
position: relative;
top: 0px;
*top: -5px;
_top: -4px;
left: 5px;
*left: 4px;
_left: 0px;
padding:0 1em 0 .65em;
text-transform:uppercase;
font-style:normal;
color:#004477;
}
span#tip {
top: -2px; 
*top: -4px;
_top: -3px;
left: -1px; 
*left: -5px;
_left: -8px;
position: relative;
}
span.version, x:-moz-any-link { margin-top: 5px; }
span#tip, x:-moz-any-link { margin-top: 4px; }
/* putting comment here for Safari 2+ hack for tooltip placement */
::root #search-for { padding-bottom: 0.85em; }
::root span.version  { top: -1px; left: 1px;  }
::root span#tip  { margin-left: -8px; }
::root #search-modifier #searching-within li span { display:inline-block  }
@media screen and (-webkit-min-device-pixel-ratio:0) {
    body:last-child:not(:root:root) #search-for { padding-bottom: 0; padding-top: 34px; }
body:last-child:not(:root:root) span.version  { top: 0px; left: -4px; letter-spacing: -1px;  }
body:last-child:not(:root:root) span#tip  { margin-left: -10px; }
#search-modifier,
#search-modifier  li { position: relative }
.tooltip{ left: 562px !important; }
html[lang=zh] .tooltip,
html[lang=ko] .tooltip { left: 430px !important; }
html[lang=sl] .tooltip,
html[lang=uk] .tooltip{ left: 470px !important; }
html[lang=fi] .tooltip,
html[lang=sk] .tooltip,
html[lang=hr] .tooltip { left: 480px !important; }
html[lang=de] .tooltip,
html[lang=tr] .tooltip { left: 490px !important; }
html[lang=cs] .tooltip,
html[lang=lv] .tooltip { left: 500px !important; }
html[lang=da] .tooltip { left: 510px !important; }
html[lang=pt] .tooltip,
html[lang=no] .tooltip,
html[lang=ro] .tooltip { left: 530px !important; }
html[lang=it] .tooltip,
html[lang=bg] .tooltip { left: 540px !important; }
html[lang=sv] .tooltip,
html[lang=it] .tooltip { left: 540px !important; }
html[lang=es] .tooltip { left: 550px !important; }
html[lang=hu] .tooltip{ left: 570px !important; }
html[lang=fr] .tooltip { left: 630px !important; } 
html[lang=ja] .tooltip { left: 640px !important; }
html[lang=nl] .tooltip { left: 650px !important; }
html[lang=lt] .tooltip { left: 725px !important; }
}


@charset "UTF-8";
/*	DROP DOWN $Revision: #1 $
Copyright 2006 Adobe Systems Incorporated
*/
.d-dropdown {
position: relative;
_behavior: url("https://waybackassets.bk21.net/20130427100438im_/http://wwwimages.adobe.com/lib/com.adobe/hover.htc"); /*IE sub7*/
z-index: 2;
}
.d-dropdown>li {
position: relative;
top: 0;
left: 0;
z-index: 2;
}
.d-dropdown li {
list-style-type: none;
_position: relative; /*IE sub7*/
_top: 0; /*IE sub7*/
_left: 0; /*IE sub7*/
}
.d-dropdown li li { _position: static; }
.d-dropdown .dropdown-pane {
position: absolute;
top: 16px;
left: 0;
z-index: 2;
display: none;
margin-top: 0;
}
.d-dropdown li.hover .dropdown-pane,
.d-dropdown li.focus .dropdown-pane { 
display: block;
}
.d-dropdown>li:hover .dropdown-pane { display: block; }
.d-dropdown .dropdown-tab { 
/*\*/
display: block; 
/*/
display: inline-block;
/**/
_display: inline;
_zoom: 1;
}
/*--Tier 1---*/
.d-dropdown .dropdown-pane>* {
margin: 0;
}
.d-dropdown .dropdown-pane dt,
.d-dropdown .dropdown-pane dd,
.d-dropdown .dropdown-pane li {
_margin: 0;
}
.d-dropdown .dropdown-pane a {
margin: 0 1px;
-moz-outline: none;
}
.d-dropdown .dropdown-tab { 
min-height: 16px;
_height: 16px;
}
/*
     FILE ARCHIVED ON 10:04:38 Apr 27, 2013 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 02:34:43 Dec 12, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.702
  exclusion.robots: 0.077
  exclusion.robots.policy: 0.064
  esindex: 0.012
  cdx.remote: 154.77
  LoadShardBlock: 139.061 (3)
  PetaboxLoader3.datanode: 112.615 (4)
  PetaboxLoader3.resolve: 93.684 (2)
  load_resource: 105.475
*/