@charset "UTF-8";

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

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

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


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


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

	Shell overrides

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


html {
	border-top-style: none;
}

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.coldfusion/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-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;
}


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

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


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

	Content

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

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

.intro {
	font-size: 16px;
}

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

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

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

.boxed {
	margin: 0 0 0 -16px;
}

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

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

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

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

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

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

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

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

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