@charset "UTF-8";

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

	Flash Platform SCREEN 
	$Id: //depot/projects/dylan/releases/rc_16_11_1/ubi/template/identity/product.flashplatform/screen.css#1 $
	
-------------------------------------------------------------------*/

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


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

	FLASH PLATFORM 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 {
	background-position: top left;
	margin: 0;
	width: 100%; /* important for IE...loser */
}

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

/*-------------------------------------------------------------------
	H3
-------------------------------------------------------------------*/

h3 {
	font-size: 0.917em;
	line-height: 1.455;
	text-transform: uppercase;
}

/*-------------------------------------------------------------------
	H4
-------------------------------------------------------------------*/
h4 {
	font-weight: bold;
	margin-bottom: 1ex;
	line-height: 1.2;
	margin-top: 1ex;
}

/*-------------------------------------------------------------------
	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;
}

.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 Platform in your Field" 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; }

#content-pocket .dyn-treelist dt {
	padding: 0;
	margin: 0;
	border-bottom: 2px solid #E2E2E2;
	cursor: pointer;
}

.pocket-tree-title,
.pocket-tree-desc {
	display: block;
}

.pocket-tree-title {
	text-transform: uppercase;
	font-weight: bold;
}

.pocket-tree-desc {
	color: #444444;
	font-weight: normal;
	line-height: 1.25;
	font-size: .916em;
}

#content-pocket .dyn-treelist dd {
	margin: 0;
	padding: 0;
}
