@charset "utf-8";
/* CSS Document */

/* Tag redefinitions */
html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

form {
	margin: 0px;
	padding: 0px;
}

a {
	color: #003666;
}

a:hover {
	color: #3C709E;
}

img {
	border-style: none;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}

h1 {
	margin: 0px 0px 15px 0px;
	color: #003666;
	font-size: 18px;
	font-weight: bold;
}

h2 {
	margin: 0px 0px 15px 0px;
	color: #003666;
	font-size: 16px;
	font-weight: bold;
}

h3 {
	margin: 0px 0px 15px 0px;
	color: #003666;
	font-size: 14px;
	font-weight: bold;
}

h4 {
	margin: 0px;
	color: #003666;
	font-size: 14px;
	font-weight: bold;
}

h5 {
	margin: 0px;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}

h6 {
	margin: 0px;
	color: #333333;
	font-size: 11px;
	font-weight: bold;
}

p {
	margin: 0px 0px 15px 0px;
}

ul,
ul.spaced {
	margin: 0px 0px 5px 20px;
	padding: 0px;
}
ol,
ol.spaced {
	margin: 0px 0px 5px 25px;
	padding: 0px;
}
ul.spaced li,
ol.spaced li {
	padding-bottom: 10px;
}

/* Home page */
#main-home .start-body a {
	display: block;
	padding-left: 12px;
	background: url(/images/icons/bullet.gif) left 1px no-repeat;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	margin-bottom: 7px;
	line-height: 13px;
}
		
#main-home .start-body a:hover {
	background: url(/images/icons/bullet_on.gif) left 1px no-repeat;
	}
	
	#main-home .start-body a b {
		color: #003666;
		font-weight: bold;
		font-size: 12px;
	}

/* Customer application */
#app-step {
	font-size: 11px;
	}
	#app-step .panel-left {
		clear: both;
		float: left;
		padding: 0px 20px 15px 0px;
	}
	#app-step .panel-right {
		float: right;
		padding: 0px 0px 15px 0px;
	}
	#app-step th {
		border: none;
		text-align: left;
		font-weight: bold;
		white-space: nowrap;
		line-height: normal;
		padding: 0px 10px 2px 0px;
	}
	#app-step td {
		border: none;
		font-weight: normal;
		font-size: 11px;
		line-height: normal;
		padding: 0px 5px 2px 0px;
	}
	#app-step .note {
		color: #3C709E;
	}
	#app-step td.spacer {
		font-size: 10px;
		line-height: 10px;
	}
	#app-step .buttons {
		clear: both;
		text-align: right;
		margin: 0px 0px 15px 0px;
	}
	#app-step .error {
		float: left;
		text-align: left;
		width: 500px;
		margin: 0px 0px 15px 0px;
	}
	#app-step input {
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		margin-left: 0px;
		margin-right: 0px;
	}
	#app-step .cblist td {
		padding: 0px 15px 3px 0px;
	}

#app-icons {
	margin: 0px auto 15px auto;
	width: 700px;
	}
	#app-icons td {
		width: 25%;
		text-align: center;
		vertical-align: top;
	}
	#app-icons img {
		margin-bottom: 5px;
	}
	#app-icons a {
		font-size: 14px;
		font-weight: bold;
		color: #333333;
		text-decoration: none;
	}
	#app-icons a:hover {
		color: #3C709E;
	}

/* Catalog general */
#catalog-popupbkg {
	width: 448px;
	height: 486px;
	background: url(/images/catalog/catalog_popup.png) center center no-repeat;
	_background: none;
	white-space: normal;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/catalog/catalog_popup.png', sizingMethod='scale');
	left: 225px;
	top: 120px;
	position: absolute;
	z-index: 100;
}

#catalog-popup {
	width: 415px;
	height: 456px;
	padding: 7px 15px 23px 18px;
	left: 225px;
	top: 120px;
	position: absolute;
	z-index: 101;
	font-family: Arial, Helvetica, sans-serif;
	}
	#catalog-popup .close {
		text-align: right;
		font-size: 11px;
		color: #999999;
		margin-bottom: 8px;
	}
	#catalog-popup a {
		color: #999999;
		text-decoration: none;
	}
	#catalog-popup a:hover {
		color: #3C709E;
	}

#catalog-imagetable {
	margin: 0px 13px 0px 0px;
	width: 400px;
}

#catalog-imageprog {
	width: 100%;
	}
	#catalog-imageprog img {
		margin-right: 7px;
	}
	#catalog-imageprog td,
	#catalog-image {
		vertical-align: middle;
		text-align: center;
		width: 400px;
		height: 400px;
		white-space: nowrap;
		font-size: 11px;
		font-weight: bold;
	}

#catalog-title {
	color: #333333;
	font-size: 18px;
	text-align: center;
	margin: 7px 0px 0px 0px;
}
#catalog-items td a {
	display: block;
	padding-left: 12px;
	background: url(/images/icons/bullet.gif) left 1px no-repeat;
	font-size: 11px;
	color: #003666;
	text-decoration: none;
	margin-top: 5px;
	line-height: 13px;
	font-weight: bold;
}
#catalog-items td a:hover {
	background: url(/images/icons/bullet_on.gif) left 1px no-repeat;
	color: #003666;
	text-decoration: none;
}
#catalog-items h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	}
	#catalog-items td h1 a,
	#catalog-items td h1 a:hover {
		display: inline;
		font-size: 14px;
		margin: 0px;
		padding: 0px;
		background: none;
		line-height: normal;
		text-decoration: none;
		color: #003666;
	}

	
/* Sports catalog */
#sports-menu td {
	padding: 0px 20px 3px 0px;
	vertical-align: top;
	font-size: 11px;
	text-align: left;
}

#sports-product {
	position: relative;
	}
	#sports-product th,
	#sports-colorhead {
	vertical-align: bottom;
	text-align: center;
	padding: 0px 10px 3px 0px;
	}
	#sports-product td,
	#sports-colors {
	vertical-align: top;
	font-size: 11px;
	text-align: center;
	padding: 0px 10px 15px 0px;
	}
	#sports-product img {
		cursor: pointer;
	}
	#sports-colors img {
		border: 2px solid #FFFFFF;
		margin: 0px 2px 2px 0px;
	}

#sports-progress {
	position: absolute;
	z-index: 200;
	left: 0px;
	top: 15px;
	font-size: 11px;
	font-weight: bold;
}
#sports-thumbs img,
#picapac-thumbs img {
	cursor: pointer;
}

#color {
	font-weight: bold;
}

/* Proofs */
#proofs-menu td {
	padding: 0px 0px 3px 0px;
	vertical-align: top;
	font-size: 11px;
	text-align: left;
}

#proofs-product {
	float: right;
	width: 350px;
	margin: 0px 0px 15px 5px;
	position: relative;
	text-align: right;
	}
	#proofs-product table {
		width: 100%;
	}
	#proofs-product img {
		border: 1px solid #999999;
		cursor: pointer;
	}
	#proofs-product th,
	#proofs-colorhead {
		vertical-align: bottom;
		text-align: right;
		padding: 0px 0px 3px 10px;
	}
	#proofs-product td,
	#proofs-colors {
		vertical-align: top;
		font-size: 11px;
		text-align: right;
		padding: 0px 0px 15px 10px;
	}
	#proofs-colors img {
		margin: 0px 6px 6px 0px;
	}

#proofs-progress {
	font-size: 11px;
	font-weight: bold;
}

#proofbook-progress {
	position: absolute;
	z-index: 200;
	left: 145px;
	top: 120px;
	font-size: 11px;
	font-weight: bold;
	}
	#sports-progress img,
	#proofs-progress img,
	#proofbook-progress img {
		margin-right: 7px;
		border: 0px solid #FFFFFF;
		cursor: default;
	}

/* Price list */
#price-toc {
	border: 3px solid #F5EDC6;
	width: 100%;
	border-collapse: collapse;
	}
	#price-toc th {
		font-size: 14px;
		font-weight: bold;
		text-align: left;
		padding: 10px 15px 8px 10px;
		vertical-align: top;
		border-top: 1px solid #F5EDC6;
		border-left: 1px solid #F5EDC6;
		}
		#price-toc th a,
		#price-toc th a:hover {
			color: #333333;
			text-decoration: none;
		}
	#price-toc tr.alt th,
	#price-toc tr.alt td {
		background-color: #FCF8EB;
	}
	#price-toc td {
		width: 25%;
		font-size: 11px;
		padding: 0px 15px 10px 10px;
		vertical-align: top;
		}
		#price-toc td.border {
			border-left: 1px solid #F5EDC6;
		}
		#price-toc td a {
			display: block;
			padding-left: 12px;
			background: url(/images/icons/bullet.gif) left 1px no-repeat;
			color: #003666;
			text-decoration: none;
			line-height: 13px;
		}
		#price-toc td a:hover {
			background: url(/images/icons/bullet_on.gif) left 1px no-repeat;
			color: #003666;
			text-decoration: none;
		}

#price td,
div#price {
	font-size: 11px;
	color: #333333;
}
#price th {
	font-size: 16px;
	font-weight: bold;
	padding: 0px 15px 15px 0px;
	color: #333333;
}

#price-table th,
#price-tabbedtable th {
	font-size: 11px;
	font-weight: bold;
	padding: 4px;
	vertical-align: bottom;
	text-align: right;
	white-space: nowrap;
	}
	#price-table th .small,
	#price-tabbedtable th .small {
		font-size: 10px;
		font-weight: normal;
	}
#price-table td,
#price-tabbedtable td {
	font-size: 11px;
	font-weight: normal;
	vertical-align: top;
	padding: 4px;
}
#price-table tr.item,
#price-tabbedtable tr.item {
	background-color: #FBF4E0;
}
#price-table tr.item-alt,
#price-tabbedtable tr.item-alt {
	background-color: #FFFFFF;
}

/* Site Map */
#site-map {
	width: 100%;
	}
	#site-map td {
		width: 33%;
		padding-right: 10px;
	}
	#site-map a {
		color: #333333;
		text-decoration: none;
	}
	#site-map a:hover {
		color: #3C709E;
		text-decoration: underline;
	}
	#site-map h1 {
		margin: 0px;
		font-size: 14px;
		font-weight: bold;
		}
		#site-map h1 a {
			color: #003666;
			text-decoration: none;
		}
	#site-map p {
		margin: 15px 0px 0px 0px;
		font-size: 12px;
		font-weight: bold;
	}
	#site-map ul {
		margin: 0px 0px 0px 20px;
		padding: 0px;
		font-size: 11px;
		font-weight: normal;
	}

/* Contact information */
#contact-info {
	width: auto;
	}
	#contact-info th {
		text-align: left;
		font-weight: bold;
		font-size: 12px;
		padding: 0px 10px 3px 0px;
	}
	#contact-info td {
		text-align: left;
		font-weight: normal;
		font-size: 12px;
		padding: 0px 10px 3px 0px;
	}

#contact-map {
	float: right;
	width: 350px;
	margin: 0px 0px 15px 10px;
	font-size: 11px;
	text-align: center;
	}
	#contact-map iframe {
		margin-bottom: 4px;
	}

/* CustomerNet login */
.login-form  {
	margin: 0px 0px 0px 25px;
	}
	.login-form th {
		font-weight: bold;
		text-align: left;
		padding: 0px 5px 10px 0px;
	}
	.login-form td {
		font-weight: normal;
		text-align: left;
		padding: 0px 5px 10px 0px;
	}

.login-help {
	float: right;
	width: 300px;
	margin: 0px 0px 15px 15px;
	padding-left: 15px;
	border-left: 1px solid #7F7F7F;
	}
	.login-help h1 {
		margin: 0px;
		font-size: 14px;
	}
	.login-help a {
		margin-top: 5px;
	}
	.login-help p {
		font-size: 11px;
	}

/* General footer */
#footer {
	position: relative;
	clear: both;
	padding: 0px;
	font-size: 11px;
	color: #3C709E;
}

/* Video frame */
.video-right {
	clear: right;
	float: right;
	width: 320px;
	margin: 0px 0px 15px 15px;
	font-size: 10px;
	}
	.video-right img {
		margin: 0px 0px 5px 0px;
	}

/* Tutorial sidebar */
.tutorial-sidebar {
	clear: right;
	float: right;
	width: 320px;
	margin: 0px 0px 15px 15px;
	}
	.tutorial-sidebar table {
		width: 320px;
		border-collapse: collapse;
		}
		.tutorial-sidebar td {
			vertical-align: top;
			padding: 10px;
			background: #D2E7E8 url(/images/interface/sb_bkg_blue.jpg) repeat-x scroll left top;
			}
			.tutorial-sidebar td.col1 {
				width: 138px;
				border-right: 1px solid #1E6DAC;
			}
			.tutorial-sidebar td.col2 {
				width: 139px;
			}
	.tutorial-sidebar h1 {
		font-size: 12px;
		font-weight: bold;
		margin: 0px;
		color: #000000;
	}
	.tutorial-sidebar ul {
		margin: 10px 0px 0px 21px;
		padding: 0px;
		font-weight: normal;
		font-size: 11px;
	}
	.tutorial-sidebar li {
		padding-bottom: 5px;
		line-height: 14px;
		}
		.tutorial-sidebar li a {
			text-decoration: none;
		}
		.tutorial-sidebar li a:hover {
			text-decoration: underline;
		}
	

/* Mini pricing and typesetting table */
.miniprice-top {
	font-size: 10px;
	line-height: 10px;
	width: 237px;
	height: 10px;
	background: #FBF4E0 url(/images/catalog/pricing_top.gif) left top no-repeat;
}
.miniprice-body {
	padding: 0px 10px 0px 10px;
	background-color: #FBF4E0;
	font-size: 11px;
	}
	.miniprice-body .calcqty {
		float: right;
		width: 150px;
		text-align: right;
		font-size: 10px;
		color: #999999;
	}
	.miniprice-body a {
		display: block;
		text-decoration: none;
		font-weight: bold;
		padding-left: 12px;
		line-height: 12px;
		background: url(/images/icons/bullet_yellow.gif) left top no-repeat;
	}
	.miniprice-body a:hover {
		background: url(/images/icons/bullet_yellow_on.gif) left top no-repeat;
		color: #003666;
	}
	.miniprice-body p {
		padding: 0px 0px 5px 0px;
		margin: 0px;
	}
	.miniprice-body table,
	.typesetting {
		border: 1px solid #999999;
		width: 100%;
		margin: 3px 0px 5px 0px;
	}
	.miniprice-body th {
		font-size: 11px;
		font-weight: bold;
		padding: 4px;
		vertical-align: top;
		text-align: right;
		white-space: nowrap;
	}
	.miniprice-body td,
	.typesetting td {
		font-size: 11px;
		font-weight: normal;
		vertical-align: top;
		padding: 4px;
		}
		.miniprice-body td.icon {
			padding: 3px 4px 0px 4px;
			text-align: center;
			vertical-align: top;
		}
	.miniprice-body tr.item,
	.typesetting tr.item {
		background-color: #FFFFFF;
	}
	.miniprice-body tr.item-alt,
	.typesetting tr.item-alt {
		background-color: #FBF4E0;
	}

.typesetting {
	margin: 3px 0px 15px 0px;
}
.miniprice-bottom {
	font-size: 10px;
	line-height: 10px;
	width: 237px;
	height: 10px;
	background: #FBF4E0 url(/images/catalog/pricing_bottom.gif) left top no-repeat;
	margin: 0px 0px 15px 0px;
}

/* Multilink sidebar */
.multilink-top {
	font-size: 10px;
	line-height: 10px;
	width: 237px;
	height: 10px;
	background: #E5F6D8 url(/images/catalog/multilink_top.gif) left top no-repeat;
}
.multilink-body {
	padding: 0px 10px 2px 10px;
	background-color: #E5F6D8;
	font-size: 11px;
	}
	.multilink-body h1 {
		font-size: 12px;
		line-height: 15px;
		font-weight: bold;
		margin: 0px;
		color: #003666;
	}
	.multilink-body a {
		display: block;
		text-decoration: none;
		font-weight: bold;
		padding-left: 14px;
		margin: 5px 0px 0px 8px;
		line-height: 12px;
		background: url(/images/icons/bullet_green.gif) left top no-repeat;
	}
	.multilink-body a:hover {
		background: url(/images/icons/bullet_green_on.gif) left top no-repeat;
		color: #003666;
	}
	
.multilink-bottom {
	font-size: 10px;
	line-height: 10px;
	width: 237px;
	height: 10px;
	background: #E5F6D8 url(/images/catalog/multilink_bottom.gif) left top no-repeat;
	margin: 0px 0px 15px 0px;
}

/* Ordering system availability */
.system-top,
#catalog-items .system-top {
	font-size: 10px;
	line-height: 10px;
	width: 237px;
	height: 10px;
	background: #003666 url(/images/catalog/system_top.gif) left top no-repeat;
}
.system-body,
#catalog-items .system-body {
	padding: 0px 10px 0px 10px;
	width: 217px;
	background: #003666 url(/images/catalog/system_bkg.gif) left top repeat-x;
	}
	.system-body h1,
	#catalog-items .system-body h1 {
		font-size: 14px;
		line-height: 17px;
		font-weight: bold;
		margin: 0px;
		color: #FFFFFF;
	}
	.system-body a,
	#catalog-items .system-body a {
		display: block;
		text-decoration: none;
		font-weight: bold;
		padding-left: 14px;
		margin: 5px 0px 0px 8px;
		line-height: 12px;
		color: #FFFFFF;
		font-size: 11px;
		background: url(/images/icons/bullet_white.gif) left top no-repeat;
	}
	.system-body a:hover,
	#catalog-items .system-body a:hover {
		background: url(/images/icons/bullet_white_on.gif) left top no-repeat;
		color: #FFFFFF;
	}
	.system-body a.button,
	#catalog-items .system-body a.button {
		display: block;
		background: url(/images/buttons/navbutton_system.gif) left top no-repeat;
		color: #003666;
		text-decoration: none;
		font-size: 12px;
		line-height: 13px;
		font-weight: bold;
		padding: 5px 8px 7px 22px;
		margin: 5px 0px 0px 0px;
		width: 187px;
	}
	.system-body a.button:hover,
	#catalog-items .system-body a.button:hover {
		background: url(/images/buttons/navbutton_system_on.gif) left top no-repeat;
		color: #003666;
		text-decoration: none;
	}
	.system-body a.button:active,
	#catalog-items .system-body a.button:active {
		background: url(/images/buttons/navbutton_system_hit.gif) left top no-repeat;
		color: #FFFFFF;
		text-decoration: none;
	}
.system-bottom {
	font-size: 10px;
	line-height: 10px;
	width: 237px;
	height: 10px;
	background: #003666 url(/images/catalog/system_bottom.gif) left top no-repeat;
	margin: 0px 0px 5px 0px;
}

/* Color workflow chooser */
.workflow {
	width: 617px;
	height: 420px;
	}
	.workflow td {
		width: 250px;
		vertical-align: top;
		background: #E9F2F4 url(/images/oos/bkg_workflow.jpg) left bottom no-repeat;
		padding: 8px;
		font-size: 11px;
	}
	.workflow th {
		width: 85px;
		vertical-align: top;
		font-size: 11px;
		font-weight: normal;
		color: #000000;
		}
		.workflow th p {
			margin: 5px;
		}
	.workflow .wfhead {
		height: 25px;
		font-size: 20px;
		font-weight: bold;
		padding: 0px 0px 10px 0px;
		line-height: 22px;
		color: #003666;
	}
	.workflow .wflinks {
		height: 65px;
		margin: 0px 0px 10px 0px;
	}
	.workflow .wfdesc {
		margin: 0px 0px 10px 0px;
		line-height: 14px;
		height: 75px;
	}

/* OOS tab-based chooser */
#oos-tabs {
	width: 618px;
	height: 25px;
	margin: 15px 0px 15px 0px;
	}
	#oos-tabs a {
		outline: 0;
	}

.tabcontent {
	width: 618px;
	height: 420px;
	margin: 0px 0px 15px 0px;
	overflow: hidden;
	}
	.tabcontent .fos,
	.tabcontent .eproofs,
	.tabcontent .labprints,
	.tabcontent .roes,
	.tabcontent .imagequix,
	.tabcontent .lmc,
	.tabcontent .smc {
		height: 404px;
		float: left;
		padding: 8px;
		font-size: 11px;
	}
	.tabcontent .ooshead {
		height: 40px;
		font-size: 20px;
		font-weight: bold;
		padding: 0px 0px 10px 0px;
		line-height: 22px;
		color: #003666;
		}
		.tabcontent .fos .ooshead {
			font-size: 18px;
			line-height: 19px;
		}
	.tabcontent .ooslinks {
		height: 65px;
		margin: 0px 0px 10px 0px;
	}
	.tabcontent .oosdesc {
		margin: 0px 0px 10px 0px;
		line-height: 14px;
		}
		#content1 .oosdesc,
		#content3 .oosdesc, 
		#content2 .oosdesc{
			height: 75px;
		}
		#content4 .oosdesc,
		#content5 .oosdesc,
		#content6 .oosdesc,
		#content7 .oosdesc {
			height: 50px;
		}
	.tabcontent a {
		display: block;
		line-height: 13px;
		font-weight: bold;
		padding-left: 12px;
		margin: 0px 0px 6px 8px;
		text-decoration: none;
		background: url(/images/icons/bullet.gif) left 1px no-repeat;
	}
	.tabcontent a:hover {
		background: url(/images/icons/bullet_on.gif) left 1px no-repeat;
		text-decoration: none;
		color: #003666;
	}
	.tabcontent a.download {
		display: block;
		font-size: 12px;
		line-height: 13px;
		font-weight: bold;
		padding: 5px 8px 7px 22px;
		margin: 0px 0px 6px 0px;
		width: 137px;
		background: url(/images/oos/navbutton.gif) left top no-repeat;
		color: #003666;
		text-decoration: none;
	}
	.tabcontent a.download:hover {
		background: url(/images/oos/navbutton_on.gif) left top no-repeat;
		color: #003666;
		text-decoration: none;
	}
	.tabcontent a.download:active {
		background: url(/images/oos/navbutton_hit.gif) left top no-repeat;
		color: #FFFFFF;
		text-decoration: none;
	}
	.tabcontent .lmc {
		width: 285px;
		height: 344px;
		margin-right: 16px;
		background: #E9F2F4 url(/images/oos/bkg_workflow.jpg) left bottom no-repeat;
	}
	.tabcontent .smc {
		width: 285px;
		height: 344px;
		background: #E9F2F4 url(/images/oos/bkg_workflow.jpg) left bottom no-repeat;
	}
	#content1 .fos,
	#content2 .fos,
	#content3 .fos {
		width: 180px;
		margin-right: 15px;
		background: #E9F2F4 url(/images/oos/bkg_fos3.jpg) left bottom no-repeat;
	}
	#content4 .fos,
	#content5 .fos {
		width: 602px;
		background: #E9F2F4 url(/images/oos/bkg_fos1.jpg) left bottom no-repeat;
	}
	#content3 .eproofs {
		width: 180px;
		margin-right: 15px;
		background: #E9F2F4 url(/images/oos/bkg_eproofs3.jpg) left bottom no-repeat;
	}
	#content1 .roes {
		width: 180px;
		margin-right: 15px;
		background: #E9F2F4 url(/images/oos/bkg_roes3.jpg) left bottom no-repeat;
	}
	#content2 .roes {
		width: 180px;
		margin-right: 15px;
		background: #E9F2F4 url(/images/oos/bkg_roes1.jpg) left bottom no-repeat;
	}
	#content3 .roes {
		width: 180px;
		margin-right: 15px;
		background: #E9F2F4 url(/images/oos/bkg_roes3.jpg) left bottom no-repeat;
	}
	#content6 .roes {
		width: 285px;
		background: #E9F2F4 url(/images/oos/bkg_roes2.jpg) left bottom no-repeat;
	}
	#content1 .labprints,
	#content2 .labprints,
	#content3 .labprints,
	#content7 .labprints {
		width: 180px;
		background: #E9F2F4 url(/images/oos/bkg_labprints3.jpg) left bottom no-repeat;
	}
	#content6 .labprints {
		width: 285px;
		margin-right: 16px;
		background: #E9F2F4 url(/images/oos/bkg_labprints2.jpg) left bottom no-repeat;
	}
	#content7 .imagequix {
		width: 180px;
		margin-right: 15px;
		background: #E9F2F4 url(/images/oos/bkg_imagequix3.jpg) left bottom no-repeat;
	}

/* OOS comparison chart */
#oos-compare {
	width: 100%;
	border-collapse: collapse;
	font-size: 11px;
	margin: 0px 0px 15px 0px;
	}
	#oos-compare tr {
		background-color: #FFFFFF;
		}
		#oos-compare tr.alt {
			background-color: #EAF5F9;
		}
	#oos-compare th {
		padding: 3px;
		width: 40%;
		text-align: left;
		font-weight: normal;
		border: 1px solid #003666;
		vertical-align: top;
	}
	#oos-compare td {
		padding: 3px;
		width: 12%;
		text-align: center;
		font-weight: normal;
		border: 1px solid #003666;
		vertical-align: top;
		}
		#oos-compare tr.head th {
			background-color: #3C6F9C;
			color: #FFFFFF;
			font-weight: bold;
			vertical-align: bottom;
		}
		#oos-compare tr.head td {
			background-color: #EAF5F9;
			color: #003666;
			vertical-align: bottom;
			font-weight: bold;
			}
			#oos-compare tr.head a,
			#oos-compare tr.head a:hover {
				text-decoration: none;
			}

/* OOS download bar */
#oos-download {
	width: 598px;
	height: 53px;
	margin-bottom: 15px;
	padding: 10px;
	background: #1F5482 url(/images/oos/bkg_download.jpg) left top no-repeat;
	}
	#oos-download table {
		width: 100%;
		color: #FFFFFF;
		}
		#oos-download td.button {
			width: 140px;
			vertical-align: middle;
			padding-right: 10px;
		}
		#oos-download td.text {
			width: 278px;
			font-size: 11px;
			line-height: 13px;
			vertical-align: middle;
			}
			#oos-download td.text h1 {
				margin: 0px 0px 3px 0px;
				font-size: 11px;
				line-height: 13px;
				color: #FFFFFF;
			}
			#oos-download td.text p {
				margin: 0px;
			}
			#oos-download td.text a {
				text-decoration: underline;
				color: #FFFFFF;
			}
			#oos-download td.text a:hover {
				text-decoration: underline;
				color: #FFFF33;
			}
		#oos-download td.logo {
			width: 160px;
			vertical-align: middle;
			padding-left: 10px;
			text-align: right;
		}
		
#oos-pricing {
	width: 100%;
	border-collapse: collapse;
	font-size: 12px;
	margin-bottom: 15px;
	}
	#oos-pricing th {
		background-color: #EAF5F9;
		color: #003666;
		vertical-align: bottom;
		font-weight: normal;
		text-align: left;
		padding: 3px;
		border: 1px solid #003666;
		}
		#oos-pricing th b {
			color: #333333;
		}
	#oos-pricing td {
		padding: 3px;
		border: 1px solid #003666;
		vertical-align: top;
		}
		#oos-pricing td.price,
		#oos-pricing th.price {
			text-align: right;
			width: 110px;
		}

/* Event calendar classes and id's */
.calnav {
	padding: 0px 0px 5px 0px;
}

.caldate {
	padding: 2px;
}

.calevent {
	font-size: 10px;
	text-align: left;
	font-weight: normal;
	}
	.calevent a {
		text-decoration: none;
		font-size: 10px;
		line-height: 11px;
		color: #000000;
		display: block;
		margin-bottom: 5px;
	}
	.calevent a:hover {
		text-decoration: none;
		color: #666666;
	}

#event-popupbkg {
	position: absolute;
	z-index: 1000;
}

#event-popup {
	position: absolute;
	z-index: 1001;
	overflow: hidden;
	}
	#event-popup img {
		float: right;
		width: 16px;
		height: 16px;
	}

#event-status {
	width: 152px;
	margin: 8px 0px 0px 0px;
	padding: 40px 0px 0px 10px;
	}
	#event-status img {
		float: left;
		margin: 0px 5px 30px 0px;
	}
	#event-status p {
		margin: 5px 0px 0px 0px;
		padding: 0px;
		line-height: 13px;
		font-size: 11px;
		font-weight: bold;
		color: #666666;
	}

#event-data {
	width: 152px;
	padding: 8px 0px 0px 0px;
	font-size: 11px;
	}
	#event-data h1 {
		font-size: 14px;
		color: #333333;
		margin: 0px;
	}
	#event-data h2,
	#event-data h3 {
		font-size: 11px;
		font-weight: bold;
		color: #666666;
		margin: 0px;
	}
	#event-data h4 {
		font-size: 11px;
		font-weight: normal;
		color: #666666;
		margin: 0px;
	}
	#event-data p {
		font-size: 11px;
		color: #333333;
		margin: 10px 0px 0px 0px;
	}
	#event-data a {
		display: block;
		margin: 10px 0px 0px 0px;
	}
	
/* eNews Archive */
.news-list {
	width: 100%;
	font-size: 11px;
	margin-bottom: 15px;
	}
	.news-list td.alt {
		background-color: #F5F5F5;
	}
	.news-list td {
		padding: 4px;
		border-bottom: 1px solid #999999;
		}
		.news-list td table {
			margin: 2px 0px 0px 12px;
			}
			.news-list td table td {
				width: 250px;
				vertical-align: top;
				padding: 0px 20px 0px 0px;
				border-bottom: none;
		}
	.news-list a {
		background: url(/images/icons/bullet.gif) left 2px no-repeat;
		display: block;
		text-decoration: none;
		font-weight: bold;
		font-size: 14px;
		padding-left: 12px;
		line-height: 14px;
		color: #003666;
	}
	.news-list a:hover {
		background: url(/images/icons/bullet_on.gif) left 2px no-repeat;
		color: #003666;
	}
	.news-list li {
		padding-top: 2px;
	}
	.news-list p {
		margin: 2px 0px 0px 12px;
	}

/* Promotions list */
.promo-list {
	width: 100%;
	font-size: 12px;
	margin-bottom: 15px;
	border-collapse: collapse;
	}
	.promo-list td {
		padding: 7px;
		border-bottom: 1px solid #CCCCCC;
	}
	.promo-list h1 {
		font-size: 14px;
		color: #333333;
		margin: 0px;
	}
	.promo-list h2 {
		font-size: 12px;
		color: #666666;
		margin: 2px 0px 0px 0px;
	}
	.promo-list p {
		margin: 2px 0px 0px 0px;
	}
	.promo-list td.current {
		background: #E7F7DD;
		border: 1px solid #375B11;
	}
	.promo-list td.current h2 {
		color: #375B11;
	}
	.promo-list td.non {
		padding: 0px;
		border-bottom: 0px;
	}
	
/* Step-by-step help */
.step-guide {
	border-top: 1px solid #CCCCCC;
	margin-bottom: 25px;
	padding-top: 25px;
	clear: both;
	}
	.step-guide th {
		font-size: 20px;
		padding: 0px 10px 10px 0px;
		font-weight: bold;
		color: #333333;
		vertical-align: top;
	}
	.step-guide td {
		padding: 7px 0px 10px 0px;
		vertical-align: top;
	}
	.step-guide p {
		margin: 0px;
	}
	.step-guide ul {
		margin: 0px 0px 0px 20px;
	}
	.step-guide img {
		margin-top: 10px;
	}
.pick-os {
	float: left;
	width: 280px;
	text-align: center;
	padding: 10px;
	}
	.pick-os a {
		text-decoration: none;
		color: #333333;
		font-size: 14px;
		font-weight: bold;
	}
	.pick-os a:hover {
		text-decoration: none;
		color: #666666;
	}
	
/* Frequently-asked questions */
.faq {
	margin-bottom: 25px;
	}
	.faq th {
		font-size: 20px;
		vertical-align: top;
		text-align: left;
		}
		.faq tr.q th {
			color: #003666;
			padding: 15px 10px 15px 0px;
		}
		.faq tr.a th {
			color: #538413;
			border-bottom: 1px solid #CCCCCC;
			padding: 0px 10px 15px 0px;
		}
	.faq td {
		vertical-align: top;
		}
		.faq tr.q td {
			font-weight: bold;
			font-size: 14px;
			padding: 21px 0px 15px 0px;
		}
		.faq tr.a td {
			font-size: 12px;
			border-bottom: 1px solid #CCCCCC;
			padding: 7px 0px 15px 0px;
		}

/* Support sidebar */
.support-sidebar {
	padding: 10px 15px 10px 15px;
	width: 140px;
	height: 313px;
	background: #EAF5F9 url(/images/support/bkg_support_sidebar.gif) left top no-repeat;
	}
	.support-sidebar h1 {
		color: #000000;
		font-size: 12px;
		margin-bottom: 5px;
	}
	.support-sidebar a {
		display: block;
		text-decoration: none;
		font-weight: bold;
		font-size: 11px;
		padding-left: 12px;
		margin-bottom: 5px;
		line-height: 12px;
		background: url(/images/icons/bullet_blue.gif) left top no-repeat;
	}
	.support-sidebar a:hover {
		background: url(/images/icons/bullet_blue_on.gif) left top no-repeat;
		color: #003666;
	}

/* Content-area header */

.content-head {
	position: relative;
	margin: 0px 0px 15px 0px;
	width: 618px;
	height: 135px;
	z-index: 1;
	}
	.content-head .overlay-black,
	.content-head .overlay-white {
		position: absolute;
		width: 325px;
		height: 75px;
		overflow: hidden;
		left: 19px;
		top: 50px;
		z-index: 2;
		font-size: 11px;
		line-height: 15px;
		}
		.content-head .overlay-black b,
		.content-head .overlay-white b {
			font-size: 12px;
		}
		.content-head .overlay-black a,
		.content-head .overlay-white a {
			display: block;
			margin: 3px 0px 0px 0px;
			padding-left: 12px;
			font-size: 11px;
			font-weight: bold;
			text-decoration: none;
			line-height: 13px;
			background: url(/images/icons/bullet_header.gif) left 1px no-repeat;
		}
		.content-head .overlay-black a:hover,
		.content-head .overlay-white a:hover {
			background: url(/images/icons/bullet_header_on.gif) left 1px no-repeat;
			text-decoration: none;
		}
	.content-head .overlay-black {
		color: #333333;
		}
		.content-head .overlay-black a,
		.content-head .overlay-black a:hover {
			color: #003666;
		}
	.content-head .overlay-white {
		color: #FFFFFF;
		}
		.content-head .overlay-white a,
		.content-head .overlay-white a:hover {
			color: #FFFFFF;
		}

/* General classes */

.promo {
	background-color: #DDF0C3;
	font-size: 12px;
	padding: 8px;
	margin: 0px 0px 15px 0px;
	color: #000000;
}

.linklist a,
.linklist-lg a {
	display: block;
	padding-left: 12px;
	background: url(/images/icons/bullet.gif) left 1px no-repeat;
	color: #333333;
	text-decoration: none;
}
.linklist-sm a {
	display: inline;
	padding-left: 12px;
	background: url(/images/icons/bullet.gif) left 1px no-repeat;
	color: #333333;
	text-decoration: none;
}
.linklist a {
	font-size: 11px;
	margin-bottom: 8px;
}
.linklist-lg a {
	font-size: 12px;
	margin-bottom: 15px;
}
.linklist-sm a {
	font-size: 12px;
	margin-bottom: 5px;
	margin-left: 13px;
}
		
.linklist a:hover,
.linklist-lg a:hover,
.linklist-sm a:hover {
	background: url(/images/icons/bullet_on.gif) left 1px no-repeat;
	}
	.linklist a b {
		color: #003666;
		font-weight: bold;
		font-size: 12px;
	}
	.linklist-lg a b {
		color: #003666;
		font-weight: bold;
		font-size: 14px;
	}
	.linklist-sm a b {
		color: #003666;
		font-weight: bold;
		font-size: 14px;
	}

.checklist,
.checklist-lg {
	margin: 0px 0px 15px 21px;
	padding: 0px;
	font-weight: normal;
	list-style-type: none;
	list-style-image: url(/images/icons/checkmark.gif);
}
.checklist {
	font-size: 11px;
}
.checklist-lg {
	font-size: 12px;
	}
	.checklist li,
	.checklist-lg li {
		padding-bottom: 5px;
		line-height: 14px;
	}

.navfloat {
	float: right;
	margin: 0px 0px 10px 15px;
	width: 237px;
	font-size: 11px;
}

.navfloat-narrow {
	float: right;
	margin: 0px 0px 10px 15px;
	width: 180px;
	font-size: 11px;
}

#press-templates table {
	width: 100%;
	margin-bottom: 15px;
	}
	#press-templates td {
		width: 50%;
		vertical-align: top;
		}
		#press-templates td.leftcol {
			padding-right: 15px;
		}
		#press-templates td.rightcol {
			padding-left: 15px;
			border-left: 1px solid #CCCCCC;
		}
	#press-templates .catalog {
		width: 100%;
		margin-bottom: 0px;
		}
		#press-templates .catalog td {
			text-align: center;
			vertical-align: top;
			font-size: 11px;
			font-weight: bold;
			padding: 0px 5px 0px 5px;
			}
			#press-templates .catalog img {
				margin-bottom: 5px;
			}
			#press-templates .catalog a {
				color: #003666;
				text-decoration: none;
			}	
			#press-templates .catalog a:hover {
				color: #3C709E;
				text-decoration: none;
			}
	#press-templates .blank {
		background: url(/images/icons/download.gif) left top no-repeat;
		padding: 5px 0px 0px 50px;
	}
	#press-templates .help {
		background: url(/images/icons/help.gif) left top no-repeat;
		padding: 5px 0px 0px 50px;
		}
		#press-templates .blank h2,
		#press-templates .help h2 {
			font-size: 14px;
			margin: 0px 0px 5px 0px;
			color: #333333;
		}
		#press-templates .blank a,
		#press-templates .help a {
			background: url(/images/icons/bullet.gif) left top no-repeat;
			display: block;
			text-decoration: none;
			font-weight: bold;
			font-size: 11px;
			padding-left: 12px;
			margin-top: 5px;
			line-height: 12px;
			color: #003666;
		}
		#press-templates .blank a:hover,
		#press-templates .help a:hover {
			background: url(/images/icons/bullet_on.gif) left top no-repeat;
			color: #003666;
		}
	#press-templates .thirdparty {
		border-top: 1px solid #CCCCCC;
		padding-top: 15px;
	}


#download-links div {
	width: 230px;
	margin-right: 15px;
	float: left;
	padding: 15px 0px 0px 50px;
	}
	#download-links h1 {
		font-size: 14px;
		margin: 0px 0px 10px 0px;
		color: #333333;
	}
	#download-links p {
		font-size: 11px;
		margin: 0px 0px 10px 0px;
	}
	#download-links .dl {
		background: url(/images/icons/download.gif) left top no-repeat;
	}
	#download-links .help {
		background: url(/images/icons/help.gif) left top no-repeat;
	}
	#download-links a {
		background: url(/images/icons/bullet.gif) left top no-repeat;
		display: block;
		text-decoration: none;
		font-weight: bold;
		font-size: 11px;
		padding-left: 12px;
		margin-top: 5px;
		line-height: 12px;
		color: #003666;
	}
	#download-links a:hover {
		background: url(/images/icons/bullet_on.gif) left top no-repeat;
		color: #003666;
	}		

.search-results {
	width: 100%;
	}
	.search-results tr.item {
		background-color: #FFFFFF;
	}
	.search-results tr.item td {
		vertical-align: top;
		padding: 10px 0px 10px 0px;
	}
	.search-results tr.item p {
		margin: 0px 0px 0px 25px;
		}
		.search-results tr.item p .path {
			font-size: 11px;
			color: #538413;
		}
		.search-results tr.item p .date {
			font-size: 11px;
			color: #999999;
		}
	.search-results tr.item a, {
		font-size: 14px;
	}
	.search-results tr.item b {
		display: block;
		line-height: 16px;
		float: left;
		font-weight: normal;
		font-size: 11px;
		width: 25px;
	}
	.search-results .pager td {
		font-weight: bold;
		font-size: 11px;
		line-height: 13px;
		padding: 5px 0px 5px 0px;
	}
	.search-results .pager th {
		font-weight: bold;
		font-size: 14px;
		line-height: 16px;
		padding: 5px 0px 5px 0px;
	}
	.search-results .pager a {
		display: block;
		float: left;
		padding: 1px;
		width: 12px;
		height: 12px;
		border: 1px solid #003666;
		background-color: #3C709E;
		color: #FFFFFF;
		text-decoration: none;
		text-align: center;
	}
	.search-results .pager a:hover {
		background-color: #003666;
	}
	.search-results .pager span {
		display: block;
		float: left;
		padding: 1px;
		width: 12px;
		height: 12px;
		border: 1px solid #000000;
		background-color: #FFFFFF;
		color: #000000;
		text-align: center;
	}
	.search-results .pager span.prefix {
		display: block;
		float: left;
		padding: 1px;
		width: 45px;
		height: 14px;
		border: none;
		background-color: #FFFFFF;
		color: #3C709E;
		text-align: center;
	}

a.arrow-left {
	background: url(/images/icons/bullet.gif) left top no-repeat;
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	padding-left: 12px;
	margin-bottom: 5px;
	line-height: 12px;
	color: #003666;
}
a.arrow-left:hover {
	background: url(/images/icons/bullet_on.gif) left top no-repeat;
	color: #003666;
}

a.arrow-left-narrow {
	background: url(/images/icons/bullet.gif) left top no-repeat;
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	padding-left: 5px;
	margin-bottom: 5px;
	line-height: 12px;
	color: #003666;
}
a.arrow-left-narrow:hover {
	background: url(/images/icons/bullet_on.gif) left top no-repeat;
	color: #003666;
}

.error {
	clear: left;
	background: url(/images/icons/alert.gif) left top no-repeat;
	padding: 0px 0px 20px 20px;
	margin: 0px;
	color: #CC0000;
	font-weight: bold;
	}
	.error ul {
		margin: 0px 0px 0px 15px;
		padding: 0px;
		font-weight: normal;
		color: #CC0000;
	}
	.error li {
		padding-top: 3px;
	}

.red {
	color: #CC0000;
}

.green {
	color: #538413;
}

.light {
	color: #999999;
}

.code {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: bold;
}

.small {
	font-size: 11px;	
}

.img-right {
	clear: right;
	float: right;
	margin: 0px 0px 15px 15px;
}

.img-left {
	clear: left;
	float: left;
	margin: 0px 15px 15px 0px;
}

.icon-middle
{
	vertical-align:middle;
}

.inline-heading 
{
	color: #003666;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
	margin: 0px 0px 0px 5px;
}

.inline-heading a
{
	text-decoration: none;
}
