@charset "UTF-8";

/*-------------------------------------------------------------------
	
	Screen - product.flexbuilder revision
	
	$Id: //depot/projects/dylan/releases/rc_16_11_1/ubi/template/identity/product.flashbuilder/screen.css#1 $
	
-------------------------------------------------------------------*/

@import url(../adobe/screen/layout.css);
@import url(../adobe/screen/gfooter.css);


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

	 Shell Overrides

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

body {
	background-color: #B9B9B9;
	background-image: url(../adobe/screen/theme/windowfrost.png);
	background-repeat: no-repeat;
}

#content-header { 
	background: url(../adobe/screen/theme/contentHeader_topshadow.png) right 0px no-repeat;
	_background-image: url(../adobe/screen/theme/content-header-topshadow-8bit.png);
	margin-bottom: -3px;
}

#content-wrapper,
#marquee-body-chrome  { 
	background: url(../adobe/screen/theme/content-body-shadow.png) 0 0 repeat-y;
	_background: url(../adobe/screen/theme/content-body-shadow-8bit.png) 0 0 repeat-y;
}

#content-layout,
#content-marquee { 
	background: url(../adobe/screen/theme/content-layout-top-shadow.png) 0 0 no-repeat;
	_background: url(../adobe/screen/theme/content-layout-top-shadow-8bit.png) 0 0 no-repeat;
}

#globalfooter {
	background-color: #222;
	width: 960px;
}


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

	layout wrappers

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

/*--- 
When the shade for xnav enables overflow hidden, content gets clipped. 
Since cs4 doesn't have a drop shadow, i'm moving the padding down to the next element to fix it.
---*/
#content-layout {
	padding-top: 0;
}

#content-wrapper {
	padding-top: 17px;
}


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

	Headers

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

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

	Content Header
	$Id: //depot/projects/dylan/releases/rc_16_11_1/ubi/template/identity/product.flashbuilder/screen/content-header.css#1 $

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

#content-header {
	background-position: top left;
	margin: 0;
	width: 100%; /* important for IE...loser */
}

#content-header h1 {
	padding-right: 0 !important;
	padding-bottom: 10px;
	padding-top: 24px;
	font-size: 30px;
	height: 36px;
}

#content-subheader {
	background-color: #EEEEEE;
	padding: 12px 16px 12px 16px;
	color: #000000;
	font-size: 22px;
	margin-right: -16px;
}


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

	Footer

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

#content-footer {
	border-top: 1px solid;
	padding-top: 12px;
}


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

	Content

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

.clip-sides {
	_height: 1em;
	*zoom:1;
}

.intro {
	font-size: 16px;
}

.intro h2 {
	font-size: 140%;
	margin-bottom: .5ex;
}

.tag-title::after {
	text-transform: uppercase;
	padding: 0 3px;
	background-color: #999999;
	color: #FFFFFF;
	margin-left: 2ex;
	font-size: 80%;
}

dl.menu dt, 
dl.menu dd {
	margin-top : .5em;
	margin-bottom : .5em;
	vertical-align: bottom;
}

ul.link-list li {
	font-size: 1.083em;
}


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

	Modal paging

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

.story-menu {
	top: 12px;
	text-align: center;
	position: relative;
	height: 100px;
}

.story-page {
	position: relative;
	margin: 0 5px;
}

.story-menu .story-selection-sprite {
	width: 70px;
	height: 51px;
	border: 2px solid red;
	position: absolute;
	z-index: 100;
}

#content-body {
	background-color: #FFFFFF;
	color: #444444;
}

#content-footer {
	border-top-color: #CCCCCC;
}

.unlink,
.unlink:link,
.unlink:visited,
.unlink:hover,
.unlink:visited:hover {
	color: #000000;
	text-decoration: none;
}

.feature-price {
	font-size: 17px;
	line-height: 1.2;
}

.data tr.headerBlock th {
	background-color: #7D7D7D;
}

.data tbody tr {
	background-color: #E5E5E5;
}

caption {
	text-transform:uppercase;
	font-weight:bold;
	text-align: left;
}

#depthpath {
	margin-bottom: -12px;
}

.feature-story {
	width: 200px;
}

.tag-new,
.tag-enhanced {
	behavior: url(/ubi/template/identity/lib/style-nurse.htc);
	padding-right: 1px;
}

.on a:link,
.on a:visited {
	color: #000000;
}

#content-pocket .here {
	background-color: #047; 
	color: #E2E2E2;
	padding: 2px 0;
}


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

	content-banner changes - techmarquee
	For the "Flash Builder" pages

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

#techmarquee {
	padding: 16px 12px 8px 12px;
	background-color: #141414;
	zoom: 1;
}

#techmarquee h2 {
	font-size: 1.34em;
	line-height: 1.462;
	color: #FFF;
	margin-bottom: 1em;
}

#techmarquee p {
	font-size: 0.916em;
	color: #999;
}

#techmarquee p strong {
	color: #FFF;
	font-weight: bold;
}

#techmarquee a {
	color: #0099FF;
}

#techmarquee a:hover,
#techmarquee a:visited:hover {
	color: #0099FF;
	text-decoration: underline;
}

#techmarquee a:visited {
	color: #296AAD;
}

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

	Treenav overrides

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

.pocket-bleed {
	margin-left: -5px;
	margin-right: -9px;
}

#content-pocket .treenav .treenav-branch-opened {
	background-color: #DADADA;
}

#content-pocket .treenav .treenav-branch-closed {
	background-color: #D0D0D0;
}

a.treenav-title,
a.treenav-title:visited,
a.treenav-title:hover {
	color: #333;
	text-decoration: none;
}

.treenav .tree-button {
	border-bottom: 2px solid #E2E2E2 !important;
}
